@charset "utf-8";
/* CSS Document */
body {
	background: #7a7a7a url(../images/interface/global_background.jpg) repeat-x center top;
	margin: 0px;
}
body,td,th {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #424242;
}
ul {
	margin: 0px;
	padding: 0px;
}
a { text-decoration:none; }
form {
	margin: 0px;
	padding: 0px;
}

#global_container {
	width: 924px;
	position: relative;
	left: 50%;
	margin-left: -462px;
}
#header {
	float: left;
	width: 100%;
}

#header div { float: left; }
#header #logo {
	width: 425px;
	margin-right: 2px;
	height: 105px;
}
#header #logo img {
	margin-top: 28px;
	margin-left: 62px;
	border:0;
}
#header #navigation {
	width: 497px;
	height: 105px;
}
#header #navigation ul li{
	background: url(../images/interface/main_menu_tabOff.png) no-repeat;
	height: 39px;
	width: 99px;
	float: left;
	list-style: none;
	text-align: center;
	color: #424242;
	font: normal 12px/38px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: -1px;
	margin-right: 1px;
	margin-top: 66px;
}
#header #navigation ul li:hover { background: url(../images/interface/main_menu_tabOff.png) no-repeat 0px 2px; }
#header #navigation ul .odd {
	margin-right: 0px;
	width: 97px;
	background: url(../images/interface/main_menu_tab_oddOff.png);
}
#header #navigation ul li.odd:hover { background: url(../images/interface/main_menu_tab_oddOff.png) no-repeat 0px 2px; }

#header #navigation a {
	text-decoration: none;
	display: block;
}
#header #navigation a:link { color: #424242; }
#header #navigation a:visited { color: #424242; }
#header #navigation a:hover {
	color: #bcbcbc;
	margin-top:2px;
}
#header #navigation a:active { color: #bcbcbc; }

#header #search_box {
	width: 361px;
	margin-right: 2px;
	background: #D6D6D6 url(../images/interface/search_box_back.gif) repeat-x center center;
	border: 2px solid #a9a7a4;
	height: 199px;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 20px;
}
#header #search_box h1 {
	height: 31px;
	margin: 0px 0px 14px;
	font: normal 18px Arial, Helvetica, sans-serif;
	background: url(../images/titles/search_box_h1.png) no-repeat left center;
	text-indent: -9999px;
}
#header #search_box .view_all {
	float: right;
	font: normal 18px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	margin-top: 5px;
}

#header #search_box label {
	float: left;
	width: 100%;
}
#header #search_box form select {
	font: 11px Tahoma, Geneva, sans-serif;
	margin-top: 2px;
	color: #666;
	height: 20px;
}
#header #search_box form .single {
	float: left;
	width: 130px;
	margin-right: 28px;
	margin-bottom: 10px;
}
#header #search_box form .single select { width: 100%; }

#header #search_box form .double {
	float: left;
	width: 203px;
	margin-bottom: 10px;
}
#header #search_box form .double select {
	width: 49%;
}
#header #search_box form .find {
	width: 203px;
	float: left;
}
#header #search_box form a {
	background: url(../images/buttons/searchbox_find.png) no-repeat center center;
	display: block;
	height: 44px;
	width: 95px;
	float: right;
	font: bold 15px/44px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	text-transform: uppercase;
	text-align: right;
	padding-right: 12px;
}
#header #search_box form a:link { color: #999e9e; }
#header #search_box form a:visited { color: #999e9e; }
#header #search_box form a:hover { color: #fff; }
#header #search_box form a:active { color: #fff; }
#header .collage {
	width: 493px;
	background: #FFF;
	border: 2px solid #FFF;
}
#navigation_area {
	float: left;
	background: #FFF;
	width: 92%;
	margin-top: 2px;
	padding: 16px 4% 82px;
}
#navigation_area h1 {
	margin: 0px 0px 12px;
	padding: 0px;
	font: normal 18px Arial, Helvetica, sans-serif;
	height: 32px;
}

#highlight_offers  {
	float: left;
	width: 388px;
	margin-right: 18px;
}
#highlight_offers h1 {
	height: 40px;
	margin: 0px 0px 10px;
	font: normal 18px Arial, Helvetica, sans-serif;
	background: #f4f4f4 url(../images/titles/highlight_offers_slot_h1.png) no-repeat 10px center;
	text-indent: -9999px;
}
#highlight_offers .item {
	margin-bottom: 10px;
	clear: both;
	float: left;
	width: 100%;
}
#highlight_offers .item div {
	float: left;
	width: 110px;
}
#highlight_offers .item .thumb {
	border: 3px solid #B3B3B3;
	margin-right: 18px;
	float: left;
}
#highlight_offers .item h2 {
	font-size: 12px;
	color: #000;
	font-weight: bold;
	margin: 0px 0px 11px;
}
#highlight_offers .item p { margin: 0px 0px 10px; 
}
#highlight_offers .item a {
	background: url(../images/buttons/black_gradient.gif) repeat-x center center;
	border: 1px solid #000;
	width: 78px;
	height: 19px;
	display: block;
	line-height: 17px;
	text-align: center;
	text-decoration: none;
}
#highlight_offers .item a:link { color: #FFF; }
#highlight_offers .item a:visited { color: #FFF; }
#highlight_offers .item a:hover { color: #fff; border: 1px solid #999; }
#highlight_offers .item a:active { color: #fff; border: 1px solid #999; }
#highlight_offers .item .price {
	height: 19px;
	line-height: 17px;
	text-align: left;
	color: #a93c37;
	font-weight: bold;
}

#highlight_offers .more_offers {
	padding-top: 10px;
	font-size: 12px;
}
#products_list  {
	float: left;
	width: 100%;
	margin-right: 18px;
}
#products_list h1 {
	height: 48px;
	margin: 0px 0px 20px;
	font: normal 18px Arial, Helvetica, sans-serif;
	background: url(../images/titles/vehicles_list_h1.gif) no-repeat left center;
	text-indent: -9999px;
}
#products_list h3 {
	height: 48px;
	margin: 0px 0px 20px;
	font: normal 16px Arial, Helvetica, sans-serif;
}

#products_list .item {
	margin-bottom: 10px;
	width: 100%;
	float: left;
}
#products_list .item div {
	float: left;
	width: 110px;
}
#products_list .item:hover {
	margin-bottom: 10px;
	width: 100%;
	float: left;
	background: #F1F1F1;
	clear: both;
}
#products_list .item .thumb {
	border: 3px solid #B3B3B3;
	margin-right: 18px;
	float: left;
}
#products_list .item h2 {
	font-size: 12px;
	color: #000;
	font-weight: bold;
	margin: 0px 0px 11px;
}
#products_list .item p { margin: 0px 0px 10px; 
}
#products_list .item a {
	background: url(../images/buttons/black_gradient.gif) repeat-x center center;
	border: 1px solid #000;
	width: 78px;
	height: 19px;
	display: block;
	line-height: 17px;
	text-align: center;
	text-decoration: none;
}
#products_list .item a:link { color: #FFF; }
#products_list .item a:visited { color: #FFF; }
#products_list .item a:hover { color: #fff; border: 1px solid #999; }
#products_list .item a:active { color: #fff; border: 1px solid #999; }
#products_list .item .price {
	height: 19px;
	line-height: 17px;
	text-align: left;
	color: #a93c37;
	font-weight: bold;
}
#products_list .more_offers {
	padding-top: 10px;
	font-size: 12px;
}
#where_we_are {
	float: left;
	width: 444px;
	margin-bottom: 20px;
}


#where_we_are h1 {
	height: 51px;
	margin: 0px 0px 10px;
	font: normal 18px Arial, Helvetica, sans-serif;
	background: url(../images/titles/where_we_are_h1.png) no-repeat left center;
	text-indent: -9999px;
}
#where_we_are .location_slot {
	float: left;
	width: 204px;
	background: #e7e7e7 url(../images/interface/light_horizontal_gradient.png) repeat-x center top;
	padding: 6px 8px 12px;
}
#where_we_are .split {
	float: left;
	width: 4px;
}
#where_we_are p { margin: 10px 0px 0px; 
}
#partners {
	float: left;
	width: 444px;
	margin-bottom: 20px;
}

#partners h1 {
	height: 60px;
	margin: 0px 0px 10px;
	font: normal 18px Arial, Helvetica, sans-serif;
	background: url(../images/titles/partners_h1.png) no-repeat left center;
	text-indent: -9999px;
}
#partners .thumb { margin-right: 8px; }

#partners .more_partners {
	padding-top: 20px;
	font-size: 12px;
}

#specs_sheet .pictures {
	float: left;
	width: 410px;
	margin-bottom: 10px;
	margin-right: 0px;
}
#specs_sheet .specs {
	float: right;
	width: 420px;
}
#specs_sheet .specs h1 {
	background: url(../images/titles/vehicle_details_h1.png) no-repeat left center;
	text-indent: -9999px;
}
#specs_sheet .specs h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 12px;
}
#specs_sheet .specs p {
	margin: 0px 0px 20px;
	text-align: justify;
}
#specs_sheet .specs table { margin-bottom: 22px; }



#specs_sheet .specs th {
	background: #a9a9a9;
	color: #FFF;
	width: 35%;
	text-align: left;
}
#specs_sheet .specs td  {
	background: #f1f1f1;
	text-align: right;
}
#specs_sheet .specs a:link { color: #424242; }
#specs_sheet .specs a:visited { color: #424242; }
#specs_sheet .specs a:hover { color: #A93C37; }
#specs_sheet .specs a:active { color: #A93C37; }
#footer {
	background: url(../images/interface/footer_back.png) no-repeat center top;
	height: 33px;
	float: left;
	width: 92%;
	padding-right: 4%;
	padding-left: 4%;
	color: #989898;
	line-height: 32px;
	font-size: 11px;
	padding-bottom: 12px;
}
#footer p {
	float: left;
	width: 50%;
	margin: 0px 0px 12px;
}
#footer a { text-decoration: none; }
#footer a:link { color: #fff; }
#footer a:visited { color: #fff; }
#footer a:hover { color: #666; }
#footer a:active { color: #666; }
#who_we_are h1 {
	height: 52px;
	margin: 0px 0px 10px;
	font: normal 18px Arial, Helvetica, sans-serif;
	background: url(../images/titles/who_we_are_h1.png) no-repeat left center;
	text-indent: -9999px;
}

#who_we_are .picture_viewport {
	border: 3px solid #ddd;
	height: 255px;
	width: 340px;
	float: left;
	margin-right: 30px;
	margin-bottom: 12px;
}
#who_we_are .content {
	width: 470px;
	float: left;
}
#content_page h1 {
	height: 52px;
	margin: 0px 0px 10px;
	font: normal 22px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
}
#content_page h2 {
	margin: 0px 0px 10px;
	font: bold normal 16px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	background: #ddd;
	padding: 6px 6px 8px;
}
#content_page .partners_viewport {
	width: 340px;
	float: left;
	margin-right: 60px;
	margin-bottom: 60px;
}
#content_page .picture_viewport {
	width: 340px;
	float: right;
	margin-bottom: 40px;
	margin-left: 30px;
	margin-right: -3px;
}
#content_page .picture_viewport img {
	border: 3px solid #ddd;
}
#content_page .subsecciones { margin-top: 30px; }
#content_page .subsecciones li.normal {
	list-style: none;
	background: #f1f1f1;
	margin-bottom: 1px;
}
#content_page .subsecciones li.normal:hover {
	list-style: none;
	background: #292929;
	margin-bottom: 1px;
}
#content_page .subsecciones li.highlight {
	list-style: none;
	background: #292929;
	margin-bottom: 1px;
}
#content_page li.highlight a  { color: #fff; }
#content_page li.partner  {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	list-style: none;
}
#content_page p  { text-align: justify; }
#content_page .subsecciones a  {
	color: #424242;
	padding: 4px 6px;
	display: block;
}
#content_page .subsecciones a:link { color: #424242; }
#content_page .subsecciones a:visited { color: #424242; }
#content_page .subsecciones a:hover { color: #fff; }
#content_page .subsecciones a:active { color: #fff; }
#contact_page .map_canvas {
	float: left;
	height: 460px;
	width: 360px;
	margin-right: 36px;
	border: 3px solid #ddd;
}
#contact_page .contact_form {
	float: left;
	width: 444px;
}
#contact_page .contact_form h1 {
	height: 48px;
	margin: 0px;
	font: normal 18px Arial, Helvetica, sans-serif;
	background: url(../images/titles/contact_form_h1.gif) no-repeat left center;
	text-indent: -9999px;
}
#contact_page .contact_form h2 {
	margin: 0px;
	font: bold normal 16px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	background: #ddd;
	padding: 6px 6px 8px;
	color: #707070;
}

#contact_page .contact_form fieldset {
	background: #efefef;
	padding: 8px 12px 12px;
	margin: 0px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
#contact_page .contact_form label {
	width: 49%;
	float: left;
	margin-right: 1%;
	margin-bottom: 1px;
}
#contact_page .contact_form .fields {
	float: left;
	background: #FFF;
	border: 1px solid #EFEFEF;
	color: #424242;
	font: 11px Tahoma, Geneva, sans-serif;
	padding-right: 2px;
	padding-left: 2px;
}
#contact_page .contact_form .buttons {
	background: #4F4F4F;
	color: #FFF;
	font: bold 14px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	border-top: 1px solid #797979;
	border-right: 1px solid #282828;
	border-bottom: 1px solid #282828;
	border-left: 1px solid #797979;
	height: 24px;
}

.buttons_container {
	clear: both;
	float: left;
	width: 100%;
	margin-top: 9px;
	text-align: center;
}
.pager {
	margin-top: 10px;
	padding-top: 8px;
	clear: both;
	float: left;
	width: 100%;
	border-top: 4px solid #F3F3F3;
}
.pager a {
	font-weight:bold;
	height: 24px;
	display: block;
	float: left;
	text-align: center;
	margin-right: 4px;
	line-height: 24px;
	padding-right: 8px;
	padding-left: 8px;
} 
.pager .paginate { background: #F3F3F3; }
.pager a.paginate:link { color:#292929; }
.pager a.paginate:visited { color:#292929; }
.pager a.paginate:hover {
	color:#fff;
	background: #292929;
}

.pager a.paginate:active {
	color:#fff;
	background: #292929;
}
.pager .current { background: #292929; }
.pager a.current { color:#FFF; }
#products_list .results {
	margin-top: 10px;
	float: left;
	width: 100%;
	clear: both;
}

.txt01 { color:#626262; }
a.txt01:link { color:#626262; }
a.txt01:visited { color:#626262; }
a.txt01:hover { color:#000; }
a.txt01:active { color:#000; }

.txt02 { color:#000; }
a.txt02:link { color:#000; }
a.txt02:visited { color:#000; }
a.txt02:hover { color:#626262; }
a.txt02:active { color:#626262; }

.txt03 { color:#a93c37; }
a.txt03:link { color:#a93c37; }
a.txt03:visited { color:#a93c37; }
a.txt03:hover { color:#000; }
a.txt03:active { color:#000; }

