/*------------------------------------------------------------------------------
1. BLUEPRINT OVERRIDES
------------------------------------------------------------------------------*/

/* 2.1 Grid
------------------------------------------------------------------------------*/

.container {
  width: 630px;
}


/* 2.2 Typography
------------------------------------------------------------------------------*/

body {
	font-size: 81.25%;
}

html>body {
	font-size: 13px;
}

h1 { font-size: 1.5em; line-height: 1; margin-bottom: 0.5em; padding-bottom: 0.5em; }
h2 { font-size: 1.2em; line-height: 1.25; margin-bottom: 0.625em; padding-bottom: 0.625em; }
h3 { font-size: 1em; font-weight: bold; margin-bottom: 0.75em; padding-bottom: 0.75em; }
h4 { font-size: 1em; font-weight: bold; }

li ul,
li ol       { margin:0; }
ul, ol      { margin: 0 1.5em 1.5em 0; }

ul, ol      { list-style-type: none; }

dl          { margin: 0 0 1.5em 0; }
dd          { margin-left: 0;}

fieldset   {padding:0;margin:0;border:0;}



/*------------------------------------------------------------------------------
2. TYPOGRAPHY
------------------------------------------------------------------------------*/

/* 2.1 General
------------------------------------------------------------------------------*/

body {
	font-family: Arial, Helvetica, Sans, sans-serif;
	color: #545454;
}


/* 2.2 Headings
------------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, Sans, sans-serif;
	color: #545454;
	font-weight: bold;
}

h1, h2, h3 {
	border-bottom: 1px solid #d8d8d8;
	font-size: 1.5em;
}


/* 2.2 Links
------------------------------------------------------------------------------*/

a,
#lightbox a {
	color: #426ea8;
	text-decoration: none;
	font-weight: bold;
	outline: none;
}

a:hover {
	text-decoration: underline;
	color: #545454;
}


/* 2.3 Lists
------------------------------------------------------------------------------*/

/* Unordered */

ul.photoGallery li {
	display: inline;
}

/* Definition */

div.specifications {
	border: 1px solid #ccc;
	margin: 0 0 1.5em 0;
}

div.specifications dl {
	border: 3px solid #f3ede8;
	background: #fff;
	margin: 0;
	line-height: 2.25em;
}

div.specifications dl dt,
div.specifications dl dd {
	border-bottom: 1px solid #f3ede8;
}

div.specifications dl dt {
	float: left;
	clear: left;
	width: 11em;
	color: #a1a1a1;
	padding: 0 0 0 1em;
}

div.specifications dl dd {
	margin: 0 0 0 11em;
	padding: 0 1em 0 0;
}



/* 2.4 Forms
------------------------------------------------------------------------------*/

form legend {
	display: none;
}

form label {
	display: block;
}

.error,
.success {
	font-weight: bold;
	background: none;
	border: 0;
	padding: 0;
}

.error {
	color: #f00;
}

em.required {
	color: #f00;
}

form ol li {
	margin: 0 0 1em 0;
}

form label {
	display: block;
	font-weight: bold;
}

form input.text,
form textarea {
	width: 80%;
	padding: 0.2em 0;
}

form textarea {
	height: 10em;
	overflow: auto;
}


/* 2.5 Other
------------------------------------------------------------------------------*/

div#content img {
	border: 3px solid #a6a6a6;
	margin: 0 1em 1em 0;
}

div#content img.last {
	margin-right: 0;
}



/*------------------------------------------------------------------------------
3. LAYOUT
------------------------------------------------------------------------------*/

body {
	background: #a6a6a6;
}


/* 2.1 Header
------------------------------------------------------------------------------*/

div#header {
	background: url("/images/header.jpg") center 0 repeat-x #bfd2e7;
}

div#header div.container {
	height: 158px;
	position: relative;
}

/* Logo */

div#logo h2 {
	margin: 0 0 0 0;
	border: 0;
	padding: 0;
}

div#logo h2 a {
	display: block;
	width: 600px;
	height: 125px;
	border: 0;
	position: absolute;
	top: 7px;
	left: 25px;
	background-color: transparent;
	background-image: url(../images/Aero_logo-+-tekst_web.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

h2 span {
	display: none;
}

/* Navigation */

ul#mainNavigation {
	width: 630px;
	height: 39px;
	background: transparent url("/images/mainNavigation.gif") 0 0 no-repeat;
	position: absolute;
	top: 137px;
	left: 0;
}

ul#mainNavigation li {
	display: inline;
}

ul#mainNavigation li a,
ul#mainNavigation li strong,
ul#subNavigation li a,
ul#subNavigation li strong {
	display: block;
	float: left;
	width: 157px;
	height: 39px;
	line-height: 85%;
	background: transparent url("/images/mainNavigationItems.gif") 0 0 no-repeat;
	text-align: center;
	text-indent: -9999px;
	color: #8d8d8d;
}

ul#mainNavigation li a:hover {
	color: #7f99bc;
	text-decoration: none;
}

ul#mainNavigation li.home a            { background-position: 0 0; }
ul#mainNavigation li.models a          { background-position: -157px 0; }
ul#mainNavigation li.sales a           { background-position: -314px 0; }
ul#mainNavigation li.contact a         { background-position: -471px 0; }

ul#mainNavigation li.home a:hover     { background-position: 0 -39px; }
ul#mainNavigation li.models a:hover   { background-position: -157px -39px; }
ul#mainNavigation li.sales a:hover    { background-position: -314px -39px; }
ul#mainNavigation li.contact a:hover  { background-position: -471px -39px; }

ul#mainNavigation li.home strong, ul#mainNavigation li.home a.active       { background-position: 0 -78px; }
ul#mainNavigation li.models strong, ul#mainNavigation li.models a.active   { background-position: -157px -78px; }
ul#mainNavigation li.sales strong, ul#mainNavigation li.sales a.active     { background-position: -314px -78px; }
ul#mainNavigation li.contact strong, ul#mainNavigation li.contact a.active { background-position: -471px -78px; }

ul#subNavigation {
	width: 100%;
	height: 35px;
	background: transparent url("/images/subNavigation.gif") center 0 no-repeat;
	position: absolute;
	top: 176px;
	left: 0;
	text-align: center;
	font-size: 84.6%;
}

ul#subNavigation li {
	display: inline;
}

ul#subNavigation li a,
ul#subNavigation li strong {
	background: none;
	text-indent: 0;
	float: none;
	display: inline;
	line-height: 3em;
	width: auto;
	margin: 0 1em;
}

ul#subNavigation li strong {
	color: #416da7;
}


/* 2.2 Content
------------------------------------------------------------------------------*/

div#content {
	background: #f0f0f0;
	padding: 4em 0 2em 0;
}

div.contentAfterSubMenu {
	padding-top: 6em !important;
}

/* Models */

ul#scooterModels {
	margin: 2em 0 0 0;
}

ul#scooterModels h2 {
	border: 0;
}

ul#scooterModels li dl {
	height: 337px;
	text-indent: -9999px;
	background: transparent url("/images/models/aeroMove.gif") center top no-repeat;
}

ul#scooterModels li.aeroMove dl    { background-image: url("/images/models/aeroMove.gif"); }
ul#scooterModels li.aeroUrban dl   { background-image: url("/images/models/aeroUrban.gif"); }
ul#scooterModels li.aeroMotion dl  { background-image: url("/images/models/aeroMotion.gif"); }
ul#scooterModels li.aeroClassic dl { background-image: url("/images/models/aeroClassic.gif"); }

ul#scooterModels li a.moreInfo {
	display: block;
	width: 150px;
	height: 30px;
	background: transparent url("/images/buttonInfo.gif") center 0 no-repeat;
	text-indent: -9999px;
}

ul#scooterModels li a.moreInfo:hover {
	background-position: center -30px;
}


/* 2.3 Footer
------------------------------------------------------------------------------*/

div#footer {
	font-size: 84.6%;
	padding: 2em 0;
	border-top: 4px solid #8d8d8d;
	color: #fff;
	text-align: left;
}

div#footer dl dt,
div#footer dl dd {
	display: inline;
}

div#footer dl dt {
	font-weight: normal;
}

div#footer dl dd {
	border-right: 1px solid #fff;
	margin-right: 0.6em;
	padding-right: 1em;
}

div#footer dl dt.address {
	display: none;
}

div#footer dl dd.last {
	border: 0;
}



/*------------------------------------------------------------------------------
4. HACKS
------------------------------------------------------------------------------*/

