body {
	margin:0;
	padding:0;
	color:#ffffff;
	font:normal 12px Tahoma;
	background-color:#000000;
}
a {color:#FFFFFF; text-decoration:none;}
a:hover {text-decoration:underline;}
#container {
	width:100%;
	height:1000px;
	padding-top:100px;
	background:#000000 url('/im/bgr.jpg') center top no-repeat;/*
	background:transparent url('/im/bgr.jpg') center 146px no-repeat;*/
}
#content {
	width:1000px;
	height:923px;
	clear:both;
	margin:0 auto;
	text-shadow:1px 1px 0px #b37f2d;
	background:transparent url('/im/bgr_content.png') top left no-repeat;
}
h1 {
	width:100%;
	margin:0;
	float:left;
	display:block;
	color:#f9d296;
	text-align:center;
	padding:145px 0 0 0;
	_width:1000px;
	font:italic 48px Arial, Helvetica, sans-serif;	
}
/* Menu */
#menu {
	float:left;
	width:695px;
	padding:0;
	display:inline;
	list-style-type:none;
	margin:11px 0 11px 152px;
}
#menu li {
	margin:0;
	float:left;
	padding:0;
	width:135px;
	height:33px;
	display:block;
	margin-right:4px;
	text-align:center;
	background:transparent url('/im/button.jpg') top left repeat-x;
}
#menu li a {text-shadow:0px 0px 1px #ffffff; font:italic 25px Arial, Helvetica, sans-serif;}
#menu .tabs-selected a {text-shadow:0px 0px 1px #ca0405;}
/* Menu End */

/* Content */
#containerContent {
	float:left;
	width:960px;
	padding:20px;
	height:390px;
}
#contentSliders div {
	float:left;
	width:960px;
	padding:20px;
	height:390px;
}
h2 {
	font:bold 24px "Times New Roman", Times, serif;
	padding:10px 0;
	margin:0;
	text-shadow:1px 1px 0px #7A701B;
}
/* Content End */

/* Footer */
#bottomMenu {
	float:left;
	width:988px;
	display:block;
	list-style-type:none;
	padding:0 0 0 12px;
	_padding:0;
	_width:980px;
	_margin:10px 0 10px 8px;
}
#bottomMenu li {
	float:left;
	display:inlie;
	margin:0px 2px;
	font-weight:bold;
	padding:8px 12px;
	background:transparent url('/im/button.jpg') top left repeat-x;
}
#bottomMenu li a {_position:relative;}
#footer {float:left; width:980px; padding:0 10px;}
#contacts {float:left; width:760px; padding:0 10px;}
#logoBottom {width:200px; float:left;}
#contentSliders {clear:both;}
#copyright {
	width:100%;
	float:left;
	font-size:10px;
	text-align:center;
	margin:52px 0px 0px;
}
/* Footer End */

/*** jquery tabs ***/
@media projection, screen {
	.tabs-hide {display:none;}
}
@media print {
	.tabs-nav {display:none;}
}
.tabs-nav {	list-style:none; padding:0 0 0 4px;	margin:0 0 0 20px;}
.tabs-nav:after {display:block;	clear:both;	content:" ";}
.tabs-nav li {	float:left;	margin:0 0 0 1px; min-width:15px;}
.tabs-nav a, .tabs-nav a span {display:block; padding:0;}
.tabs-nav a {
	position:relative;
	top:1px;
	z-index:2;
	padding-left:0;
	color:#fff;
	font-size:12px;
	line-height:1.2;
	text-align:center;
	text-decoration:none;
	white-space:nowrap;
	text-shadow:1px 1px 0px #000;
}
.tabs-nav .tabs-selected a {color:#ca0405;}
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {background-position:100% -150px; outline:0;}
.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {background-position:100% -100px;}
*>.tabs-nav a span {width:auto; height:auto;}
.tabs-nav .tabs-selected a span {padding-top:7px;}
.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {background-position:0 -50px;}
.tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span {background-position: 0 0;}
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited {cursor:text;}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {cursor:pointer;}
.tabs-nav .tabs-disabled {opacity:.4;}
.tabs-container {}
.tabs-loading em {padding:0px 0px 0px 20px; background:url('/im/loading.gif') no-repeat 0 50%;}
/*** end jquery tabs ***/





/*** Forma ***/
label {display:block; margin-top:5px; font-size:9px;}
label strong {width:200px; display:block; margin-bottom:2px;}
label input,
textarea {
	width:350px;
	border:1px solid #999;
	background-color:#f9f9f9;
	border-radius: 5px 5px;
	color:#888;
	padding:3px;
	font:normal 12px Verdana, Geneva, sans-serif;
}
label input:active,
textarea:active,
label input:focus,
textarea:focus {color:#444; border-color:#FC0;}
form {padding:0;}
textarea {height:150px;}
/*** End Forma ***/
