body {
	background: #000 url('img/bg-body.png');
}

div.cl {
	clear: both;
}

div.main {
	width: 1000px;
	margin: 0 auto;
	background-color: #000;
}

div.header {
	height: 210px;
	background: #000 url('img/bg-header.png') bottom right no-repeat;
}

div.header div.logo {
	float: left;
	padding: 35px 0 0 25px;
}

div.header div.name-menu {
	float: right;
	padding: 35px 25px 0 0;
}
div.header div.name {
	width: 766px;
	height: 81px;
	background: url('img/name.png') no-repeat;
}
div.menu {
	font: italic 18px Georgia;
	color: #fff;
	padding-top: 28px;
}
div.menu a {
	color: #fff;
	display: block;
	line-height: 35px;
}
div.menu div {
	float: left;
	padding: 0 8px 0 20px;
	background: url('img/menu-separator.png') 0 12px no-repeat;
}
div.menu div:first-child {
	padding-left: 0;
	background: none;
}
div.menu span {
	display: block;
	line-height: 35px;
	padding: 0 8px;
	background: url('img/bg-menu-select.png') repeat-x;
	border-radius: 5px;
	border: 1px solid #645d43;
}

div.content {
	background: url('img/bg-content.png') repeat-y;
	height: 497px;
}
div.bg-content {
	background: url('img/bg-content.jpg') top right no-repeat;
	height: 432px;
	padding: 45px 0 20px 50px;
}

div.content div.text {
	width: 690px;
	height: 400px;
	padding-bottom: 20px;
	background-image: url('img/bg-text.png');
	color: #fff;
	font: 14px/20px Tahoma;
	border-radius: 10px;
	  -webkit-border-radius: 10px;
	  -moz-border-radius: 10px;
}
div.content div.text h1 {
	font: italic 22px/50px Georgia;
	padding: 0 35px;
	background-color: #313131;
	color: #dcd5af;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	  -webkit-border-top-left-radius: 10px;
	  -webkit-border-top-right-radius: 10px;
	  -moz-border-radius-topleft: 10px;
	  -moz-border-radius-topright: 10px;
}
div.content div.text h1 a {
	color: #dcd5af;
	font-size: 16px;
}
div.content div.text h2 {
	color: #ffe49b;
	padding: 2px 0 15px;
	font: italic 18px Georgia;
}
div.content div.text p {
	padding: 10px 35px;
}
div.content div.text a {
	color: #ccc;
}
div.content div.text img.br {
	margin-right: 20px;
	height: 200px;
	border-radius: 10px;
	  -webkit-border-radius: 10px;
	  -moz-border-radius: 10px;
}
div.content div.text table {
	margin: 10px 35px;
}
div.content div.text table td {
	vertical-align: top;
}
div.content div.text ul.list li {
	padding: 5px 0 15px 56px;
	background: url('img/li-marker.gif') 33px 13px no-repeat;
}
div.content div.text table.item ul.list li {
	padding: 5px 0 15px 20px;
	background: url('img/li-marker.gif') 0 13px no-repeat;
}


div.footer {
	border-bottom: 1px solid #616161;
	padding: 20px 45px;
}
div.footer div.copy {
	color: #616161;
	font: 12px/16px Tahoma;
	float: left;
	padding: 10px 0 0;
}
div.footer div.copy a {
	color: #d1d1d1;
}
div.footer div.phone {
	float: right;
	font: 18px Tahoma;
	color: #a4a4a4;
	text-align: right;
}
div.footer div.phone span {
	font-size: 14px;
}
div.footer div.create {
	float: right;
	text-align: center;
	padding: 0 15px 0 30px;
}
div.footer div.create img {
	opacity: 0.6;
	display: block;
	margin: 0 auto 4px;
}
div.footer div.create img:hover {
	opacity: 1;
}
div.footer div.create a {
	color: #898989;
	font: 11px Arial;
}

div.content div.text table.tbl {
	margin-top: 20px;
}
table.tbl th {
	padding: 10px 15px;
	background-color: #313131;
	color: #dcd6af;
	font: 14px Tahoma;
	border-left: 1px solid #484848;
}
table.tbl td {
	padding: 10px 15px;
	background-color: #616161;
	color: #fff;
	font: 14px Tahoma;
	border-left: 1px solid #484848;
}
table.tbl td img {
	margin: 0 3px;
}

table.tbl textarea.input, input.input, select.input {
	width: 370px;
	background-color: #fff;
	border: 1px solid #a5a9aa;
	color: #444;
	padding: 2px 5px;
	font: 12px/18px Arial;
}
input#date {
	padding: 2px 3px 2px 20px;
	background: #fff url('ico/date.png') 3px 2px no-repeat;
	border: 1px solid #a5a9aa;
}

input.btn {
	width: 97px;
	height: 32px;
	border: 0;
	cursor: pointer;
	font: italic 14px/32px Georgia;
	color: #fff;
	margin: 10px 0 0 35px;
	background: url('img/bg-btn.png') no-repeat
}


table.item {
	
}
table.item td {
	vertical-align: top;
}
table.item td:first-child {
	width: 255px;
}
table.item img {
	border: 1px solid #b3b09d;
	padding: 3px;
	margin: 5px 12px 0 0;
	width: 225px;
	height: 300px;
}
div.content div.text table.item p {
	padding: 0 0 10px;
}

div.news-item {
	padding: 20px 0 0 35px;
}
div.news-item div.date {
	color: #d7d7d7;
}
div.news-item div.name {
	padding: 5px 0;
	color: #fff;
	font-weight: bold;
}
div.news-item div.desc {
	font: 14px/20px Arial;
	color: #d7d7d7;
}




#slideshow {
	position: relative;
}
#slideshow #slidesContainer {
	margin: 0 35px;
	overflow: auto; /* allow scrollbar */
	position: relative;
}
#slideshow #slidesContainer .slide {
	margin: 0 auto;
	width: 640px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
	height: 463px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
	display: block;
	width: 39px;
	height: 263px;
	text-indent: -10000px;
	position: absolute;
	cursor: pointer;
}
#leftControl {
	top: 160px;
	left: 13px;
	background: url('img/control-left.png') 0 0 no-repeat;
}
#rightControl {
	top: 160px;
	right: 13px;
	background: url('img/control-right.png') 0 0 no-repeat;
}