/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */


/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics */
ul,ol { list-style:none }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
/*ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }*/

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }

/* more varnish stripping as necessary... */

body{
background-color:#CCCCCC;
	margin: 0px;
	padding: 0px;
}
#container{
width: 900px;
/*margin: 0px auto;*/
background-image: url(http://www.manchester.com/images/components/3colBG.jpg);/* Blue stripe on left AND right hand Sides */ 
background-repeat: repeat-y;
background-color: #fff;
color: #333;
border: 1px solid #505050;
}

#imgheading {
	margin-top: 0px;
	margin-bottom: 0px;
    padding: 149px 0 0 0;
    overflow: hidden;
    background-image: url("/images/front/coverimagesCss/motors.jpg");
    background-repeat: no-repeat;
	background-position:top center;   
    height: 0px !important;
    height /**/:149px;
}

#motor3{
	display:block;
	background-color:#CC6600;
	color:#FFFFFF;
	text-transform:uppercase;
	margin:-18px 0px 10px 0px;
	padding:6px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}
#crumbloc{
	margin-top:-1px;
	/*position:absolute;
	top:84px;
	left:0px;*/
	width:896px;
	padding:0px 0px 0px 4px;
	background-color:#006699;
	border-bottom:3px solid #0099CC;
}
#crumbloc .breadcrumbs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #00ccff;
	font-weight: bold;
	text-decoration: none;
	/*margin-bottom: 5px; 1px 2px*/
}
#crumbloc .breadcrumbs a:link {color: #00ccff; font-weight: bold; text-decoration: none;}
#crumbloc .breadcrumbs a:hover {color: #ffffff; font-weight: bold; text-decoration: none;}

#leftColumn
{
float: left;
width: 135px;
margin: 6px 0 0 0;
padding: 0px;
}
#navcontainer{
background-color:transparent;
}
#leftColumn #navcontainer ul {
margin: 0;
padding: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight:bold;
text-transform: uppercase;
}

#navcontainer li { margin: 0 0 1px 0; }

#navcontainer a {
display: block;
padding: 1px 7px 3px 5px;
border-top: 3px solid #3399cc;
border-bottom: 2px solid #00ccff;
width: 123px;
background-color: #336699;

/*background-image: url(http://www.manchester.com/images/components/mmenuBut.jpg);
background-repeat:repeat-y;*/
}

#navcontainer a:link, #navlist a:visited {
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover {
border-top: 3px solid #3399cc;
background-color: #3399cc;

/*background-image: url(http://www.manchester.com/images/components/mmenuButOver.jpg);
background-repeat:repeat-y;*/
color: #ffffff;
}

#navcontainer #navlist #active a:link, #active a:visited, #active a:hover {
border: 0px solid #333;
background-color: #FF6600;

/*background-image: url(http://www.manchester.com/images/components/mmenuButOver2.jpg);
background-repeat:repeat-y;*/
color: #333;
}

/***** Ends the Left Hand Side navigation ****************************************************/
.footer-strips{
border:0px solid #ff0000;
margin:0;
padding:0;
margin-bottom:8px;
margin-left:20px;
margin-right:20px;
text-align:center;
}
.footer-strips #navlist2 {
	list-style-type: none;
	display: inline;
	padding-left: 2px;
	font-family: Arial, Helvetica, sans-serif;
	
	margin: 0px;
}

.footer-strips #navlist2 li {
	list-style-type: none;
	display:inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;
	line-height: 100%;
	line-height:/**/120%;
	line-height: normal;
	margin: 0px;
}

.footer-strips #navlist2>ul li {
	list-style-type: none;
	display: inline;
	margin: 0px;
}

.footer-strips #navlist2 li a:hover, #navlist li a:focus {
	list-style-type: none;
	color: #ffffff; 
}

.footer-strips #navlist2 li a {
	list-style-type: none;
	display:inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	text-decoration: none;
	color: #ffffff;
	padding-right: 2px;
	padding-left: 2px;
	border-right: 1px solid #ffffff;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
.footer-strips #navlist2 li {list-style-type: none; display: inline; margin: 0px;}

/* fix for browsers that don't need the hack */
html>body .footer-strips #navlist2 li {list-style-type: none; display: inline; margin: 0px;}

.footer-strips #navlist2 #active2 a, #active2 a:visited, #active2 a:hover {
	color: #ff0000;
	background-image: none;
	background-color: transparent;
}
#leftAds{
 margin-top:-3px;
 margin-bottom:0px;
 margin-left:0px;
 border:0px solid #cccccc;
 width:118px;
 padding-left:17px;
 padding-top:17px;
 min-height:200px;
}

/******************************************************************************/
#rightcol
{
float: right;
width: 130px;
margin: 0px 0 0 0;
padding: 0px 0px 0px 0px;
}

#searchbox{
	width:130px;
	margin:10px 0px 10px 0px;
	background-image:url(/images/boxes/titles/search.gif);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#FEE3AC;
	color:#A36209;
	padding:0px 1px 2px 2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
}
#searchbox a{
	color:#A36209;
	font-weight:bold;
	text-decoration:underline;
}

/******************************************************************************/

#content {

margin-top:1px;
margin-right: 150px;
margin-bottom: 10px;
margin-left: 150px;
border: none;
background-color:transparent;
font-family: Arial, Helvetica, sans-serif;
}

#content p{
	font-size:11px;
	margin:10px	6px 6px 6px;
}

#content a:link, a:active, a:visited{
	color:#000000;
	text-decoration:none;
}
#content a:hover{
	color:#000000;
	text-decoration:underline;
}

#footer
{
clear: both;
margin: 0;
padding: 0.5em;
color: #FFFFFF;
background-color: #006699;
border-top: 1px solid #006699;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight:normal;
}
#copydate{float:left;}
#footlinks{margin-left:0px;}

#leftnav p, #rightcol p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .5em 0; }

#top {
	position:relative;
	left:0px;
	top:0px;
	width:900px;
	height: 85px;
	z-index:1;
	background-color: #ffffff;
	border-bottom: 1px solid #006699;
}
#manlogo {
	position:absolute;
	left:9px;
	top:9px;
	width:250px;
	height:80px;
	z-index:2;
	background-color:transparent;
}
#flashbanner {
	position:relative;
	top:9px;
	width:468px;
	height:60px;
	z-index:2;
	margin-left:420px;
	background-color:transparent;
	border-bottom:2px solid #33ccff;
	border-right:2px solid #33ccff;
	border-left:2px solid #0099cc;
	border-top:2px solid #0099cc;
}

#motorMenu{
	width: 130px;
	margin-top:10px;
	/*float:right;*/
	margin-right:0px;
	margin-bottom:10px;
	color:#996600;
	background-color:#ffce00;
	padding:10px 0 0 0;
	border-top:10px solid #000000;
}
#motorMenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 9px;
font-weight:bold;
text-transform: uppercase;
}

#motorMenu li { margin: 0 0 1px 0; }

#motorMenu a {
display: block;
padding: 1px 7px 3px 5px;
border-top: 3px solid #cf8d00;
border-bottom: 2px solid #cf8d00;
width: 118px;
background-color: #CC6600;
}

#motorMenu a:link, #motorMenu a:visited {
color: #EEE;
text-decoration: none;
}

#motorMenu a:hover {
border-top: 3px solid #CC6600;
background-color: #cf8d00;
color: #333333;
}

#motorMenu #active a:link, #active a:visited, #active a:hover {
border: 0px solid #333333;
background-color: #FF6600;
color: #333333;
}

.navtwo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#ajform td{
 font-size:11px;
}
#ajform input{font-size:11px; color:#CC6600;}

#motable td a:link, #motable td a:active, #motable td a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
 #motable td a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

#newCarList{
width:594px;
border:none;
background-color:transparent;
font-size:11px;
}

/*#newCarList*/ h2{
	color:#CC6600;
	font-size:14px;
}

