/* Global Styles */

body {
	margin:0px;
	background:url(/image/background.jpg) repeat top left;
	font-family:Arial, Helvetica, sans-serif;
}

h1 {
	color: #2e2e73;
	margin-top: 5px;
	padding-left: 10px;
}

h2 {
	color: #2e2e73;
	margin: 0;
}

h3 {
	color: #2e2e73;
	margin: 0;
}

div {
	margin: 0;
	padding: 0;
}

a{
	color: #2e2e73;
	font-weight: bold;
}

img {
	border: none;
}

#topnav {
	float:left;
	width:100%;
	margin:0;
	padding:0;
	background: url("/image/bg.gif") repeat-x bottom;
	font-size:93%;
	line-height:normal;
}
#topnav ul {
	margin:0;
	padding:10px 10px 0;
	list-style:none;
}
#topnav li {
	float:left;
	background:url("/image/left_both.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 9px;
	border-bottom:1px solid #2e2e73;
}
#topnav a {
	float:left;
	display:block;
	width:.1em;
	background:url("/image/right_both.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	text-decoration:none;
	font-weight:bold;
	color:#2e2e73;
	white-space:nowrap;
}
#topnav > ul a {
	width:auto;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#topnav a {float:none;}
/* End IE5-Mac hack */

#topnav a:hover {
	color:#333;
}
#home #nav-home, #products #nav-products, #kit #nav-kit, #kit_sub #nav-kit, #dealer #nav-dealer, #contact #nav-contact {
	background-position:0% -150px;
	border-width:0;	
}
#home #nav-home a, #products #nav-products a, #kit #nav-kit a, #kit_sub #nav-kit a, #dealer #nav-dealer a, #contact #nav-contact a {
	background-position:100% -150px;
	padding-bottom:5px;
	color:#333;
}
#topnav li:hover, #topnav li:hover a {
	background-position:0% -150px;
	color:#333;
}
#topnav li:hover a {
	background-position:100% -150px;
}

#content {
	margin:0;
	padding:0;
}

#leftcolumn {
	float: left;
	margin:0;
	width:195px;
	background: #2e2e73;
}

#home #leftcolumn {
	width: 167px;
	text-align:center;
	background: none;
}

#leftcolumn img {
	padding: 5px;
}
	
#leftnav {
	width: 195px;
	border-style: none;
}

#leftnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
	
#leftnav li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#leftnav li a:link, #leftnav li a:visited {
	color: #CCC;
	display: block;
	background:  url(/image/leftnav.gif);
	padding: 8px 0 0 10px;
	}
	
#leftnav li a:hover {
	color: #FFF;
	background:  url(/image/leftnav.gif) 0 -32px;
	padding: 8px 0 0 10px;
	}	

#centercolumn {
	margin-left: 195px;
	margin-right: 375px;
	padding: 0;
}
#home #centercolumn{
	left: 170px;
}
#kit_sub #centercolumn {
	margin-right: 10px;
}

#centercolumn div {
	color: black;
	background-color: white;
	padding: 0 10px;
	border-top: 3px inset #8ab1ff;
	border-right: 3px inset #8ab1ff;
	border-bottom: 3px outset #8ab1ff;
	border-left: 3px outset #8ab1ff;
	margin: 0 0 15px 15px;
}

#rightcolumn {
	float: right;
	width:375px;
	right:5px;
	padding-top :10px;
	text-align:center;
}

#footer {
	text-align: center;
	color: #2e2e73;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.leftwithoutline {
	vertical-align: top;
	margin-right: 5px;
	border: 1px solid #000;
}

.warn {
	color: #ff080e;
	font-style: bold;
}