/* css reset */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline}:focus{outline:0}body{line-height:1;color:black;background:white}caption{text-align:left;font-weight:normal}blockquote:before,blockquote:after,q:before,q:after{content:""}blockquote,q{quotes:""""}

/* end css reset */


body {
	margin: 0;
	padding: 0;
	background-color: #636363;
	background-image: url(images/bg_body.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

#main_frame {
	width: 800px;
	padding: 0 0 20px 0;
	margin: 0 auto;
}



#header {
	height: 136px;
	width: 800px;
	position: relative;
	background-image: url(images/bg_header.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#logo {
	position: absolute;
	top: 20px;
}

#top_nav {
	position: absolute;
	bottom: 5px;
	left: 6px;
}

#top_nav li {
	display: inline;
}

#top_nav li a {
	display: block;
	background-image: url(images/bg_btn_nav.gif);
	background-repeat: repeat-x;
	padding: 6px;
	float: left;
	margin-right: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#top_nav li a:hover {
	display: block;
	background-image: url(images/bg_btn_nav_on.gif);
	background-repeat: repeat-x;
	color: #fff;
}

#top_nav .active {
	display: block;
	background-image: url(images/bg_btn_nav_on.gif);
	background-repeat: repeat-x;
	color: #fff;
}

#btn_search {
	position: absolute;
	right: 40px;
	top: 50px;
}

#btn_search a {
	display: block;
	background-image: url(images/bg_btn_nav.gif);
	background-repeat: repeat-x;
	padding: 6px;
	float: left;
	margin-right: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#btn_search a:hover {
	display: block;
	background-image: url(images/bg_btn_nav_on.gif);
	background-repeat: repeat-x;
	color: #fff;
}


#big_flash {
	height: 260px;
	width: 800px;
	background-color: #fff;
	padding:0;
	margin: 4px 0 0 0;
}


#home_left_col {
	float: left;
	width: 500px;
	margin-right: 25px;
}

#home_center_col {
	float: left;
	width: 60px;
}

#interior {
     padding-top: 0px;
	float: left;
	width: 570px;
}


#right_col {
     margin-top: -4px;
     padding-top: 0px;
	float: right;
	width: 195px;
	height: 800px;
	background-image: url(images/bg_sidebar.gif);
	background-repeat: no-repeat;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #C87417;
	padding: 20px 0 5px 0;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #0567c0;
	padding: 30px 0 5px 0;
}

#right_col h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0567c0;
	padding: 30px 0 5px 20px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #C87417;
	padding: 5px 0 0 0;
}

p, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #383838;
	padding-top: 5px;
	line-height:15px;
}

#div_text p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #555;
	padding-top: 5px;
}

hr {
	border: 1px solid #bf8a15;
}

#right_col ul {
	padding: 5px 0 5px 0px;
}

#right_col li {
	margin: 0;
	padding: 0;
}


.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #C87417;
	float: right;
	padding: 5px 0 0 0;
}

.date a {
	color: #C87417;
	text-decoration: none;
}

.date a:hover {
	color: #C87417;
	text-decoration: underline;
}

div.box {
	height: 114px;
	width: 270px;
	background-image: url(images/bg_box.gif);
	background-repeat: no-repeat;
	margin-top: 20px;
}

div.box_content {
	padding: 15px;
}

div.box_content p {
	line-height: 15px;
}

div.box_content a, div.white_box a {
	color: #0567c0;
	font-weight: bold;
	text-decoration: underline;
}

div.box_content b {
	color: #e2831a;
	font-weight: normal;
}

#footer {
	text-align: center;
}

#footer li {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
}

#footer a {
	text-decoration: none;
	color: #ffffff;
}

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


.header {
	background: #ffcc00;
	cursor: pointer;
	padding:4px;
}

.header:hover{
	background-color:#666;
}
.selected{
	background-color:#F00;
	color:#FFF;
}

.content{
	background:#FFF;
	padding-top: 0px;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom:4px;
}

.accordion_headings {
	color: #fc0;
}

.accordion_headings{
	display: block;
	background-image: none;
	background-repeat: no-repeat;
	padding: 5px 0 5px 20px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.accordion_headings:hover{
	background:#36749b;
}


.accordion_list {

	margin:0;
	padding:0;
	border:0;
	outline:0;
     list-style:none;

}

.accordion_child{
	padding:15px;
	background:#EEE;
}

#basic-accordian a {
	display: block;
	background-image: none;
	background-repeat: no-repeat;
	padding: 5px 0 5px 20px;
	_padding: 0 0 4px 20px;
	margin: 0;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

#basic-accordian a:hover {
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
}

#currentProduct {
    background-image: url(images/arrow.gif);
    background-repeat: no-repeat;
}

#basic-accordian2 a {
	display: block;
	background-image: none;
	background-repeat: no-repeat;
	margin: 0;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

#basic-accordian2 a:hover {
	background-repeat: no-repeat;
}

.header_highlight{
	background:#36749b;
}

.tddefault {
     vertical-align:top;
}

table {
	border: 1px #ccc solid;
	background-color: #fff;
}

td {
	vertical-align: top;
	padding: 15px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #383838;
	line-height: 15px;
}

td li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #383838;
	line-height: 15px;
}


td b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #dc8e23;
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #dc8e23;
}

.white_box {
	border: 1px #ccc solid;
	background-color: #fff;
	padding: 15px;
}

.white_catalog {
	border: 1px #ccc solid;
	background-color: #fff;
	padding: 15px;
	width:760px;
}

table.instruction_sheet {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: white;
}
table.instruction_sheet th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.instruction_sheet td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

table.regTable {
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: white;
	line-height: 12px;
}
table.regTable th {
	border-width: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	line-height: 12px;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.regTable td {
	border-width: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	line-height: 12px;
	-moz-border-radius: 0px 0px 0px 0px;
}

table.regTable2 {
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: transparent;
}
table.regTable2 th {
	border-width: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: transparent;
	-moz-border-radius: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #383838;
	line-height: 15px;
}
table.regTable2 td {
	border-width: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: transparent;
	-moz-border-radius: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #383838;
	line-height: 15px;
}

a.btplink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #e2831a;
	text-decoration: none;
}

a.btplink:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #e2831a;
	text-decoration: underline;
