@charset "windows-1251";
/* CSS Document */

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background: #191919 url(img/bkg_191919.jpg) top left repeat-x;
	margin: 0px;
	text-align:center;
	padding: 0px 0px 0px 0px;
}

*html body
{
	background: #4e4e4e url(img/bkg_4e4e4e.jpg) top left repeat-x;
}

form
{
	padding: 0px;
	margin: 0px;
}

img
{
	border: none;
}

h1, h2, h3, h4
{
	Arial, Helvetica, sans-serif;
}

fieldset
{
	border: none;
	border-color: transparent;
	padding: 0px;
	margin: 0px;
}

a, a:link, a:visited
{
	text-decoration: underline;
	color: #fff;
}

a:hover
{
	text-decoration: none;
}

#wrapper
{
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

ul
{
	list-style: inside;
}

/* = Wrapper
---------------------------------------------
---------------------------------------------
---------------------------------------------*/

#wrap1
{
	background: url(img/bkg_wrap_bot.png) center bottom no-repeat;
	padding-bottom: 50px;
}

* html #wrap1 
{
	background: url(img/bkg_wrap_bot_ie6.jpg) center bottom no-repeat;
}


#wrap2
{
	background: url(img/bkg_wrap_mid.png) center top repeat-y;
}

* html #wrap2 
{
	background: url(img/bkg_wrap_mid_ie6.jpg) center top repeat-y;
}

#wrap3
{
	background: url(img/bkg_wrap_top.png) center top no-repeat;
}

/* = Header
---------------------------------------------
---------------------------------------------
---------------------------------------------*/

#header
{
	height: 320px;
	background: url(img/bkg_header.jpg) center 50px no-repeat;
}

#headerTop
{
	padding-top: 20px;
}

#headerTop div.name
{
	width: 320px;
	text-align: center;
	color: #FFF;
	float:left; 
	display:inline;
}

#headerTop h1
{
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding-top: 5px;
}

#headerTop div.search
{
	float: right;
	display:inline;
	width: 280px;
	text-align: right;
	margin-right: 3px;
}

#headerTop div.search input
{
	background-color: #c7c7c7;
	margin: 0px 1px 0px 0px;
}

#headerTop div.search button
{
	background: url(img/bkg_but_search.jpg) left top repeat-x;
	cursor: pointer;
	color: #fff;
	font-style: italic;
	border: none;
	height: 22px;
	width: 50px;
	font-size: 11px;
	margin: 0px
}

#headerTop div.search button:hover
{
	background: url(img/bkg_but_search.jpg) left -22px repeat-x;
}

#quickMenu
{
	float: right;
	display: inline;
	width: 70px;
	height: 22px;
	background: url(img/bkg_quickmenu.jpg) left top repeat-x;
}

#quickMenu ul
{
	padding: 0px 0px 0px 3px;
	margin: 0px;
	list-style: none;
}

#quickMenu li
{
	float: left;
	display: inline;
	width: 30px;
	height: 22px;
}

#quickMenu li a
{
	display: block;
	height: 100%;
}

#quickMenu li.home
{
	background: url(img/ico_home.gif) center -28px no-repeat;
}

#quickMenu li.contacts
{
	background: url(img/ico_contacts.gif) center -26px no-repeat;
}

#quickMenu li a
{
	margin: 0px;
	display: block;
	height: 100%;
}

#quickMenu li.home a
{
	background: url(img/ico_home.gif) center 6px no-repeat;
}

#quickMenu li.home a:hover
{
	background: url(img/ico_home.gif) center -28px no-repeat;
}

#quickMenu li.contacts a
{
	background: url(img/ico_contacts.gif) center 8px no-repeat;
}

#quickMenu li.contacts a:hover
{
	background: url(img/ico_contacts.gif) center -26px no-repeat;
}

#logo
{
	margin-top: 50px;
	margin-left: 55px;
	width: 200px;
	height: 120px;
}

#logo a, #logo a:link, #logo a:visited
{
	display: block;
	height: 100%;
}

/* = Menu
---------------------------------------------
---------------------------------------------
---------------------------------------------*/
#menu
{
	display: table;
	width: 100%;
}

#menu ul
{
	padding: 0px; 
	margin: 0px;
	list-style: none;
}

#menu li
{
	line-height: 32px;
	background:url(img/bkg_menu.jpg) left bottom repeat-x;
	padding: 0px;
	margin-top: 5px;
	margin-right: 2px;
	margin-left: 2px;
	float: left;
}

* html #menu li
{
	width: 1%;
	white-space: nowrap;
}

#menu li a, #menu li a:link, #menu li a:visited
{
	padding: 0px 0px;
	width: 188px;
	text-align: center;
	text-decoration: none;
	display: block;
	height: 100%;
	background: url(img/bkg_menu.jpg) left top repeat-x;
}

#menu li a:hover
{
	background:url(img/bkg_menu.jpg) left bottom repeat-x;
}

* html #menu li a, * html #menu li a:link, * html #menu li a:visited
{
	width: 186px;
}

/* = Banners
---------------------------------------------
---------------------------------------------
---------------------------------------------*/

#banns
{
	margin-top: 20px;
	background: url(img/bkg_banners.jpg) left top no-repeat;
	overflow: hidden;
}

* html #banns
{
	display: table;
	width: 100%;
}

#banns div.first
{
	margin-left: 15px !important;
	width: 205px;
}

#banns div.content
{
	width: 200px;
	margin-left:  44px;
	float: left;
	display: inline;
	color: #FFF;
}

#banns div.content h2
{
	font-weight: normal;
	font-size: 16px;
	margin: 105px 0px 0px 0px;
}

#banns div.content p
{
	margin: 15px 0px 0px 0px;
}

#banns div.readMore
{
	margin-top: 25px;
	text-align: center;
}

#banns div.readMore a, #banns div.readMore a:link, #banns div.readMore a:visited
{
	display: block;
	margin-left: 50px;
	text-align: center;
	width: 100px;
	text-decoration: none;
	padding: 7px 0px;
	background: url(img/bkg_menu.jpg) left top repeat-x;
}

#banns div.readMore a:hover
{
	background: url(img/bkg_menu.jpg) left -32px repeat-x;
}

/* = Content
---------------------------------------------
---------------------------------------------
---------------------------------------------*/

#content a, #content a:link
{
	color: #ae2920;
}

#content a:visited
{
	color: #8d1a12;
}

#wrapContent
{
	margin-top: 20px;
	padding-top: 10px;
	background: #efefef url(img/bkg_content_top.jpg) left top no-repeat;
}

#content
{
	background: url(img/bkg_content_bot.jpg) left bottom no-repeat;
	padding: 20px;
}

#content h1
{
	margin: -20px -20px 15px -20px;
	padding: 15px 20px 5px 20px;
	border-bottom: 3px solid #cb827d;
	background: #ae2920;
	color: #FFF;
	font-size: 16px;
	font-weight: normal;
}

/* = Footer
---------------------------------------------
---------------------------------------------
---------------------------------------------*/
#footer
{
	margin: 20px 0px 0px 0px;
	padding-top: 15px;
	border-top: 2px solid #ae2920;
	color: #FFF;
	overflow: hidden;
}

* html #footer
{
	display: table;
	width: 100%;
}

#footer p
{
	margin: 3px 0px 0px 0px;
}

#copy
{
	float: left;
	display: inline;
	width: 800px;
}

#footer div.count
{
	float: right;
	display: inline;
	margin-left: 10px;
	width: 88px;
}