
html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	background: #fff url('../images/bg.png') no-repeat center top;

	font-family: Verdana, sans-serif;
	font-size: 12px;
}

form {
	margin: 0;
}

img {
	border: 0;
}

h1 {
	padding: 0;
	margin: 0 0 0.7em 0;
	font-weight: normal;
	font-family: "Myriad Pro", Arial, sans-serif;
	font-size: 27px;
	color: #636900;
}

h2 {
	padding: 4px 0 0 0;
	margin: 0 0 15px 0;
	font-weight: bold;
	font-family: "Myriad Pro", Arial, sans-serif;
	font-size: 24px;
	color: #636900;
}

h3 {
	padding: 0;
	margin: 0 0 6px 0;
	color: #626800;
	font-weight: bold;
	font-size: 12px;
}


embed, object {
	outline: 0;
}

p {
	margin: 0 0 1.3em 0;
	line-height: 1.5em;
}

p.date {
	font-style:italic;
}

p.breadcrumb {	
	margin: 0.4em 0 1.8em 0;
	font-weight:bold;
}


/*---------------------------------
[ Links ] 
---------------------------------*/

a {
	color: #b2bb1c;
	font-weight: bold;
}

a:hover {
	color: #000;
}


div.contentblock.solid a {
	color: #636900;
}

a.readmore {
	display: inline-block;
	height: 17px;
	background: url('../images/bullet_readmore.gif') no-repeat;
	padding: 2px 0 0 25px;
	color: #b2bb1c;
	font-weight: bold;
	text-decoration: none;
}

a.readmore:hover {
	background-image: url('../images/bullet_readmore_hover.gif');
	color: #2f2f2f;
}



/*---------------------------------
[ Containers ] 
---------------------------------*/
div#site {
	position: relative;
	width: 975px;
	margin: 0 auto;
	overflow: hidden;
	min-height: 100%;
}

div#layout {
	padding-bottom: 80px;
}

/*---------------------------------
[ Header ] 
---------------------------------*/
ul#header {
	height: 37px;
	background: url('../images/bg_menu.png') repeat-x;
	border-bottom: 1px solid #cb6a14;
	margin: 0 0 11px 0;
	padding: 0;
	list-style: none;
}

ul#header li.menuitem {
	border-right: 1px solid #f6ac53;
	height: 37px;
	float: left;
}

ul#header li.menuitem a {
	display: block;
	border-right: 1px solid #cb6a14;
	height: 17px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 25px;
}

ul#header li.menuitem a:hover {
	background: url('../images/bg_menu_hover.jpg') ;
}

ul#header li.menuitem.active a {
	background: url('../images/bg_menu_active.png') repeat-x;
}

ul#header li.search {
	float: left;
	padding: 13px 0 0 13px;
}


/*---------------------------------
[ Content ] 
---------------------------------*/
div.contentrow {
	overflow: hidden;
	margin-bottom: 27px;
}

div.contentblock {
	float: left;
	margin: 0 39px 25px 0px;
	width: 299px;
	color: #303030;
}


div.contentblock.bordered {
	float: left;
	width: 227px;
	margin-left:30px;
	color: #303030;
	border: 1px solid #b2bb1c;
	padding: 15px 15px 35px 15px;
}

div.contentblock.solid {
	background-color: #b2bb1c;
}

div.contentblock.lastblock {
	margin-right: 0;
}



div.contentblock.logo {
	width:264px;
	padding: 28px 5px 0 30px;
}
	div.contentblock.logo p {
		font-size: 12px;
		color: #575c04;
		font-weight: bold;
		margin-bottom: 10px;
	}
	div.contentblock.logo img.logo_citura {
		display: block;
		margin-bottom: 18px;
	}

	
div.contentblock.homeflash {
	width: 637px;
	margin-top:60px;
}



div.editorcontent img {
	margin-bottom:20px;
}

div.contentblock.editorcontent ul, div.contentblock.editorcontent ol {
	margin: 0 0 1em 0;
	padding: 0 0 0 1em;
	line-height: 1.5em;
	list-style-position: inside;
}


div.contentblock div.moreitem {
	color: #303030;
	margin-bottom: 20px;
	overflow: hidden;
}


div.contentrow.home div.contentblock {
	width: 257px;
	height: 350px;
	margin-left:0;
}

div.contentrow.home div.homeproducts div.moreitem {
	position:relative;
	padding:0 0 0 102px;
}

div.contentrow.home div.contentblock div.moreitem h3 {
	color: #303030;
}

div.contentrow.home div.homeproducts div.moreitem img.thumb {
	position:absolute;
	/*float:left;*/
	left:0;
	top:0;
	padding: 3px;
	border: 1px solid #b2b2b2;
	margin: 0 10px 0 0;
}

div.contentblock.solid h2 {
	color:#edeedb;
}


div#map_large {
	width: 626px;
	height: 402px;
	background: url('../images/map_large.png') no-repeat;
	position: relative;
	margin-top: 30px;
}

div#map_large img {
	position: absolute;
	left: 0;
	top: 0;
}

div#map_large img.pin_large_au {
	left: 470px;
	top: 280px;
}

div#map_large img.pin_large_az {
	left: 400px;
	top: 160px;
}

div#map_large img.pin_large_eu {
	left: 250px;
	top: 140px;
}

div#map_large img.pin_large_af {
	left: 280px;
	top: 250px;
}

div#map_large img.pin_large_za {
	left: 130px;
	top: 260px;
}

div#map_large img.pin_large_na {
	left: 60px;
	top: 140px;
}

div#map_large img.pin_large_me {
	left: 310px;
	top: 190px;
}


div#contentheader {
	height: 130px;
	text-align: left;
}

div#contentheader img {
	margin-right: 80px;
}


div.contentblock.doubleblock {
	width: 630px;
}

div.contentcolumn {
	float: left;
	width: 338px;
	overflow: hidden;
}

div.contentcolumn.doublecolumn {
	width: 637px;
	float: left;
	padding-top: 25px;
}

img.content {
	float: left;
	padding: 3px;
	border: 1px solid #b2b2b2;
	margin: 0 23px 15px 0;
}


body.empty {
	background: #fff none;
}



img.button_top {
	position: absolute;
	right: 20px;
	top: 20px;
}

div.searchstring {
	margin-bottom: 40px;
}


ul.sitemap li {
    line-height: 30px;
}

ul.sitemap li li {
	line-height: 16px;
}

ul.sitemap li li a {
    font-weight: normal;
}

ul.sitemap li li li a {
    
}

img.logo-image {
	display: block;
	margin-bottom: 15px;
}

div#userinfo {
    position: absolute;
    color: #ffffff;
    font-size: 11px;
    top: 70px;
    line-height: 17px;
}

div#userinfo a {
    color: #ffffff;
}

div#userinfo a:hover {
    text-decoration: none;
}


/*---------------------------------
[ Footer ] 
---------------------------------*/
div#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 69px;
	width: 100%;
	background: url('../images/bg_footer.gif') no-repeat right top;
	color: #7f7f7f;
	font-size: 10px;
}

div#footer span#zicht {
	position: absolute;
	left: 0;
	top: 40px;
}

div#footer span#zicht a {
	color: #7f7f7f;
}

div#footer span#zicht a:hover {
	color: #b2bb1c;
}

div#footer div#footermenu {
	position: absolute;
	left: 610px;
	top: 40px;
	color: #f9c588;
}

div#footer div#footermenu span {
	color: #fff;
	margin-right: 10px;
}

/*div#footer div#footermenu a {
	color: #fff;
}

div#footer div#footermenu a:hover {
	color: #2f2f2f;
}*/


