@charset "utf-8";
/* CSS Document */

body{
	font-family:Georgia, "Times New Roman", Times, serif;
	background:#efe7d8 url(../App_Images/header-bg.gif) top repeat-x;
}

#wrapper{
	width:100%;
}

#header{
	margin:0 auto;
	width:986px;
	margin:0 auto;
	background:url(../App_Images/logo.gif) top center no-repeat;
	height:128px;
}

#main-navigation{
	margin:0 auto;
	width:986px;
	margin:0 auto;
	height:46px;
	text-align:center;
}

#main-navigation ul{
	color:#FFF;
	padding-top:14px;
}

#main-navigation li{
	display:inline;
	padding:0 25px 0 25px;
}

#content-container{
	margin:0 auto;
	width:100%;
	background:#000;
}

#homepage-content{
	margin:0 auto;
	width:986px;
	padding:20px 0;
}

#homepage-content img{
	float:right;
	border:none;
	padding:0 10px 10px;
}

#homepage-content img.homepage{
	float:left;
	border:6px solid #FFF;
	margin-bottom:20px;
}

#homepage-content h2{
	font-size:20px;
	color:#efe7de;
	font-weight:bold;
	padding-bottom:6px;
}

#homepage-content ul
{
	color:#efe7de;
	margin:0;
	padding:0;

}

#homepage-content ul li
{
	padding:0 0 8px 0;
	color:#efe7de;
	
}

#homepage-content ul h2
{
	font-size:18px;
	color:#efe7de;
	font-weight:bold;
	margin:0;
	padding:16px 0 2px 0;
	
}

#homepage-content ul li a{
	color:#efe7de;
	text-decoration:none;
	border-bottom:1px solid #efe7de;
}

#homepage-content ul li a:hover{
	color:#a50808;
	text-decoration:none;
	border-bottom:1px solid #a50808;
}

#homepage-content h3{
	font-size:16px;
	color:#efe7de;
	font-weight:bold;
	padding-bottom:6px;
	padding-top:6px;
}


#homepage-content p{
	color:#efe7de;
	font-size:13px;
	line-height:20px;
	padding:0 0 18px 0;
	text-indent:18px;
}

#homepage-content a{
	color:#a50808;
	text-decoration:none;
}

#homepage-content a:hover{
	color:#efe7de;
	text-decoration:underline;
}

#homepage-content p.quote{
	text-align:center;
	float:right;
	width:340px;
	line-height:16px;
	padding-bottom:8px;
}

#form-label{
	width:220px;
	padding-top:22px;
}

#form-label h3{
	float:left;
	font-family:Arial;
	font-size:16px;
	padding-right:26px;
}

#form-label h3.floatRight{
	float:left;
}


#homepage-content p.quote span{
	font-weight:bold;
	font-size:14px;
}	

#homepage-content label{
	color:#efe7de;
	padding:0;
}

#order-form-left input{
	border:1px solid #efe7de;
	margin:6px 20px 0 0;
	width:35px;
}

#form-contact-section{
	width:440px;
	float:right;
}

#order-form-left{
	float:left;
	width:440px;
	margin-left:80px;
}

#form-contact-section input, textarea{
	clear:none;
	width:200px;
	margin:0 0 8px 0;
	border:1px solid #efe7de;
}

#form-contact-section input.submit-button{
	margin-top:20px;
}

#form-contact-section label{
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
}

#form-contact-section h2{
	padding-bottom:26px;
}

#pre-footer-container{
	clear:both;
	width:100%;
	background:url(../App_Images/pre-footer-bg.gif) top repeat-x;
	height:218px;
	padding-top:6px;
}

#pre-footer-img-gallery{
	margin:0 auto;
	width:1008px;
}

#footer{
	width:100%;
	height:143px;
	background:url(../App_Images/footer-bg.gif) top repeat-x;
	text-align:center;
}

#footer a{
	color:#efe7d8;
	text-decoration:none;
}

#footer a:hover{
	text-decoration:underline;
}

#footer ul{
	font-size:10px;
	font-weight:bold;
	padding-top:6px;
}

#footer li{
	display:inline;
	padding:0 20px;
	border-right:1px solid #efe7d8;
}

#footer li.last{
	border:none;
}

#footer p{
	color:#efe7d8;
	font-size:10px;
	font-weight:bold;
	line-height:16px;
	margin-top:20px;
}

#homepage-content .floatLeft
{
	float:left;
}

#homepage-content .floatRight
{
	float:right;
}