/*************** Extra CSS for Aileron microsite */

* {
	margin: 0;
	padding: 0;
	border: none;
}

body {
	background: #282828 url(../img/bg_body.png) repeat-x;
}

h2 {
	color: #ffffff;
	font-weight: bold;
	font-size: 1.64em;
	margin: 0 0 1em;
}

div.mainwrapper {
	margin: 0 auto;
	width: 900px;
	background: #000000;
	font-size: 0.85em;
}

div.topheader {
	border-bottom: 1px solid #3a3a3a;
	height: 24px;
	padding: 0 12px 6px 16px;
}

div.topheader h1.logo_aileron {
	float: left;
	margin-top: 5px;
	overflow: hidden;
	height: 0;
	padding-top: 21px;
	font-size: 0;
	line-height: 0;
	width: 254px;
	background: url(../img/logo_aileron.png) no-repeat;
}

div.topheader a.spykerlink {
	float: right;
	overflow: hidden;
	height: 0;
	padding-top: 24px;
	width: 93px;
	background: url(../img/logo_world.png) no-repeat;
}

div.header {
	border-bottom: 1px solid #3a3a3a;
	padding: 9px 16px;
	height: 60px;
}

div.header img {
	float: left;
}

div.header ul.nav {
	float: right;
	margin: 48px 51px 0 0;
	list-style-type: none;
	padding: 0;
}

div.header ul.nav li {
	float: left;
	height: 30px;
	position: relative;
	white-space: nowrap;
}

div.header ul.nav span,
div.header ul.nav a {
	background: url(../img/sprite_nav.png) no-repeat;
	height: 0;
	padding: 11px 19px 0;
	border-right: 1px solid #3a3a3a;
	overflow: hidden;
	display: block;
}

div.header ul.nav li#nav1 span {
	width: 46px;
	background-position: 19px 0;
}
div.header ul.nav li.hover#nav1 span {
	background-position: 19px -19px;
}

div.header ul.nav li#nav2 a {
	width: 67px;
	background-position: -56px 0;
}
div.header ul.nav li.hover#nav2 a {
	background-position: -56px -19px;
}

div.header ul.nav li#nav3 span {
	width: 121px;
	background-position: -153px 0;
}
div.header ul.nav li.hover#nav3 span {
	background-position: -153px -19px;
}

div.header ul.nav li#nav4 span {
	width: 48px;
	background-position: -305px 0;
}
div.header ul.nav li.hover#nav4 span {
	background-position: -305px -19px;
}


div.header ul.nav ul {
	list-style-type: none;
	position: absolute;
	z-index: 200;
	top: 21px;
	left: -1px;
	border: 1px solid #3a3a3a;
	padding: 9px 0 7px;
	background: #000000;
}

div.header ul.nav li.hover ul {
	display: block !important;
}

div.header ul.nav ul li {
	float: none;
	padding: 0;
	border: none;
	height: auto;
}

div.header ul.nav ul a,
div.header ul.nav ul span {
	background: none;
	overflow: visible;
	padding: 2px 20px 3px;
	height: auto;
	margin: 0 -1px;
	color: #e6e6e6;
	border-left: 1px solid #3a3a3a;
	border-right: 1px solid #3a3a3a;
	text-decoration: none;
}

div.header ul.nav ul span {
	color: #a5a5a5;
	width: auto !important;
}

div.header ul.nav ul a:hover {
	background: #2e2e2e;
	border-color: #575757;
}


div.main {
	padding: 17px 24px 58px;
}

div.footer {
	background: #3d3d3d;
	padding: 12px 16px;
}

div.footer p.copyright {
	color: #e6e6e6;
	display: inline;
	margin-right: 40px;
}

div.footer ul.address {
	display: inline;
}

div.footer ul.address li {
	display: inline;
	padding-left: 13px;
	margin-right: 20px;
	background: url(../img/bullet.png) no-repeat left 5px;
}

div.footer ul.address em {
	font-style: normal;
	color: #e6e6e6;
}

div#videocontainer img,
div#gallerycontainer img{
	margin-top: 35px;
}

ul.specs {
	background: url(../img/bg_specs.png) no-repeat left bottom;
	padding: 0 0 1px;
	list-style-type: none;
	margin: 0 15px;
}

ul.specs div {
	margin: 0 0 0 34px;
}

ul.specs ul {
	padding: 4px 0 14px;
	list-style-type: none;
}

ul.specs li {
	background: url(../img/bg_specs.png) no-repeat left top;
	margin: 0 0 1px;
}

ul.specs li.open {
	background-position: left -45px;
}

ul.specs li h3 {
	font-size: 1.1em;
	font-weight: bold;
	cursor: pointer;
	padding: 9px 50px 0 13px;
	background: url(../img/bullet_orange.png) no-repeat left 16px;
	margin-left: 12px;
	height: 25px;
}

ul.specs ul li {
	background: url(../img/bullet-dash.png) no-repeat left 8px;
	padding-left: 13px;
	margin: 0;
}

p.colors {
	margin: 2em 15px 1em;
}

table.options {
	margin: 2em 15px 1em;
	border-collapse: collapse;
	width: 822px;
}

table.options td,
table.options th {
	padding: 7px 10px;
}

table.options th {
	text-align: left;
	color: #ffffff;
	font-weight: bold;
}

table.options tr.head th {
	border: 1px solid;
	border-color: #000000 #2f2f2f #919191;
	background: #6b6b6b;
}

table.options tr th,
table.options tr td {
	border-bottom: 1px solid #2f2f2f;
}

table.options tr.alternate th,
table.options tr.alternate td {
	background: #1d1d1d;
}
