/*
 * $Id: style.css,v 1.1 2006-05-18 15:48:37 sven Exp $
 */

html, body {
	margin: 0;
	padding: 0;
	font-family: 'Lucida Sans Unicode', 'Verdana', 'Tahoma', sans-serif;
}

body {
	font-size: 62.5%;
	background: #BC2931 url('/images/fullBodyBG.jpg') repeat-x;
	text-align: center;
	color: #555555;
}

table {
	border-collapse: collapse;
	border-width: 0;
}
td, th {
	border: 0;
	padding: 0;
	vertical-align: top;
}

a {
	color: #a71d36;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

img {
	border:0;
}

hr {
	height: 1px;
	color: #dfdfdf;
	background-color: #dfdfdf;
	border: 0px;
	border-width: 0px;
}

.show {}
.hide {
	display: none;
}


.serifText {
	font-family: 'Caecilia LT Std Roman', 'Georgia', 'Times new roman', serif;
}
.sansSerifText {
	font-family: 'Lucida Sans Unicode', 'Verdana', 'Tahoma', sans-serif;
}

span.breadcrumbs {
    margin-left: 10px;
    font-size: 0.9em;
}

div#container {
	margin: 10px auto;
	width: 910px;
	text-align: left;
	font-size: 1.2em;
}

#header {
	position: relative;
	width: 910px;
}

#header #logo {
	display: inline;
	float: left;
	width: 219px;
	height: 65px;
}

#header #strik {
	display: inline;
	float: left;
	width: 174px;
	height: 65px;
}

#header #moreInfo {
	display: inline;
	float: left;
	padding-top: 15px;

	width: 190px;
	height: 50px;

	text-align: center;
	color: #a71e36;
}

#header #actiecodeWrapper {
	display: inline;
	float: left;

	height: 65px;
	width: 200px;

	color: #a71e36;
	text-align: center;
}
#header #actiecodeWrapper a.viewButton {
	display: block;
	width: 145px;
	height: 23px;

	margin: 5px auto;
	padding-top: 4px;
	padding-left: 15px;

	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	background: transparent url('/images/action_buttons_sprite.png') no-repeat -882px 0;
}
#header #actiecodeWrapper a.viewButton:hover {
	text-decoration: none;
}

#header #brochures {
	position: absolute;

	right: 0px;
	top: 0px;
	width: 114px;
	height: 114px;

	background: transparent url('/images/brochures.png') no-repeat 50% 0;
	text-align: center;
	color: #fff;
}
#header #brochures a {
	display: block;
	width: 114px;
	height: 33px;
	padding-top: 81px;

	color: #fff;
}

#header #topMenus {
	clear: both;
	height: 90px;
	background: #a91933 url('/images/header_bg.png') no-repeat;
}

#header #topMenus ul {
	padding: 0px;
	margin: 0px;
	margin-left: 5px;
}

#header #topMenus ul li{
	display: inline;
	float: left;
	height: 50px;
	padding: 0px;
	margin: 0px;
	text-transform: lowercase;
}

#topMenus .mainMenu {
	height: 50px;
	color: #fff;
	font-size: 1.17em;
}
#topMenus .mainMenu ul {
	height: 50px;
}

ul#mainMenu li {
	border-left: 1px solid #a71d35;
	border-right: 1px solid #ee183c;
}
ul#mainMenu li.first {
	border-left-width: 0px;
}
ul#mainMenu li.last {
	border-color: #a61d35;
}

ul#mainMenu li.shopCart a {
	padding-left: 48px;
	background: transparent url('/images/shop_cart_icon.png') no-repeat;
	background-position: 9px 14px;
}
ul#mainMenu li.shopCart a:hover {
    background-image: url('/images/shop_cart_icon_hover.png');
    background-position: 9px 14px;
}
ul#mainMenu li a,
ul#mainMenu li span {
	float: left;
	display: inline;
	height: 33px;
	padding: 17px 10px 0 10px;
	color: #fff;
	text-decoration: none;
}
ul#mainMenu li a:hover,
ul#mainMenu li a.itemOn {
	background-color: #ee2345;
	text-decoration: none;
}
#topMenus .subMenu {
	height: 40px;
	color: #fff;
	font-size: 1.17em;
}
#topMenus .subMenu ul {
	height: 40px;
	list-style-type: circle;
}

#topMenus ul#subMenu li {
	height: 40px;
	color: #fff;
	padding-left: 11px;
	padding-right: 5px;
	background: transparent url('/images/menu_bullet.png') no-repeat left center;
}
#topMenus ul#subMenu li.first {
	padding-left: 0px;
	background: none;
}


ul#subMenu li a,
ul#subMenu li span {
	float: left;
	display: inline;
	height: 25px;
	padding: 12px 10px 0 10px;
	border-bottom: 3px solid #8e192e;
	color: #ffffff;
	text-decoration: none;
}


#topMenus #subMenu li a:hover,
#topMenus #subMenu li a.itemOn {
	background-color: #C93953;
	color: #ffffff;
	border-bottom: 3px solid #A93953;
}


#body {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
}

#footer {
	height: 35px;
	border-top: 3px solid #8e1a2e;
	background-color: #a71d36;
	color: #f9516f;
	text-align: center;
	padding-top: 2px;
}
	#footer a{
		color: #F9516F;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Caecilia LT Std Roman', 'Georgia', 'Times new roman', serif;
}
.clear {
	clear: both;
}

a.viewButton {
	display: block;
	width: 102px;
	height: 28px;

	padding-top: 7px;
	padding-left: 9px;

	font-size: 1.5em;
	font-weight: bold;
	color: #fff;
	background: transparent url('/images/action_buttons_sprite.png') no-repeat -399px top;
}