body {
	background-color: #e1dcd3;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Verdana, Tahoma, Gadget, sans-serif;
	background-image: url(../images/main_background.gif);
	background-repeat: no-repeat;
	background-position:top center;
}
a {
	color:#000000;
	font-size:13px;
	text-decoration:underline;
	padding-right:5px;
	padding-left:5px;
}



a.mainlevel{
	margin-left:20px;
	margin-right:20px;
}

a#active_menu{
	font-weight:bold
}

img{
	border:0px; margin:0px; padding:0px;
}

table#prices td{
	text-align:center;
	border-color: #000000;
    border-width: 1px 1px 0 0;
    border-style: solid;
    margin: 0;
    padding: 4px;
}

table#prices{
	border-color: #000000;
    border-width: 0 0 1px 1px;
    border-style: solid;
	}

/* HEADER */
#tophead{
	height:120px;
	border-bottom:2px white solid;
	font-size:10px;
}
#mainwrap{
	width:884px;
}

#headimage_bg-bg{
	float:left;
	vertical-align:bottom;
	height:120px;
	width:542px;
	background:url(../images/header-01.jpg) no-repeat bottom;
}

#headimage_en-gb{
	float:left;
	vertical-align:bottom;
	height:120px;
	width:542px;
	background:url(../images/header-01_en.jpg) no-repeat bottom;
}

#headernav{
	float:right;
	padding-top:30px;
}
#headernav a{
	color:#b0a289;
	font-size:10px;
	text-decoration:none;
	padding-right:10px;
}
#headlang{
	float:right;
	height:90px;
	background:white;
	padding-left:0px;
	padding-right:7px;
	color:#d7d0c4;
	font-size:10px;
	padding-top:30px;
	width:75px;
}
#headlang a{
	text-decoration:none;
	font-size:10px;
	color:#b0a289;
}

/* NAVIGATION MENU */
#nav{
	width:884px;
}
 /* LEVEL ONE */
#navlevelone{
	height:34px;
	background:#e1c8a7;
	font-size:12px;
	color:white;
	line-height:34px;
	padding-left:23px;
	width:861px;
}
#navlevelone a{
	text-decoration:none;
	color:black;
	display:inline-block;
	font-size:12px;
	text-align:center;
}
#navlevelone #clickedone{
	background:url(../images/navlevelone_clicked.gif) bottom center no-repeat;
	font-weight:bold;
}
#navlevelone a:hover{
	font-weight:800;
}
 /* LEVEL TWO */
#navleveltwo{
	height:24px;
	background:white;
	font-size:12px;
	color:white;
	line-height:24px;
	padding-left:23px;
	width:861px;
}
#navleveltwo a{
	text-decoration:none;
	color:#b0a289;
	display:inline-block;
	font-size:12px;
	text-align:center;
}
#navleveltwo #clickedtwo{
	background:url(../images/navleveltwo_clicked.gif) bottom center no-repeat;
	font-weight:bold;
}
#navleveltwo a:hover{
	font-weight:bold;
}

#wallpaper{
	height:228px;	
}

/* TITLE */
#title{
	background:url(../images/title_background.jpg) no-repeat;
	color:#e1dcd3;
	font-weight:bold;
	font-size:16px;
	text-indent:34px;
	height:38px;
	line-height:38px;
}

/* MAIN CONTENT */
#containerM {
	width:884px;
	background: #e1c8a7;
	clear:both;
}
#containerM #colone{
	font-size:13px;
	color:#232323;
	background-color:#e1c8a7;
	float:left;
	width:577px;
}
#containerM #coltwo{
	float:left;
	background-color:#e1c8a7;
	width:274px;
	margin-bottom:34px;
	margin-top:10px;
	font-size:12px;
}
#containerM #coltwo img{
	border:1px solid white;
	margin-top:34px;
}
#colonecontent{
	padding-left:23px;
	padding-right:0px;
	line-height:20px;
	margin-top:10px;
	margin-bottom:10px;
	font-size:13px;
	color:#232323;
}
#colonecontent a{
	text-decoration:underline;
	color:#000000;
	display:inline-block;
	font-size:12px;
	text-align:center;
}

/* FOOTER */
#footer{
	border-top:2px solid white;
	border-left:33px solid white;
	text-indent:17px;
	color:#B0A289;
	height:40px;
	font-size:10px;
	padding-top:9px;
}

.clear{
	clear:both;
}

#cssdropdown, #cssdropdown ul {
padding: 0px;
margin: 0px;
list-style: none;
}

#cssdropdown li {
float: left;

}

.mainitems{
border: 0px solid black;
}

.mainitems a{
color:#e1dcd3;
font-weight:bold;
font-size:16px;
text-indent:34px;
height:35px;
line-height:38px;
text-decoration:none;
margin-left: 0px;
margin-right: 0px;
}

.subuls{
display: none;
width: 300px;
position: absolute;
border: 0px solid black;
background-color:#e1dcd3;
}

.subuls li{

}

.subuls li a{
font-size:12px;
color:#000000;
}

.subuls li a:hover{
font-size:12px;
color:#000000;
}

#cssdropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
top: auto;
left: auto;
}

#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
display: block;
}

#restofcontent { /*wrap rest of content of the page inside this div*/
clear: left;
}

