@charset "UTF-8";
/* CSS Document */

html, body {
	height:100%;
	margin:0px;
	padding:0px;

	font-family:Arial, Helvetica, sans-serif;
	background-color:#453734;
	font-size:11px;
	color:#352929;
	text-align:center;
}

#wrapper{
	position:relative;
	margin :0 auto;
	min-height:100%;
	width:767px;
	
	background-color:#ffffff;
	background-image:url(../img/contentbg.png);
	background-repeat:repeat-x;
	text-align:left;
}

* html #wrapper{
	width:expression((d = document.compatMode == "CSS1Compat" ? document.documentElement : document.body) && (d.clientWidth < 960 ? "767px" : "80%"));
	height:100%;
}

#edgeL{
	position:absolute;
	bottom:0;
	width: 16px;
	height:100%;
	background:url(../img/leftbg.png) repeat-y 0 0;
}
#edgeR{
	position:absolute;
	bottom:0;
	right:-16px;/* hide background jog in IE6*/
	width: 16px;
	height:100%;
	background:url(../img/rightbg.png) repeat-y 0 0;
}
* html #edgeR,* html #edgeL{
	height:1500em
}/* for ie6- height bigger than page will ever be*/



/* DESIGN */
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	margin:0px 0px 10px 0px;
	color:#6E5F5A;
}

#logo {
	position:absolute;
	margin:25px 0px 0px 30px;
	left:0;
}

#lang {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#81706A;
	position:absolute;
	top:120px;
	left:0;
	margin-left:45px;
}

#gallery {
	width:435px;
	height:389px;
	float:right;
	margin:51px 37px 0px 0px;
	background:url(../img/gallery.png) no-repeat;
}


#gallery object {
	margin:17px 0px 0px 25px;
}

#gallery embed {
	margin:2px 0px 0px 25px;
}

#nav {
	margin:190px 0px 0px 25px;
	list-style:none;
	width:200px;
	padding:0px 0px 0px 20px;
	cursor:default;
	float:left;
}

#nav li {
	background:url(../img/marrow.png) top left no-repeat;
	margin-bottom:15px;
}

#nav li a, #nav li a:active, #nav li a:visited {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
	color:#453734;
	padding:0px 0px 0px 40px;
}

#nav li a:hover {
	color:#A1724D; 
}

#nav .active a, #nav .active a:active, #nav .active a:visited, #nav .active a:hover {
	color:#A1724D; 
}

#nav .separator {
	display:none;
	visibility:hidden;
}

.contentBox {
	position:relative;
	border-left:1px solid #EAEAEA; 
	padding-left:15px;
	margin:45px 52px 20px 60px; 
	margin: expression('60px 52px 20px 60px');
}

#nav2 {
	position:absolute;
	list-style:none;
	cursor:default;
	top: 160px;
	top: expression('170px');
	left:15px;
}

#nav2 li {
	float:left;
}

#nav2 li a, #nav2 li a:active, #nav2 li a:visited {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	color:#453734;
	padding:0px 10px 0px 10px;
}

#nav2 li a:hover {
	color:#A1724D; 
}

#nav2 .active a, #nav2 .active a:active, #nav2 .active a:visited, #nav2 .active a:hover {
	color:#A1724D; 
}

#nav2 .separator {
	color:#999999; 
	font-weight:normal !important;
	font-size:10px;
}

#splash {
	float:right;
	margin-top:1px;
	margin-right:-1px;
}

#footer {
	background-color:#EAEAEA;
	height:52px;
	padding-left:16px;
}

#footer #fl {
	height:8px;
	background-color:#D5D5D5;
}

#footer #cp {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#9C9579;
	padding:7px;
}
#footer #cp a {
	color:#474334;
	text-decoration:none;
}

.box {
	padding:20px;
	background: url(../img/dots.png) repeat-x top left;
}

#contact {
	margin:0px;
	padding:0px;
}
#contact fieldset {
	border:none;
}
#contact label {
	display:block;
	font-weight:bold;
	margin-bottom:7px;
}
#contact input, #contact textarea {
	display:block;
}
#contact .error {
	color:red !important;
	font-weight:normal;
}