/**
 * Layout 02 - two-column layout with top background - used in Articles & Experiences
 * (c) 2007, Ogilvy Interactive.
 */
@import url("/css/frontend/base.css");
@import url("/css/frontend/nav.css");
@import url("/css/frontend/pagination.css");
@import url("/css/frontend/sidebar.css");
@import url("/css/frontend/forms-styles.css");
@import url("/css/vendor/sifr-screen.css");
@import url("/css/vendor/lightbox.css");
#container {
	background: url("/img/layouts/2/_bg_container.jpg") no-repeat;
	min-height: 241px;
	margin-left: -1px;
}
.journeys #container,
.experiences #container {
	background-image: url("/img/layouts/2/_bg_container_journey.jpg");
}
/* sectional nav */
#nav_sections {
	background: url("/img/layouts/2/_bg_nav_section.png") no-repeat;
	list-style: none;
}
#nav_sections, #section_block {
	float: right;
	clear: none;
	padding: 18px 8px 18px 18px;
	margin: 34px;
	width: 153px;
	height: 137px;
	color: #FFF;
}
#nav_sections li {
	margin: 10px 0;
}
#nav_sections a:link, #nav_sections a:visited {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	letter-spacing: -0.1em;
	line-height: 125%;
}
#nav_sections p, #nav_sections p a:link, #nav_sections p a:visited {
	line-height: 150%;
}
#nav_sections li a:link, #nav_sections li a:visited {
	padding-left: 12px;
	display: block;
}
#nav_sections li a:focus, #nav_sections li a:hover, #nav_sections li a:active, #nav_sections li.active {
	background: url("/img/layouts/2/blue_arrow_small.gif") no-repeat 0 3px;
}
#nav_sections li#offer {
	background: url("/img/layouts/2/_bg_offer.gif") no-repeat;
	margin: 8px 0;
	height: 26px;
}
#nav_sections li#offer a:link, #nav_sections li#offer a:visited {
	background: url("/img/layouts/common/blue_button.gif") no-repeat 122px 50%;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #333;
	padding-left: 12px;
	letter-spacing: 0;
	display: block;
	line-height: 26px;
}
#nav_sections li#offer a:hover, #nav_sections li#offer a:focus {
	background: url("/img/layouts/common/blue_button_over.gif") no-repeat 122px 50%;
}
#content {
	background: #E7E0CA url("/img/layouts/2/_bg_content.gif") repeat-y;
	width: 548px;
	margin: 14px 0 14px 14px;
	padding: 0 1px;
	z-index: 0;
}
#content h2 {
	background: #FFF url("/img/layouts/2/_bg_content_top.gif") no-repeat;
	font-size: 18px !important;
	font-weight: bold;
	padding: 16px 11px 9px;
	margin: 0 -1px;
}
#content h3 {
	font-size: 18px !important;
	font-weight: normal;
	padding: 0;
	margin: 20px 0 0 !important;
}
.journeys #content h3,
.cross-country-rallies h3 {
	padding: 0 11px;
	width: 345px;
}
.journeys #intro {
	margin-left: 10px;
}
.journeys #intro h3 {
	font-size: 14px !important;
	padding: 0 !important;
	margin: 0 10px 0 0 !important;
}
#content_body_wrapper {
	background: url("/img/layouts/2/_bg_content_gradient.png") repeat-x;
}
#content_body {
	background: url("/img/layouts/2/_bg_content_btm.gif") no-repeat left bottom;
	line-height: 125%;
	padding: 11px;
	margin: 0 -1px;
}
#content_body h4 {
	font-size: 11px !important;
	font-weight: bold;
	text-transform: uppercase;
}
#content_body ol, #content_body ul {
	list-style: url("/img/layouts/common/blue_plus.gif");
}
#content_body ol li, #content_body ul li {
	margin-left: 2em;
}

#header_image {
	margin: 6px 10px;
	display: block;
	background: #FFF;
	padding: 3px;
	border: 1px solid #999;
}
#content h3, #content h4, #content p {
	margin: 1.25em 0;
}

/* sidebar */
#sidebar {
	margin-top: 11px;
}
#sidebar dt {
	font-size: 18px;
	font-weight: normal;
	padding: 9px;
	margin: 0;
}
#sidebar dd {
	background: url("/img/sidebar/_bg_panel_btm.gif") no-repeat left bottom;
}
#sidebar dd ul {
	list-style: none;
	margin-top: -10px;
}
#sidebar dd li {
	padding: 5px 0 !important;
	overflow: hidden;
}
#sidebar dd li p {
	margin-left: 70px;
}
#sidebar dd .last {
	margin-top: 8px;
}
#sidebar dd a {
	display: block;
	font-weight: bold;
	padding: 0 0 0.3em;
	margin: 0;
}
#sidebar dd a img {
	float: left;
	clear: none;
	margin: 6px 10px 0 0;
}
* html #sidebar dd a img {
	margin-top: 18px;
}

/* used in the article list page */
#content_body ol, #content_body ol ul {
	list-style: none;
}
#article_list, #article_list li {
	list-style-image: none !important;
}

#content_body ol#article_list li {
	background: url("/img/layouts/2/_bg_article_list.gif") no-repeat;
	margin: 10px 0;
	padding: 10px;
	height: 61px;
	clear: both;
	width: 508px;
}
#content_body ol#article_list li .thumb {
	display: block;
	float: left;
	clear: none !important;
}
#content_body ol#article_list li dl {
	float: left;
	clear: none !important;
	padding-left: 10px;
	width: 438px;
	margin: 0 !important;
}
#content_body ol#article_list li dt {
	font-weight: bold;
	margin: 0;
	padding-bottom: 0.4em;
}
#content_body ol#article_list li p {
	padding: 0;
	margin: 0;
	height: 2.7em;
	overflow: hidden;
}
#content_body ol#article_list li ul li {
	display: inline;
	background: none;
	padding: 0 4px 0 0;
}
#content_body ol#article_list li ul li.offer {
	border-left: 1px solid #999;
	padding-left: 7px;
}
#content_body ol#article_list li ul li a {
	font-weight: bold;
}
#content_body ol#article_list ul li {
	padding: 0;
	margin: 0;
}

/* journeys */
.journeys #nav_sections {
	padding: 18px 8px 18px 18px;
	width: 153px;
}
.journeys #nav_sections li {
	line-height: 19px;
	margin: 10px 0 20px;
}
.journeys #nav_sections li a:link,
.journeys #nav_sections li a:visited {
	line-height: 13px;
}
.articles #gallery, .experiences #gallery, .journeys #gallery, .cross-country-rallies #gallery {
	width: 203px;
	float: right;
	clear: none;
	list-style: none;
	margin: 0;
	padding-left: 20px;
	padding-top: 0 !important;
}
.articles #gallery li, .experiences #gallery li, .journeys #gallery li, .cross-country-rallies #gallery li {
	margin: 0 0 10px !important;
	list-style-image: none;
}
.send-your-story, .journeys #sidebar, #sidebar dt {
	margin-bottom: 0;
	padding-bottom: 0 !important;
}
.send-your-story dd p, .journeys #sidebar dd p {
	margin: 1.25em 0;
	line-height: 125%;
}
.send-your-story dd, .journeys #sidebar dd {
	padding-bottom: 1px;
}

/* offers */
.offers #sidebar {
	margin-top: 250px;
}
.offers #sidebar ul li {
	font-weight: bold;
}
.offers #sidebar ul ul {
	float: none;
	margin: 0.5em 0;
}
.offers #sidebar ul ul li {
	font-weight: normal;
}
.offers #frm_offer, .offers #frm_login {
	margin-top: 20px;
}
.offers #frm_login {
/*	background: #FFF url("/img/layouts/common/_bg_whitebox_btm.gif") no-repeat left bottom; */
	width: 530px;
	margin-left: 0;
}
.offers #frm_login fieldset {
/*	background: url("/img/layouts/common/_bg_whitebox_top.gif") no-repeat; */
	width: 510px;
	padding-right: 10px;
	padding-left: 10px;
}

.offers #frm_login fieldset h3 {
	font-size: 18px !important;
	margin-bottom: 1em !important;
}
#tech-specs {
	margin: 12px 0 0 0;
	border: 1px solid #B1ACA0;
}
#tech-specs td,#tech-specs th {
	vertical-align: top;
	text-align: left;
	padding: 0.5em 0.5em;
	border-bottom: 1px solid #D3CEC0;
}
#tech-specs th {
	padding: 0.75em 0.5em;
	border-right: 1px solid #D3CEC0;
	width: 40%;
}
#tech-specs th.full-span {
	width: 100%;
	background: #D3CEC0;
	border-right: none;
	text-align: left;
	text-transform: uppercase;
}
/*#container {
	min-height:1850px;
	background: url(/img/touareg-r50-landing/background.jpg) no-repeat;
	
}*/

#charging_power{
	background: url(/img/touareg-r50-landing/charging_power.gif) no-repeat;
	height:253px;
	width:766px;
	margin:515px 10px 0 10px;
}
#torque_container{
	width:770px;
}
#torque{
	float:left;
	width:470px;
	height:197px;
	margin-top:20px;
	margin-left:10px;
}
#torque_text{
	float:left;
	width:276px;
	height:197px;
	margin-top:20px;
	margin-left:9px;
}
#torque_text p{
	color:#4058a1;
	font-family:Trebuchet MS;
	font-size:11px;
	margin-left:15px;
	padding-right:45px;
	width:270px;
	text-align:justify;
}


#interior_container{
	width:770px;
}
#interior{
	float:left;
	width:400px;
	height:197px;
	margin-top:20px;
	margin-left:10px;
}
#interior_text{
	float:left;
	width:320px;
	height:208px;
	margin-top:20px;
	margin-left:0px;
	margin-right:0px;
}
#interior_text p{
	color:#4058a1;
	font-family:Trebuchet MS;
	font-size:11px;
	margin-left:15px;
	padding-right:45px;
	width:270px;
	text-align:justify;
}

#exterior_container{
	width:770px;
}
#exterior{
	float:left;
	width:470px;
	height:197px;
	margin-top:20px;
	margin-left:10px;
}
#exterior_text{
	float:left;
	width:276px;
	height:197px;
	margin-top:20px;
	margin-left:9px;

}
#exterior_text p{
	color:#4058a1;
	font-family:Trebuchet MS;
	font-size:11px;
	margin-left:15px;
	padding-right:45px;
	width:270px;
	text-align:justify;
}


#ability_container{
	width:770px;
}
#ability{
	float:left;
	width:400px;
	height:197px;
	margin-top:50px;
	margin-left:40px;

}
#ability_text{
	float:left;
	width:320px;
	height:208px;
	margin-top:50px;
	margin-left:0px;
	margin-right:0px;
}
#ability_text p{
	color:#4058a1;
	font-family:Trebuchet MS;
	font-size:11px;
	margin-left:15px;
	padding-right:45px;
	width:270px;
	text-align:justify;
}

#amazing_container{
	margin-top:980px;
}

#amazing{
	background: url(/img/touareg-r50-landing/amazing.gif) no-repeat;
	margin-left:180px;
	width:449px;
	height:45px;
	margin-top:100px;
}
