body{
margin:0;
padding:0;
font-family:arial,helvetica,sans-serif;
font-size: 11px;
color: #000000;

}

b{font-size: 110%;}
em{color: #003399;}

#maincontainer{
width: 1024px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/

}

a, a:visited{
text-decoration:none;
color:#4c4c4c;
}
a:hover{
text-decoration:none;
color:#003399;
}

/* Top section */
#topsection{
background: url(../img/layout/bg_navigation.png) repeat-x;
height: 101px; /*Height of top section*/
}

.company{
position:absolute;
width: 187px;
height: 95px;
left:910px;
}

#outerdiv 
{ 
width:280px; 
height:30px; 
overflow:hidden; 
position:relative; 
float:left;
} 

#inneriframe 
{ 
position:absolute; 
top:-20px; 
left:-80px; 
width:1280px; 
height:1200px; 
}

.topmenu{

font-size:14px;
float:left;
width: 730px;
margin:20px 0 0 20px;
border-bottom: 1px solid #fff;
}

.topmenu ul{
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.topmenu ul li{
display: inline;
}

.topmenu ul li a{
color: #fff;
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 10px; /*spacing between each menu link*/
text-decoration: none;
}

.topmenu ul li a:hover, .topmenu ul li a.selected{
color: #00175c;
}

.topsubmenu{
float:left;
width: 800px;
margin:0px 0 0 20px;
}

.topsubmenu ul{
padding: 5px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.topsubmenu ul li{
display: inline;
}

.topsubmenu ul li a{
color: #fff;
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 10px; /*spacing between each menu link*/
text-decoration: none;
}

.topsubmenu ul li a:hover, .topsubmenu ul li a.selected{
color: #00175c;
}


/* Main section */
#contentwrapper{
float: left;
width: 100%;
min-height:630px;
}

#contentcolumn{
margin-left: 220px; /*Set left margin to LeftColumnWidth*/
}

.header{
float:left;
position:relative;
width: 804px;
height: 303px;
margin:-98px 0 20px 2px;
z-index:-1; 
}

/* HOMEPAGE STYLE */

.home_header{
float:left;
position:relative;
width: 1024px;
height: 291px;
margin:-4px 0 0px 0px;
z-index:-1; 
}

.home_box{
float:left;
position:relative;
width: 240px;
height: 320px;
margin:0px 0 0px 0px;
}

.home_box_large{
float:left;
position:relative;
width: 750px;
height: auto;
margin:0px 0 20px 0px;
padding:0 0 0 10px;
}

.home_box_large h3{
margin:0 0 10px 0;
font-size:14px;
line-height: 18px;
padding-left:5px;
border-bottom:1px solid #999999;
}

.border{
border-right:1px solid #999999;
}

.home_module{
float:left;
position:relative;
width: 230px;
height: 80px;
margin:5px 0 0px 5px;
}

.home_module img{
float:left;
margin:0px 5px 0px 0px;
}

.home_module p{
float:left;
width: 130px;
margin:3px 0 0 0;
}

.home_module h2{
float:left;
display: block;
margin:0;
font-size:11px;
line-height: 12px;
background: url(../img/layout/arrow.gif) no-repeat 0 3px;
padding-left:5px;
}

.home_module h2 a, .home_module h2 a:visited{
text-decoration:none;
color:#4c4c4c;
}
.home_module h2 a:hover{
text-decoration:none;
color:#003399;
}



/* LEFT SIDE */
#leftcolumn{
float: left;
width: 220px; /*Width of left column*/
margin-left: -1024px; /*Set left margin to -(MainContainerWidth)*/
margin-top: -27px; 
background: url(../img/layout/dropper.gif) no-repeat bottom left;
border-left: 1px solid #999999;
border-right: 1px solid #999999;
border-bottom: 1px solid #999999;
}

.leftmenu{
width: 220px; /*width of menu*/
height: 400px;
}

.leftmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.leftmenu ul li{
padding-bottom: 3px; /*bottom spacing between menu items*/
}

.leftmenu ul li a{
color: #4c4c4c;
display: block;
padding: 4px 0 4px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
border-bottom: 1px solid #dadada;

}

.leftmenu ul li a:visited{
color: #4c4c4c;
}

.leftmenu ul li a:hover{ /*hover state CSS*/
color: #003399;
}


/* FOOTER */
#footer{
clear: left;
width: 100%;
color: #4c4c4c;
text-align: center;
padding: 4px 0;
border-top:1px solid #8A8A8A;
text-align:left;
}

#footer p{
float:left;
width: 400px;
margin:5px 0 0 10px;
}
#footer a{
color: #4c4c4c;
}
#footer a:hover{
color: #003399;
}

#impel{ float:right; margin:5px 0px 5px 0;width:65px;}

#impel a { display:block; width:65px; height:20px; text-indent:-9999px; background: transparent url(../img/layout/impel_logo.gif) top left no-repeat; }

#impel a:hover { background: transparent url(../img/layout/impel_logo.gif) top right no-repeat; }

.footermenu{
float:right;
width: 400px;
margin:0px 0 0 10px;
}

.footermenu ul{
padding: 5px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/
}

.footermenu ul li{
display: inline;
}

.footermenu ul li a{
color: #4c4c4c;
padding: 6px 3px 4px 8px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 10px; /*spacing between each menu link*/
text-decoration: none;
background: url(../img/layout/arrow.gif) no-repeat 0px 10px;
}

.footermenu ul li a:hover, .footermenu ul li a.selected{
color: #003399;
}


/* INNER PAGES */

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

h1 {
font-weight: normal;
padding-bottom: 3px;
font-size: 20px;
line-height: 21px;
}
h3 {
font-weight: normal;
padding: 3px 0;
font-size: 14px;
line-height: 15px;
}

.module{
float:left;
position:relative;
width: 90px;
margin:5px 17px 0px 5px;
}
.module img{
float:left;
margin:0px 0px 5px 0px;
}
.module h2{
float:left;
display: block;
margin:0;
font-size:11px;
line-height: 12px;
background: url(../img/layout/arrow.gif) no-repeat 0 3px;
padding-left:5px;
}

.module h2 a, .module h2 a:visited{
text-decoration:none;
color:#4c4c4c;
}
.module h2 a:hover{
text-decoration:none;
color:#003399;
}

/* CONTACT PAGES */
.form {margin-left:20px;margin-bottom:10px;float:left;}
#contactform{
	padding:0px;
	width:700px;
}
#contactform h3{	
	margin:5px 0 5px 0px;
	padding:0px 0px 0px 0px;
	font-weight:normal;
	font-size:1em;
	width:190px;
}
#contactform input, #contactform textarea{
	background-color: #fff;
	border:1px #999999 solid;
	padding:2px;
	margin:0 0 3px 0px;	
	border-top:1px #003399 solid;
}
#contactform input{
	width:192px;
}
#contactform input.calendar{
	width:160px;
}
#contactform input.chkbox{
	width:20px;
	vertical-align:middle;
	padding:0 0px 0 0;
	margin:0 5px 0 0!important;
}
#contactform select{
	background-color: #fff;
	border:1px #999999 solid;
	border-top:1px #003399 solid;	
	width:198px;
	height:22px;
	
}
#contactform textarea{
	width:402px!important;
	float:left!important;
	margin:0!important;
}
#contactform input:hover, #contactform textarea:hover, #contactform select:hover  {
	border:1px #003399 solid;
}
#contactform input:focus, #contactform textarea:focus, #contactform select:focus {
	border:1px #003399 solid;
}
.submitbtn{
	color:#003399!important;
	font-weight:bold;
	padding:5px!important;
	cursor:pointer;
	font-size:14px!important;
	background-color:#fff!important;
	border:1px #003399 solid;
	padding:2px;
	margin:0 0 10px 12px;	
}
.contactsub{
	float:left;
	margin:10px 0 0 0px;
	padding:0px 0 0 0px;
	width:210px;
}
.contactsub p{
	padding-top:0px;
	margin-top:0px;
}

div.contactsub{
	vertical-align:middle;
}
.validation-advice {
	margin: 0px 0 0 0px;
	padding: 2px 2px 2px 2px;
	color:#003399;
	font-size:11px;
}
#captcha{
	position:relative;
	top:-30px;
	left:55px;
	width:50px;
	height:20px;
}


/* CARS PAGES */
.car{
float:left;
position:relative;
width: 160px;
height:160px;
margin:5px 17px 0px 17px;
}
.car img{
float:left;
margin:0px 0px 5px 0px;
border:none;
}
.car h2{
float:left;
display: block;
margin:0;
font-size:11px;
line-height: 12px;
background: url(../img/layout/arrow.gif) no-repeat 0 3px;
padding-left:5px;
}

.car h2 a, .car h2 a:visited{
text-decoration:none;
color:#4c4c4c;
}
.car h2 a:hover{
text-decoration:none;
color:#003399;
}



#productview {
	width:780px;
	height:100%;	
	margin-bottom:0px;	
	float:left;
}

#productview  h3{	
	font-size:1.1em;
	padding-left:8px;
	margin:1px 0 1px 0;
	line-height:10px;
}

#productview .preview{
	width:356px;
	float:left;
	margin:0px 0 0px 5px;
}
#productview .preview #previewimg{
	background-color:#ACC6FF;
	text-align:center;
	padding:3px;
}
#productview .preview #previewimg a img{
	border:0;
}
#productview .details{
	width:320px;
	padding:0px 10px 0 10px;
	float:left;
	margin:0px 0 0 20px;
}
#productview .details p{
	
}
#productview .details h3{
	border-bottom:1px solid #ACC6FF;
	font-size:1.2em;
	font-weight:bold;
	padding-left:0px;
	margin:1px 0 1px 0;
	line-height:14px;
}
#productview .preview img{
	border:none;
}

.enlargeImages {margin: 5px auto 0px auto; padding: 0; width: 145px;height:18px;}

.enlargeImages p {line-height:10px;background: url(../img/layout/zoomIcon.gif) no-repeat left 1px; color: #ACC6FF; font-size: 10px; font-weight: normal; padding: 0 0 2px 18px;}
.enlargeImages p a{
	line-height:10px; color: #ACC6FF; font-size: 10px; text-decoration:none;
}

.carousel_images{
margin-left:0px;
}

/* Subsection Tabs
--------------------*/
ul.subsection_tabs {
	list-style:none;
	margin:0 0 0px 0;
	padding:0;
	clear:both;
	border-top:1px solid #00175c;
	height:32px;
	background-color:#8A8A8A;
}

ul.subsection_tabs li.tab {
	float:left;
	border-right:1px solid #fff;
	text-align:center;
}

ul.subsection_tabs li.tab a {
	display:block;
	height:26px;
	padding:3px 6px 3px 19px;
	background:#8A8A8A url(../img/layout/tab-icon.gif) no-repeat 0px 8px;
	color:#fff;
	font-size:1.2em;
	line-height:24px;
	text-decoration:none;
}

ul.subsection_tabs li.tab a:hover {
	color:#00175c;
	background-color:#ACC6FF;
}

ul.subsection_tabs li.active a {
	background-color:#ACC6FF;
	color:#00175c;
}

#tabs div.tab{
	width:600px;
	height:100%;	
	margin-bottom:10px;
	padding:15px;	
}

#tabs {
width:710px;
margin-top:20px;	
}

.box-table-a
{	
	font-size: 12px;
	margin: 0px;
	width: 460px;
	text-align: left;
	border-collapse: collapse;
}
.box-table-a th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #ACC6FF;	
	border-bottom: 1px solid #fff;
	color: #00175c;
}
.box-table-a td
{
	padding: 8px;	
	border-bottom: 1px solid #ACC6FF;	
	border-top: 1px solid transparent;
}
.box-table-a tr:hover td
{
	background: #ACC6FF;
	color: #00175c;
}
.box-table-a td.right
{
	text-align: right;
}

/* NEXT PREVIOUS BUTTONS*/	
a.action_next, a.action_previous {
	display:block;
	overflow: hidden;
	margin: 0px 0 0px 0;
	height:20px;
	width:90px;
	float:right;	
	outline: none;
	border:0;
	padding:0px 0 0 0px;
	text-align:center;
	background: transparent url(../img/layout/next.gif) no-repeat 70px 5px;
	text-decoration:none;
	color:#4c4c4c;
}
a.action_previous {
	float:left;
	padding:0 0 0 0px;
	background: transparent url(../img/layout/previous.gif) no-repeat 6px 5px;
}
a.action_next:hover  {color: #003399;}
a.action_previous:hover  {color: #003399;}

/* LATEST NEWS */
.article_header{
	width:580px;	
}

ul.news{
	list-style:none;
	margin:0!important;
	padding:0!important;
}
.news li{
 padding:10px 45px 0 10px;
 margin:0 0 10px 0;
 height:76px;
}
.news h4{
 margin:0 0 2px 0;
 font-size:12px;
}
.news h4 a{
color:#4c4c4c;
text-decoration:none;
}
.news h4 a:hover{
color:#003399;
}
.news p{

 margin:0 0 5px 0;
}

.date {
font-size:10px;
width:40px;
height:50px;
text-align:center;
float:left;
margin-right:5px;

}

.day {
height:25px;
font-size:20px;
color:#4C4F50;
margin-bottom:-6px;
}
.month {
margin:0px;
height:14px;
}
.year {
margin:0px;
height:10px;
color:#4C4F50;
}



/* Page Numbers */
.pages {	
	font-size: 1em;
	color: #f4f3e8;
	border: 1px solid #EBEBEB;	
	clear: both;
	float: left;
	width: 740px;
	height: 20px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	text-align: center;
}

.pages a, .pages span {
    display: block;
    float: left;
    padding: 0.2em 0.5em;
    margin-right: 0.1em;
    border: 1px solid #EBEBEB;   
	 color: #4c4c4c;
}

.pages span.current {
    border: 1px solid #003399;
    font-weight: bold;  
    color: #003399;
}

.pages span.stats {
	margin-right:15px;
}

.pages a {
    border: 1px solid #ccc;
    text-decoration: none;
}

.pages a:hover {
    border-color: #003399;
	text-decoration:none;
}

.pages a.nextprev {
    font-weight: normal;
}

.pages span.nextprev {
	border: 1px solid #ddd;
    color: #999;
}

.pages .nextprev {
    float: right;
    margin-left: 10px;
}

.pages .pagenum {
    text-align:center;
    margin-left: 2px;
	border-color: #003399;
}
.pages .prev, .pages .next {
    float: right;
    margin-left: 10px;	
	text-align:center;
	border: 1px solid #EBEBEB;
	padding: 0.2em 0.5em;
	color:#4c4c4c;
}


/* HIGHSLIDE*/	
.highslide-overlay {
	display: none;
}
/* Mac-style close button */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;	
	cursor: pointer; /* w3c */
	background: url(../js/highslide/graphics/close.png);
	/* For IE6, remove background and add filter */
	/* Note! the src is relative to the HTML file, not the CSS file */
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../js/highslide/graphics/close.png', sizingMethod='scale');
}


.thumb{
float:left;
position:relative;
width: 120px;
margin:5px 17px 0px 5px;
}
.thumb img{
float:left;
margin:0px 0px 5px 0px;
border:none;
}




/* Lists */

ul.list{
	list-style:none;
	margin:10px 0px 10px 0px;		
}
.list li{
list-style:none;
padding:0px 0px 0 7px;
margin:0 0px 10px 0;
background: url(../img/layout/arrow.gif) 0 5px no-repeat;	 
display:block;

}
