/**
 * Main stylesheet for onderweg.eu
 * (c) 2011 Gerwert Stevens
 */

body {
	background: transparent url('../images/bg_body.png') repeat;
	font-family: Georgia,serif;
	font: 11px/18px;
	line-height: 130%;
}

/* HTML elements */

h1, h2, h3 {
    font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
    font-weight: normal;
    letter-spacing: -1px;
    margin: 0;
}

a:link, a:hover, a:visited {
	color: inherit;
	text-decoration: none;
}

/* Main containers */

#header {
	position: relative;
	background: #093446; /*#181E24; */
	color: white;	
}

#menu {
	position: relative;
	background: #CBB582; /*#B5D1EA; */
}

#content {
	position: relative;
	clear: both;
}

#footer {
	position: relative;
	background: #072B38;
}

.container  {
     position: relative;
	margin: 0px auto;
	width: 940px
}

/* Header */

#header .container {
	padding-bottom: 50px;
	font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
}

#header h1 {
	font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size: 22px;
	letter-spacing: 0.25em;
}

#header .logo {	
	margin-top:20px;
	margin-bottom: 20px;
	
}

#header p {
	
}

/* Menu */

#menu .container {
	padding: 12px 0 12px;
}

#menu ul {
	list-style-type: none;
}

#menu li {
	float: left;
	background: #072B38; /*#5C9BD1;	*/
	margin-right: 15px;	

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;	
}

#menu li a {
	display: block;
	color: white;
	float: left;
	padding: 3px 8px 3px 8px;	    
}
#menu li a:hover {
	opacity: 0.67;
}

/* Content */

#content .container {
	padding: 25px 0 0 0;	
}

#content h2{
	font-size: 170%;
	margin-bottom:20px;
}

#content h3{
	color: #666666;
	font-size: 130%;
	margin-bottom:15px;
}

#content a:link, 
#content a:visited {
    color: #2772B3;
    text-decoration: none;
}

#content .block {
	border-bottom: 1px dashed #CCCCCC;
    box-shadow: 0 1px 1px #FFFFFF;
    margin-bottom: 2em;
    padding-bottom: 1em;    
}

#content .block p {
	margin-bottom: 10px;
}

#content .block ul {
	margin-left: 15px;
}

#content .block li {
	margin-bottom: 10px;
}

#content .work {
}

#content .work ul.items {
	list-style-type: none;

}

#content .work li.item {	
	position: relative;
    float: left;
    margin: 0 4.5% 20px 0;
    min-height: 380px;
    overflow: visible;
    position: relative; 
    width: 40%;
}

#content .work li.item figure {
	position: relative;
}

#content .work li.item img.product-image {
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
    margin-bottom: 3em;
    max-width: 100%;
}

/* Geooff line header */

#brandbox {
  position: relative;
	height: 240px;
	background: #303437;
	color: white;
	padding: 20px 0 20px 0;
}

#brandbox h1 {
	font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
	border-bottom: 2px solid #5C9BD1;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 54px;
    padding: 20px 0 0;
    margin-bottom: 8px;
}

#brandbox .image img {
	float: left;
	height: 230px;
	margin-right: 25px;
}

#brandbox .text {
	float: left;
}
/* Faq */

p.intro {
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 140%;
  font: italic 24px Georgia, serif;
  color: dimGray;
	text-shadow: 0px 1px 0px white;

}

.faq {
	font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
	width: 70%;
}

.faq h2 {
   font-size: 16px;
  color: #445;
}

.faq .qa {
	border-bottom: 1px solid rgba(0%, 0%, 0%, 0.06);
	padding-bottom: 0.8em;
	margin-bottom: 2em;
}

.faq .qa .q {
	text-shadow: white 0px 1px 1px;
	margin-bottom: 15px;
	font-size: 16px;
	color: #666;
}

.faq .qa .a {
	font-size: 14px;
	color: black;
}

/* Footer */

#footer a:link, 
#footer a:visited {
    color: white;
    text-decoration: none;
}

#footer .container {
	color:  #999999;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	padding: 10px 0 10px 0;
}

#footer .container a:hover{ 
	color: white;
}