@charset "UTF-8";

* {margin: 0; padding: 0;}

body {
	color: #5e5e5e;
	margin-top: 60px;
	font: 11px "Tahoma",Verdana, Arial, Helvetica, sans-serif;
}

body.home {background: url(images/bg_body-home.png) center 208px no-repeat}
body.inside {background: url(images/bg_body-content.png) center 100px no-repeat;}

img, img a {border: none;}

a {
	color: #afadae;
	text-decoration: none;
	}
a:hover {
	color: #}

#wrap, #top {
	width: 960px;
	margin: 0 auto;
	}
	
/*================= HOME STYLES =================*/

body.home #wrap {
	height: 470px;
	padding: 150px auto 0 auto;
	background: url(images/bg_home.gif) no-repeat;
	}

body.home #wrap h1 {
	display: block;
	height: 68px;
	}
	
body.home #wrap h1 strong {display: none;}




/*================= CONTENT STYLES =================*/

#top {margin-bottom: 48px;}

#logo h1 a {
	display: block;
	height: 42px;
	width: 290px;
	background: url(images/logo-inside.gif) no-repeat;
	}
	#logo h1 strong {display: none;}


#gallery {
	float: left;
	width: 324px;
	}
	
#bodycopy {
	float: right;
	width: 240px;
	min-height: 324px;
	background: url(images/bg_bodycopy.gif) 0 bottom no-repeat;
	padding: 0 15px;
	border-left: 1px solid #cac8c9;
	border-right: 1px solid #cac8c9;
	
	}
	* html #bodycopy {height: 324px;}
	
	#bodycopy h1 {
		font-size: 1.1em;
		margin-bottom: 1em;
		color: #111;
		}

	#bodycopy p {
		margin-bottom: 1em;
		}

#footer {
	background: #989898;
	height: 16px;
	margin-top: 50px;
	padding-top: 30px;
	text-align: center;
	color: #FFF;
	letter-spacing: 1px;
	}
	
#footer p {margin: 0;}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
.clearfix { display: inline-table; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */



/*================= CONTACT TEMPLATE STYLES =================*/
.contact input, .contact textarea {
margin:2px 0px;
font: 11px "Tahoma",Verdana, Arial, Helvetica, sans-serif;
padding:2px 10px 2px 2px;
}

.contact{margin-top:10px;}
.required{color:#e60d0d;}

#left-col {
	float: left;
	width: 475px;
	}

