/* Basic Layout Styles */

* {
	margin: 0px;
	padding: 0px;
}

body {
	text-align:center;
	background-image: url(images/bkgnd.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: center top;
	background-color: #000;
	}
	
#clear {
	clear:both;
	margin: 0px;
	padding: 0px;
}
	
#wrapper {
	width: 1024px;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
#header {
	background-attachment: scroll;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 381px;
	width: 1024px;
}
#navigation {
	height: 50px;
	width: 1024px;
}
#content_wrapper {
	background-repeat: repeat-y;
	width: 1024px;
	float: left;
	background-image: url(images/content_bkgnd.jpg);
	padding: 0px;
	margin: 0px;
}
#content_wrapper p {
	padding-top: 10px;
}
#content_wrapper_bkgnd {
	float: left;
	background-image: url(images/wrapper_bkgnd.jpg);
	background-repeat: repeat-y;
}
#sidebar a:hover {
	text-decoration: none;
	color: #060;
}
#sidebar a:visited {
	color: #24AEEA;
	text-decoration: underline;
}
#sidebar a:hover:visited {
	color: #060;
	text-decoration: none;
}
#main_content_inventory {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	text-align: left;
	margin-left: 75px;
	margin-right: 75px;
}
#main_content_full {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	text-align: left;
	margin-left: 75px;
	margin-right: 75px;
}
#main_content_full h1 {
	color: #F8110F;
	font-size: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
}
#main_content_full h2 {
	color: #F8110F;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 20px;
	margin-bottom: 5px;
}


#main_content_full a {
	color: #F8110F;
	text-decoration: underline;
}
#main_content_full a:hover {
	text-decoration: none;
	color: #666;
}
#main_content_full a:visited {
	color: #F8110F;
	text-decoration: underline;
}
#main_content_full a:hover:visited {
	color: #666;
	text-decoration: none;
}
#sidebar_float {
	float: right;
	width: 300px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.3em;
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 61px;
	padding-left: 25px;
	margin: 0px;
}
#footer {
	background-image: url(images/footer_coupon2.jpg);
	height: 250px;
	width: 1024px;
	background-repeat: no-repeat;
	float: left;
}
#footer_promo {
	text-align: left;
	height: 125px;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	vertical-align: middle;
}
#footer_content {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: left;
	line-height: 1.5em;
	font-size: 0.8em;
	height: 70px;
	width: 700px;
	float: right;
	padding-top: 30px;
}
.footer_links {
	font-size: .9em;
}
.footer_meta {
	font-size: 0.7em;
	display: block;
	margin-top: 7px;
}

#footer a {
	color: #F8110F;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
	color: #999;
}
#footer a:visited {
	color: #F8110F;
	text-decoration: none;
}
#footer a:hover:visited {
	color: #999;
	text-decoration: underline;
}

#flashcontent {
	height: 500px;
	margin-top: 20px;
	margin-bottom: 20px;
	}
.image_float_right {
	float: right;
	border: thin solid #F8110F;
	padding: 5px;
	margin-left: 15px;
}
.image_float_left {
	float: left;
	padding: 5px;
	border: thin solid #F8110F;
	margin-right: 10px;
	margin-bottom: 10px;
}
.image_float_left_nb {
	float: left;
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.bold {
	font-weight: bold;
}
.image_border {
	border: thin solid #F8110F;
	padding: 5px;
}
#main_content_full ul {
	list-style-position: outside;
	margin-left: 25px;
}
#main_content_full ul li {
	margin-bottom: 15px;
	line-height: 1.3em;
}
hr {
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
	color: #CCC;
}
.CollapsiblePanelContent table {
	font-size: .9em;
	line-height: 1.2em;
}
.red_text {
	color: #F00;
}
.body {
	background-color: #CCC;
}
.calculator {
	border-top-width: thin;
	border-top-style: groove;
	border-top-color: #FD0708;
}
.page_titles {
	height: 53px;
	width: 565px;
	display: block;
	padding-top: 328px;
	text-align: left;
	float: left;
}
.top_padding {
	padding-top: 7px;
}
.italic {
	font-style: italic;
}


#iframe_container{
	width:795px;
	height:1500px;
	overflow:hidden;
	margin:auto;
}
#iframe_container iframe {
    width:795px;
    height:2000px;
    margin-top:-305px;   
	margin-left:-5px; 
    border:0 solid;
 }