@import url(http://fonts.googleapis.com/css?family=Droid+Sans:regular,bold);
/*-------------------------
	CSS RESET
-------------------------*/
body, html, a:active, :active, a:focus, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, samp, small, strong, sub, sup, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	-moz-outline-style: none;
}
body, html {
	margin:0px;
	padding:0px;
	background:#000 url(/SiteFiles/Layout/background.jpg) no-repeat fixed center top;
}
body {
	font-family: 'Droid Sans', arial, serif;
	font-size:16px;
	line-height:150%;
}
a {
	outline:none;
}
.topnav {
	background:url(/SiteFiles/Layout/topnav.png) no-repeat center top;
}
.logo {
	width:270px;
	height:57px;
	background:url(/SiteFiles/Layout/logo.png) no-repeat 20px top;
}
/*.content {
	padding-left:20px;
	padding-right:20px;
}
.headerimage {
	background:url(/SiteFiles/Layout/header.jpg) no-repeat center top;
	height:219px;
}
.main {
	background:#000;
}
.content {
	padding:30px;
}*/
.header-image {
	width:960px;
	height:226px;
		font-weight:normal;
}
.header-intro {
	color:#ddd;
	width:450px;
	padding-left:20px;
	padding-top:5px;
		height:226px;
	font-weight:normal;
	 text-shadow: -1px 0 1px #000;
 }
.header-intro h2 {
font-family:"Arial Black", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:24px;
	color:#fff;
	 }

.header-image.homepage {
	background:url(/sitefiles/layout/headers/home.png) no-repeat center top;
}
.header-image.company {
	background:url(/sitefiles/layout/headers/company.png) no-repeat center top;
}
.header-image.product {
	background:url(/sitefiles/layout/headers/products.png) no-repeat center top;
}
.header-image.contact {
	background:url(/sitefiles/layout/headers/contact.png) no-repeat center top;
}
.content-repeat {
	background:url(/sitefiles/layout/content-repeat.png) repeat-y center top;
}
.content-bottom {
	background:url(/sitefiles/layout/content-bottom.png) no-repeat center top;
}
.page {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.footernav {
	margin:auto;
	color:#ccc;
	width:960px;
	padding-top: 15px;
	padding-bottom: 10px;
	text-align: center;
	font:normal 12px/20px 'Droid Sans', arial, serif;
}
.footernav a {
	color:#ccc;
	font-weight:bold;
	text-decoration:underline;
}
	.footernav a:hover {
		color:#ccc;
		font-weight:bold;
		text-decoration:none;
	}
/*-----------------------------------
			Typography
-----------------------------------*/
/*== HEADING STYLES ==*/

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 20px;
	font-weight: normal;
	font-family: 'Droid Sans', arial, serif;
}
h1 {
	font-size: 32px;
	color:#fff;
	line-height: 28px;
	margin-top:10px;
}
h2 {
	font-size: 28px;
	line-height: 24px;
	margin-top: 25px;
}
h3 {
	font-size: 24px;
	line-height: 18px;
	margin-top: 15px;
}
h4 {
	font-size: 18px;
	line-height: 16px;
	margin-top: 15px;
}
h5 {
	font-size: 16px;
	line-height: 14px;
	margin-top: 10px;
}
h6 {
	font-size: 14px;
	line-height: 14px;
	margin-top: 10px;
}
h2 {
	color: #fff;
}
h3 {
	color: #3f85db;
}
h4 {
	color: #5294e6;
}
h5 {
	color: #3f85db;
}
h6 {
	color: #5294e6;
}
/*== END HEADING STYLES ==*/
/*== STANDARD STYLES ==*/

a {
	text-decoration: underline;
	outline: none;
	cursor: hand; cursor: pointer;
	color: #6aadff;
	outline: none;	
}
a:hover {
	text-decoration: underline;
	outline: none;
	color: #3f5cdb;	
}

p, .Editor_Default .innerdiv  {
	font-family: 'Droid Sans', arial, serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	color: #ccc;
	line-height: 20px;
	padding-bottom: 10px;
}

hr {
	margin: 15px 0 15px 0;
	display: block;
	background: #ccc;
	height: 1px;
	border: none;
}

i, cite, em, var, dfn {
	font-style:italic;
}

q {
	font-style:italic;
}

b, strong {
	font-weight:bold;
}

blockquote {
	margin: 10px 0 10px 15px;
	font-style: italic;
	font-size: 130%
}
blockquote > *:first-child:first-letter {
	font-size: 150%;
}
pre {
	margin: 10px 0 10px 0px;
	padding: 5px 0 5px 10px;
	border: 1px dotted #aab4be;
	border-left: 20px solid #b4b4b4;
	background: #fafafa;
	font-size: 90%;
	color: #2E8B57;
	font-family: "Courier New", Courier, monospace;
	/* Browser specific (not valid) styles */
	/* to make preformatted text wrap */
	 
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla */
}
/*== END STANDARD STYLES ==*/
/*== LIST STYLES ==*/
ul, ol, dl {
	margin: 10px 0;
	padding-left: 30px
}
dl {
	margin: 10px 0;
}
dd {
	padding-left: 40px;
}
li {
	display:list-item;
	font-family: 'Droid Sans', arial, serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	color: #ccc;
	line-height: 20px;
}
ul {
	list-style-type: disc;
	font-family: 'Droid Sans', arial, serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	color: #ccc;
	line-height: 20px;
}
ol {
	list-style-type:decimal;
}
/*== END LIST STYLES ==*/
/*== FORM STYLES ==
fieldset {
	margin: 10px 0 10px 0;
	padding: 0 10px 10px 10px;
	border: 1px solid #c8c8c8;
}
legend {
	padding: 0 10px 0 10px;
	background: #ffffff;
		font-size:14px;

}
form div {
	margin: 10px 0 10px 0;
	color:#CCC;
	font-size:12px;
}
textarea {
	padding: 1px 0 1px 5px;
}
option {
	padding: 0 0 1px 5px;
}
input[type='hidden'] {
	display: none;
}
input[type='text'], input[type='password'] {
	padding: 1px 0 1px 5px;
}
button, input[type='button'], input[type='submit'] {
	padding: 2px 4px 2px 1px;
	line-height: 100%;
}
input[type='button'], input[type='submit'], input[type='checkbox'], input[type='image'], input[type='radio'], input[type='reset'], select, button {
	cursor: pointer;
}
textarea, input[type='text'], input[type='password'], select {
	border: 1px solid #c8c8c8;
	background: #ffffff;
}
textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover {
	border-color: #aaaaaa;
}
textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus {
	border-color: #8c8c8c;
	outline: 2px solid #dcdcdc;
}
/*== END FORM STYLES ==*/
/*== IMAGE STYLES ==*/
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
	margin-right:15px;
	margin-bottom:15px;
}
.alignright {
	float: right;
	margin-left:15px;
	margin-bottom:15px;
}
.imgborder {
	padding:1px;
	background:#000;
	border:1px solid #fff;
}
/*== END IMAGE STYLES ==*/
.automechanika {
	background:url(/sitefiles/afbeeldingen/automechanikabutton.png) no-repeat left top;
	height:60px;
	width:200px;
	display:block;
	float:right;
}
.flipbook {
	background:url(/sitefiles/afbeeldingen/flipbookbutton.png) no-repeat left top;
	height:60px;
	width:200px;
	float:right;
	display:block;
}
.gmdownload {
	background:url(/sitefiles/afbeeldingen/gmdownload.png) no-repeat left top;
	height:60px;
	width:200px;
	float:right;
	display:block;
}
.specialsusp {
	background:url(/sitefiles/afbeeldingen/specialsuspensionbutton.png) no-repeat left top;
	height:60px;
	width:200px;
	float:right;
	display:block;
}
.yt-button {
	background:url(/sitefiles/afbeeldingen/yt-button.png) no-repeat left top;
	height:60px;
	width:200px;
	float:right;
	display:block;
}
.automechanika:hover, .automechanika.hover {
	background-position: left -60px;
	display:block;
}
.gmdownload:hover, .gmdownload.hover {
	background-position: left -60px;
	display:block;
}
.flipbook:hover, .flipbook.hover {
	background-position: left -60px;
	display:block;
}
.yt-button:hover, .yt-button.hover {
	background-position: left -60px;
	display:block;
}
.products-container {
	width:730px;
}
div.products {
	width:240px;
	height:174px;
	display:block;
	margin-bottom:10px;
	float:left;
}
.clear {
	clear:both;
}
.lowering {
	background:url(/sitefiles/layout/products/lowering-springs.png) no-repeat left top;
}
.sportshocks {
	background:url(/sitefiles/layout/products/sport-shocks.png) no-repeat left top;
}
.sportkits {
	background:url(/sitefiles/layout/products/sport-kits.png) no-repeat left top;
}
.coiloversuspension {
	background:url(/sitefiles/layout/products/coilover-suspension.png) no-repeat left top;
}
.replacement {
	background:url(/sitefiles/layout/products/replacement-springs.png) no-repeat left top;
}
.easystrut {
	background:url(/sitefiles/layout/products/easy-strut.png) no-repeat left top;
}
.specialsuspension {
	background:url(/sitefiles/layout/products/specialsuspension.png) no-repeat left top;
}
.products-container a, .products-container a:hover,.products-container a:visited{
	text-decoration:none;
}
div.products h3 {
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#fff;
	padding-left:20px;
	padding-right:0px;
	padding-bottom:0px;
	padding-top:10px;
	margin:0px;
}
div.products-content p {

	font:normal 11px "Droid Sans",Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:14px;
	color:#fff;
}
div.products-content {
	width:150px;
	padding-top:5px;
	padding-left:20px;font:normal 10px "Droid Sans",Arial, Helvetica, sans-serif;

}
.products a,.products a:hover,.products a:visited {
	text-decoration:none;
}
object {
	z-index:-9999;
	position:relative;
}

