body {
	background:#6b0000 url(images/bg.jpg) top center repeat-x;
	margin:0;
	padding:0;
	text-align:center;
}

body, td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

a {
	color:#bd0000;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

h1 {
	color:#bd0000;
	font-size:14px;
}

h2 {
	color:#bd0000;
	font-size:12px;
}

.red {
	color:#bd0000;
}

#wrapper {
	width:auto;
	height:600px;
	background:url(images/sidesBG.jpg) center no-repeat;
	text-align:center;
}

#content {
	width:632px;
	height:600px;
	text-align:center;
	margin:auto;
	background:url(images/lowMidBG.jpg);
	background-position:0px 87px;
}

#header {
	width:632px;
	height:87px;
	background:url(images/header.jpg) no-repeat;
	text-align:left;
}

#logoLink {
	/*background:#99CC00;*/
	display:block;
	position:relative;
	width:126px;
	height:50px;
	top:18px;
	left:7px;
}

#mainHolder {
	background:url(images/insideBG.jpg) top center repeat-y;
	padding:0 7px 0 7px;
	text-align:left;
}

#copyRight {
	background:#000000;
	color:#8a4e13;
	padding:8px 0 8px 0;
	margin-bottom:15px;
}

#menuList {
	list-style-type:none;
	float:left;
	line-height:20px;
	margin:0 0 0 14px;
	padding:0;
}

#menuList li a {
	background:#ffe5b7;
	border:#ffdb9b solid 1px;
	padding:3px 5px;
	margin:5px 0;
	display:block;
	text-decoration:none;
}

#menuList li a:hover {
	background:#fff3df;
}

#nav {
	height:44px;
	text-align:center;
}
	
	#nav ul {
		list-style:none;
		margin:0;
		padding:0;
		text-transform:uppercase;
	}
	
	#nav li {
		float:left;
	}
	
	#nav li a {
		font-family: Helvetica, Verdana, Arial;
		display:block;
		text-decoration:none;
		font-size:13px;
		padding:14px 10px 14px 10px;
	}
	
	#nav li a:hover, #nav .current_page_item a {
		background:url(images/navRoll.jpg) repeat-x;
		color:#f5b027;
	}
	
	#nav #inactive {
		background:url(images/navRoll.jpg) repeat-x;
		color:#f5b027;
		font-family: Helvetica, Verdana, Arial;
		display:block;
		text-decoration:none;
		font-size:14px;
		padding:14px 10px 14px 10px;
	}

#photoStrip {
	height:133px;
}

#main {
	height:auto;
}

#promoBox {
	background:#fdffb2 url(images/promoBG.jpg) top center repeat-x;
	width:192px;
	float:left;
	height:inherit;
	padding:10px 20px;
}
	#promoItem h1 {
		margin:0;
		padding:5px 0 0;
	}
	#promoItem p {
		color:#424242;
		padding:0;
		margin:0px 0 5px;
		line-height:16px;
	}

#mainText {
	height:inherit;
	float:right;
	padding:10px 20px;
	width:346px;
}
	#mainText h1 {
		margin:0;
		padding:5px 0 0;
	}
	#mainText p {
		color:#929292;
		padding:0;
		margin:0px 0 5px;
		line-height:16px;
	}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#interiorMain {
	background:url(images/interiorBG.jpg) top center no-repeat;
	padding:15px 30px;
}
	#interiorMain h1 {
		font-weight:normal;
		font-size:23px;
		margin:10px 0;
		padding:0;
	}
	#interiorMain p {
		margin:10px 15px;
		padding:0;
		color:#929292;
		line-height:16px;
	}
	#interiorMain #menuItem #list {
		font-size:14px;
		line-height:22px;
	}
	#interiorMain li {
		color:#a67a7a;
		line-height:16px;
	}
	
#getQuote {
	position:relative;
	margin:6px 0 0 425px;
}

hr {
	background-color:#e1e1e1;
	height:1px;
	margin: 15px 0 15px 0;
	border:none;
}

/*form {
	display:inline;
}

input, select {
	height:20px;
	border:1px solid #ffd075;
	background:#ffe8bd;
	color:#616161;
}

textarea {
	border:1px solid #ffd075;
	background:#ffe8bd;
	color:#616161;
}*/

#nav .current_page_item {
		background:url(images/navRoll.jpg) repeat-x;
		color:#f5b027;
	}