/* ----------------GLOBAL STYLES-------------- */
body,td,th {
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
body {
	background-color: #000000;
	background-image: url(../gfx/page_bg.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #940101;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #940101;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #940101;
}

h1 {
	font-size: 18px;
	color: #f0f0f0;
	font-weight:normal;
}
h2 {
	font-size: 16px;
	color: #f0f0f0;
	font-weight:normal;
	margin:25px 0 5px 0;
}
h3 {
	font-size: 14px;
	color: #f0f0f0;
	font-weight:normal;
}
h4 {
	font-size: 12px;
	color: #f0f0f0;
	font-weight:normal;
}

/* ----------------LAYOUT-------------- */
#wrap	{
	width: 950px;
  margin-left:auto;
  margin-right:auto;
}

#header	{
	height: 232px;
	background-image: url(../gfx/header_bg.jpg);
	background-repeat: no-repeat;
}

#menu	{
	height: 51px;
	background-image: url(../gfx/menu_bg.gif);
	background-repeat: no-repeat;
	text-align:center;
}

#sidebar	{
	float: left;
	width: 360px;
	margin-bottom: 50px;
	text-align:justify;
	line-height:14px;
}

#content	{
	float: left;
	text-align:justify;
	width: 540px;
	padding-right: 50px;
	margin-bottom: 50px;
	line-height:14px;
}

#footer	{
	clear: both;
	height: 150px;
	background-color: #a10006;
}

/* ----------------HEADER-------------- */

#header_logo	{
  color: #ababab;
	float: left;
	width: 185px;
	height:17px;
  padding: 28px 0 0 115px;
  background-image: url(../gfx/logo.gif);
	background-repeat: no-repeat;
}

#header_partner	{
  color: #5d5a57;
	float: left;
	width: 200px;
	height: 35px;
	padding: 15px 0 0 0;
  margin-left:450px;
  background-image: url(../gfx/partner.gif);
	background-repeat: no-repeat;
	background-position: 70px 10px;

}

/* ----------------MENU------------- */
#menu img	{
  border: 0px;
  margin: 7px 5px 0 5px;
}

/* ----------------FOTTER-------------- */

#footer_blocks	{
	color: #FFFFFF;
	text-align:justify;
  line-height:15px;
	width: 950px;
  margin-left:auto;
  margin-right:auto;
}

.footer_block	{
	float: left;
	width: 270px;
  margin-left:auto;
  margin-right:auto;
  margin: 15px 20px 15px 20px;
}

#footer_sz	{
	width: 150px;
	height: 16px;
  margin-left:auto;
  margin-right:auto;
  padding: 5px 0 5px 800px;
  background-image: url(../gfx/logo_sz.gif);
	background-repeat: no-repeat;
	background-position: 925px 3px;
}

/* ----------------BLOKI-------------- */

#box_map	{
  color: #5d5a57;
  text-align:justify;
	height: 85px;
	padding: 25px 15px 0px 140px;
  background-image: url(../gfx/box_map_bg.gif);
	background-repeat: no-repeat;

}

.box_link_right	{
  color: #FFFFFF;
	height: 20px;
	padding-right: 5px;
	text-align:right;
}
.box_link_right a:link, .box_link_right a:visited {
	color: #FFFFFF;
}

.box_news_header	{
	height: 30px;
}

.box_news_header span	{
  color: #3e3e3e;
	font-size: 10px;
}

.box_news_header a:link, .box_news_header a:visited {
	font-weight: bold;
}

#box_contact	{
  color: #FFFFFF;
	height: 240px;
	line-height:20px;
}


input, textarea {
  background:#f7f7f7;
  border:1px solid #a10006;
  color:#000;
  padding: 2px;
  width:350px;
}


input#contact_submit{
  margin-top:10px;
  padding: 0;
  width:120px;
  height:27px;
  border:1px solid #5c5956;
  cursor:pointer;
}

.gallery	{
	float: left;
	width: 140px;
	margin: 5px 10px 10px 30px;
	text-align:center;
}

