@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	margin-left: 15%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: 17px;
}

.pageLinks {
	width: auto;
	margin-right: auto;
	margin-left: auto;
}

.pageLinks a {
	margin-right: 5px;
}

#index {
	margin-right: 20px;
}

.contactItem {
	display: inline-block;
	width: 100px;

	font-weight: bold;
}

#frmContact .textinput {
	width: 250px;
	background-color: #FFFFFF;
	border: #666666 1px solid;
}

#frmContact .checkbox {
	background-color: #FFFFFF;
	border: #666666 1px solid;
}


a, h5, p, h3, ol, li, td, select, textarea, input {
	font-size: 12px;
}

.alert {
	display: block;
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 20px;	
	text-align: center;
	/*
	color: #037777;
	*/
	color: #10aadd;
	font-weight: bold;
}

.galleryThumbsVert {
	width: 330px;
	float: right;
}

.galleryThumbsVert a {
	border: 0px;
}

.galleryThumbsVert img {
	margin-bottom: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #666666;
	margin-bottom: 17px;
}

.galleryThumbsVert #right {
	margin-left: 17px;
}

.galleryThumbsVert img:hover {
	border-style: solid;
	border-width: 1px;
	border-color: #5a5959;
}

.spacer {
	clear: both;
	width: 100%;
	height: 40px;
}

.spacerSmall {
	clear: both;
	width: 100%;
	height: 10px;
}

.galleryThumbs {
	clear: both;	
}

.galleryThumbs a {
	float: left;	
	border: 0px;
	margin-left: 25px;
	margin-bottom: 20px;
}

.galleryThumbs #left {
	margin-left: 0px;
}

.galleryThumbs img {
	border-style: solid;
	border-width: 1px;
	border-color: #666666;
}

.galleryThumbs img:hover {
	border-style: solid;
	border-width: 1px;
	border-color: #b0b0b0;
}

.galleryNavLinks {
	clear: both;
}

.galleryNavLinks a {
	float: left;
	padding: 2px;
	margin-bottom: 10px;
	margin-right: 10px;

}

.galleryNavLinks #next {
	float: right;
}

.testimonialNavLinks {
	display: block;
	clear: both;
	margin-top: 75px;
}

.testimonialNavLinks a {
	float: left;
	padding: 2px;
	margin-bottom: 10px;
	margin-right: 10px;
}

.testimonialNavLinks #next {
	float: right;
}

.galleryNavLinksCloseup {
	display: block;
	clear: both;
	margin-top: 20px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

.galleryNavLinksCloseup a {
	float: left;
	padding: 2px;
	margin-bottom: 10px;
}

.galleryNavLinksCloseup #next {
	float: right;
}

.gallery-large {
	display: block;
	text-align: center;
	width: 800px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}

.gallery-medium {
	text-align: center;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}

.gallery-medium #mainImage:hover {
	border-style: solid;
	border-width: 1px;
	border-color: #5a5959;
}

.gallery-medium #nextImage {
	float: right;
}

.gallery-medium #previousImage {
	float: left;	
}

.carInfo {
	clear: both;
	margin-top: 50px;
}

.articleDetails h3, h1 {
	margin-top: 0px;
}

.gallery-medium #mainImage {
	border-width: 1px;
	border-style: solid;
	border-color: #333;
	margin-bottom: 10px;
}

.mediaPageLinks {
	margin-bottom: 40px;
	display: table;
}

.mediaPageLinks a {
	display: block;
	float: left;
	width: 30px;
	height: 25px;

	margin-bottom: 3px;
	margin-right: 3px;
	
	text-align: center;
	
	padding-bottom: 0px;
	padding-top: 10px;
	padding-left: 2px;
	padding-right: 2px;			
	
	border-style: dotted;
	border-width: 1px;
	border-color: #666;

	background-image: url(../assets/button-bg.gif);
}

.mediaPageLinks #selected {
	color: #F7F7F7;
	text-decoration: none;
	background-image: url(../assets/button-bg-on.gif);
}

.mediaPageLinks a:hover {
	color: #F7F7F7;
	text-decoration: none;
	background-image: url(../assets/button-bg-on.gif);
}

.galleryPageLinks a {
	display: block;
	float: left;
	width: 30px;
	height: 25px;

	margin-bottom: 3px;
	margin-right: 3px;
	
	text-align: center;
	
	padding-bottom: 0px;
	padding-top: 10px;
	padding-left: 2px;
	padding-right: 2px;			
	
	border-style: dotted;
	border-width: 1px;
	border-color: #666;

	background-image: url(../assets/button-bg.gif);
}

.galleryPageLinks #selected {
	color: #F7F7F7;
	text-decoration: none;
	background-image: url(../assets/button-bg-on.gif);
}


.galleryPageLinks a:hover {
	color: #F7F7F7;
	text-decoration: none;
	background-image: url(../assets/button-bg-on.gif);
}

.links-cars a {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
}

.links-cars a:hover {
	color: #F7F7F7;
	text-decoration: none;
	background-color: #333333;
}

.links-cars {
	margin-top: 20px;
	margin-bottom: 50px;	
}

.links-cars #column1, #column2 {
	width: 31%;
	float: left;
	display: block;
	text-align: center;
	margin-right: 3.5%;
}

.links-cars #column3 {
	width: 31%;
	float: left;
	display: block;
	text-align: center;
}

.subtitle {
	margin-top: 35px;
}

.body-splitter {
	clear: both;
	margin-top: 30px;
	margin-bottom: 30px;
}

ol {
	font-weight: bold;
}

ol span {
	font-weight: normal;
}

ol li {
	margin-bottom: 10px;
}

select, textarea, input {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #F7F7F7;
}

.centerMe {
	text-align: center;
	width: auto;
	margin-left: auto;
	margin-right: auto;
}

.centerMeServices {
	text-align: center;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.servicesColLeft {
	width: auto;
	display: inline-block;
	float: left;
	margin-right: auto;
	margin-left: auto;
}

.servicesColLeft img:click, .servicesColRight img:click {
	border: 0px;
} 

.servicesColRight {
	width: auto;
	display: inline-block;
	float: right;
	margin-right: auto;
	margin-left: auto;
}


h3 {
	font-weight: bold;
	clear: left;
}

.form-error {
	/*
	color: #006666;
	*/
	color: #10aadd;
}

.mediaItem {
	clear: both;
	margin-bottom: 50px;
}

.videoContent {
	width: 550; 
	margin-left: auto;
	margin-right: auto;
}

.videoContainer {
	text-align: center;
	margin-top: 20px;
}

.mediaItem img {
	display: inline-block;
	float: left;
	margin-right: 20px;
}

.mediaItem h3 {
	margin-top: 0px;
}

.contactForm {
	clear: left;
	margin-top: 30px;
	display: block;
}

a, p a {
	/*
	color: #037777;
	*/
	color: #0481bf;

	text-decoration: none;
}

p a {
	border-bottom: #666666 1px dotted;	
}

p a:hover {
	/*
	color: #019a9a;
	*/
	color: #00a3d5;

	border: 0px;
}

p a:visited {

	color: #00a3d5;
	/*	
	color: #019a9a;
	*/
}

.noDotsLink:hover {
	border: 0px;
}

.testimonials-browsing {
	font-style: italic;
	font-size: 13px;
	padding-bottom: 30px;
	padding-right: 10px;
	padding-left: 10px;
}

.mediaBox {
	width: 460px;
	margin-left: 20px;
	margin-bottom: 10px;
	float: right;
}

.mediaBox .mediaThumb {
	margin-left: 6px;
	margin-bottom: 6px;
}


.testimonials-browse-cont {
	margin-top: 20px;
	margin-bottom: 20px;
}

#header {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	float: inherit;
	text-align: center;	
}

.containerContent {
	/*
	width: 871px;
	*/
	width: 870px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#footer {
	clear: both;
	padding-top: 50px;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	padding-bottom: 350px;
}

#footer p {
	font-size: 10px;
	color: #666666;
	text-align: center;
}

.pageTitle {
	text-align: center;
	margin-left: auto;
	margin-right: auto;	
	width: 1000px;
	background-image:url(../assets/titles-background.jpg);
	background-repeat: no-repeat;
}

.faqs div {
	margin-bottom: 30px;
}

.pageHeading {
	margin-bottom:15px;
	display:block;
}

.image-right-wrap {
	margin-left: 30px;
	margin-bottom: 10px;
	/*border:0px;*/
}

.image-right-bigwrap {
	margin-left: 30px;
	margin-bottom: 20px;
	/*border:0px;*/
}

.image-right-wrap-margin {
	margin-left: 30px;
	margin-bottom: 10px;
	margin-right: 13px;
	/*border:0px;*/
}



h1 {
	color: #999999;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h2 {
	font-size: 14px;
	font-weight: 300;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	font-size: 12px;
	margin-bottom: 0px;
	font-weight: bold;
}

p, td, ol, h3, h4, h5, ul {
	color: #F7F7F7;
}

h5 {
	font-style: italic;
	font-weight: normal;
}

h4 {
	font-size: 12px;	
	margin-top: 0px;
	font-weight: normal;
}

.containerLeft {
	width: 454px;
	float: left;
	vertical-align: top;
	text-align: left;	
}

.containerRight {
	width: 460px;
	float: right;
	vertical-align: top;
}