@charset  "utf-8";

@import url(reset.css);
@import url(basics.css);

:focus { outline: 0; }
p.center { text-align: center; }

body {
	background: #440d0d;
}


/*layout*/
.box {
	background: #f9f8f4 url(/images/head.jpg) no-repeat;
	margin: 0 auto;
	width: 859px;
	overflow: hidden;
}


#content {
	line-height: 20px;
	margin: 0 17px;
}

.cleft { width: 550px;  float: left;}

.cright {
	display: inline;
	float: right;
	margin: 0 0 20px 0;
	width: 265px;
	overflow: hidden;
}

.splitColL { width: 404px;  float: left; overflow: hidden;}
.splitColR { width: 404px;  float: right; overflow: hidden ;}




.quote {
	background: url("/images/bg_quote_request_small.gif") no-repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: white;
	height: 62px;
	line-height: 18pt;
	margin: 0;
	text-align: center;
	width: 264px;
}

.quote a { color: #fff; }

.quote strong {
	display: block;
	font-size: 18px;
	padding-top: 5px;
}

.navsub {
	background: url(/images/green2.jpg) no-repeat;
	height: 170px;
	margin-bottom: 20px;
	padding: 6px 14px;
	width: 236px;
}

.navsub h3 {
	color: #fff;
	margin: 0;
	font: bold 18px/21pt "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.navsub li {
}

.navsub li a:link,
.navsub li a:hover,
.navsub li a:active,
.navsub li a:visited,
{
	color: #fff;
}
.navsub li span,
.navsub li a {
	display: block;
	padding-left: 12px;
	text-decoration: none;
	font-size: 12px;
	font-style: italic;
}
* html .navsub li span,
* html .navsub li a {display:inline-block;}
* html .navsub li span,
* html .navsub li a {display:block;}

.navsub li a:link,
.navsub li a:hover,
.navsub li a:visited,
.navsub li a:active {
	color: white;
}


.navsub li a:hover,
.navsub .on span {
	color: #fff;
	background: url(/images/li.gif) 0 4px no-repeat;
	background-position: center left;
	}

.menus .cleft {
	text-align: center;
	font-style: italic;
}


.menus .cleft h3 {
	/*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-variant: small-caps;
	font-size: 16px;
	font-weight: bold;
	color: #252b23;
	font-style: normal;
}


/*slideshow*/
#slideshow {
	display: block;
	height: 247px;
	}

/*---navigation*/
#nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	height: 55px;
	position: relative;
}

#nav li {
	display: block;
	position: absolute;
	top: 0;
	height: 33px;
	line-height: 33px;
}

	#nav .nav1 { left: 20px; }
	#nav .nav3 { left: 130px; }
	#nav .nav4 { left: 240px; }
	#nav .nav5 { left: 370px; }
	#nav .nav6 { left: 510px; }
	#nav .nav2 { left: 620px; }
	#nav .nav7 { left: 750px; }


	#nav a,
	#nav span {
		float: left;
		height: 33px;
		line-height: 33px;
		color: #440d1d;
		margin-right: 5px;
		padding-left:10px;
		padding-right:5px;
		text-align: center;
		text-decoration: none;
	}
	
	#nav a:hover { color: #A54908; }
	#nav .on { background: url(/images/nav.gif) bottom right no-repeat; }
	
	#nav .on span,
	#nav .on a {
		background: url(/images/nav.gif);
		color: #A54908;
	}




		.sub {
			position: absolute;
			top: 33px;
			list-style: none;
			font-size: 10px;
			font-weight: bold;
			white-space: nowrap;
		}
		
		.nav2 .sub {left: -50px;}
		.nav3 .sub {left: -33px;}
		.nav4 .sub {left: -102px;}
		.nav7 .sub {right: 0px;}
		
			#nav .sub li,
			#nav .sub span,
			#nav .sub a {
				background: none;
				width: auto;
			}
			#nav .sub li {
				display: inline;
				position: relative;
				padding: 0;
				margin: 0 -.5em;
				height: 20px;
				line-height: 20px;
				float: none;
				}
			
				#nav .sub span,
				#nav .sub a {
					border-top: 1px solid #fefefe;
					color: #330d0d;
					float: none;
					padding: 0 15px;
					margin: 0;
					}
			
				#nav .sub .on a,
				#nav .sub span,
				#nav .sub a:hover {
					background: url(/images/navsub.gif) repeat-x;
					color: #A54908;
				}
			

/*footer*/
.foot {
	background: #e0dec4 url(/images/foot.jpg) bottom no-repeat;
	border-top: 4px solid #a2b330;
	clear: both;
	border-bottom: 66px solid #440d0d;
	padding: 11px 17px;
	height: 59px;
	line-height: 16pt;
}

.foot li {
	display: inline;
	margin-right: 12px;
	text-transform: uppercase;
}

.foot a:link,
.foot a:visited,
.foot a {
	color:#343c31
}

.foot p {
	float: right;
	text-align: right;
	width: 405px;
}

.foot a.maintained_by {
	color: #a4a38f;
	text-decoration: none;
	}


#quote_request table {
	width: 100%;
}

#quote_request input.text {
	width: 250px;
}
#quote_request hr,
#quote_request input.button {
	width: auto;
	margin-right: 16px;
}
#quote_request textarea {
	width: 530px;
}

#quote_request td {
	padding-top: 10px;
	font-size: 13px;
}

#quote_request .required {
	color: red;
	font-weight: bold;
}

