/* CSS Document */

/*
* /*Set's border, padding and margin to 0 for all values*/
{
padding: 0;
margin: 0;
border: 0;
}
body, html {
background: #000000;
color: #666666; 
line-height: 1.5em;
font-family: Verdana, Arial, Tahoma, sans-serif;
height: 100%;
background-image: url(../images/bk.gif);
background-repeat: repeat;
margin: 0 auto;
text-align:center;
clear: both;
}
body {
font-size: 70%;
min-width: 760px; /* Don't work in IE */
}
p { line-height:1.5em; margin: 0 0 1.5em 0;
}
a {
color: #000099;
}
a:hover{
color: #0000FF;
text-decoration: none;
}
table, tr, td, th{
padding: 0;
margin: 0;
border: 0;
}
h1, h2, h3 {
font-weight: bold;
padding-bottom: 0;
}
h1 {
font-size: 13px; line-height: 1.5em; font-weight:bold; margin-bottom:1em;
}
h2 {
font-size: 1.4em;
}
h3 {
font-size: 1.3em;
}
h1 a, #header h2{
color: #fff;
}
p.small { font-size: 9px; }
#t-border{
background: #FFFFFF;
border-left: solid 1px #FFFFFF;
border-right: solid 1px #FFFFFF;
}
.clear { clear: both; }
#mainContainer {
	width: 898px;
	min-height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 auto;
	padding: 0px;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(../images/home-bk.gif);
	background-repeat: repeat-y;
	clear: both;
}
#mainContainer2 {
	width: 898px;
	min-height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 auto;
	padding: 0px;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(../images/inside.gif);
	background-repeat: repeat-y;
	clear: both;
}
#mainContainer4 {
	width: 898px;
	height: 100%; /* for Modern Browsers */ 
	min-height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 auto;
	padding: 0px;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(../images/inside.gif);
	background-repeat: repeat-y;
	clear: both;
}
#mainContainer3 {
	width: 898px;
	min-height: 100%;
	height: auto!important; /* for Modern Browsers */ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 auto;
	padding: 0px;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(../images/inside.gif);
	background-repeat: repeat-y;
	clear: both;
}
* html #mainContainer, #mainContainer2 {
height: 100%; /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
min-height: 100%;
clear: both;}
/**************************
HEADER
**************************/
#header {
padding: 0px;
width: 896px;
margin: 0 auto;
text-align: center;
}	
#header-title {
text-align: left;
}	
#logo {
	width: 896px;
	background-color: #90B1D1;
	background: url(../images/nepean-top.jpg) no-repeat;
	background-position: right !important;
	text-align:left;
	border-bottom-width: 1px solid #FFF;
	margin: 0 auto;
	float: left;
}
/**************************
CONTENT AND COLUMNS
**************************/
.outer {
padding-left: 149px; /*** Same width as margin-left for the float-wrap div ***/
padding-right: 149px; /*** Our right column width ***/
}
.inner {
width: 100%;
padding-bottom: 20px; /*** Padding-bottom value is the same value as the total height of the footer ***/
}
/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid 
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout.
***/
.float-wrap {
float: left;
width: 295px;
margin-left: -148px; /*** Same length as .outer padding-left but with negative value ***/
}
#content {
float: right;
margin-right: -148px; /*** Same length as .outer padding-left but with negative value ***/
width: 600px;
position: relative; /*** IE needs this  ***/
}
#contentframe {
float: right;
margin-right: -148px; /*** Same length as .outer padding-left but with negative value ***/
width: 600px;
position: relative;/*** IE needs this  ***/
height: 100%!important; /* for Modern Browsers */ 
min-height: 100%;
}
#content-text {
text-align: left;
padding-left: 20px;
padding-right: 20px;
line-height: 22px;
color: #666666;
font-size: 11px; padding-bottom:15px;
}
#content-text2 {
width: 600px;
}
#content-text-hdr {
	width: 600px;
	text-align: left;
	padding-left: 20px;
	padding-bottom: 10px;
	line-height: 22px;
	color: #666666;
	
}
/**************************
LEFT COLUMN
**************************/
/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/
#left {
float: left;
width: 148px;
padding: 0px;
position: relative; /*** IE needs this  ***/
text-align: left;
}
#left2 {
width: 148px;
padding: 0px;
border-right: solid 1px #D0CDB3;
background: #F4F4F2;
}
#left-nav {
padding: 0px;
padding-left: 13px;
}
.left-nav2 {
width: 148px;
padding: 0px 0px 0px 13px;
}
#left h3, #right h3, #left a, #right a {
color: #585858;
}
#left h3, #right h3, #left a:hover, #right a:hover {
color: #2B86C6;
text-decoration: underline;
}
/*************************
RIGHT COLUMN
**************************/
#right {
	float: left;
	width: 147px;
	padding: 0px;
	position: relative; /*** IE needs this  ***/
}
#right2 {
	width: 147px;
	padding: 0px;
	border-right: solid 1px #FFFFFF;
	background: #D0CDB3;
}
#right ul {
list-style: none;
padding-bottom: 4px;
}
#right li {
padding-bottom: 2px;
}
/**************************
FOOTER
**************************/
#footer {
	width: 896px;
	margin: 0 auto;
	height: 20px; /*** The drawback with this solution is that the height of the footer can't have a flexible height. If you add so much content to the footer that it extends 45px, you will get a vertical scrollbar and the content will overflow the footer if you don't set overflow to hidden ***/
	margin-top: -21px; /*** By using a negative margin-top we now moves the footer up the same amount as the footer height to avoid vertical scrolling. Remember, if you use borders and padding on your footer you will have to calculate this in your negative margin-top value also. ***/
	text-align: left;
	border-left: solid 1px #FFFFFF;
	border-right: solid 1px #FFFFFF;
	border-top: solid 1px #FFFFFF;
	background-image: url(../images/footer.gif);
	font-size: 9px;
	color: #C6D6EA;
	vertical-align: middle;
}
#footer2 {
	width: 896px;
	margin: 0 auto;
	height: 22px; /*** The drawback with this solution is that the height of the footer can't have a flexible height. If you add so much content to the footer that it extends 45px, you will get a vertical scrollbar and the content will overflow the footer if you don't set overflow to hidden ***/
	margin-top: -21px; /*** By using a negative margin-top we now moves the footer up the same amount as the footer height to avoid vertical scrolling. Remember, if you use borders and padding on your footer you will have to calculate this in your negative margin-top value also. ***/
	text-align: left;
	border-left: solid 1px #FFFFFF;
	border-right: solid 1px #FFFFFF;
	border-top: solid 1px #FFFFFF;
	background-image: url(../images/footer.gif);
	font-size: 9px;
	color: #C6D6EA;
	vertical-align: middle;
}
#footer-pad {
padding-top: 3px;
padding-left: 315px;
}
#footer-pad2 {
padding-left: 315px;
}
a {
	color: #333333;
}
a:hover {
	color: #D83143;
}

a.copyright-link {
	color: #C6D6EA;
	text-decoration: underline;
}
a:hover.copyright-link {
	color: #FFFFFF;
}
.feature {
	font-size: 12px;
	font-weight: bold;
	color: #5FA4D4;
	padding-top: 5px;
}
.featureText {
	font-size: 10px;
	color: #999999;
	padding-top: 5px;
	line-height: 17px;

}
.font10 {
	font-size: 10px;
}
a.nav {
	color: #333333;
	font-size: 10px;
	text-decoration: none;
}
a:hover.nav {
	color: #5FA4D4;
	text-decoration: underline;
}.grey {
	background-color: #F4F4F2;
	background-image: url(../images/logo-bk2.gif); 
	background-repeat: repeat-x;
}
.lightGrey {
	background-color: #DBD8C7;
}
.icontextHdr {
	font-size: 11px;
	line-height: 17px;
	color: #5FA4D4;
	font-weight: bold;
}
a. {
	color: #555555;
	font-size: 10px;
	text-decoration: none;
}
a:hover {
	color: #5FA4D4;
	text-decoration: underline;
}
.icon {
	background-color: #BCB798;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#spacer {
	height: 20px;
}
#manufacturer {
	width: 147px;
}
#contentFRM {
	position: relative;
	height: 100%;
	min-height: 100%;
}
#models{
	background: #E7E4CE;
	text-align: left;
	padding: 5px;
	line-height: 18px;
}
#rightcolumn{
	width: 500px;
}
#models a.models {
	font-size: 10px;
	color: #666666;
	padding-left: 10px;
}
#models a.models:hover {
	font-size: 10px;
	color: #5FA4D4;
	padding-left: 10px;
}
#models a.models.selected {
	font-size: 10px;
	color: #CC0000;
	padding-left: 10px;
}
#line {
	background-image: url(../images/line.gif);
	background-repeat: repeat-x;
	height: 10px;
	background-position: 0px 6px;
}
.line {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#font {
	color: #666666;
	line-height: 17px;
	font-size: 11px;
}
#font a {
	color: #666666;
	text-decoration:underline;
	font-size: 11px;
}
#font a:hover {
	color: #2B86C6;
	text-decoration:underline;
	font-size: 11px;
}
#image1 {
padding-top: 5px;
}
.form-hdr {
	background-color: #557BB6;
}
.form-r1 {
	background-color: #D1DEEB;  line-height:1.5em;
}
.form-r-pad {
	padding: 4px 0;  line-height:1.5em;
	color: #333333;
	font-size: 11px;
}
.form-r-pad-blue {
	padding: 8px 0;  line-height:1.5em;
	color: #013D83;
}
.form-r2 {
	background-color: #EEF3F8;
}
.font-small {
	font-size: 9px;
	color: #FFFFFF;
}
.form-field {
	border: solid 1px #BCCEE2;
	height: 17px;
	width: 175px;
	font-size: 11px;
}
.form-field-short {
	border: solid 1px #BCCEE2;
	height: 17px;
	width: 75px !important;
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.comments {
	border: solid 1px #BCCEE2;
	height: 100px;
	width: 540px;
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
form {
	margin: 0px;
	padding: 0px;
}
a.arrow {
	color: #333333;
	text-decoration: none;
	background-image: url(../images/arrow1.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
}
a:hover.arrow {
	color: #CC0000;
	text-decoration: underline;
	background-image: url(../images/arrow1.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
}
#home {
	font-size: 11px;
	line-height: 17px; padding: 0 10px 0px 10px;
	text-align: left;
}
#table1 {
	background: #D0CDB3;
	padding: 10px;
	text-align:center;
	border-left: solid 1px #FFFFFF;
}
#used {
	float: left;
	padding: 15px 10px 0px 0px !important;  width: 193px !important; 
}
#used33 {
	float: left;
	padding: 15px 0px 0px 0px !important;  width: 201px !important; 
}
#used2 {
	background: url(../images/top-used-gradient.jpg) no-repeat ;
	font: 10px/13px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 0px 0px 5px 8px;
	width: 193px;
}
#article {
	background: url(../images/feedback-box.gif) no-repeat ;
	font: 10px/13px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 0px 0px 5px 8px;
	width: 193px;
}
.white {
	background: white;
}
.nepean-logo {
	float:left; width: 490px;
}
.hdr {
	height: 18px;
}
ul.nicelist {
    margin: 0px 0 1.5em 30px;
	padding: 0px;
}
ul.nicelist li {
	margin: 0 0 0 -2px; /*removes indent IE and Opera*/
	padding-left: 0px; /*removes indent Mozilla and NN7*/
	list-style: circle;
}
.form-r-pad-blue ul.nicelist {
    margin: 0px 0 0em 0px;
	padding: 0px 10px 0 0;
	list-style: none;
}
.form-r-pad-blue ul.nicelist li {
	margin: 0; /*removes indent IE and Opera*/
	padding-left: 0px; /*removes indent Mozilla and NN7*/
	list-style: none;
}

.selector_box {
	height: 18px;
	width: auto;
	float: right;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
}

.top_new {
	height: 37px;
	width: 708px;
	float: left;
	clear: right;
	padding-top: 20px;
}

.style_blue {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 26px;
	color: #5A7BAB;
	font-weight: normal;
}

.style_blue_s {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 19px;
	color: #5A7BAB;
	font-weight: normal;
}

.stretch {
	width: 888px;
	padding-left: 30px;
	background-color: #000000;
}

.style11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333
	line-height:16px;
	color: #202020;
}

#contactFormArea, select {
	float:left;
	font-size:11px;
	border:solid 1px #666;
	width:140px !important;
	margin-left: 0px;
	padding:1px 2px;
	margin-bottom: 5px;
	height: 22px;
}
