﻿@charset "utf-8";
/* CSS Document */
h1
{
    font-size:24px;
    font-weight:normal;
}

body
{
	background-color:#000035;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}


#container { 
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	background: #ffffff; 
	
	} 
#header2 { 
	background: #000; 
	
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between 

divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 317px;
	height:240px;
	margin-bottom:0px;
	background-color:#000000;
	background-image:url('images/welcome_bg.jpg');
	background-repeat:no-repeat; /* the background color will be displayed for the length of the content in the column, but no further 

*/

}
#sidebar1_2 {
	float: left; 
	width: 317px;
	
	background-image:url(images/.jpg);
	background-repeat:no-repeat; 
	background-color: #000033;

	
}

#sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 317px;
	height: 275px;
 /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and 

border in addition to the width */

	
}
#mainContent { 
	padding: 0;
	vertical-align:top;
	float:left;
	width:670px;
	margin-bottom:0;
	
}
#mainContent2 { 
	padding: 10px 10px 10px;
	vertical-align:top;
	float:left;
	width:670px;
	
} 

.footer { 
	padding: 10px 10px 10px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff; 
	width:960px;

	margin: 0 auto;
} 
.footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between 

divs */
	padding: 10px 0;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#666666; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to 

on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.menu {
height: 20px;
float:left;
background-repeat:repeat;

}
.menu2 {


vertical-align:top;

}

.welcometext { 
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height: 100px;
	color:#FFFFFF;
	margin-top: 60px;
	margin-left: 25px;
	margin-right: 25px;
	line-height: 15px;
	padding-top: 10px;
	line-height: 20px;
}

.readbutton { 
float:left;
margin-top: 10px;
margin-left: 25px;
margin-right: 25px;
height: 30px;
}

.whitetext { 
float:left;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#FFFFFF;
border-bottom: solid 1px #FFFFFF;
height:22px;
background-color:#00005f;
text-decoration:none;
width: 100%;

}


a:link.whitetext { 

font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#FFFFFF;

background-color:#00005f;
text-decoration:none;


}
a:hover.whitetext { 
float:left;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color: #999999;
border-bottom: solid 1px #FFFFFF;
height:20px;
background-color:#00005f;
text-decoration:none;
width: 100%;


}

.whitetextboldblue { 
float:left;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#FFFFFF;
font-weight:bold;
padding-left: 10px;
height: 20px;
background-color:#00005f;
padding-top:3px;
width: 284px;
margin: right;
text-align: right;


}

.whitetextbold{ 
float:left;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#FFFFFF;
font-weight:bold;
padding-left: 10px;
height: 20px;


}
.whitetextboldblue2 { 
float:left;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#FFFFFF;
font-weight:bold;
padding-left: 10px;
height: 20px;
background-color:#00005f;
padding-top:3px;


}

.bluebodytext { 
float:left;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#00005f;
padding-left: 10px;
padding-top:5px;
padding-bottom:5px;
padding-right: 10px;


}

.maintextbox { 
float:left;
width: 380px;
height: 550px;


}

.benefitstable { 
float:right;
border: solid 1px #CCCCCC;
width: 230px;
margin-right: 15px;

}

.tabletitle {
font-family:Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
background-color: #00005f;
color:#FFFFFF;
padding: 5px;

}

.tabletitle_sm {
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
background-color: #d1e2ed;
color:#00005f;
padding: 5px;
border-bottom: solid 1px #CCCCCC;

}
.pagetitle { 
float:left;
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
color: #00005f;
padding-top:5px;
padding-bottom:5px;
border-bottom: solid 2px #333333;
width: 645px;
}

.subtitle { 
float:left;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color: #00005f;
padding-top:5px;
padding-bottom:5px;
padding-left: 12px;
width: 645px;



}

td.greyboldtext  { 
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color: #666666;
font-weight: bold;
text-align:left;
vertical-align:middle;
padding-left:10px;

}

.bluepricetext { 
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
color:#00005f;
text-align: left;
vertical-align: middle;


}

.permonthblue  { 
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color: #00005f;
font-weight: bold;
vertical-align: bottom;
text-align: left;
width:110px;



}
td.greyline { 
color: #333333;
border-bottom: solid 1px #FFFFFF;
width:150px;

}

.greytext { 
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color: #333333;
border-bottom: solid 1px #FFFFFF;
height:18px;
padding-left: 10px;
border-left: solid 1px #FFFFFF;
text-decoration: none;
width:150px;

}

a:hover.greytext { 
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color: #ffffff;
border-bottom: solid 1px #FFFFFF;
height:18px;
padding-left: 10px;
border-left: solid 1px #FFFFFF;
text-decoration: none;
width:150px;

}

.cardetail { 
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color: #333333;
height:60px;
padding: 5px;
background-color:#CCCCCC;
width: 174px;
float:left;
vertical-align:top;
text-align: right;
}
.cardetailLink { 
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
vertical-align:top;
text-align: left;
margin: left;

}

.moreinfo { 
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color: #333333;
height:60px;
float:left;
vertical-align:top;
font-weight: bold;

}

a:link.moreinfo { 
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color: #333333;
height:60px;
float:left;
vertical-align:top;
font-weight: bold;

}

a:hover.moreinfo { 
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color: #00005f;
float:left;
vertical-align:top;
font-weight: bold;

}

.cardetailgrey { 
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
color: #ffffff;
height:60px;
padding: 5px;
background-color: #333333;
width: 100px;
float:left;
vertical-align:top;
line-height:16px;
text-align: right;
margin: right;
}
table.blue {
background-color:#00005f;
width: 100%;
border: solid 3px #FFFFFF;
padding:0px;

}

tr.borderbottom {

padding:0px;
width: 50%;

}
td.borderbottom {
border-bottom: solid 1px #FFFFFF;
height: 22px;

}

table.grey {
background-color: #CCCCCC;
width: 100%;
border: solid 3px #FFFFFF;
padding:0px;
margin:0;


}
td.borderbottomgrey {
border-bottom: solid 1px #FFFFFF;
height: 20px;

}

td.darkgrey {
background-color: #666666;
width: 100%;
border-bottom: solid 1px #FFFFFF;
height: 12px;

}

.tabletextgrey { 
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color: #333333;
border-bottom: solid 1px #FFFFFF;
height:18px;
padding-left: 12px;
text-decoration: none;
width:450px;
background-color:#E2E2E2;
padding-top: 3px;

}
table.main {
width: 100%;
height:590px;
float:left;
/*padding-left: 30px;*/
margin-top: 10px;


}
table.sub295 {
width: 270px;
}

td.borderbottom{
border-bottom: solid 1px #cccccc;
padding-left: 20px;


}
td.borderright{
border-right: solid 1px #cccccc;
width: 50%;

}
td.borderrightbottom{
border-right: solid 1px #cccccc;
border-bottom: solid 1px #cccccc;
width:50%;


}
tr.mainpadding{
padding: 15px;

}

.greyblock {
background-color: #CCCCCC;
width: 312px;
height:100%;
border-left: solid 3px #FFFFFF;
border-right: solid 3px #FFFFFF;

}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that 

should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}









.leftbanner {
	float: left;
	width: 317px;
	height:240px;
	margin-bottom:0px;
	
	background-image:url('images/welcome_bg.jpg');
	background-repeat:no-repeat; /* the background color will be displayed for the length of the content in the column, but no further 

*/

}


.rightbanner { 
	padding: 0;
	vertical-align:top;
	float:right;
	width:670px;
	margin-bottom:0;
	
}

.divider{margin:0;}

.mainpage{margin:0;float:right;}

.leftnav
{
	margin:0 0 0 0;
	padding-left: 0px;
}

.leftnav ul
{
margin-left: 3px;
margin-bottom:0;
margin-top:0;
padding: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
}

.leftnav li 
{
	margin: 0 0 1px 0;
	list-style-type: none;
}


.leftnav a
{
display: block;
padding: 6px 2px 2px 30px;
margin-left:0px;
border: 1px solid #333;
width: 280px;
height:22px;

background-image: url(images/l1_down.png);
}

.leftnav a:link, .leftnav a:visited
{
color: #fff;
text-decoration: none;
}

.leftnav a:hover
{
border: 1px solid #333;

background-image: url(images/l1_over.png);
color: #fff;
}

.bulkcontent{float:right;width:660px;margin-top:5px;}

.greyside
{
	height:300px;
	width:314px;
	background-color: #FFFFFF;
	margin-left:3px;
	border-collapse: collapse;
	padding: 0px;
	background-image: url(images/leftBottomGradient.jpg);
	background-repeat: repeat-x;
	
}

.hotlinks{ width:700px; margin: 0 auto; padding-top:10px;text-align:center}

.hotlinks a:link a:hover{
	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#fff;
	text-decoration:none; }
	
	.white{font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#fff;
	text-decoration:none; }

.productSearch
{
	width: 100%;
	margin-bottom: 5px;
	cursor: pointer;
	
}	
	
.productSearchImagePlaceholder
{
	text-align: left;
	margin: left;
	padding-left: 0px;
	padding-right: 3px;
}

.productSearchTitleHeader
{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFFFF;
	font-weight:bold;
	padding-left: 10px;
	height: 20px;
	background-color:#00005f;
	padding-top:3px;
	width: 420px;

}

.pagingSeperator
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #666666;
	font-weight: bold;
}

.pagingLink
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #00005f;
	font-weight: bold;
}
.pagingLink:hover
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #666666;
	font-weight: bold;
}
.pagingLinkDisabled
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color: Red;
	font-weight: bold;
}

.imageLink
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	color:#00005f;
}

.contractTableHeaders
{
	background-color: #00015E;
	border: 1px solid #000000;
	text-align: center;
	margin: auto;
	color: #FFFFFF;
}

.contractTableStyle1
{
	background-color: #F2F2F2;
	text-align: center;
	margin: auto;
	color: #000000;
	height: 30px;
	width: 110px;
}

.contractTableStyle1:hover
{
	background-color: #CCCCCC;
	text-align: center;
	margin: auto;
	color: #000000;
	height: 30px;
	width: 110px;
}

.contractTableStyle2
{
	background-color: #FFFFFF;
	text-align: center;
	margin: auto;
	color: #000000;
	height: 30px;
	width: 110px;
}

.contractTableStyle2:hover
{
	background-color: #CCCCCC;
	text-align: center;
	margin: auto;
	color: #000000;
	height: 30px;
	width: 110px;
}


.contractVATtext
{
	color: #666666;
	font-size: 10px;
}

.vehicleEnqTableHeader
{
	background-color: #FFFFFF;
}

.vehicleEnqHeader { 
    border-bottom:1px solid black;
    color:#00005F;
    font-family:Arial,Helvetica,sans-serif;
    font-size:14px;
    font-weight:bold;
    margin-bottom:10px;
    padding-bottom:5px;
    width:270px;
}

.enquiryTableCaptions
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	color: #00005f;
	width: 100px;
	padding:5px;
	margin:5px;
}


.tableGrey {
background-color: #CCCCCC;
width: 320px;
border: solid 3px #FFFFFF;
padding:0px;
margin:0;
}



.leftnavManuf
{
	margin:0 0 0 0;
	padding-left: 0px;
}

.leftnavManuf ul
{
margin-left: 3px;
margin-bottom:0;
margin-top:0;
padding: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
}

.leftnavManuf li 
{
	margin: 0 0 1px 0;
	list-style-type: none;
	padding-left: 0px;
}

.leftnavManuf a
{
display: block;
padding: 6px 2px 2px 30px;
margin-left:0px;
border: 1px solid #666666;
width: 280px;
height:22px;
color: Red;
background-image: url(images/l2_down.png);
}

.leftnavManuf a:link, .leftnav a:visited
{
color: #fff;

text-decoration: none;
}

.leftnavManuf a:hover
{
border: 1px solid #333;
background-image: url(images/l2_over.png);
background-color: #F2F2F2;
color: #fff;
}

.leftNavManufLink a:link
{
	color: #171862;
	text-decoration: none;
}
.leftNavManufLink a:visited
{
	color: #171862;
	text-decoration: none;
}
.leftNavManufLink a:hover
{
	color: #000000;
	text-decoration: none;
}

.vehicleTableStyle1
{
	background-color: #F2F2F2;
	border-collapse: collapse;
	text-align: left;
	margin: left;
	color: #000000;
	height: 30px;
	padding-left: 20px;
	padding-right: 20px;
	cursor: pointer;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
}

.vehicleTableStyle1:hover
{
	background-color: #CCCCCC;
	text-align: left;
	margin: left;
	color: #000000;
	height: 30px;
	padding-left: 20px;
	padding-right: 20px;
	cursor: pointer;
}

.vehicleTableStyle1 a:link
{
	color: #171862;
	text-decoration: underline;
}
.vehicleTableStyle1 a:visited
{
	color: #171862;
	text-decoration: underline;
}
.vehicleTableStyle1 a:hover
{
	color: #000000;
	text-decoration: none;
}


.vehicleTableStyle2
{
	background-color: #FFFFFF;
	text-align: left;
	margin: left;
	color: #000000;
	height: 30px;
	padding-left: 20px;
	padding-right: 20px;
	cursor: pointer;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
}

.vehicleTableStyle2:hover
{
	background-color: #CCCCCC;
	text-align: left;
	margin: left;
	color: #000000;
	height: 30px;
	padding-left: 20px;
	padding-right: 20px;
	cursor: pointer;
}

.vehicleTableStyle2 a:link
{
	color: #171862;
	text-decoration: underline;
}
.vehicleTableStyle2 a:visited
{
	color: #171862;
	text-decoration: underline;
}
.vehicleTableStyle2 a:hover
{
	color: #000000;
	text-decoration: none;
}


.breadcrumLink a:link
{
	color: #00005f;
}

.breadcrumLink a:visited
{
	color: #00005f;
}


.breadcrumLink a:hover
{
	color: Black;
	text-decoration: none;
}

.vehicleLink a:link
{
	color: #00005f;
}

.vehicleLink a:visited
{
	color: #00005f;
}

.vehicleLink a:hover
{
	color: Black;
	text-decoration: none;
}

.fotgal 
{
	border: 10px solid #999999;
}

h2
{
	/*float:left;*/
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:20px;
	color: #00005f;
}

.homepageVehicleInfo
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #333333;
	padding: 5px;
	background-color:#CCCCCC;
	vertical-align:top;
	text-align: right;
}

.homepageVehicleLink
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #333333;
	font-weight: bold;
	text-align: left;
	margin: left;
}

.homepageVehicleLink:hover
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	margin: left;
}

.homepageVehiclePriceBox
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color: #ffffff;
	height:60px;
	padding: 5px;
	background-color: #333333;
	vertical-align:top;
	line-height:16px;
	text-align: right;
	margin: right;
}

/* CSS FOR TOP LINKS */

.Navigation_Item
{
    width: 120px; 
    display:inline-block;
    background: #FFFFFF url(images/menuI_button.jpg) no-repeat left;
    color: #3F3F87;
    font-size:12px;
    font-weight:bold;
    text-decoration: none;
    background-color: #FFF;
    padding: 5px 5px 5px 17px;
}

.Navigation_Item:hover 
{
    color:#616B78;
}

.Navigation 
{
    width:932px;
    background-color: #FFF;
    padding: 1px 0px 1px 55px;
    border-top: 1px solid #BABABA;
    border-bottom: 1px solid #BABABA;
}

.spacer
{
    margin: 20px 0px;
}
