html, body {
	margin:0;
	padding:0;
	height:100%;
	width:100%;
}
body {
	background:#ffffff url(/images/main_bg_top.gif) repeat-x;
}
#main {
	position:relative;
	width:100%;
	height:100%;
	min-height:100%;
	font:12px Arial, Helvetica, sans-serif;
	color:#303030;
	margin:0;
	background:url(/images/main_bg_bottom_right.gif) right bottom no-repeat;
}
html>body #main {height:auto;}
		
#main a {
	color:#38afb3;
	outline:none;
}
#main a:hover {
	text-decoration:none;
}
#main a img {
	border:none;
}
#main table {
	font:12px Arial, Helvetica, sans-serif;
	color:#303030;
}
#main td {
	vertical-align:top;
}
#main h1 {
	font:20px Arial;
	text-transform:uppercase;
	margin:15px 0;
}
#main h2 {
	font:bold 17px Arial;
	color:#38afb3;
	margin:13px 0;
}
#main h3 {
	font:bold 14px Arial;
	color:#38afb3;
	margin:12px 0;
}
#main h4 {
	font:bold 14px Arial;
	margin:10px 0;
}
#main h5 {
	font:bold 14px Arial;
	text-decoration:underline;
	margin:0;
}
#main p {
	margin:0;
}
#main ul {
	list-style-type:square;
	color:#38afb3;
}
#main .main_table {
	width:100%;
	height:100%;
	border:none;
}


#logo {
	position:absolute;
	top:0;
	left:31px;
	height:251px;
	width:259px;
	background:url(/images/logo.png) no-repeat;
}
#logo #slogan_top {
	font:bold 14px Arial;
	text-align:center;
	color:#109ca0;
	letter-spacing:2px;
	margin-top:20px;
}
#logo_link {
	height:170px;
	width:250px;
	border:none;
}
#logo #slogan_bottom {
	font:bold 14px Arial Black, Arial;
	text-align:center;
	color:#303030;
	letter-spacing:3px;
}


#header {
	height:250px;
	padding:20px 36px 0 300px;
	text-align:right;
}
/******* top menu ********/
#top_menu {
	height:41px;
	border-top:1px solid #a6def2;
	border-bottom:1px solid #a6def2;
}
#top_menu_container {
	height:41px;
	padding:0 27px;
	width:1040px;
}
.top_menu_separator {
	float:left;
	height:41px;
	width:2px;
	font-size:1px;
	background:url(/images/top_menu_separator.gif) no-repeat;
}
.top_menu_item {
	height:41px;
	float:left;
}
.top_menu_item.top_select {
}
.top_menu_item a {
	position:relative;
	display:block;
	height:41px;
	float:left;
	padding:0 13px;
	font:bold 14px/41px Arial;
	color:#216d8f !important;
	text-transform:uppercase;
	text-decoration:none;
}
.top_menu_item a .top_text {
	position:absolute;
	float:left;
	font:bold 14px/41px Arial;
	color:#38afb3;
	text-transform:uppercase;
	*line-height:normal;
	margin:-1px 0 0 0;
	cursor:pointer;
}
.top_menu_item.top_select a {
	background:url(/images/arrow_bottom_cyan.gif) 13px 32px no-repeat;
	cursor:default;
}
.top_menu_item.top_select a .top_text {
	cursor:default;
	color:#a6def2;
}
.top_menu_item a:hover {
	background:url(/images/arrow_bottom_white.gif) 13px 32px no-repeat;
}
.top_menu_item.top_select a:hover {
	background:url(/images/arrow_bottom_cyan.gif) 13px 32px no-repeat;
}
/******* // top menu ********/

#content {
	min-height:340px;
	*height:340px;
	padding:0 40px;
	text-align:justify;
}
#content p {
	margin:12px 0;
}

#footer, #expand {
	height:135px;
}
#footer {
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	min-width:1024px;
	background:url(/images/footer_bg.png) repeat-x;
}
#footer #footer_content {
	height:54px;
	margin:14px 40px 0 40px;
}
#footer #footer_content #copyright {
	float:left;
	width:300px;
	font-size:11px;
	color:#999999;
	padding-top:14px;
	position:relative;
	z-index:20;
}
#footer #footer_content #copyright a {
	font-size:11px;
	color:#999999;
	text-decoration:none;
}
#footer #footer_content #bottom_contacts {
	position:absolute;
	left:0px;
	width:100%;
	font-size:12px;
	color:#666666;
	padding-top:14px;
	text-align:center;
	z-index:10;
}
#footer #footer_content #bottom_contacts a {
	font-size:12px;
	color:#666666;
	text-decoration:none;
}
#footer #footer_content #counters {
	float:right;
	text-align:right;
	padding-top:10px;
	margin-left:10px;
	position:relative;
	z-index:20;
}
#footer #footer_links {
	position:absolute;
	left:0;
	bottom:0;
	height:55px;
	padding:0 40px;
}
#footer #footer_links, #footer #footer_links a {
	font:10px/14px Tahoma;
	color:#cccccc;
}

/******* catalog ********/
.catalog_item {
	float:left;
	height:235px;
	margin:0 15px 15px 0;
	border:1px solid #a6def2;
	padding:5px;
	text-align:center;
	font:bold 11px Arial;
}
.catalog_item_2 {
	float:left;
	height:135px;
	margin:0 15px 15px 0;
	border:1px solid #a6def2;
	padding:5px;
	text-align:center;
	font:bold 11px Arial;
}
.catalog_item img {
	border:1px solid #404040 !important;
}

.image_item {
	margin:15px;
	border:1px solid #a6def2;
	padding:5px;
}


/*** additional ***/
.clear {
	height:1px;
	clear:both;
	*font-size:1px;
}
.content_center {
	text-align:center;
}
.content_right {
	text-align:right;
}
.float_left {
	float:left;
}
.float_right {
	float:right;
}
.no_border {
	border:none !important;
}
.underline {
	text-decoration:underline;
}
.obligatory {
	color:#CC0000;
}
