
html,body {
	margin:0;
	padding:0 !important;
}
html {
	background:#7e7e7d;
}
body {
	background:#efedec url(/style/img/bg_repeat.jpg) repeat-x !important;
	line-height:140%;
}


.site {
	background:url(/style/img/bg_site_repeat.jpg) center repeat-y;
}
.site_inner {
	position:relative;
	background: url(/style/img/bg_site.jpg) center top no-repeat;
	width:1000px;
	margin:0 auto;
}

.head {
	height:330px;
}
.logo a {
	display:block;
	position:absolute;
	z-index:100;
	top:0;
	left:0;
	text-decoration: none;
	width:990px;
	height:100px;
}


.language_select {
	position:absolute;
	left:38px;
	top:108px;
	z-index:10;
}
.breadcrumbs {
	position:absolute;
	left:320px;
	top:339px;
	z-index:10;
	color:#aaa;
	font-size:11px;
}
.breadcrumbs a {
	color:#949494;
	text-decoration: none;
}
.breadcrumbs a:hover {
	text-decoration: underline;
	}
	
.search {
	position:absolute;
	right:30px;
	top:335px;
	z-index:10;
}
.search input {
	color:#999;
	padding:3px !important;
	width:200px;
	font-size:11px;
}



.logged {
	position:absolute;
	z-index:10;
	top:0;
	left:0;
	border:1px #dcdcd9 solid;
	border-top:0;
}


input.text, textarea {
	border:1px #dcdcd9 solid;
	width:240px;
	padding:3px;
}
textarea {
	height:100px;
}
.error {
	color:red;
}


/*
content
*/

.content {
	width:700px;
	float:left;
}
.content_inner {
	overflow:hidden;
	padding:54px 28px 28px;
}

.foot {
	height:130px;
	background:url(/style/img/bg_foot_repeat.jpg) repeat-x;
	color:white;
}
.foot_inner {
	background:url(/style/img/bg_foot.jpg) repeat-x;
	width:986px;
	margin:0 auto;
	padding:20px 0;
	font-size:11px;
}
.foot .box {
	float:left;
	width:310px;
}
.foot a {
	color:white;
	}


/*

menu

*/


.menu {
	margin:9px 0 100px;
	width:291px;
	float:left;
}
.menu_inner {
	margin-left:8px;
}
.menu ul {
	list-style:none;
	margin:0;
	padding:0;
	border:none;
}
.menu li ul {
	display:none;
}
.menu li {
	display: inline;
}
.menu a {
	display:block;
	text-decoration: none;
	color:white;
	background:#949494;
	padding:2px 3px 2px 0;
	margin-bottom:1px;
	position: relative;
}
.menu a:hover {
	background:#d67d29;
}
.menu a span.text {
	display:block;
	padding: 0 0 0 30px;
}
.menu a span.arrow {
	display:block;
	position:absolute;
	left:0;
	top:0;
	padding:0 7px 4px;
	background:#d1d0cf;
	border-right:1px white solid;
	color:#949494;
}
.menu a:hover span.arrow {
	background:white;
	color:#949494;
}
.menu a.active {
	background:#666;
	font-weight: bold;
}
.menu a.active span.arrow {
	background:#d67d29;
	color:white;
	font-weight:normal;
	text-decoration: none;
}
.menu .sub a {
	background:#d1d0cf;
	color:#af5602;
	padding-left:28px;
}
.menu .sub a:hover {
	background:#b9b9b9;
}
.menu .sub a.active {
	background:white;
	color:#666;
}

.menu .subsub a {
	color:#666;
	background:#ddd;
	padding-left:40px;
}
.menu .subsub a:hover {
	background:#d1d0cf;
}
.menu .subsub a.active {
	background:#ccc;
	color:#666;
}


.gallery {
}
.gallery_inner {
}
.gallery a {
	display:block;
	float:left;
	background:#f2f6f8 no-repeat center;
	border:1px white solid;
	position:relative;
	margin:0 5px 5px 0;
	text-decoration: none;
}
.gallery a span {
	display:none;
}
.gallery a:hover span {
	position:absolute;
	bottom:0;
	background:white;
	display:block;
	font-size:11px;
	color:#666;
	width:100%;
	display:block;
	text-align:center;
}
.gallery a:hover {
	background-color: white;
}

