/* CSS Document */
body {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
	background:#666;
	margin-top:25px;
}
/*
#site {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
}
#bg {
	margin-top:-250px;
	height:250px;
	background:url(../images/middle_bg.gif) 0 150px repeat-x;
}
#center {
	margin-left: -400px;
	position: absolute;
	top: -256px;
	left: 50%;
	width: 800px;
	height: 511px;
	background:url(../images/site_bg.gif) top left no-repeat;
}
*/
#site {
	background:url(../images/middle_bg.gif) 0 156px repeat-x;
}
#center {
	width:800px;
	height:511px;
	margin:0 auto;
	background:url(../images/site_bg.gif) top left no-repeat;
}
#container {
	width:788px;
	padding-top:6px;
	margin:0 auto;
	
}
#container-left {
	float:left;
	width:174px;
	text-align:center;
}
.logo {
	border:none;
	padding:7px 0 8px 14px;
	float:left;
}
#lang {
	height:35px;
	line-height:35px;
	clear:left;
	text-align:right;
	padding-right:15px;
	visibility:hidden;
}
#lang a {
	color:#b1b1b1;
	text-decoration:none;
}
#lang a:hover {
	color:#bf8f42;
}
#imgGal {
	margin-top:25px;
	text-align:center;
}
#imgGal p {
	margin:0;
}
#imgGal img {
	border:1px solid #BF8F42;
	margin-bottom:3px;
}
#termenu {
	text-align:left;
	margin-top:25px;
}
#termenu a {
	text-transform:lowercase;
	text-decoration:none;
	color:#666;
	font-size:13px;
	display:block;
	margin-bottom:5px;
	padding-left:10px;
}
#termenu a:hover, #termenu a.active {
	color:#bf8f42;
}
#container-right {
	float:right;
	width:600px;
}
#header {
	height:153px;
	/*background:url(../images/header/h1.jpg);*/
}
#header dl {
	margin:0;
	padding:0;
}
#header img {
	float:left;
}
#menu {
	height:32px;
	line-height:29px;
	clear:left;
	padding-left:15px;
	text-transform:lowercase;
	color:#B1B1B1;
}
#menu a, #subnavi a {
	text-decoration:none;
	font-size:16px;
	color:#B1B1B1;
}
#menu a:hover, #menu a.active, #subnavi a:hover, #subnavi a.active {
	color:#BF8F42;
}
#subnavi {
	text-align:center;
	text-transform:lowercase;
	height:40px;
	line-height:25px;
	color:#B1B1B1;
}
#subnavi a {
	font-size:12px;
}
#content {
	padding:0 15px;
	height:274px;
	overflow:auto;
}
#content a {
	color:#BF8F42;
}
#content img {
	padding:1px;
	border:1px solid #bf8f42;
	margin:2px;
}
h1, h2, h3, h4, h5 {
	color:#bf8f42;
	font-size:14px;
}
h2 {
	font-size:13px;
}
h3 {
	font-size:12px;
}
h4 {
	font-size:11px;
}
h5 {
	font-size:10px;
}
#footer {
	clear:both;
	text-align:right;
}
#footer a {
	color:#999;
	text-decoration:none;
}
#mailform {
	width:280px;
	text-align:right;
}
fieldset {
	border:none;
}
#mailform input, #mailform textarea {
	width:200px;
}

hr {
	margin:0;
	padding:0;
	background:none;
	border:none;
	height:1px;
	border-top:1px solid #999;
	margin-top:25px;
}

