/* CSS Document */

* {
	font-family: "Myriad Pro", Tahoma, Arial, sans-serif;
	color: #111;
	font-size: small;
	cursor: default;
}

body {
	background: url(../_images/_web_images/mainbg.jpg) top fixed repeat-x;
	background-color: #CEDDFF;
	margin: 0 0 50px 0;
	padding: 0;
}

div#header {
	height: 125px;
	width: 100%;
	margin: 0;
	background: url(../_images/_web_images/topbannerbg.jpg) top repeat-x scroll;
	border-bottom: 1px #333 solid;
}

div#menu {
	height: 5px;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #6699FF;
	border-bottom: 1px #333 solid;
}

div#container {
	border: 1px #333 solid;
	border-top: none;
	padding: 0;
	margin: 0 auto;
	width: 775px;
}

div#subContainer {
	width: 775px;
	padding: 0;
	margin: 0;
	display: block;
}

div#subContainer, div#bigCol {
	background: url(../_images/_web_images/bodybg.jpg) center repeat-y scroll;
}

div#leftCol {
	width: 555px;
}

div#rightCol {
	width: 180px;
}

div#bigCol {
	width: 755px;
	text-align: center;
}

div#leftCol, div#rightCol {
	text-align: left;
	float: left;
}

div#leftCol, div#rightCol, div#bigCol {
	padding: 10px;
	margin: 0;
}

div.clearer {
	font-size: 0;
	line-height: 0;
	display: block;
	margin: 0;
	padding: 0;
	clear: both;
	height: 0;
	width: auto;
}

div#footer {
	width: 755px;
	/*border-top: 1px #333 solid;*/
	padding: 10px;
	margin: 0;
	display: block;
	background: url(../_images/_web_images/bodybg.jpg) center repeat-y scroll;
}

div.slidingDiv {
	margin: 0;
	padding: 0;
}

div.stockListing {
	min-height: 112px;
	display: block;
}

div.innerSlidingDiv {
	padding: 10px 0 0 0px;
	border-top: 1px #333 solid;
	border-bottom: 1px #333 solid;
	margin: 0 0 10px 0;
}

div.lineBreak {
	font-size: 0;
	line-height: 0;
	display: block;
	clear: both;
	width: auto;
	height: 0;
	padding: 0;
	margin: 0 0 10px 0;
	border-bottom: 1px #333 solid;
}

div.categoryVehicle {
	display: block;
	height: 245px;
}

div#map {
	width: 533px;
	height: 400px;
}

div#mapContainer {
	padding: 10px;
	background-color: #FFFFFF;
	border: 1px #333 solid;
}

p {
	text-align: left;
	margin: 0 0 10px 0;
}

p#pageDesc {
	text-align: center;
}

p.title {
	font-size: large;
	color: #6699FF;
}

p.newVehicles {
	font-size: x-small;
}

p.price {
	text-align: right;
	color: #6699FF;
	font-style: italic;
	margin: 5px 0 15px 0;
}

p.footerNote {
	text-align: center;
	font-size: xx-small;
	margin: 0 0 10px 0;
	padding: 0;
}

a, a:visited, a:link {
	cursor: pointer;
	color: #6699FF;
	font-size: inherit;
}

a:hover {
	color: #0C3FA5;
	text-decoration: underline;
}

a:active {
	color: #333;
	text-decoration: underline;
}

a.smallMenuLinks {
	font-size: x-small;
	padding: 0 0 0 10px;
}

p.smallMenuTitle {
	font-size: x-small;
	color: #0C3FA5;
	margin-left: 5px;
}

a.noUnderline, a.smallMenuLinks {
	text-decoration: none;
}

a.noUnderline:hover, a.smallMenuLinks:hover, a.noUnderline:active, a.smallMenuLinks:active {
	text-decoration: underline;
}

img {
	display: block;
}

img.styledImageLeft, img.stock {
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px #333 solid;
	margin: 0 10px 5px 0;
}

img.styledImageRight {
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px #333 solid;
	margin: 0 0 5px 10px;
}

img.styledImageCenter {
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px #333 solid;
	margin: 0 auto 5px auto;
	display: inline;
}

img.stock {
	display: inline;
}

img.stock:hover {
	background-color: #6699FF;
	cursor: pointer;
}

/*textarea {
	resize: none;
}*/

input.large {
	font-size: large;
}

table {
	margin: 0 auto 10px auto;
}

.noMargin {
	margin: 0;
	padding: 0;
}

.italic {
	font-style: italic;
}

.smaller {
	font-size: x-small;
}

.smallest {
	font-size: xx-small;
}

.rightAlign {
	text-align: right;
}

.leftAlign {
	text-align: left;
}

.centerAlign {
	text-align: center;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}
