@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family:Garamond;
	font-size:14px;
	
	}
	
img {
		border:none;
		}

/* HEADER */

#banner {
		width:800px;
		height:130px;
		background-image:url(images/banner.png);
		background-repeat:no-repeat;
		margin:0 auto;
/*		border-bottom:#000 solid 5px;
*/		position:relative;
		}
	

#logo {
		width:166px;
		height:24px;
		background-image:url(images/logo.png);
		background-repeat:no-repeat;
		position:absolute;
		top:90px;
		left:16px;
		}

	/* NAV */
	
	#navcontainer {
			position:absolute;
			top:87px;
			right:16px;
			height:24px;
			padding: 0px 5px;
			}
	
	ul#navlist {
			margin: 0;
			padding:5px 0px;
			white-space: nowrap;
			background-color:#FFF;
			font-family:Garamond;
			font-size:14px;

			}
		  
	#navlist li {
			display:inline;
			list-style-type:none;
			padding:1px;
			}
		  
	#navlist a { 
			padding:5px 14px;
			}
		  
	#navlist a:link, #navlist a:visited {
			color: #000;
			background-color: #fff;
			text-decoration: none;
			}
		  
	#navlist a:hover {
		  color: #fff;
		  background-color: #000;
		  text-decoration: none;
		  }

/* BODY LIST */

#bodycontain {
		width:800px;
		margin:10px auto;
		overflow:auto;
		}

.leftcontain {
		width:523px;
		float:left;
		overflow:auto;
		}

.left {
		width:246px;
		float:left;
		}

.right {
		width:246px;
		float:right;
		}
		
.onewide {
		width:800px;
		margin:24px auto 10px;
		}

/* TYPOGRAPHY STYLES */

.form_field, .form_required, .form_description, .form_button {
		font-family:Garamond;
		}

h1 {
		font-family:Helvetica Neue, Helvetica, Arial, sans-serif;
		color:#000;
		border-bottom:#000 2px solid;
		text-transform:uppercase;
		letter-spacing:1.2px;
		font-size:14px;
		width:100% ;
		margin:1em 0 0;
		padding:4px 0px;
	}

.garamond  {
		font-size:1.1em;
		margin:0;
		padding:1em 0 0;
		line-height:18px;
		font-family:Garamond;
		font-size:14px;
		}

p, .form_field, .form_required, .form_description, .form_button, .garamond {
		color:#666;
		font-size:1.1em;
		margin:0;
		padding:1em 0 0;
		line-height:18px;
		font-family:Garamond;
		font-size:14px;
		}

p img a:link, p img a:visited {
		border:none;
	}

p img a:hover  { 
		border:none}

p a:link, p a:visited {
		color:#F00;
		text-decoration:none;
		text-transform:uppercase;
		font-size:70%;
		letter-spacing:1px;
		border-bottom: #000 dotted 1px;
		}

p a:hover {
	color:#F00;
	text-decoration:none;
	text-transform:uppercase;
	font-size:70%;
	letter-spacing:1px;
	border-bottom: #000 solid 1px;
		}

a:link, a:visited {
		color:#000;
		text-decoration:none;
		}

a:hover {
		color:#000;
		text-decoration:underline;
		}
		

/* GALLERY */

#gallerycontain {
		width: 900px;
		margin: 0 auto;
		overflow:auto;
		}

ul #gallery {
		list-style-image:none;
		list-style-position:outside;
		list-style-type:none;
		margin:0 auto;
		padding:0;}

ul#gallery li {
		display:block;
		float:left;
		margin:11px;}

/* FOOTER */

#share {
		background:url(images/banner.png) no-repeat;
		width: 768px;
		margin: 30px auto;
		padding:16px;
		}

#footer {
		width: 800px;
		margin: 20px auto;
		color: #000;
					font-family:Garamond;
			font-size:14px;

		}

/* Email contact form */
.right{
		overflow:hidden;
		}
.right .text_box, .text_area, .text_select {
		width:230px;
		}
.right .phpfmg_form, .form_description, .form_footer {
		padding-left: 0;
		}
