/* GLOBAL STYLE TAGS-----------------------------------------*/
body {
	margin:0 auto;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	text-align:center;
	line-height: 130%;
	background-image:url(../img/main_bg.jpg);
	background-repeat:repeat;
	background-color:#666666;
	background-position: 0 1px;
	height: 100%;
}
html{
	height: 100%;
}
p {
	margin:0 0 10px 0;
	padding: 5px;
}
img {
	border:none;
	display:block;
}
ul.home {
	margin:0;
	padding:0 25px 10px 25px;
	list-style:none;
}
ul.home li {
	margin:0;
	padding:1px 0 0 8px;
}

ul{
	list-style: none;
	margin: 0;
	padding: 0 0 0 10px;
	text-indent: -1em;
	font-size: 10px;
}

*{ outline: none; }
/* LINK STYLE NORM----------------*/
a:link {
	text-decoration: none;
	color: #EEEEEE;
}

a:visited {
	text-decoration: none;
	color: #DA1816;
}

a:hover {
	text-decoration:none;
	color: #DA1816;
}

/* GLOBAL STRUCTURE------------------------------------------*/
#container {
	width:836px;
	margin: 0 auto;
	text-align:left;
	background-image:url(../img/content_bg.jpg);
	background-repeat:repeat-y;
	background-color:#B9BABD;	
	min-height: 100%; 
}
#main {
	width:760px;
	margin:0 auto;
	padding:0;
	background-color:#B9BABD;
}
#header{
	background-color: #3a3d3f;
	width: 760px;
	height: 55px;
}
.header_img{
	float: left;
}
.icon_img{
	float: right;
	margin: 25px 5px 0 0;
}
#content{
	background-image:url(../img/content_area_bg.gif);
	background-repeat: no-repeat;
	background-color:#bcbdc0;	
	min-height: 200px;
}
#left_col{
	float: left;
	width: 187px;
}
#right_col{
	float: right;
	margin: 0 0 0 10px;
	padding:0;	
	min-height: 300px;
	width: 563px;
}
.right_content{	
	padding: 15px 20px 15px 20px;
	min-height: 300px;
}
#footer {
	clear:both;
	margin:0;
	
	background-color: #3a3d3f;
	color:#9d9e9f;
	font-size:9px;
	text-transform: uppercase;
	border-top: 1px solid white;
}
#footer .copyright{ padding: 5px 0 5px 18px; }
#footer img{
	padding: 0;
	margin: 0;
	float:right;
}

/* MISC STYLE CLASSES-------------------------------------------------*/
.reg_clear{
	clear: both;
}
.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}
.regclear {
	clear: both;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.body_img {
	border: 1px solid #242424;
	margin:0 15px 3px 0;
	float:left;
}
img.left_content {
	border: 1px solid #3a3d3f;
	margin: 15px 0 15px 18px;
}
img.subhead{
	margin: 15px 0 15px 0;
	float: right;
}
.date_noital{
	font-size:10px;
	color:#242424;
	font-weight:bold;
}
.date {
	font-style:italic;
	font-size:10px;
	color:#242424;
	font-weight:bold;
}
p.notice{
	margin: 60px 0 0 0;
	font-size: 9px;
}
p.leftcol{
	margin: 5px 0 5px 13px;
}
.leftCol_header {
	font-size: 15px;	
	font-weight: bold;
	color: #3A3D3F;
	margin: 34px 0 5px 13px;
}
p.tbl_desc{
	margin: 0;
	padding: 0;
	font-size: 9px;
	line-height: 120%;
}
p.selection_intro{
	margin: 0 23px 10px 23px;
}
label.product_over {
	text-align:right;
	width:100px;
	float:left;
	padding:0;
	margin: 0 6px 5px 0;
	font-weight: bold;
}
div.product_over {
	width: 195px;
	padding: 0 5px 0 5px;
	margin: 0 0 5px 100px;
}
div.selection_guide{
	border: 2px solid black;
	width: 701px;
	margin: 0 auto;
	padding: 0;
	font-size: 10px;
}
div.product_name {
	margin: 0;
	padding: 4px 0 4px 17px;
	width: 144px;
	text-align: left;
	border: 1px black solid;
	border-bottom: none;
	border-left: none;
	border-right: none;
	float: left;
	font-weight: bold;
}
div.checkbox{
	margin: 0;
	padding: 4px 0 4px 0;
	text-align: center;
	border: 1px black solid;
	border-right: none;
	border-bottom: none;
	float:left;	
}
.selection_odd{
	background-color: #969696;
}
/*Other structure */
#home_welcome{
	float: right;
	background-image: url(../img/main_middle_right.jpg);
	background-position: top left;
	background-repeat: no-repeat;	
	background-color:#B9BABD;	
	width: 370px;
	height: 252px;
}	
#home_welcome_content{
	padding: 45px 20px 0 12px;
}
#home_welcome_content p{
	padding: 5px 0 5px 0;
}
#product_nav{
	float: left;
	width: 187px;
}
#download_pdf{
	background-image: url(../img/icon_pdf.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 3px 2px 2px 25px;
	min-height: 15px;
	margin: 0 5px 0 10px;
}
#product_content_area{
	float: right;
	width: 563px;
	padding: 15px 0 15px 0;
	min-height: 300px;
}
#product_content_area p.notice{
	margin: 60px 10px 0 5px;
	font-size: 9px;
}
#product_overview_content{	
	margin: 0 0 0 10px;
	width: 330px;
}
#product_image{
	width: 217px;
	border-left: 1px solid black;
	float: right;
	margin: 0 5px 0 0;
}
#product_tbl1{
	width: 260px;
	margin: 5px 0 5px 10px;
	border-collapse: collapse;
	border: 1px solid black;
	float: left;
}
#product_tbl1 td{
	border-right: 1px solid black;
	padding: 2px;
	text-align: center;	
}
#product_tbl1 td.title{
	border: 1px solid black;	
	font-weight: bold;
	text-align: center;	
}
#product_tbl2{
	width: 260px;
	margin: 5px 10px 5px 0;
	border-collapse: collapse;
	border: 1px solid black;
	float: right;
}
#product_tbl2 td{
	border-right: 1px solid black;
	padding: 2px;
	text-align: center;	
}
#product_tbl2 td.title{
	border: 1px solid black;	
	font-weight: bold;
	text-align: center;	
}
#product_tbl_full{
	width: 543px;
	margin: 5px 10px 5px 0;
	border-collapse: collapse;
	border: 1px solid black;
	float: right;
}
#product_tbl_full td{
	border-right: 1px solid black;
	padding: 2px;
	text-align: center;	
}
#product_tbl_full td.title{
	border: 1px solid black;	
	font-weight: bold;
	text-align: center;	
}
#product_tbl_1col{
	width: 260px;
	margin: 5px 0 5px 0px;
	border-collapse: collapse;
	border: 1px solid black;
	float: left;
}
#product_tbl_1col td{
	border-right: 1px solid black;
	padding: 2px;
	text-align: center;	
}
#product_tbl_1col td.title{
	border: 1px solid black;	
	font-weight: bold;
	text-align: center;	
}
#product_tbl_small{
	width: 210px;
	margin: 5px 0 5px 0px;
	border-collapse: collapse;
	margin: 0 auto;
}
#product_tbl_small td{
	padding: 2px;
	text-align: center;	
}
#product_other_col1{
	width: 260px;
	margin: 5px 0 5px 10px;
	float: left;
	padding: 0 10px 0 0;
}
#product_other_col1 p{
	padding: 0;
	margin: 10px 0 10px 0;
}
#product_other_col2{
	width: 260px;
	margin: 5px 10px 5px 0;
	float: right;
	padding: 0 10px 0 0;
}
#product_other_col2 p{
	padding: 0;
	margin: 10px 0 10px 0;
}
#flashcontent{
	width: 600px;
	padding: 45px 0 20px 0;
	margin: 0 auto;
}
.gallery_img_list{
	width: 90px;
	height: 68px;
	border: 1px solid black;	
	margin-bottom: 3px;
}
.photo_opt{
	float: left;
	width: 90px;
	margin: 3px;
	text-align: center;
}