/* layout stylesheet for motoair.nl // by jacco@dream-on.nl */


/* import menu stylesheet */
@import url(menu.css);


/* -- NORMALIZE -- */
/* normalize margin & padding */
body, div, dl, dt, dd h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, blockquote, th, td {
	margin: 0px;
	padding: 0px;
}

/* normalize font-size for headers */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

/* normalize font-style and font-weight to normal */
address, caption, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;
}

/* remove list-style from lists */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* remove border from img and fieldset */
img, fieldset {
	border: 0;
}

/* left align text in caption and th */
caption, th {
	text-align: left;
}


/* normalize ul/li when needed */
div#navigation ul, div#navigation li, div#popup_luchtfilters ul, div#popup_luchtfilters li, div#navigation_sub ul, div#navigation_sub li {
  margin: 0px;
  padding: 0px;
}

/* remove list-style from lists when needed */
div#navigation ul, div#popup_luchtfilters ul, div#navigation_sub ul {
  list-style: none;
}



/* HTML & BODY */
html {
	background-color: black;
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

body
{
	min-width: 900px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
}


/* DIV WEBSITE */
div#website
{
	width: 900px;
	margin: 0 auto;
	background-color: #FDFCF9;
	background-image: url(../img/bg_content.jpg);
	background-repeat: no-repeat;
	background-position: 0px 229px;
	text-align: left;
}


/* DIV BRANDING */
div#branding {
	height: 202px;
}

div#branding img {
	width: 901px;
}


/* DIV NAVIGATION */
div#nav {
	height: 32px;
	background-image: url(../img/bg_navi.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-left: 30px;
}

div#navigation {
	height: 32px;
	background-image: url(../img/bg_navi.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-left: 59px;
}

div#navigation ul {
}

div#navigation li {
	float: left;
}

div#navigation li a {
	float: left;
	border: 1px solid white;
	border-bottom: 2px solid white;
}


/* DIV CONTENT SUB */
div#content_sub {
	float: left;
	width: 232px;
	padding-top: 60px;
	padding-left: 27px;
}


/* DIV NAVIGATION SUB */
div#navigation_sub {
	float: left;
	width: 232px;
	padding-top: 60px;
	padding-left: 27px;
}


div#navigation_sub ul {
	margin: 0px;
	padding: 0px;
	padding-top: 6px;
	margin-bottom: 16px;
	list-style: none;
}

div#navigation_sub li a {
	width: 204px;
	height: 18px;
	display: block;
	color: black;
	text-decoration: none;
	padding-top: 4px;
	padding-left: 16px;
	padding-right: 0px;
	border: 0px solid none;
	font-size: 12px;
	text-transform: uppercase;
}

div#navigation_sub li#active a {
	font-weight: bold;
}

div#navigation_sub li a:hover {
	padding-left: 27px;
	font-weight: bold;
	background-image: url(../img/bg_subnavi_li_hover.gif);
	background-repeat: repeat-x;
	background-position: left top;
}


/* DIV CONTENT */
div#content {
	float: right;
	width: 588px;
	min-height: 375px;
	padding-right: 24px;
	padding-top: 62px;
	margin-bottom: -15px;
}


/* DIV LANGUAGE */
div#language {
	clear: both;
	padding-left: 27px;
	padding-bottom: 5px;
}

div#language a {
	text-decoration: none;
	text-transform: uppercase;
}

div#language a:hover {
	text-decoration: underline;
}

span#dutch {
	color: black;
	background-image: url(../img/flag_nl.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 22px;
	text-transform: uppercase;
}

span#english {
	color: black;
	background-image: url(../img/flag_uk.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 22px;
	text-transform: uppercase;
}

div#language a#dutch {
	color: #999999;
	background-image: url(../img/flag_nl_inactive.gif);
	background-repeat: no-repeat;
	background-position: 12px 2px;
	padding-left: 34px;
}

div#language a#dutch:hover {
	color: black;
	background-image: url(../img/flag_nl.gif);
}

div#language a#english {
	color: #999999;
	background-image: url(../img/flag_uk_inactive.gif);
	background-repeat: no-repeat;
	background-position: 12px 2px;
	padding-left: 34px;
}

div#language a#english:hover {
	color: black;
	background-image: url(../img/flag_uk.gif);
}


/* DIV ADMIN */
div#admin
{
	width: 900px;
	margin: 0 auto;
	background-color: #FDFCF9;
	background-image: url(../img/admin_header2.jpg);
	background-repeat: no-repeat;
	background-position: 0px 202px;
	text-align: left;
}

div#admin div#branding {
	height: 197px;
}

div#admin  div#navigation {
	height: 32px;
	background-image: none;
}

div#admin div#content_sub, div#admin div#navigation_sub {
	padding-top: 30px;
}

div#admin div#content {
	padding-top: 32px;
	padding-bottom: 20px;
}


/* TABLE PRODUCTS */
table#products {
	width: 100%;
	margin-bottom: 20px;
}

table#products td {
	vertical-align: top;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
	padding-right: 5px;
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
}

table#products tr#table_info td {
	color: white;
	background-color: black;
	font-weight: bold;
	text-transform: uppercase;
}

table#products td#number, table#products td#merk {
	width: 80px;
}

table#products td#type {
	background-image: url(../img/bg_content_bar1.jpg);
	background-position: right;
}

table#products tr#odd td {
	background-color: white;
}

table#products tr#even td {
	background-color: #EBEBEB;
}


/* TABLE FORM */
table#form {
	width: 100%;
	margin-bottom: 20px;
}

table#form td {
	vertical-align: top;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 12px;
	line-height: 16px;
}

table#form td.left {
	width: 100px;
	padding-right: 10px;
}


/* NEWS STUFF */
.newslead {
	margin: 0 0 30px;
}


.newslead .date, .newsitem .date {
	font-style: italic;
	font-size: 10px;
	color:#999999;
}


/* UNIVERSAL */
.clear {
	clear: both;
}



/* FORMS */
input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

input.m {
	width: 170px;
}

input.l {
	width: 300px;
}

input.xl {
	width: 430px;
}


textarea {
	width: 300px;
	height: 120px;
}

textarea.xl {
	width: 440px;
	height: 300px;
}

textarea.editor_medium {
	width: 440px;
	height: 120px;
}

textarea.editor_large {
	width: 440px;
	height: 300px;
}


/* IMG */
img.right {
	float: right;
	border: 1px solid #CCCCCC;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 8px;
}

img.left {
	float: left;
	border: 1px solid #CCCCCC;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right: 8px;
}

img.main {
	border:1px solid #CCCCCC;
}


/* TEXT */
h3 {
	color: red;
	font-size: 28px;
	font-weight: bold;
	line-height: 20px;
	letter-spacing: -1px;
	text-transform: uppercase;
	padding-left: 8px;
	margin-top: 0px;
	margin-bottom: 10px;
	background-image: url(../img/bg_content_header.gif);
	background-repeat: no-repeat;
	background-position: bottom; 
}

h3.easy {
	line-height: 28px;
}

h4 {
	color: red;
	font-size: 14px;
	font-weight: bold;
	line-height: 27px;
	letter-spacing: -0.5px;
	text-transform: uppercase;
	padding-left: 8px;
	background-image: url(../img/bg_subnavi_header.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

h4.easy {
	margin-top: 7px;
}

h4.easy2 {
	margin-top: 3px;
}

h5 {
	margin-top: 10px;
	margin-bottom: -16px;
	padding-left: 8px;
	color: black;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -0.5px;
	text-transform: uppercase;
	border-bottom: 1px solid #CCCCCC;
}

.newslead h5, .newsarchive h5 {
	margin-bottom: -12px;
}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

div#content_sub h4 {
	margin-bottom: -8px;
}

span.brand {
	font-size: 20px;
	letter-spacing: -0.75px;
}

span.other {
	font-size: 14px;
	letter-spacing: -0.75px;
}

span.typeuk {
	color: #444444;
}


/* LINKS */
a {
	color: red;
	text-decoration: underline;
}

a:hover {
	color: #7C7755;
}

a:active {
	color: #B2AB7A;
}
