@charset "utf-8";
/* CSS Document */

/* === GENERAL STYLE RULES, RESETS AND FIXES ======================================================================= */

* { margin: 0; padding: 0; list-style: none; font-family: Arial, Verdana, Helvetica, sans-serif; }

a img { border: none; }

a, a:hover, a:visited, a:focus, button {
	outline: none;
	cursor: pointer;
}

body { background: #fff; }

/* === FONT TYPES, SIZES, PARAGRAPHS AND HEADERS/SUBHEADERS ======================================================================= */

h1 {
	text-indent: -9999em;
	background: transparent url(../images/logo_gecko.gif) no-repeat 0 0;
	width: 203px;
	height: 70px;
	margin: 70px 0 0 130px;
}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 25px;
	width: auto;
	height: auto;
	margin: 0 0 8px -1px;
	color: #e23d10;
}

h2.huge {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 40px;
	width: auto;
	height: auto;
	margin: 0 0 8px -1px;
	color: #e23d10;
}

div.list-column h3 {
	width: 110px;
	height: 25px;
	text-indent: -9999em;
}

div.image-title-box p {
	color: #fff;	
	display: inline;
	font-weight: bold;
	font-size: 30px;
	width: auto;
	height: auto;
	padding: 10px;
	background: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

div.image-title-box p em {
	color: #e23d10;	
	font-style: normal;
	padding: 10px;
}

h3#about { background: transparent url(../images/font_headers.gif) no-repeat 0 0; }

h3#brands { background: transparent url(../images/font_headers.gif) no-repeat 0 -33px; }

h3#links { background: transparent url(../images/font_headers.gif) no-repeat 0 -65px; }

h4 {
	height: 14px;
	width: auto;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 20px 0;
	line-height: 2.8;
}

p {
	margin: 0 0 5px 0px; /*10px 0;*/	
	color: #fff;
	font-size: 12px;
}

div.first-column p {
	/* padding: 0 0 10px 0;	*/
}

div.third-column p {
	padding: 0 0 10px 0;		
}

div.full-width {
    float: left;
    margin: 0px 30px;
    width: 825px;
}

div#image-story-box div.second-column p {
	padding: 10px 50px 0px 0;	
	/*text-align: justify; */
    font-style: italic;
    font-size: 15px;
}

div#brand-overview-box div.second-column p {
	padding: 0 50px 0px 0;	
	text-align: justify;
}

div#disclaimer-column p {
	color: #3d3d3d;
	font-size: 11px;
	margin: 0 0 10px 0;	
}

div#disclaimer-column p a {
	color: #e33e11;	
	text-decoration: none;
}

/* === SITE FRAMEWORK ======================================================================= */

/* === header area setup */

div#header-container {
	width: 100%;
	height: 195px;
	background: #000;	
}

div#header-box {
	width: 980px;
	height: 195px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 0 0 -540px;
}

/* === content area setup */

div#content-container {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0 0 30px 0;
	background: #000 url(../images/grunge_edge.gif) repeat-x bottom left;	
}

div#content-box {
	width: 885px;
	height: auto;
	overflow: hidden;
	margin: 0 auto 0 auto;
	padding: 20px 0 40px 0;
	background: none;
}

div#content-box.dotted-line {
	background: transparent url(../images/dotted_line_white.gif) repeat-x 0 0;
}

/* === footer area setup */

div#footer-container {
	width: 100%;
	height: auto;
	background: #fff;
	margin: 20px 0 0 0;
}

div#footer-box {
	width: 885px;
	height: auto;
	overflow: hidden;
	margin: 0 auto 0 auto;
}

/* === header contents */

div#logo-box {
	width: 455px;
	height: 195px;
	background: #000 url(../images/grunge_logo.gif) no-repeat 0 0;
	float: left;
}

div#main-navigation-box {
	width: 525px;
	height: 195px;
	float: right;	
}

/* === content contents */

div#content-box a {
	color: #fff;	
}

div#content-box a:hover {
	color: #e23d10;	
}

/* home page */

div#image-story-box {
	width: 885px;
	height: auto;
	overflow: hidden;
	background: transparent url(../images/gradient_repeat.gif) repeat-x 0 0;
}

div#image-story-box div.first-column {
	width: 600px;
	height: 400px;
	float: left;
}

div#image-story-box div.second-column {
	width: 235px;
	height: 400px;
	padding: 20px 15px 0 0;
	background: transparent url(../images/gradient_corner_right.gif) no-repeat top right;
	float: right;
}

div#image-story-box div.second-column div.changeable-text {
	width: 235px;
	height: auto;
    margin-bottom: 50px;
}

div.image-box {
	z-index: 100;
}

div.image-title-box {
	z-index: 9001;	
	position: relative;
	bottom: 120px;
	right: 30px;
	width: auto;
	height: auto;
	float: right;
	padding: 10px;
	background: black;
}

/* news overview section */

div#news-box {
	width: 600px;
	height: 200px;
	margin: 15px 0 0 0;
}

div#news-box div.news-overview-box {
	width: 250px;
	height: 200px;
	background: transparent url(../images/dotted_line_white_vertical.gif) repeat-y top right;
	float: left;
}

div#news-box div.active-news-content {
	width: 330px;
	height: 200px;
	float: right;
	text-align: justify;
    color: #fff;
    font-size: 12px;
}

div#news-box div.news-overview-box ul {
	width: 230px;
	height: auto;
	overflow: hidden;
	background: transparent url(../images/dotted_line_white.gif) repeat-x 0 0;
	padding: 10px 0 0 0;
	margin: 0 0 20px 0;
}

div#news-box div.news-overview-box ul li {
	width: auto;
	height: 12px;
	font-size: 12px;
	margin: 0 0 3px 0;
}

div#news-box div.news-overview-box ul li a {
	font-size: 12px;
	text-decoration: none;
	color: #fff;
}

div#news-box div.news-overview-box ul li a:hover {
	color: #e23d10;	
}

div#news-box div.news-overview-box a {
	color: #e23d10;
	text-decoration: none;
	font-size: 12px;	
}

div#news-box div.news-overview-box a:hover {
	text-decoration: underline;
}

/* brand overview page */

div#brand-overview-box {
	width: 885px;
	height: auto;
	overflow: hidden;
	background: transparent url(../images/gradient_repeat.gif) repeat-x 0 0;
}

div#brand-overview-box div.first-column {
	float: left;
	background: transparent url(../images/gradient_corner_left.gif) no-repeat top left;
}

div.first-column div.brand-links-box {
	width: 140px;
	float: left;
}

div.first-column div.brand-links-box ul {
	width: 100px;
	height: auto;
	margin: 30px 0 0 20px;
}

div.first-column div.brand-links-box ul li {
	width: inherit;
	height: auto;
	margin: 0 0 20px 0;
}

div.first-column div.brand-links-box ul li a {
	text-decoration: none;
	font-size: 18px;
}


div.brand-image-box {
	width: 460px;
	height: 400px;
	float: left;
	left: 140px;
    margin: 25px 0px 0px 10px;
    text-align: center;
}

div#brand-overview-box div.second-column {
	width: 235px;
	height: 400px;
	padding: 20px 15px 0 0;
	background: transparent url(../images/gradient_corner_right.gif) no-repeat top right;
	float: right;
}

div#brand-overview-box div.second-column div.brand-description {
	width: 235px;
	height: auto;
}

div#brand-overview-box div.second-column div.brand-description address {
    margin-bottom: 50px;
}


/* tri-column layout */

div.tri-column-box {
	width: 885px;
	height: auto;
	overflow: hidden;
	background: transparent url(../images/dotted_line_white.gif) repeat-x bottom left;
    padding-bottom: 25px;
}

div.tri-column-box div.first-column {
	width: 215px;
	height: auto;
	margin: 0 0 0 30px;
	float: left;
}

div.tri-column-box div.second-column {
	width: 325px;
	height: auto;
	margin: 0 20px 0 20px;
	float: left;
}

div.tri-column-box div.third-column {
	width: 215px;
	height: auto;
	float: left;
}

/* dual-column layout */

div.dual-column-box {
	width: 885px;
	height: auto;
	overflow: hidden;
	background: transparent url(../images/dotted_line_white.gif) repeat-x bottom left;
}

div.dual-column-box div.first-column {
	width: 215px;
	height: 390px;
	margin: 0 0 2px 30px;
	float: left;
	background: transparent url(../images/photo_contact_page.jpg) no-repeat bottom center;
}

div.dual-column-box div.second-column {
	width: 385px;
	height: 390px;
	margin: 0 110px 0 20px;
	float: right;
}

/* contact form */

form#contact_us ul li {
	color: #fff;
	font-size: 11px;
	margin: 0 0 3px 0;
}

form#contact_us ul li input, form#contact_us ul li textarea {
	background: #000;
	border: 1px solid white;
	color: #fff;
	padding: 2px 4px 2px 4px;
}

form#contact_us ul li input:hover, form#contact_us ul li textarea:hover, form#contact_us ul li input:focus, form#contact_us ul li textarea:focus {
	border: 1px solid #e33e11;	
}

/* === footer contents */

div.list-column {
	width: 165px;
	margin: 0 30px 0 0;
	background: transparent url(../images/dotted_line.gif) repeat-y top right;
	float: left;	
}

div#disclaimer-column {
	width: 165px;
	height: 200px;
	margin: 0 30px 0 0;
	float: left;	
}

div#logo-summary {
	width: 885px;
	height: 100px;
	clear: both;	
	text-align: center;
	padding: 15px 0 0 0;
}

div#logo-summary img {
	margin: 0 30px 0 0;	
}

/* === NAVIGATION STYLE RULES ======================================================================= */


/* === main-navigation */

div#main-navigation-box ul {
	margin: 80px 0 0 0;
	float: right;
}

div#main-navigation-box ul li {
	margin: 0 10px 0 10px;
	float: left;
}

div#main-navigation-box ul li a {
	text-indent: -9999em;
	display: block;
}

div#main-navigation-box ul li#home a {
	width: 80px;
	height: 40px;
	background: transparent url(../images/css_sprite.png) no-repeat 0 0;
}

div#main-navigation-box ul li#home a:hover, div#main-navigation-box ul li#home a.active{
	width: 80px;
	height: 40px;
	background: transparent url(../images/css_sprite.png) no-repeat 0 -52px;
}

div#main-navigation-box ul li#about a {
	width: 85px;
	height: 40px;
	background: transparent url(../images/css_sprite.png) no-repeat -102px 0; 
}

div#main-navigation-box ul li#about a:hover, div#main-navigation-box ul li#about a.active {
	width: 85px;
	height: 40px;
	background: transparent url(../images/css_sprite.png) no-repeat -102px -52px; 
}


div#main-navigation-box ul li#merken a {
	width: 116px;
	height: 40px;
	background: transparent url(../images/css_sprite.png) no-repeat -216px 0;	
}

div#main-navigation-box ul li#merken a:hover, div#main-navigation-box ul li#merken a.active {	
	width: 116px;
	height: 40px;
	background: transparent url(../images/css_sprite.png) no-repeat -216px -52px;	
}

div#main-navigation-box ul li#contact a {
	width: 103px;
	height: 40px;
	background: transparent url(../images/css_sprite.png) no-repeat -381px 0;
}

div#main-navigation-box ul li#contact a:hover, div#main-navigation-box ul li#contact a.active {	
	width: 103px;
	height: 40px;
	background: transparent url(../images/css_sprite.png) no-repeat -381px -52px;
}

/* === sitemap navigation */

ul.sitemap-summary {
	width: 165px;
	height: auto;
	margin: 25px 0 0 0;
}

ul.sitemap-summary li {
	color: #3d3d3d;
	font-size: 13px;
	width: auto;
	line-height: 13px;
	margin: 0 0 05px 0;
}

ul.sitemap-summary li a {
	color: #3d3d3d;
	text-decoration: none;
	font-size: 13px;
}

ul.sitemap-summary li a:hover {
	text-decoration: underline;
}

/* === SPECIAL BUTTONS ======================================================================= */


/* === more info button */

div#content-box a.button-more-info {
	width: 190px;
	height: 55px;
	display: block;
	background: transparent url(../images/button_more_info.gif) no-repeat 0 0;
	color: #303030;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	line-height: 2.5;
}

