/* Mike's Car Lot */
body {
    margin:0;
    padding:0;
    border:0;			/* This removes the border around the viewport in old versions of IE */
    width:100%;
    min-width:600px;    /* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
	font-size:90%;
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
    background:#eee;
	}
span {
	display:block;
	}
a {
    color:#c66;
	text-decoration:none;
	font-weight:bold;
	}
a:hover {
	color:#369;
	text-decoration:none;
	font-weight:bold;
	}
h1, h2, h3, h4 {
    margin:.8em 0 .2em 0;
    padding:0;
    }
p {
    margin:.4em 0 .8em 0;
    padding:0;
    }
a img {
	background:#fff;
	padding:5px;
	border:1px solid #000;
	}
a:hover img {
	background:#fff;
	padding:3px;
	border:3px solid #c66;
	}
acronym {
	cursor: help;
	}
	/*Formated*/
.addthis img , .addthis  a:hover img{
	border:0;
	margin: 10px 10px 0 0;
	float:right;
	visibility:hidden;
	}
.noborder img {
	margin:10px 0 5px;
	border:0;
	}
.left img {
	float:left;
	margin:15px 15px 0 0;
	}
.right img {	
	float:right;
	}
.center {
	text-align:center;
	}
	/* Contact Form */
.label,.label p span {
	display:block;
	text-indent:15px;
	}
	/*--- Leftside Menu Images ---*/
.leftside {
	clear:both;
	text-align:center;
	}
.leftside h2 {
	clear:both;
	text-align:left;
	font-size:1.2em;
	padding:5px 0;
	}
	/*SiteMap*/
.sitemap {
	text-align:center;
	}
	/*View Information*/
#my_slideshow, .view img {
	background:#fff;
	padding:15px;
	margin:15px 0 0 0;
	border:2px solid #000;
	}
.view {
	text-align:center;
	}
.view p {
	text-align:left;
	}
h1.view, .view h1 {
	margin:.4em 0 0 0;
	}
	/*Gallery*/
.gallery {
	text-align:center;
	}
.gallery img {
	margin:3px;
	}
	/*wrapper styles */
.fixed #wrapper {
	width:95%;		/*standard 1024 - 964px*/
	text-align:left;
	margin:0 auto;
	}
.liquid #wrapper {
	width:auto;			/*Use 100% when not using padding*/
	text-align:left;
	margin:0;
	padding:0px 15px 0 15px; /* Use this for left/right border*/
	}
	/* column container */
.colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
    clear:both;
    float:left;
    width:100%;				/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	border-right:1px solid #000;
	}
	/* common column settings */
.colright, .colmid,	.colleft {
	float:left;
	width:100%;
	position:relative;
	}
.col1, .col2, .col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;
	overflow:hidden;
	}

	/* 2 Column (right menu) settings */
.rightmenu {
	background:#ccc url('../images/body.gif') repeat;		/* right column background colour */
	margin-left:-1px;
	border-left:1px solid #000; 	/*Left Menu - Left border color*/
	border-right:1px solid #000; 	/*Right Content - Right border*/
	border-bottom:1px solid #000;
	}
.rightmenu .colleft {
	right:25%;				/* right column width */
	}
.rightmenu .col1 {
	width:71%;			/* left column content width (left column width minus left and right padding) */
	left:27%;			/* (right column width) plus (left column left padding) */
	}
.rightmenu .col2 {
	width:21%;			/* right column content width (right column width minus left and right padding) */
	left:31%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
	}
	
	/* 2 Column (left menu) settings */
.leftmenu {
	background:#ccc;				/* right column background colour */
	margin-left:-1px;
	border-left:1px solid #000; 	/*Left Menu - Left border color*/
	border-right:1px solid #000; 	/*Right Content - Right border*/
	border-bottom:1px solid #000;	 /* bottom container left and right*/
	}
.leftmenu .colleft {
	right:75%;						/* right column width */
	background:#ccc;				/* left column background colour */
	}
.leftmenu .col1 {
	width:71%;				/* right column content width */
	left:102%;				/* 100% plus left column left padding */
	}
.leftmenu .col2 {
	width:21%;				/* left column content width (column width minus left and right padding) */
	left:6%;				/* (right column left and right padding) plus (left column left padding) */
	}
	/* Back/Map/Next Navigation Bar */
#toolbar li {
	display:inline;
	margin:0 0 20px 0;
	padding:10px;
	}
#toolbar ul {
	text-align:center;
	}
.pgNum p{
	margin:10px auto;
	text-align:right;
	font-size:80%;
	}
	/* Header styles */
#header {
	position:relative;
    float:left;
    width:100%;
	height:auto;
	background:#333 url('../images/header.gif');
	margin-left:-1px;	
	border-right:1px solid #000;
	border-left:1px solid #000;
	z-index:10;
	}
#header h2 {
	background:url('../images/logo.gif') top left no-repeat;
	margin:0 0 0 10px;
	padding:0;
	width:300px;
	height:75px;
	position:relative;
	}
#header h2 a {
	display:block;
	width:300px;
	height:75px;
	}
#header h2 a:hover {
	background:transparent;
	}
#header h2 a em {
	display:none;
	}
#nav {
	float:left;
	width:100%;
	background:transparent;
	overflow:hidden;
	position:relative;
	}
#nav ul {
	clear:left;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	left:50%;
	text-align:center;
	}
#nav ul li {
	display:block;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	right:50%;
	}
#nav ul li a {
	display:block;
	margin:0 0 0 1px;
	padding:3px 10px;
	background:#transparent;
	color:#fff;
	text-decoration:none;
	line-height:1.3em;
	}
#nav ul li a:hover {
	color:#c66;
	}
#nav ul li a.active,
#nav ul li a.active:hover {
	color:#000;
	background:#ccc;
	font-weight:bold;
	cursor:default;
	}
	/* Footer styles */
#footer {
    clear:both;
    float:left;
    width:100%;
	padding:20px 0 20px 0;
	/*background:#333;
	margin-left:-1px;
	border-right:1px solid #000;
	border-left:1px solid #000;*/
    }
#footer p {
    margin:0;
	font-size:11px;
	color:#666;
	text-align:right;
    }
#footer .icon img {
	clear:both;
	float:left;
	border:0;
	margin:0 15px 0 0;
	}
#footer img {
	border:0;
	padding:0;
	background:none;
	}