/* v1.0 | 20080212 */

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family: Verdana, Helvetica, Arial, sans-serif;

}
html body {
	line-height: 1;
	background: url(/images/header_bg.jpg) top left repeat-x #ddd8cb;
	text-align: center;
	
}
html,body{
	height: 100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a	{
	text-decoration: none;
}
label{
	display: block;
}

/* Dusty Dawg Styles */
#container{
	position: relative;
	min-height: 100%;
	_height:100%;
}
#footer {
   position:absolute;
   bottom:0;
   left: 0;
   width:100%;
   height:30px;
   overflow: hidden;
   background:#ccc;
   clear: both;
   border-top: 1px solid #666;
   font-size: 10px;
   line-height: 14px;
}

#masthead{
	background: url(/images/logo.jpg) top left no-repeat;
	height: 118px;
	width: 900px;
	margin: auto;
	position: relative;
}
#tabs{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	height: 32px;
	padding-top: 86px;
	margin-left: 355px;
	
}

#tabs li{
	float: left;
	background: url(/images/t_r.jpg) right top no-repeat;
	padding-right: 8px;
	margin-left: 6px;
}

#tabs li a{
	background: url(/images/t_l.jpg) left top no-repeat;
	height: 32px;
	display: block;
	padding: 12px 0 0 6px;
	text-align: center;
	color: #fff;
	width:auto;
}

#tabs li a:hover{
	color: #f3b060;
}

#tabs li.active
{
	background: url(/images/t_a_r.jpg) right top no-repeat;
	padding-right: 13px;
	margin-left: 0;
}

#tabs li.active a
{
	background: url(/images/t_a_l.jpg) left top no-repeat;
	padding: 13px 0 0 13px;
	color: #000;
}

#tabs li.active + li
{
	margin-left: 0;
}
#burst{
	position: absolute;
	top: 0px;
	right: 0px;
	height: 155px;
	width:157px;
}
#page{
	width: 900px;
	margin: 15px auto;
	text-align: left;
}
#slider-1{
	background: #673915;
	padding: 4px;
	width:599px;
	overflow: hidden;
}
#slider-2{
	background: #bfc7cd;
	padding: 4px;
}
#slider{
	border: 1px solid #666;
	width:588px!important;
	overflow: hidden!important;
	height: 380px!important;

}
.r_bar{
	border: 1px solid #a5a298;
	width: 275px;
	background: #fff;
	float: right; 
	font-size: 12px;
}
.r_bar h3{
	background: #bfc7cd;
	padding: 2px 0 4px 5px;
	border-bottom: 1px solid #ccc;
}
.r_bar form{
	padding: 0 3px 3px 3px;
}

.r_bar form p{
	padding:5px 5px 6px 5px;
}
.r_bar label{
	font-size: 11px;
	font-weight: bold;
}

.r_bar input, .r_bar select, .r_bar textarea{
	margin-left: 20px;
	margin-top: 2px;
	width:200px;
}
.r_bar input, .r_bar textarea{
	background: #eee;
	border: 2px solid #666;
	font-size: 12px;
	line-height: 14px;
	overflow: hidden;
}
input.button{
	background-color: #DE9D28;
	border:	2px solid #444;
	color: #3F0B0B;
	font-weight: bold;
	cursor: pointer;
}
input.button:hover{
	background-color: #d39529;
	border:	2px solid #444;
	color: white;
	font-weight: bold;
}
.more{
	font-size: 8px;
	padding-left: 5px;
	color: blue;
}
.more span{
	text-decoration: underline;
}
.desc{
	border:2px solid #fff;
	background:#eee;
	padding:3px;
	font-size:13px;
	line-height:20px;
}
.desc p{
	margin:6px;
}
.hidden{
	display: none;
}
.hl{
	color:#de9d28;
}
.odd{
	background: #e7eaed;
}
#toll_free{
	position: absolute;
	top: 5px;
	left: 400px;
}
#w3c_valid{
	position: absolute;
	bottom: 2px;
	right: 2px;
}
#w3c_valid img{
	border: 0px solid #666;
	margin-left: 3px;
	width: 80px;
	height: 15px;	
	}