/**
 * ---------------------------
 * Client: Meijers Autobedrijf
 * URL: http://www.meijersautobedrijf.nl
 * Author: Harmen Janssen, Dutch Internet Works
 * Media: Screen
 * Browser: All
 *
 * Color guide;
 * ---------------------------
 * #e55b2b Accents and links
 * #0a0809 Body text
 * #b5b4b5 Borders
 * #fffdc5 Input focus styles
 * #90adc5 Input borders
 * ---------------------------
 * Notes;
 * This stylesheet provides basic styles. It should be included on top of 
 * the reset.css. 
 * Additional stylesheets for subpages may be available.
 * --------------------------- 
 */

@font-face {
	font-family: "Copperplate Gothic Light";
	src: url(/files/COPRGTL.TTF) format(truetype);
}

/**
 * Basic styles
 */

body {
	font: normal normal normal 12px/18px Helvetica,Arial,Verdana,sans-serif;
	color: #0a0809;
}

.clearfix:after {
	height: 0;
	display: block;
	visibility: hidden;
	clear: both;
	content: ".";
}

/* Links */
a {
	text-decoration: none;
	color: #e55b2b;
	border-bottom: 1px solid #e55b2b;
}

a:hover, a:focus {
	color: #f00;
}

/* Skip link */
#skip-link {
	position: absolute;
	top: -999em;
	left: 0;
	width: 100%;
	display: block;
	text-align: center;
	color: #dddddd;
	background: #000;
	border: 0;
}

#skip-link:focus {
	top: 0;
}

/* Headers */
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}

h1 {
	margin-bottom: 10px;
	font-family: Times,"Times New Roman",serif;
	font-size: 40px;
	line-height: 1;
	letter-spacing: -3px;
	color: #e55b2b;
}

h1 span {
	font-family: "Copperplate Gothic Light";
	font-size: 17px;
	color: #0a0809;
	letter-spacing: 0;
}

h2,h3,h4 {
	margin: 0 0 10px;
	font-family: "Copperplate Gothic Light";
	line-height: 1;
}

body.alt-font h2,
body.alt-font h3,
body.alt-font h4,
body.alt-font h1 span {
	font-family: Times, "Times New Roman", serif;
	font-variant:small-caps;
}

h2 {
	font-size: 17px;
}

h3 {
	font-size: 13px;
}

h4 {
	font-size: 12px;
}

/* Text */
code,pre {
	font-family: Monaco, "Courier New", Courier, monospace;
}

/* Forms */
form {
	padding: 20px;
	border: 1px solid #b5b4b5;
}

form:after {
	height: 0;
	display: block;
	visibility: hidden;
	clear: both;
	content: '.';
}

legend {
	color: #e55b2b;
}

fieldset {
	border-top: 1px solid #e55b2b;
}

form div.input {
	width: 100%;
	margin: 10px 0;
	float: left;
}

form div.input label {
	width: 10em;
	display: block;
	float: left;
	clear: left;
}

form div.input input,form div.input textarea {
	width: 20em;
	display: block;
	float: left;
	font-family: Helvetica,Arial,Verdana,sans-serif;
	font-size: 12px;
}

form div.checkbox input {
	width: auto;
}

input,textarea,select {
	vertical-align: middle;
}

input.text, .input input, .input textarea {
	padding: 3px;
	border: 1px solid #90adc5;
}

input.text:focus, .input input:focus, .input textarea:focus {
	outline: none;
	background-color: #fffdc5;
}

.input-help {
	margin-left: 12em;
	font-size: 0.833em;
}

div.submit input {
	margin: 15px 0;
}

/**
 * Tables
 */

caption {
	margin-top: 15px;
	font-weight: bold;
	text-indent: 7px;
	text-align: left;
}

table {
	width: 100%;
	border-top: 1px solid #0a0809;
	border-collapse: collapse;
}

th {
	width: 130px;
	padding: 7px;
}

td {
	padding: 7px;
	font-style: italic;
}

tr {
	border-bottom: 1px dotted #b5b4b5;
}

tr.last {
	border-bottom-width: 0;
}

/**
 * Text and content
 */

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

font,span {
	font-family: Helvetica,Arial,Verdana,sans-serif; /* !Comic Sans */
}

ul,ol {
	margin-left: 20px;
}

ol li {
	list-style-type: decimal;
}

ul li {
	list-style-type: disc;
}

.q {
	font-style: italic;
	color: #e55b2b;
}

/**
 * Boxes and columns
 */

#container {
	position: relative;
	width: 801px;
	margin: 0 auto;
	padding: 20px 1px;
	overflow: hidden;
}

.box {
	margin: 15px 0;
	color: #dddddd;
	background: #0a0809;
}

.box a {
	color: #dddddd;
	border-color: #dddddd;
}

.box .odd a {
	color: #b5b4b5;
}

.box a.current, .box a:hover, .box a:focus {
	color: #e55b2b;
	border-color: #e55b2b;
}

.box a.current:hover,.box a.current:focus {
	color: #f00;
}

.box h3 {
	margin-bottom: 0;
	border-bottom: 1px solid #fff;
}

.box * {
	padding: 7px;
}

.box * * {
	padding: 0;
}

/**
 * Branding
 */

#branding {
	position: relative;
	width: 100%;
	padding-bottom: 3px;
	border-bottom: 1px solid #b5b4b5;
}

#branding a {
	border-bottom: 0;
}

#branding a:hover,#branding a:focus {
	outline: 1px dotted #f00;
}

/* Search form */
#branding form {
	position: absolute;
	right: 0;
	bottom: 3px;
	padding: 0;
	border-width: 0;
}

#branding input.text {
	width: 150px;
}

/**
 * Navigation
 */

#navigation {
	position: absolute;
	top: 109px;
	z-index: 5;
	width: 100%;
}

/* main navigation */
#navigation ul {
	margin-bottom: 5px;
	margin-left: 0;
	border-bottom: 1px solid #b5b4b5;
}

#navigation li {
	position: relative;
	height: 43px;
	margin-right: 0;
	float: left;
	list-style: none;
}

#navigation li.last {
	margin-right: 0;
}

#navigation li a {
	position: relative;
	top: 5px;
	padding: 0 5px;
	display: block;
	border-bottom: 0;
}

#navigation li.first a {
	padding-left: 0;
}

#navigation li a span {
	padding: 7px;
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #0a0809;
}

#navigation li.hover a span,
#navigation li a:hover span,
#navigation li a:focus span {
	color: #dddddd;
	background-color: #0a0809;
}

#navigation li a.current span {
	color: #e55b2b;
}

/* sublevel #1 */
#navigation li ul {
	position: absolute;
	top: -999em;
	width: 555px; /*555px; later 395*/
	padding: 5px;
	background: #0a0809;
	border-width: 0;
}

#navigation li ul.subpages {
	width: 250px; /* was 250px; */
}

#navigation li ul.subpages li {
	width: 180px; /* was 180px; */
}

#navigation li.hover ul {
	top: 40px;
	left: 5px;
}

#navigation li ul li {
	position: static;
	width: 180px; /*180px; later 120*/
	height: auto;
	padding: 5px 0;
	float: none;
	line-height: 1;
	color: #dddddd;
}

#navigation li ul li a {
	position: static;
	padding: 0 0 0 20px;
	font-size: 12px;
	line-height: 18px;
	color: #dddddd;
	background: transparent url(/img/list-item-white-dot.gif) no-repeat 10px 50%;
}

#navigation li ul li.hover {
	color: #000;
	background: #dddddd;
}

#navigation li ul li.hover a {
	color: #000;
	background: transparent url(/img/list-item-black-dot.gif) no-repeat 10px 50%;
}

#navigation li ul.subpages a:hover,
#navigation li ul.subpages a:focus {
	color: #e55b2b;
}

/* sublevel #2 */
#navigation li ul li ul,
#navigation li.hover ul li ul {
	position: absolute;
	top: -999em;
	width: 370px; /*370px; later 270*/
	padding: 0 5px;
	overflow: visible;
	background: #dddddd;
}

#navigation li ul li.hover ul {
	position: absolute;
	top: 5px;
	left: 180px; /*180px;*/
}

#navigation li ul li ul li {
	width: auto;
}

#navigation li ul li ul li a {
	top: 0;
}

#navigation li ul li ul li a:hover,
#navigation li ul li ul li a:focus {
	color: #e55b2b;
}

/* breadcrumbs */
#navigation #breadcrumbs {
	font-size: 10px;
}

/**
 * Content
 */

#content {
	position: relative;
	z-index: 1;
	width: 801px;
	margin-top: 76px;
}

#main-content {
	width: 570px;
	margin-right: 15px;
	float: left;
}

/**
 * Photo galleries
 */

.gallery {
	position: relative;
	margin: 15px 0;
	overflow: hidden;
	background: transparent none no-repeat 50% 50%;
}

.gallery li {
	position: relative;
	width: 139px;
	float: left;
	white-space: nowrap;
	font-size: 13px;
	text-align: center;
	background: #dddddd;
	border: 1px solid #dddddd;
	border-width: 1px 1px 1px 0;
	list-style: none;
}

.gallery a {
	color: #0a0809;
	border: 0;
}

.gallery a b {
	position: absolute;
	top: 1px;
	left: 1px;
	width: 137px;
	height: 138px;
	display: none;
	background: #000;
	opacity: .5;
}

.gallery img {
	width: 137px;
	height: 138px;
	display: block;
	border: 1px solid #000;	
}

/**
 * Section navigation
 */

#section-navigation {
	width: 216px;
	float: left;
}

#section-navigation ul {
	margin-left: 0;
}

#section-navigation li {
	list-style: none;
}

/**
 * Brand navigation
 */

#brand-navigation {
	margin-bottom: 0;
	line-height: 1.5;
	clear: both;
	border-top: 20px solid #dddddd; /* acts as margin */
}

#brand-navigation h2 {
	margin-bottom: 0;
}

#brand-navigation a {
	font-size: 13px;
	white-space: nowrap;
	border-bottom: 0;
}

#brand-navigation a.p1 {
	font-size: 15px;
}

#brand-navigation a.p2 {
	font-size: 17px;
}

#brand-navigation a.p3 {
	font-size: 20px;
	color: #e55b2b;
}

#brand-navigation a.p4 {
	font-size: 30px;
	color: #e55b2b;
}

#brand-navigation a.p3:hover,
#brand-navigation a.p3:focus,
#brand-navigation a.p4:hover,
#brand-navigation a.p4:focus {
	color: #f00;
}

/**
 * Browse types (when viewing a brand instead of a type)
 */

.type-browser {
	margin-left: 0;
}

.type-browser li {
	margin-bottom: 15px;
	padding: 5px;
	clear: left;
	list-style-type: none;
}

.type-browser li li {
	margin-bottom: 0;
	padding: 0;
	list-style-type: disc;
}

.type-browser li.odd {
	background-color: #eeeeee;
}

.type-browser li.even {
	background-color: #fffdc5;
}

.type-browser img,.type-browser div {
	float: left;
}

.type-browser img {
	width: 137px;
	height: 138px;
	margin-right: 10px;
}

.type-browser div {
	width: 644px;
}

/**
 * Footer
 */

#footer {
	padding: 10px;
	clear: both;
	font-size: 10px;
	color: #dddddd;
	background: #0a0809;
}

#footer p {
	float: left;
}

#footer ul {
	margin-left: 0;
	float: right;
}

#footer li {
	display: inline;
	list-style: none;
}