/* LAYOUT STUFF */
	
body#index a#indexnav,
body#rooms a#partsnav,
body#about a#aboutnav,
body#location a#locationnav,
body#sales a#salesnav,
body#services a#servicesnav,
body#contact a#contactnav {
	cursor: default;
	text-decoration: none;
	background-color: transparent;
	color: #CC0000;
	background: url(graphics/redarrow.gif) right no-repeat;
	
}

	/* Header styles */
    #header {
        clear:both;
        float:left;
        width:100%;
		border-bottom:1px solid #000;
		background-color: #000000;
		/*background-image:url(graphics/vehicles2_reduced.jpg);
		background-position:top right;
		background-repeat:no-repeat;*/
		margin:0;
		padding:0;
	}
	#header #vehicles	{
		margin:0
		padding:0;
		height: 184px;
	}
	
	#apDiv1 {
	position:absolute;
	width:294px;
	height:120px;
	z-index:100;
	left: 26px;
	top:37px;
	margin:0;
	padding:0;
}
#apDiv1 img	{
	margin:0;
	padding:0;
}

#apDiv1	a:hover img	{
	background-color:transparent;
	text-decoration:none;
}
	/* column container */
	.colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;	/* This chops off any overhanging divs */
	height: 190;
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;				/* width of page */
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
								only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}
	.col2	ul	{
	margin-top: 30px;
	}
	.col2 ul li	{
	font-size:small;
	color: #000000;
	line-height:2em;
	text-decoration: none;
	border-bottom: 1px solid grey;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
	list-style-type: none;
	}
	.col1 img	{
		margin: 10px;
		}
	.col1 table img	{
		margin: 0;
		}
	.col2 ul ul	{
		margin-top: 0px;
		margin-left: 20px;
		margin-bottom: 1em;
		}
	.col2 ul ul li	{
		font-size: 0.85em;
		line-height: 1.5em;
		border: 0 solid #CC0000;;
		list-style-type:square;
		}
	.col2	a	{
	display: block;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	
		}
	.col2 li a:hover	{
	background-color:#666666;
	color:#FFFFFF;
	}
	.col2 li li a:hover	{
	background-color:#999999;
	color:#FFFFFF;
	}
	.col3	{
	color: #666666;
	padding-top: 20px;
	}
	.col3 h1, .col3 h2, .col3 h3	{
	color: #333333;
	}
	/* 3 Column settings */
	.threecol {
		background:#eee;		/* right column background colour */
	}
	.threecol .colmid {
		right:25%;				/* width of the right column */
		background:#fff;		/* center column background colour */
	}
	.threecol .colleft {
		right:50%;				/* width of the middle column */
		background:#f4f4f4;		/* left column background colour */
	}
	.threecol .col1 {
		width:46%;				/* width of center column content (column width minus padding on either side) */
		left:102%;				/* 100% plus left padding of center column */
	}
	.threecol .col2 {
		width:21%;				/* Width of left column content (column width minus padding on either side) */
		left:31%;				/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .col3 {
	width:21%;				/* Width of right column content (column width minus padding on either side) */
	left:85%;
	}
	/* Footer styles */
	#footer {
        clear:both;
        float:left;
        width:100%;
		border-top:1px solid #000;
    }
    #footer p {
	padding:10px;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 150%;
	text-align: center;
    }
	div.feature	{

	border:#CC0000;
	border-style:ridge;
	border-width:thin;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #CC0000;
	padding: 10px;
	overflow: auto;
	margin: 10px 0;
	}
	div.feature h3	{
	margin:.2em 0 .1em 0;
	font-size:large;
	text-transform: uppercase;
	}
	div.feature a	{
	text-decoration: none;
	}
div.news	{
	border-color:#930;
	border-style:dotted;
	border-width:2px;
	padding: 7px;
	color: #333;
}

div#stripes	{
	background-image: url(graphics/stripes_h.gif); 
	height: 20px;
	}

