body{
	font-family:Arial;
	background-image:url(../bg.jpg);
}
ul.sdt_menu{
	margin-top:150px;
}



#menu {
	margin-top:10px;
	height:83px;
	width:850px;
}
.content {
	margin:0 auto;
	width:850px;
}
#header {
	width:850px;
	margin: 0 auto;
	height:105px;
}
#header p {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#43392D;
}
#logo {
	float:right;
	display:inline-block;
	margin-top:14px;
	opacity:0.65;
}
#header-right {
	float:left;
	font-size:13px;
	display:inline-block;
	height:55px;
}
#header-right-bottom {
	float:left;
	margin-top:20px;
}
#header-right-bottom p {
	font-size:18px;
	margin:0;
	margin-top:7px;
}
#social {
	color:#43392D;
	font-size:11px;
	float:right;
	height:40px;
	padding-top:1px;
}
#social #facebook {
    background:url(../img/facebook.png) no-repeat scroll 0 0 transparent;
}
#social #facebook:hover {
    background: url(../img/facebook.png) no-repeat scroll -15px 0 transparent;
}
#social #twitter {
    background:url(../img/twitter.png) no-repeat scroll 0 0 transparent;
}
#social #twitter:hover {
    background: url(../img/twitter.png) no-repeat scroll -15px 0  transparent;
}
#header #header-right #social #facebook, #header #header-right #social #twitter {
	color: transparent;
    display: inline-block;
    font-size: 0;
    height: 15px;
    margin-left: 2px;
    position: relative;
    text-indent: -9999px;
    top: -2px;
    vertical-align: middle;
    width: 15px;
}


#slider {
	display:inline-block;
}
#icons-right {
	display:inline-block;
	float:right;
	height:330px;
	width:43px;
	margin-top:7px;
}
#icons-right a {
	opacity:0.8;
}
#icons-right a:hover {
	opacity:1;
}
#partners {
	margin-top:30px;
	margin-bottom:20px;
	text-align:center;
}
#under-menu {
	float:right;
	color:#636363;
	font-size:11px;
	margin-top:5px;
}
#under-menu a {
	color:#636363;
	text-decoration:none;
}
#under-menu a:hover {
	color:#C5894E;
	text-decoration:none;
}

#text {
	width:100%;
	background-color:#fff;
	border:1px solid #ddd;
	height:auto;
	margin-top:25px;
	padding-bottom:10px;
}
#text h1 {
	font-size:17px;
	color:#D49B50;
	margin-top:20px;
	height:25px;
	padding-top:5px;
	padding-left:23px;
}
#text p {
	font-size:11.5px;
	color:#2B2B2B;
	margin-left:20px;
	margin-right:20px;
	line-height:23px;
	text-indent:15px;
}
#text a {
	font-size:12px;
	color:#D49B50;
}
#text strong {
	font-size:11.5px;
	color:#4F4F4F;
}






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:100;
	-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:20px;
	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;
	text-shadow:1px 1px 1px #000;
}
ul.sdt_menu li span span.sdt_link{
	color:#fff;
	font-size:13px;
	float:left;
	clear:both;
}
ul.sdt_menu li span span.sdt_descr{
	color:#D49B50;
	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:#0B75AF;
}
ul.sdt_menu li div.sdt_box a:first-child{
	margin-top:15px;
}
ul.sdt_menu li div.sdt_box a:hover{
	color:#fff;
}





#footer {
	width:850px;
	border-top:1px solid #ddd;
	margin:0 auto;
}
#copyright {
	display:inline-block;
	float:left;
	margin-top:10px;
}
#realization {
	display:inline-block;
	float:right;
	margin-top:27px;
}
#footer p {
	color:#43392D;
	font-size:11px;
	opacity:0.6;
}
