@charset "utf-8";
body{
	margin: 0px;
	padding: 0px;
	background-color: #F9801D;
}
#banner {
	width: 100%;
	margin-top: 0px;
	position: fixed;
	z-index: 101;
	background-image: url(../images/header_bg.png);
	height: 194px;
	background-attachment: fixed;
	background-repeat: repeat-x;
}
#header {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}
#logo{
	float:left;
	margin-left: 10px;
}
#logo img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header_pattern {
	background-image: url(../images/header_pattern.png);
	width: 680px;
	height: 80px;
	float: right;
	background-repeat: repeat-x;
}
#header_pattern a {
	color: #FF9900;
	font-family: "Trebuchet MS";
	color:#FF9900;
	font-weight: bold;
	font-size: 14px;
	padding-top: 2px;
	color: #000000;
}



#menu{
	width: 680px;
	float: right;
}

ul.sdt_menu{
	margin:0;
	padding:0;
	list-style: none;
	font-family:"Myriad Pro", "Trebuchet MS", sans-serif;
	font-size:14px;
	width:1020px;
}

ul.sdt_menu a{
	text-decoration:none;
	outline:none;
}
ul.sdt_menu li{
	float:left;
	width:170px;
	height:85px;
	position:relative;
	cursor:pointer;
}
ul.sdt_menu li > a{
	position:absolute;
	top:0px;
	left:0px;
	width:170px;
	height:85px;
	z-index:12;
	background:transparent url(../images/overlay.png) no-repeat bottom right;
	-moz-box-shadow:0px 0px 2px #000 inset;
	-webkit-box-shadow:0px 0px 2px #000 inset;
	box-shadow:0px 0px 2px #000 inset;
}
ul.sdt_menu li a img{
	border:none;
	position:absolute;
	width:0px;
	height:0px;
	bottom:0px;
	left:85px;
	z-index:101;
	-moz-box-shadow:0px 0px 4px #000;
	-webkit-box-shadow:0px 0px 4px #000;
	box-shadow:0px 0px 4px #000;
}
ul.sdt_menu li span.sdt_wrap{
	position:absolute;
	top:25px;
	left:0px;
	width:170px;
	height:60px;
	z-index:15;
}
ul.sdt_menu li span.sdt_active{
	position:absolute;
	background:#111;
	top:85px;
	width:170px;
	height:0px;
	left:0px;
	z-index:14;
	-moz-box-shadow:0px 0px 4px #000 inset;
	-webkit-box-shadow:0px 0px 4px #000 inset;
	box-shadow:0px 0px 4px #000 inset;
}
ul.sdt_menu li span span.sdt_link,
ul.sdt_menu li span span.sdt_descr,
ul.sdt_menu li div.sdt_box a{
	margin-left:15px;
	text-transform:uppercase;
}
ul.sdt_menu li span span.sdt_link{
	color:#fff;
	font-size:24px;
	float:left;
	clear:both;
}
ul.sdt_menu li span span.sdt_descr{
	color:#f98000;
	float:left;
	clear:both;
	width:155px; /*For dumbass IE7*/
	font-size:10px;
	letter-spacing:1px;
}
ul.sdt_menu li div.sdt_box{
	display:block;
	position:absolute;
	width:170px;
	overflow:hidden;
	height:170px;
	top:85px;
	left:0px;
	display:none;
	background:#000;
}
ul.sdt_menu li div.sdt_box a{
	float:left;
	clear:both;
	line-height:30px;
	color:#f98000;
}
ul.sdt_menu li div.sdt_box a:first-child{
	margin-top:15px;
}
ul.sdt_menu li div.sdt_box a:hover{
	color:#f98000;
}

span.reference{
	position:fixed;
	left:10px;
	bottom:10px;
	font-size:12px;
}
span.reference a{
	color:#aaa;
	text-transform:uppercase;
	text-decoration:none;
	text-shadow:1px 1px 1px #000;
	margin-right:30px;
}
span.reference a:hover{
	color:#ddd;
}
ul.sdt_menu{
	margin-top:27px;
}

#main_content {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 180px;
}
#profile{
	width: 400px;
	padding:10px;
	margin-left: 2px;
	height: 200px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #764720;
}
#twitter{
	width: 350px;
	margin-left: 10px;
	margin-bottom: 20px;
	height: 400px;
	background-image: url(../images/twitter_bg.png);
	background-repeat: no-repeat;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 1px 1px 3px 4px #ccc;;
	-webkit-box-shadow: 1px 1px 3px 4px #ccc;;
	border-shadow: 1px 1px 3px 4px #ccc;;
}
#right {
	width: 440px;
	float: right;
	margin-right: 20px;
	margin-bottom: 30px;
}
#main_content #right #facebook {
	height: 180px;
	margin-top: 20px;
	width: 400px;
	margin-right: auto;
	margin-left: 10px;
	background-color: #FCFBFA;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#models{
	margin-top: 30px;
	width: 400px;
	margin-left: 10px;
	height: 500px;
}
#footer {
	background-color: #88603D;
	height: 15px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	margin-top: 0px;
	clear: both;
	background-color: #76421C;
	padding: 10px;
}
#main_content #left {
	width: 440px;
	float: left;
	margin-left: 10px;
}
#gallery {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	margin-top: 20px;
	height: 520px;
}
#footer a{
	color: #f98000;
}
#contacts {
	margin-top: 20px;
	width: 600px;
	float: left;
	height: 430px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #764720;
}
#main_content #contacts #form {
	width: 300px;
	float: right;
	margin-right: 15px;
}
#map {
	margin-top:20px;
	width: 300px;
	float: right;
	margin-right: 10px;
	height: 300px;
}
#main_content #contacts #adress {
	width: 260px;
	height: 150px;
	padding: 10px;
}
