body {
	background: #fff url(../img/top.jpg) repeat-x;
	line-height: 1.1em;
	color: #333;
	font: 13px Tahoma, Arial, Verdana, Helvetica, sans-serif!important;
	font /*IE5-5.5 Hack*/: x-small Tahoma, Arial, Verdana, Helvetica, sans-serif;
	text-align: center; /* center template 1/2 */
	
	margin:0 auto;
	padding:0;
}

body, form, input {	
	padding: 0px;
	margin: 0px;
}
h1, h2, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset, address { 
	margin: 5px 0; 	
}
dd, blockquote {
	margin-left: 40px;
}
fieldset {
	padding: 10px;
}

a:link {
	color: #06c;
	text-decoration: none;
}
a:visited {
	color: #06c;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	background : #effcff;
	
}
a:focus, input:focus {
	outline: none;
}

h1, h2, h3 {
	color: #374BA1;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 5px;
	padding:2px;
	background: #f1f1f1;
	height: 20px;
	width: 100%;
	text-transform: capitalize;	
	margin-left:3px;
}
h2 {
	font-size: 15px;
	font-weight: bold;
	margin-left:3px;
}
h3 {
	font-size: 13px;
	margin-left:3px;
}

img {
	border: none;
	
}
.redhead {color:#fff; background: #ED1E26;padding:5px; width:95%;margin-left:5px;}
.redblock {text-indent: 10px;padding-left:15px; background: url(../img/red_spacer.gif) no-repeat left 50%;text-decoration:none;}
.blueblock {text-indent: 10px;padding-left:15px; background: url(../img/blue_spacer.gif) no-repeat left 50%;}
.redblock a{text-decoration:none;background:none;}
.blueblock a{text-decoration:none;}
.redborder {border: 1px solid #ED1E26;margin-left:9px;width:95%;}

.title {background:url(../img/bottom.jpg) no-repeat left bottom;}
.red {color: #ED1E26;}
.blue {color: #003399;}
.blueheading {text-indent:30px; padding: 5px;}
.imgborder {border:1px solid #000;}
a.info { 
position : relative; 
background : #fff; 
float:left;
left:250px;
top:-30px;
} 
a.info span { 
display : none; 
} 
a.info:hover { 
cursor : default; 
z-index : 1; 
} 
a.info:hover .infobox { 
font-weight : normal; 
display : block; 
position : absolute; 
top : 20px; 
left : 0; 
width : 355px; 
border : 1px solid #666; 
background : #f1f1f1; 
text-align : center; 
font-size : 0.9em; 
padding-left : 10px; 
padding-right : 10px; 
padding-top : 10px;
margin-left: -20px; 
color:#333;
} 
/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	*** Layers Time ***
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	"Global Wrapper"
	This is our parent layer which includes them all.
	From here we mainly choose the width of our page.
	We made it fixed and appropriate for 800x600 res.
	However, if you change it, remember to also alter 
	the width for the "center" layer. If you wish to go
	for relative width, well... be careful.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
#monster {
	width: 950px;
	text-align: center; /* center tabbed menu 1/2 */
	margin: 0 auto; /* center template 2/2 */
	
}
#wrap {
	width: 910px;
	text-align: left; 
	margin: 0 auto; 
	border-right:1px solid #eee;
	border-left: 1px solid #eee;
	overflow:hidden;
	border-bottom: 1px solid #69c1fe;
}

#tagline {
	clear: both;
	text-align: left;
	margin: 10px 0 0 25px;
	height: 140px;
	position: relative;
	background:  url(../img/logo.jpg) no-repeat left top;
}
#tagline a {
	text-decoration: none;
}
#userbar {
	font: bold 90% arial, serif;
	color: #374BA1;
	position: absolute;
	top: 15px;
	right: 55px;
	line-height: 1.4em;
}
#userbar a {
	text-decoration: none;
	color: #374BA1;
	background : #effcff; 
	border:none;
}
#userbar a:hover {
	text-decoration: none;
	color: #06c;
}
#logo-text {
	color: #ed1e26;
	font: normal 18px arial,serif;
	position: absolute;
	top: 5px;
	left: 240px;
	line-height: 2.0em;
}

#navcontainer {
	clear: left;
	z-index: 3;
	position: relative;
	margin: 0 auto; /* center tabbed menu 2/2 */
	width: 846px;
}

#tabbar {
	position: relative;
	background:  url("../img/burn.gif") no-repeat center top;
	font: bold italic 10px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	clear: both;	 
	height: 14px;	
	margin: 0;
	
}
/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	The actual tabs
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
#navlist {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	clear: both;
	font: bold 12px arial,serif;
	text-transform: capitalize;
}
#navlist ul, #navlist, #navlist li  {
	margin: 0;
	padding: 0;
}
#navlist li {
	float: left;
	display:inline;
	width: 141px;
	min-height: 25px; 
}
#navlist li a {
	position: relative;
	display: block;
	text-align: center;
	color: #fff;
	text-decoration: none;
}
#navlist li a.active, #navlist li a:active {
	padding-bottom: 5px;
	color: #fff; 
	background: #374ba1;
	background-position: top center;
}
#navlist li a#taba.active, #navlist li a#taba:active {
	padding-bottom: 5px;
	color: #fff; 
	background: #374ba1;
	background-position: top left;
}
#navlist li a#tabd.active, #navlist li a#tabd:active {
	padding-bottom: 5px;
	color: #fff; 
	background: #374ba1;
	background-position: top right;
}
#navlist li a#tabd:hover {
	color: #fff; 
	background: #003366 url("../img/slanter.gif");
	background-position: bottom right;
}
/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	"Individual Tab Control"
	We make each tab a seperate div so we can have better
	control of the tabbed assembly.
	One nice trick that we achieve this way is the use
	of one image for the two edges of the menu without
	bothering altering the width of the image.
	If you want to add more tabs, just copy and paste
	the whole code of "tabb" or "tabc", give it a name of 
	your choice and remember to define it in your html.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
#taba, #tabb, #tabc, #tabd, #tabz {
	padding: 4px;
	height: 18px;
	background-color: #546F9E;
}
#taba {
	background: #374ba1 url("../img/slanter.gif");
	background-position: top left;
	margin-right: -1px;
}
#tabb {
	background: #374ba1 url("../img/slanter.gif");
	margin-right: -1px;
	border-left: 1px solid #fff;
}
#tabc {
	background: #374ba1 url("../img/slanter.gif");
	margin-right: -1px;
	border-left: 1px solid #fff;
}
#tabd {
	background: #374ba1 url("../img/slanter.gif");
	background-position: top right;
	border-left: 1px solid #fff;
}
#tabz {
	background: #374ba1 url("../img/slanter.gif");
	margin-right: -1px;
	border-left: 1px solid #fff;
}
#tabb:hover, #tabc:hover, #tabz:hover {
	background: #374ba1 url("../img/slanter.gif") bottom left;
	color: #fff!important;
}
#taba:hover {
	background: #374ba1 url("../img/slanter.gif") bottom left;
	color: #fff!important;
}
#tabd:hover {
	background: #374ba1 url("../img/slanter.gif") bottom right;
	color: #fff!important;
}
/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	"Search Utility"
	You can remove the "search" div from your html if
	you don't want it to exist, or simply alter it's
	content.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
#search {
	border-top: 2px solid #fff;
	border-bottom: 2px solid #69c1fe;
	background: #8ad5fb url("../img/top.gif") repeat-x bottom center;
	color: #fff;
	height: 52px;
	text-align: left;
	position: relative;
}
#search p{
	font-weight: bold;
	color: #fff;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	font-size: 17px;
	line-height:1.2em;
	width:100%;
	text-align:center;
	letter-spacing: 1px;
}

/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	"Columns"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Container Div for columns background trick
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
#container {
	margin: 0;
	padding: 0;
	background: #fff;
}
/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Center Column
	Where the main content goes...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
#center {
	width: 580px;
	float: left;
	color: #666;
	line-height: 16px;
	text-align: left;
	border-left:1px solid #f1f1f1;
	padding-bottom: 1000em;
	margin-bottom: -999.5em;
}
#cc {
	padding: 10px;
}
#center p, #center div div {
	padding: 0 0 10px 10px;
}
#center2 ul {
	list-style-type: none;
	margin: 0 0 0 10px;
	padding: 0 10px;
	
}
#center2 li {
	padding: 0 0 0 18px;
	margin-left:10px;
	background:url(../img/stars.gif) no-repeat left center;
	list-style-type: none;
}
/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Right Column
	Good for headlines, ads and so on...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
#right {
	width: 300px;
	float: right;
	line-height: 14px;
	color: #444;
	font-size: 12px;
	text-align: left;
	background:#f1f1f1;
	padding-left: 8px;
	
	padding-bottom: 1000em;
	margin-bottom: -999.5em;
	border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
}
#right img{margin-bottom:10px;margin-top:5px;}
#rc {
	padding: 5px;
}
#rc p {
	padding: 0 0 10px 2px;
}

/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	"Footer"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
#footer {
	background:  url("../img/overburn2.gif") no-repeat center bottom;
	clear: both;
	position: relative;
	text-align: center;
	font-size: 11px;
	line-height: 0.9em;
	padding: 0;
	color: #fff;
	width: 915px;
	margin: 0 auto;
}
#footer a:link, #footer a:visited {
	color: #effcff;
	font-weight: bold;
	text-decoration: none;
	border:none;
}
#footer a:hover {
	color: #06c!important;
	background: #effcff!important;
	font-weight: bold!important;
}
/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	"Footer Menu"
	This could be a nice place to fill with useful 
	shortcuts of pages within your site so they'd be
	easily accessible.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
#footmenu {
	background: #f1f1f1;
	border-top: 4px solid #0058BF;
	border-bottom: 3px solid #fff;
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
	color: #06c;
	font: 11px Arial,Verdana,Helvetica,sans-serif;
	text-align: center;
	clear: both;
	margin: 0 0 3px 0;
	padding: 3px;
}
#footmenu a:link, #footmenu a:visited {
	color: #374BA1;
	border:none;
}
#footmenu a:hover {
	color: #06c!important;
	
}
/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Miscellaneous Styling
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
.author {
	padding: 8px 0 13px 0;
}
.clear {
	clear: both;
}
.hand {
	cursor: pointer;
}
.star {
	color: #eee;
}
.smaller {
	font-size: 0.8em;
}
/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Tables Styling
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
td, th {
	padding:5px;
}
.datatable {
	border: 1px solid #D6DDE6;
	border-collapse: collapse;
	width: 89%;
}
.datatable a {
	text-decoration: none;
}
.datatable td {
	border: 1px solid #D6DDE6;	
	padding: 4px;
}
.datatable th {
	border: 1px solid #828282;
	background-color: #cbcbcb;
	text-align: left;
	padding-left: 4px;
	color: #333;
	font-weight: bold;
}
.datatable caption {
	font: bold 0.9em Arial, Helvetica, sans-serif;
	color: #33517A;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 8px;
}
.datatable tr.altrow {
	background-color: #DFE7F2;
}
tr.altrow td {
	color: #333!important;
}
.datatable tr:hover {
	background-color: #dff;
	color: #111;
}
/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Forms Styling
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
.form fieldset {
	margin: 1em 0;
	border-top: 1px solid #ccc;
	border-bottom: none;
	border-left: none;
	border-right: none;
}
.form legend {
	margin: 1em 0;
	padding: 0 .5em;
	color: #069;
	font-size: 0.8em;
	font-weight: normal;
	text-transform: uppercase;
}
.form label {
	width: 130px;
	padding: 0 1em;
	text-align: right;
	float: left;
}
.form select {
	width: 154px;
	border-top: 1px solid #555;
	border-left: 1px solid #555;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 1px;
	color: #333;
	background-color: #eee;
}
.form .radio {
	background-color: #fff;
	border: none;
	width: auto!important;
	text-align: left;
}
.form fieldset div {
	margin-bottom: .5em;
	padding: 0;
	display: block;
}
.form fieldset div input, .form fieldset div textarea {
	width: 150px;
	border-top: 1px solid #555;
	border-left: 1px solid #555;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 1px;
	color: #333;
	background-color: #eee;
}
.form fieldset div select {
	padding: 1px;
}
div.fm-multi div {
	margin: 5px 0;
}
div.fm-multi input {
	width: 1em;
}
div.fm-multi label {
	display: block;
	width: 300px;
	padding-left: 5em;
	text-align: left;
	cursor: pointer;
}
#fm-submit {
	clear: both;
	padding-top: 1em;
	text-align: right;
}
#fm-submit input {
	border: none;
	padding: 2px 3em;
	background: #0477b4 url("../img/bg-blue-darker.gif") repeat-x center center;
	color: #fff;
	font-weight: bold;
}
input:focus, textarea:focus {
	background: #f7f7f7;
	color: #000;
}
#pic{
position: relative; /*leave as is*/
overflow: hidden;
margin-bottom: 5px;
margin-left: -1px;
margin-top: 5px;
width: 580px;
height:410px;
background: url(../img/warranty.jpg) no-repeat left bottom;
border: 1px solid #f1f1f1;
float:left;
display:block;

}
#sitemap { 
margin :0; 
padding : 0; 
} 
#sitemap li { 
list-style-type : none; 
margin-left:10px;
} 
#sitemap ul { 
margin-top : -1px; 

} 
#sitemap ul li { 
list-style-image : url(../img/l2_normal.gif); 
} 
#sitemap ul ul li { 
list-style-image : url(../img/l3_normal.gif); 
} 
#sitemap ul li.firstfollow { 
list-style-image : url(../img/l2_first_follow.gif); 
} 
#sitemap ul li.last { 
list-style-image : url(../img/l2_last_item.gif); 
} 
#sitemap ul ul li.firstfollow { 
list-style-image : url(../img/l3_first_follow.gif); 
} 
#sitemap ul ul li.last { 
list-style-image : url(../img/l3_last_item.gif); 
} 

