/* -----------------------------------------------
Global Styles - Screen
----------------------------------------------- */

/* Copyright Maison Des Pruniers */

/* -----------------------------------------------
General Styles
----------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	}
	
body {
	background: #181818 url(/images/background/body_bg.gif) repeat-x;
	}	
	
#container {
	width: 960px;
	margin: 0 auto;
	}
	
#header {	
	padding: 0 30px 0 40px;
	}
	
#logo {
	float: left;
	margin: 27px 0 0 0;
	}	
	
#logo img {
	border: none;
	}
	
#logo p {
	font: 10px Tahoma, Verdana, Arial, sans-serif;
	color: #b3b3b3;
	text-transform: lowercase;
	padding: 0 0 0 121px;
	margin: 8px 0 0 0;
	}
	
#logo p strong {
	font-weight: normal;
	}
	
/* -----------------------------------------------
Primary Navigation
----------------------------------------------- */
#primary_navigation {
	float: right;
	background: url(/images/background/nav_bg.gif) no-repeat;
	height: 54px;
	width: 350px;
	margin: 51px 0 0 0;
	}
	
#primary_navigation ul {
	margin: 14px 0 0 27px;
	}
	
#primary_navigation li {
	font: 20px Georgia, "Times New Roman", Times, serif;
	text-transform: lowercase;
	list-style-type: none;
	float: left;
	border-right: 1px solid #595959;
	}
	
#primary_navigation li a {
	text-decoration: none;
	color: #ffffff;
	display: block;
	padding: 3px 20px 3px 20px;
	}
	
#primary_navigation li a.primary_selected {
	text-decoration: underline;
	}
	
#primary_navigation li#last_primary_nav {
	border-right: none;
	}

/* ------------ Focus Image ------------*/	
img#focus_image {
	border: 4px solid #363636;
	display: block;
	float: left;
	height: 317px;
	}
	
/* -----------------------------------------------
Main Content
----------------------------------------------- */
#main_content {
	background: url(/images/background/main_content_bg.gif) repeat-y;
	clear: both;
	}
	
#main_content_photos {
	clear: both;
	background: url(/images/background/photos_bg.gif) repeat-y;
	}	
	
/* -----------------------------------------------
Primary Content
----------------------------------------------- */
#primary_content {
	float: left;
	width: 580px;
	padding: 0 0 20px 0;
	}
	
.primary_content_module	{
	margin: 14px 0 0 0;
	padding: 0 25px 0 35px;
	}

.primary_content_module	h1 {
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #fff;
	margin: 0 0 13px 0;
	}
	
.primary_content_module	p {
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #949494;
	line-height: 17px;
	margin: 0 0 9px 0;
	}
	
.primary_content_module li {
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #535353;
	line-height: 17px;
	margin: 0 0 1px 0;
	}

.primary_content_module	ul {
	margin: 0 0 10px 20px;
	}

.primary_content_module	p a, .primary_content_module li a {
	color: #fff;
	}

/* -----------------------------------------------
Secondary Content
----------------------------------------------- */		
#secondary_content {
	width: 350px;
	margin: 0 30px 0 0;
	float: right;
	}
	
.secondary_content_module {
	margin: 14px 0 0 0;
	padding: 0 20px;	
	}
	
.secondary_content_module p {
	font: 11px Tahoma, Verdana, Arial, sans-serif;
	color: #949494;
	margin: 0 0 7px 0;
	}

.secondary_content_module ul {
	margin: 0 0 0 20px;
	}
	
.secondary_content_module li {
	font: 11px Tahoma, Verdana, Arial, sans-serif;
	color: #535353;
	list-style-type: square;
	}

.secondary_content_module li a {
	color: #fff;
	}

.secondary_content_module p a {
	color: #fff;
	}
	
.secondary_content_module h2 {
	font: 16px Georgia, "Times New Roman", Times, serif;
	color: #9b9b9b;
	margin: 0 0 8px 0;
	}

.secondary_content_module img {
	border: none;
	}
	
/* -----------------------------------------------
Specific Page Styles
----------------------------------------------- */

/* -----------------------------------------------
Photos
----------------------------------------------- */
#gallery_image {
	border: 4px solid #363636;
	}

#gallery_thumbs {
	margin: 5px 0 0 21px;
	}
	
.thumb {
	float: left;
	margin: 0 10px 0 0;
	height: 60px;
	}

.thumb img {
	border: 1px solid #5d5d5e;
	padding: 2px;
	}
	
/* -----------------------------------------------
Contact
----------------------------------------------- */
#map {
	width: 952px;
	height: 317px;
	border: 4px solid #363636;
	clear: both;
	font: 12px Georgia, "Times New Roman", Times, serif;
	}


/* -----------------------------------------------
Contact Page
----------------------------------------------- */
#contact_form dl, #contact_form form {
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #ccc;
	line-height: 18px;
	}
	
#contact_form form {
	width: 100%;
	}
	
.format_required {
	color: #adadad;
	font-size: 9px
	}
	
#contact_form input {
	padding: 2px 0 2px 2px;
	color: #fff;
	width: 200px;
	margin: 0 0 6px 0;
	background: #292929;
	}
	
#realname, #email, #message, #subject {
	border: 1px solid #4b4b4b;
	}
	
select, option {
	margin: 0;
	padding: 0;
	}

#contact_form textarea {
	padding: 0 0 0 2px;
	font: 13px "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #fff;
	height: 150px;
	width: 99%;
	margin: 0 0 6px 0;
	border: 1px solid #4b4b4b;
	background-color: #292929;
	}
	
input#submit {
	font-size: 11px;
	width: 70px;
	border-width: 1px;
	}
	
.contact_method {
	margin: 0 0 15px 0;
	}
	
.alert_box {
	background-color: #496391;
	border: 1px solid #6f82a9;
	padding: 6px 0 6px 12px;
	width: 369px;
	}	
		
/* -----------------------------------------------
Footer
----------------------------------------------- */
#footer {
	clear: both;
	width: 520px;
	border-top: 1px solid #2a2a2a;
	padding: 2px 0 0 0;
	margin: 20px 0 0 35px;
	}

#footer p {
	font: 10px Tahoma, Verdana, Arial, sans-serif;
	color: #535353;
	padding: 0 0 5px 0;
	}

#footer p a {
	color: #535353;
	text-decoration: none;
	}
		
p#copyright {
	float: left;
	}
	
p#footer_links {
	float: right;
	}
