@charset "UTF-8";

body {
	padding: 0;
	margin: 0;	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #363a40;
}

.clear {
	clear:both;
	height:0px;
	overflow:hidden;
}

/* LINK STYLES */
a:link,
a:active,
a:visited {
	color: #ff9f72;
	text-decoration: underline;
}

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


div.hr {
	height: 1px;
	min-height: 1px;
	background: url(../images/hr.gif) no-repeat center;
}


div#container {
	width: 100%;
}

	/* HEADER */
	.headerColor {
		color: #ff9f72;
	}
	
	div#topbar {
		/*background: url(../images/topbar.jpg) repeat-x;
		line-height: 31px;*/
	}

	div#header {
		width: 100%;
		background: #080707 url(../images/headerbg.gif) repeat-x;
	}
		div#header img {
			display: block;
			margin: 0 auto;
		}
	
	/* MAIN SECTION */
	div#body {
		padding: 30px 0 20px 0;
		width: 100%;
		/*background-image: url(../images/bodybg.jpg);
		background-repeat: repeat-x;
		background-position: top;*/
	}
	
		div#innerbody {
			
		}
	
	/* FOOTER */
	
	div#bottombar {
		background: url(../images/bottombar.jpg) repeat-x;
		line-height: 36px;
	}
	
	div#footer {
	}
	
		div#footer div#innerfooter {
			width: 780px;
			margin: 1em auto 2em auto;
			font-size: 10px;
			color: #dadada;
		}
			
		p.telephone {
			color: #dadada;
		}

/* thank-you page special case */

body.thankyou {
	background-image: none;
}

div#thankyou_header_offer {
	width: 778px;
	margin: 0 auto;
	padding: 10px 0 0 235px;
	height: 96px;
	background: url(../images/thankyou_header3.jpg) no-repeat;
}

	div#thankyou_header_offer p {
		padding: 0 0 17px 1px;
		margin: 0;
		width: 350px;
		font-size: 11px;
		color: #d7d9da;
	}

	div#thankyou_header_offer a:link,
	div#thankyou_header_offer a:visited,
	div#thankyou_header_offer a:hover {
		font-weight: bold;
		color: #FFFFFF;
	}
/* ------------------------- */
