@CHARSET "UTF-8";

@import url("../../reset.css");
@import url("../../960.css");

html {
	background:#003200 url(../medias/bg_html.png) top repeat-x;
	font:12px trebuchet, arial, helvetica;
	color:#003200;
}
h1 { font-size:1.6em; line-height:1.3em; text-shadow:#dec67c 0 0 3px; text-transform:capitalize; }
h2 { font-size:1.4em; text-shadow:#dec67c 0 0 3px; text-transform:capitalize; }
hr  { 
	background:#003200;
	border:1px solid #dec67c;
	height:3px;
} 
a { color:#003200; font-weight:bold; }
a:hover { border-bottom:1px dotted #003200; }
p {
	line-height:1.3em;
	padding:5px 0;
	text-align:justify;
}
img { 
	border:1px solid #fdf283; 
	box-shadow:#000 0 0 5px; 
	-moz-box-shadow:#000 0 0 5px; 
	-webkit-box-shadow:#000 0 0 5px;
}
iframe { 
	border:1px solid #dec67c; 
	margin:0; 
	scrolling:no;
}
form dt {
	font-weight:bold;
	padding: 10px 0 5px 0;
}
input, textarea, select { 
	background:#f1ffe9; 
	border:1px solid #dec67c; 
	padding:3px; 
	width:460px;
}
input:focus, textarea:focus, select:focus { 
	background:#ffffff;
	border-color:#003200;
}
textarea { height:125px; }
input[type="submit"] {
	background:url(../medias/bg_btn.png) no-repeat;
	border:none;
	color:#fff;
	cursor:pointer;
	font-weight:bold;
	font-size:0.8em;
	height:20px;
	line-height:18px;
	text-align:center;
	width:108px;
}
form ul.errors {
	color:#ff0000;
	font-size:0.8em;
	list-style-type:circle;
	margin-left:20px;
	margin-top:5px;
	width:440px;
}


#page-wrapper { width:1000px; margin:20px auto; }
#header { 
	position:absolute;
	z-index:2;
}
#header img { border:none;  -moz-box-shadow:none; }
#header a:hover { border:none; }

#statue-left, #statue-right {
	height:549px;
	position:absolute;
	top:150px;
	width:186px;
	z-index:2; }

#statue-left {
	background:transparent url(../medias/girl2-l.png) no-repeat;
	margin-left:-85px; }

#statue-right {
	background:transparent url(../medias/girl2-r.png) no-repeat;
	margin-left:900px; }

#content { 
	background:transparent url(../medias/content.png);
	height:600px;
	margin:0 auto;
	position:relative;
	top:59px;
	width:980px;
	z-index:1; }

#footer {
	clear:both;
	position:relative;
	top:55px;
	z-index:5; }

#footer p, #footer p a {
	color:#9edd9e;
	font-weight:bold;
	text-align:center;
	width:100%;
	text-shadow:#111 0 0 6px; }

#col1, #col2 { margin-top:55px; }
#col2 { float:right; }



#mainnav {
	background: transparent url(../medias/bg_nav.png) no-repeat;
	height:196px;
	position: relative;
	width: 168px;
	padding:5px 6px 6px 6px;
}
#mainnav li {
	height:28px;
	float:left;
	width:156px;
}

#mainnav li.backLava {
	background:#9edd9e;
	height:14px;
	position: absolute;
	width:156px;
	z-index: 8;
}
#mainnav li a {
	border-bottom:1px dotted #9edd9e;
	color:#003200;
	height:15px;
	line-height: 15px;
	list-style: none;
	padding:6px 20px;
	color:#fff;
	display: block;
	font-size:1.2em;
	font-weight:bold;
	position: relative;
	text-transform: capitalize;
	text-shadow:#111 0 0 1px;
	z-index: 10;
}
#mainnav li a.last {
	border:none;
}


ul.aboutus {
	margin:20px 10px 0 0;
	width:160px;
}
ul.aboutus a {
	border-bottom:1px dotted #003200;
	display:block;
	font-weight:bold;
	line-height:1.6em;
	padding:5px;
	text-transform:capitalize;
}

#address { margin:25px 0; }

iframe#map { 
	height:325px;
	width:460px;
	box-shadow:#000 0 0 5px; 
	-moz-box-shadow:#000 0 0 5px; 
	-webkit-box-shadow:#000 0 0 5px;
}

#imprint {
	width:520px;
	box-shadow:#222 0 0 5px; 
	-moz-box-shadow:#222 0 0 5px; 
	-webkit-box-shadow:#222 0 0 5px;
}