body {
	font-family: 'Open Sans',Geneva,Arial,Helvetica,sans-serif;
	background:#2C4E86 url(/images/background.gif) repeat-x;
	margin: 0;
	padding: 0;
	font-size:14px;
}

a:link {color:#004; text-decoration:none; font-weight:bold;}
a:visited {color:#004; text-decoration:none; font-weight:bold;}
a:hover {color:#B00; text-decoration:none; font-weight:bold;}
a:active {color:#B00; text-decoration:none; font-weight:bold;}

.bold {font-weight:bold !important}
.normal {font-weight:100 !important}

input[type=submit],
input[type=button],
input[type=reset]{
	padding:4px;
}


p{
	margin-bottom:0px;
}

hr {
	border: 0;
	width: 90%; 
	color: #999;
	background-color: #999;
	height: 1px;
}

h1 {
	margin: 0 0 10px 0;
	padding: 5px;
	font-size:20px;
	border-bottom:1px solid #999;
}

h2 {
	margin: 5px 0 10px 0;
	padding: 5px;
	font-size:16px;
	border-bottom:1px solid #999;
}

#page {
	background-color:#FFF;
	margin: 5px auto;
	width:870px; 
	padding:7px;
}

#header {
	width:860px;
	border: 5px solid #e0e7f5;
	background: #e0e7f5 url(/images/header_index.jpg) right;
}

#header #menu{
	height:20px;
	float:right;	
}

#header #menu ul{
	list-style: none;
	margin: 0;
	padding: 0;	
}

#header #menu li {
	float:right; width:84px; height:20px; vertical-align:middle; background:url(/images/buttons/MAIN_UNLIT.gif); text-align:center;
}

#header #menu .green{
	float:right; width:168px; height:20px; vertical-align:middle; background:url(/images/buttons/GREEN.gif); text-align:center;
}

#header #categories{
	height:20px;
	float:left;
	background-color:#e0e7f5;
	
}

#header #categories ul{
	list-style: none;
	margin: 0;
	padding: 0;	
}

#header #categories li {
	float:left;
	padding:3px 5px;
}

#content {
	margin-top:8px;
	
}

#content a {text-decoration:underline;}


#content_left {	
	width:202px;
	float:left;	
	border: 5px solid #e0e7f5;
	background-color:#e0e7f5;
	margin-right:5px;
}

#content_right {	
	width:202px;
	float:right;	
	border: 5px solid #e0e7f5;
	background-color:#e0e7f5;
	margin-left:5px;
}

#vehicle {
	border: 5px solid #e0e7f5;
	background-color:#e0e7f5;
}

#footer {
	width:860px;
	margin-top:8px;
	border: 5px solid #e0e7f5;
	background-color:#e0e7f5;
}

#footer  ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer  li {
	float:left;
	padding:0px 5px;
	line-height:20px;	
}


.grey{
	color:#999;
}

.opacticty_90{
	filter: alpha(opacity=90); /* internet explorer */
	-khtml-opacity: 0.9;      /* khtml, old safari */
	-moz-opacity: 0.9;       /* mozilla, netscape */
	opacity: 0.9;           /* fx, safari, opera */
}

.curved_5 { 
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px; 
	border-radius:5px;  
}

.curved_5_tr { 
	-moz-border-radius:0 5px 0 0;
	-webkit-border-radius:0 5px 0 0;
	-khtml-border-radius:0 5px 0 0; 
	border-radius:0 5px 0 0;  
}

.curved_10 { 
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px; 
	border-radius:10px;  
}

.curved_10_b { 
	-moz-border-radius:0 0 10px 10px;
	-webkit-border-radius:0 0 10px 10px;
	-khtml-border-radius:0 0 10px 10px; 
	border-radius:0 0 10px 10px; 
}

.box-shadow-light {
  -moz-box-shadow: 1px 2px 3px #668; /* Firefox */
  -webkit-box-shadow: 1px 2px 3px #668; /* Safari, Chrome */
  box-shadow: 1px 2px 3px #668; /* CSS3 */
 
}


.box-shadow {
  -moz-box-shadow: 3px 3px 6px #333; /* Firefox */
  -webkit-box-shadow: 3px 3px 6px #333; /* Safari, Chrome */
  box-shadow: 3px 3px 6px #333; /* CSS3 */
  behavior: url(/css/ie-css3.htc);
}

.clear {clear:both;}

hr.clear {
background: none;
border: 0;
clear: both;
display: block;
float: none;
font-size: 0;
margin: 0;
padding: 0;
overflow: hidden;
visibility: hidden;
width: 0;
height: 0;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

