@charset "utf-8";
/* CSS Document */

body {
	background-image:url(images/blue-top-gradient.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4D4D4D;
	margin:0px;
}

table, td, tr, thead, tfoot, tbody, th, tf {
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}

.infotables td{
	border:1px #F1F1F1 solid;
}

#content {
	vertical-align:top;
	padding:0px;
	margin:0px;
}


.header {
	background-image:url(images/blue-top-gradient.gif);
	background-repeat:repeat-x;
	height:41px;
	text-align: left;	
}

.orangelines {
	background-image:url(images/orange-stripes2.gif);
	background-repeat:repeat-y;
	background-position:top left;
	height:564px;
	width: 71px;

}

a {
	color:#000;
	text-decoration:none;
}

a:hover {
	color:#F60;
	text-decoration:underline;
}


/*----------------- Page Headers --------------------------------*/
.modelheader {
	background-image:url(images/models-bg.gif);
	background-repeat:no-repeat;
	height:55px;
}

.serviceheader {
	background-image:url(images/service-parts-bg.gif);
	background-repeat:no-repeat;
	height:55px;
}

.contactheader {
	background-image:url(images/contact-us-bg.gif);
	background-repeat:no-repeat;
	height:55px;
}

.productheader {
	background-image:url(images/products-bg.gif);
	background-repeat:no-repeat;
	height:55px;
}




/*----------------- End Page Headers --------------------------------*/


#containerctr ul {
	list-style-image:none;
	line-height:16px;
	margin:5px;
	font-weight: bold;
}


h1 {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	color: #FF6600;
	letter-spacing: 1px;
	margin-left: 8px;
	margin-top: 15px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-transform: capitalize;
}

h2 {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #F78F1E;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: italic;
	font-weight: bold;
	color: #333;
}

.modelimg {
	border-style: solid;
	border-width: 1px;
	padding: 10px;
}


img {
	border-style: none;
}

img.pic_left{
	float:left;
	padding:5px;
	margin:0 5px 5px 5px;
	border:1px  #CCCCCC solid;
}

img.pic_right{
	float:right;
	padding:5px;
	margin:0 5px 5px 5px;
	border:1px  #CCCCCC solid;
}

.height {
	height:100%;
}

#leftboxes {
	border-color:#F78F1E;
	border:solid 1px;
	background-color:#fef2e4;
	padding: 8px 5px 3px 5px;

}

.copyright {
	font-size:11px;
	font-weight:bold;
	text-align:center;
}
/*-----------------Top Navigation Menu--------------------------------*/
#menu {
	background-image:url(images/nav-background.gif);
	background-repeat:repeat-y;
	margin: 0px;
	padding: 0px;
	height: 22px;

}


#menu a {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration:none;
}

#menu li a:hover {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 14px;
	font-weight: bold;
	color:#085AA7;
	text-decoration:underline;
}

.nonlink {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 14px;
	font-weight: bold;
	color:#333333;
	text-decoration:none;
}


/*-----------------End Top Navigation Menu--------------------------------*/


/*-----------------Bottom Navigation Menu--------------------------------*/
#menu2 {
	background-image:url(images/nav-background.gif);
	background-repeat:repeat-y;
	margin: 0px;
	padding: 0px;
	height: 22px;

}


#menu2 a {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration:none;
}

#menu2 li a:hover {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 11px;
	font-weight: bold;
	color:#085AA7;
	text-decoration:underline;
}


/*-----------------End Bottom Navigation Menu--------------------------------*/
p {
	line-height: 17px;
	margin-right: 15px;
	font-size: 12px;
}
#ctrcontainer {
	margin: 0px;
	padding: 0px;
	width: 100%;
}


#ctrcontainer table td{ padding: 15px; }
/*-----------------Start Footer--------------------------------*/


#footer {
	text-align: center;
	padding: 10px;
	clear: both;
}



/**************************************************************
   .sideMenu: The side bar menu
 **************************************************************/

ul.sideMenu {
	margin: 0;
	padding: 0;
	background-color: #FEE5CA;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 165px;
}

.sideMenu li {
	display: inline;/*setting for FF and other standards compliant browsers*/




	#display: block /*setting for IE7*/
	_display: block /*setting for IE6*/
	/* Needed since IE fails when you give it list-style: none; */  
  	list-style-image: url(images/bg/bullet.gif);
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	font-size: 13px;
	font-weight: bold;
}

.sideMenu li a {
	margin: 0.2em 0;
	padding: 3px 5px;
	text-decoration: none;
	color: #333;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;




	#border-bottom-width: 0px;
	_border-bottom-width: 0px;
	height: 25px;
} 

.sideMenu li a:hover {
	color: #FEF1E2;
	background: #0055A5;
}

/* Active menu item */
.sideMenu li.here {
	display: block;
	padding: 5px;
	color: #0055A5;
}
/* */
.blueline {
	border-left:#0055A5 thin solid;
}

#containerctr p {
	margin: 8px;
}


.mytable {
	border:1px solid #999;
}

.nobordertable {
	border:none;
}
