html {
}

body {
	margin: 0px;
	background-color: #E2D2B8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
#divi {
	margin: 0px;
	width: 100%;
	height: 130px;
	overflow: hidden;
	background-image: url(images/stain.jpg);
	background-repeat: no-repeat;
	background-position: 822px 0px;
}
#divi2 {
	clear: both;
	float: left;
	margin: 0px;
	width: 100%;
	height: auto;
	background-image: url(images/stain_bottom.jpg);
	background-repeat: no-repeat;
	background-position: 768px bottom;
}
#divi3 {
	clear: both;
	float: left;
	margin: 0px;
	width: 100%;
	height: auto;
	background-image: url(images/nose_bg.gif);
	background-repeat: no-repeat;
	background-position: 800px top;
}
#top {
	float: left;
	margin: 0px;
	width: 768px;
	height: 130px;
	background-image: url(images/top_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
	vertical-align: bottom;
}
#maincontainer1 {
	float: left;
	margin: 0px;
	width: 768px;
	height: auto;
	min-height: 433px;
	background-image: url(images/main1_bg.jpg);
	background-repeat: repeat-y;
	background-position: right bottom;
}
#maincontainer {
	float: left;
	margin: 0px;
	width: 768px;
	height: auto;
	min-height: 433px;
	background-image: url(images/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#left {
	float: left;
	margin: 0px;
	width: 154px;
	height: auto;
	background-image: url(images/left_bg.jpg);
	background-repeat: repeat-y;
}
#center {
	float: left;
	margin: 0px;
	width: 537px;
	height: auto;
	background-color: #FFFFFF;
}
#right {
	float: left;
	margin: 0px;
	width: 77px;
	height: auto;
	background-color: #FFFFFF;
}
#bottom {
	clear: both;
	float: left;
	margin: 0px;
	width: 100%;
	height: 137px;
	background-image: url(images/bottom_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#menu {
	position: relative;
	height: auto;
	width: 536px;
	left: 160px;
	bottom: -70px;
}
#language {
	position: relative;
	height: auto;
	width: 120px;
	left: 420px;
	top: 35px;
}

img {
	border: 0px;
}
ul.menu {
	list-style-position: inside;
	margin: 0px;
	list-style-type: none;
	padding: 0px 0px;
}
li.menu {
	display:inline;
}

a.menu_close {
	float: right;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}

a.menu_close:link, a.menu_close:visited {
	text-decoration: none;
	color: #333333;
}
a.menu_close:hover, a.menu_close:active {
	text-decoration: none;
	color: #A93A3A;
}

a.menu_open {
	float: right;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}

a.menu_open:link, a.menu_open:visited {
	color: #333333;
	text-decoration:none;
}
a.menu_open:hover, a.menu_open:active {
	color: #A93A3A;
	text-decoration:none;
}


a.submenu {
	float: left;
	font-size: 12px;
	font-weight: normal;
	width: 150px;
	text-decoration:none;
	color: #333333;
	padding-top: 3px;
	padding-right: 18px;
	padding-bottom: 3px;
	padding-left: 30px;
}


a.submenu:link, a.submenu:visited {
	text-decoration:none;
	color: #333333;
}
a.submenu:hover, a.submenu:active {
	text-decoration:none;
	color: #FF664C;
}

a.submenu_open {
	float: left;
	font-size: 12px;
	font-weight: normal;
	width: 150px;
	text-decoration:none;
	color: #333333;
	padding-top: 3px;
	padding-right: 18px;
	padding-bottom: 3px;
	padding-left: 30px;
}
a.submenu_open:link, a.submenu_open:visited {
	color: #FF664C;
	text-decoration:none;
}
a.submenu_open:hover, a.submenu_open:active {
	color: #FF664C;
	text-decoration:none;
}
.menuimage {
     width: 7px;
     height: 7px;
	margin-right: 10px;
     margin-bottom: 1px;
}
.submenuimage {
     width: 5px;
     height: 5px;
     margin-right: 10px;
     margin-bottom: 1px;
}
