/**************************************************    Basic */
* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
body {
	background: #294783 url('../images/background.png') repeat-x;
	font: normal 12px Arial, Sans-serif;
	color: #000;
}



/**************************************************    Layout */
#shadow-left, #shadow-right, #wrapper, #container {
	min-height: 100%;
	/*height: auto !important;*/
	height: 100%;
}
#shadow-left {
	float: left;
	width: 13px;
	background: transparent url('../images/shadow-left.png') repeat-y;
}
#shadow-right {
	float: right;
	width: 13px;
	background: transparent url('../images/shadow-right.png') repeat-y;
}
#wrapper {
	width: 833px;
	margin: 0 auto;
	position: relative;
}
#container {
	width: 807px;
	margin: 0 auto;
	background: #535353 url('../images/container.png') repeat-x;
}
#header #cross {
	position: absolute;
	/*
	margin-left: 475px;
	margin-top: 66px;
	*/
	top: 0; right: 20px;
	
}
#footer {
	padding: 0 20px 15px 23px;
	text-align: right;
	color: #fff;
}
#footer a { color: #ddd; text-decoration: none; }
#footer a:hover { text-decoration: underline; }



/**************************************************    Content structure */
#contentwrapper {
	position: absolute;
	z-index: 1;
	margin-left: 140px;
	width: 667px;
}
#content {
	padding: 50px 20px 10px 60px;
	width: 587px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	background: transparent url('../images/content-bg.png') no-repeat;
}
#content-bottom {
	width: 667px;
	height: 36px;
	background: transparent url('../images/content-bottom.png') no-repeat 0 0;
}


/**************************************************    Navigation */
#nav {
	float: left;
	position: absolute;
	z-index: 2;
	margin-top: 19px;
	padding-top: 55px;
	width: 188px;
}
#nav ul { list-style: none; }
#nav ul li a {
	display: block;
	width: 162px;
	width: 138px;
	height: 20px;
	padding: 13px;
	margin-top: -5px;
	font: normal 17px Arial, Sans-serif;
	text-decoration: none;
	color: #fff;
	background: transparent url('../images/btn2.png') no-repeat;
}
#nav ul li a:hover {
	background: transparent url('../images/btn-hover2.png') no-repeat;
}
#nav ul li.active a, #nav ul li a.active {
	background: transparent url('../images/btn-active2.png') no-repeat;
}
/*subnav*/
#nav ul li {
	position: relative;
}
#nav ul li ul {
	display: none;
	position: absolute;
	top: 5px;
	margin-left: -20px;
	width: 200px;
	z-index: 3;
}
#nav ul li ul li a, #nav ul li ul li a.active {
	display: block;
	margin: 2px 0;
	padding: 6px 10px 1px 8px;
	font-size: 12px;
	background: #333 none;	
	border: 2px solid #666;
	white-space: nowrap;
}
#nav ul li ul li a:hover {
	background: #666 none;
	border: 2px solid #999;
}
#nav ul li ul li a.active {
	font-weight: bold;
}



/**************************************************    Formatting */
h1 {
	font: normal 23px arial, sans-serif;
	margin: 10px 0;
}
h2 {
	font: bold 15px arial, sans-serif;
	margin: 10px 0;
}
h3 {
	font: bold 13px arial, sans-serif;
	margin: 0 0 5px 0;
}
p {
	margin: 15px 0;
	line-height: 19px;
}
a {
	color: #666;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}



/**************************************************    Unsorted */
.clearfix { clear: both; }
a img { border: 0; }

.button {
	display: block;
	width: 133px;
	height: 19px;
	padding-top: 5px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: transparent url('../images/link-btn.png') no-repeat;
}
.button:hover {
	background: transparent url('../images/link-btn-hover.png') no-repeat;
	text-decoration: none;
}

#language-box {
	width: 134px;
	height: 25px;
	margin-left: 5px;
	padding: 6px 8px 0 8px;
	color: #fff;
	background: transparent url('../images/lang-box.png') no-repeat;
}
#language-box p {
	float: left;
	margin: 0;
	padding-top: 3px;
}
#language-box img { float: right; padding: 0 0 0 4px; }



/**************************************************    Page: contact.php */
#page-contact #map-wrapper {
	width: 100%;
	height: 675px;
	overflow: hidden;
}
#page-contact #map {
	margin-top: -75px;
	width: 100%;
	height: 750px;
}
#page-contact table {
	border-spacing: 0;
	border-collapse: collapse;
}
#page-contact table th {
	text-align: left;
	vertical-align: top;
	padding: 2px 10px 2px 0;
}
#page-contact table td {
	padding: 2px 0;
}
#page-contact table td.spacer { padding: 5px 0; }


/**************************************************    Page: vehicles-terms.php */
#page-terms ol {
	padding-left: 17px;
}
#page-terms ol li {
	padding: 5px 5px 5px 5px;
	line-height: 19px;
}



/**************************************************    Page: vehicles-*.php */
.product-table {
	border-spacing: 0;
	border-collapse: collapse;
}
.product-table td {
	padding: 7px;
	vertical-align: top;
	text-align: center;
	font-weight: bold;
}
.product-table td h1 {
	text-align: left;
}
.product-table td .product-pic, .product-group .group-pic, .product-group-fixed .group-pic {
	width: 120px;
	height: 75px;
	margin: 0 auto;
	background-color: #fff;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border: 5px solid #fff;
}
.product-table td a { color: #000; }
.product-table td a:hover {
	text-decoration: none;
}

.product-table .product-off {
	
}
.product-table .product-on {
	background-color: #c0c7d8;
}



.product-group {
	float: left;
	width: 130px;
	margin-right: 15px;
	margin-bottom: 15px;
	text-align: center;
	cursor: pointer;
}
.product-group-fixed {
	width: 130px;
	margin-right: 15px;
	margin-bottom: 15px;
	text-align: center;
}
.product-group .group-title, .product-group-fixed .group-title {
	margin: 5px 0;
	color: #000;
	font-weight: bold;
	font-size: 14px;
}

.product-group-big {
	float: left;
	width: 180px;
	margin-right: 15px;
	margin-bottom: 15px;
	text-align: center;
	cursor: pointer;
}
.product-group-big .group-title {
	margin: 5px 0;
	color: #000;
	font-weight: bold;
	font-size: 14px;
}
.product-group-big .group-pic {
	width: 170px;
	height: 125px;
	overflow: hidden;
	margin: 0 auto;
	background-color: #fff;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border: 5px solid #fff;
}
.product-group-big .group-pic img {
	width: 170px;
}



.product-detailed-info .product-image {
	float: left;
	width: 299px;
}
.product-detailed-info .product-content1 {
	float: right;
	width: 275px;
}
.product-detailed-info .product-content1 table {
	border-spacing: 0;
	border-collapse: collapse;
	width: 100% !important;
}
.product-detailed-info .product-content1 table td {
	vertical-align: top;
	padding: 4px 10px 4px 0;
	border-bottom: 1px solid #c0c7d8;
}
.product-detailed-info .product-content2 {
	width: 300px;
	float: left;
}
.product-detailed-info .product-content2 .product-extra-images {
	margin-top: 5px;
}
.product-detailed-info .product-content2 .product-extra-images img {
	margin-right: 5px;
	width: 71px;
	cursor: pointer;
}
.product-detailed-info .product-content2 .product-extra-images img.last-extra-image {
	margin-right: 0;
}


#offer-frame {
	background-color: #dadde4;
	width: 100%;
	height: 690px;
	overflow: hidden;
}


#page-gallery #gallery-box {
	width: 560px;
}


.price-table {
	border-spacing: 0;
	border-collapse: collapse;
}
.price-table tr.highlight td, .price-table tr.highlight td a {
	color: #f00;
}
.price-table .brandbox {
	width: 130px;
}
.price-table th, .price-table td {
	text-align: left;
	vertical-align: top;
}
.price-table .price-column {
	padding-left: 15px;
}


/************ GALLERY */


			.stepcarousel{
			position: relative; /*leave this value alone*/
			overflow: scroll; /*leave this value alone*/
			width: 560px; /*Width of Carousel Viewer itself*/
			height: 150px; /*Height should enough to fit largest content's height*/
			}
			
			.stepcarousel .belt{
			position: absolute; /*leave this value alone*/
			left: 0;
			top: 0;
			}
			
			.stepcarousel .panel{
			float: left; /*leave this value alone*/
			overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
			margin: 0; /*margin around each panel*/
			width: 562px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
			}

			
			#mygallery {
				background:#ccc; 
				border:1px solid #333;
				margin-top:20px;
			}
			
			#gallery-box .photo {
				width:540px;
				padding:10px;
				background:#ccc;
				border:1px solid #333;
				text-align:center;
				margin-top:10px;
			}
			#gallery-box .photo img {
				max-width: 540px;
				width: auto !important;
				width: 540px;
			}
			.gallery-thumbs {
				margin-left:12px;
				margin-top:20px;
				overflow:hidden;
			}
			.gallery-thumbs li {
				padding:4px; 
				text-align:center;
				float:left; 
				display:inline;
				margin-right:5px;
			}
			.gallery-thumbs a {
				display:block;
				overflow:hidden;
				width:120px;
				height:100px;
			}
			#gallery-meta p {
				margin:0;
			}

