/*CSS Document*/
*
{
	margin: 0;
	padding: 0;
	font-size: 100%;
}
BODY
{
	text-align: center;
}
IMG
{
	vertical-align: top;
}
A IMG
{
	border: 0;
}
UL
{
	list-style: none;
}
UL LI
{
	background: url(images/arrow.gif) no-repeat left 10px;
	padding-left: 15px;
	line-height: 1.692em;
}
HTML, INPUT, TEXTAREA
{
	font-family: Arial;
	font-size: 0.813em;
	line-height: 1.462em;
	color: #5D5A58;
}
TABLE
{
	border-collapse: collapse;
	border: 0;
}
INPUT, SELECT
{
	vertical-align: middle;
	font-weight: normal;
}
A
{
	color: #5D5A58;
	text-decoration: underline;
}
A:hover
{
	text-decoration: none;
	color: #010101;
}
LI A
{
	text-decoration: none;
}
.float-l
{
	float: left;
}
.float-r
{
	float: right;
}
.clear
{
	clear: both;
}
/***************header***************/
#header
{
	background: url(images/logo-img.jpg) no-repeat top left;
	color: #968B6C;
	font-size: 1.231em;
	line-height: 1.5em;
}
#header .header-back
{
	background: url(images/header-back.gif) repeat-x bottom left;
}
#header .float-r
{
	margin-top: 5px;
}
#header .text
{
	margin-top: 5px;
}
#header .text IMG
{
	margin-top: 34px;
	text-align: right;
}
#header .navigation
{
	height: 28px;
	padding-right: 96px;
}
/***************content***************/
#content
{
	background: url(images/main-back.gif) repeat-x top left;
	padding-top: 74px;
}
#content .border
{
	background: url(images/content-border.gif) repeat-x bottom left;
	height: 16px;
	width: 100%;
}
#content .border-un
{
	background: url(images/content-border.gif) repeat-x bottom left;
	height: 30px;
	width: 100%;
}
/***************page-1***************/
.col-1 .float-l
{
	margin: 0 5px 0 0;
}
.col-1 .float-r
{
	margin: 0 5px 0 0;
	width: 210px;
}
.col-1
{
	padding: 0 0 0 112px;
}
.col-2
{
	padding: 0 0 0 58px;
}
.col-1 H2, .col-2 H2
{
	color: #150600;
	margin-top: 15px;
}
.col-1 STRONG, .col-2 STRONG
{
	color: #150600;
}
.col-1 DIV
{
	margin: 15px 0;
}
.col-1 .title, .col-2 .title
{
	margin: 25px 0 3px;
}
.col-1 .title-un, .col-2 .title-un
{
	margin: 0 0 3px;
}
.col-2 A IMG
{
	margin-top: 15px;
}
#page-1 .col-2 .news
{
	line-height: 1.69em;
}
#page-1 .col-2 .news SPAN
{
	padding-top: 15px;
}
/***************page-2***************/
#page-2 .col-2 .float-l, #page-3 .col-2 .float-l
{
	padding-right: 30px;
}
#page-2 .col-2 .float-l DIV, #page-3 .col-2 .float-l DIV
{
	padding-top: 25px;
}
/***************page-3***************/
#page-3 .col-1 P
{
	padding-bottom: 15px;
}
/***************page-4***************/
#page-4 .col-1 UL LI
{
	background: none;
	padding: 15px 0 0;
}
#page-4 .col-2 .contacts .con-1, #page-4 .col-2 .contacts .con-2
{
	width: 170px;
}
#page-4 .col-2 .contacts .con-1
{
	padding: 0 80px 0 0;
}
#page-4 .col-2 .contacts .con-2
{
	padding: 0;
}
#page-4 .col-2 .contacts .con-1 DIV, #page-4 .col-2 .contacts .con-2 DIV
{
	padding-bottom: 20px;
}
#page-4 .col-2 .contacts .con-1 P, #page-4 .col-2 .contacts .con-2 P
{
	padding-bottom: 0;
}
#contact-form
{
	font-size: 1em;
}
#contact-form .float-l DIV
{
	height: 26px;
	width: 178px;
	padding-right: 10px;
}
#contact-form .float-l INPUT
{
	height: 16px;
	width: 178px;
	margin: 0 5px 2px 0;
}
#contact-form .float-l TEXTAREA
{
	width: 273px;
	height: 42px;
}
#contact-form .float-r INPUT
{
	margin: 15px 15px 0 10px;
}
#page-4 .col-2 P
{
	padding-bottom: 10px;
}
/***************page-5***************/
#page-5 P
{
	padding-bottom: 10px;
}
/***************footer***************/
#footer
{
	font-size: 0.923em;
	color: #010101;
	text-align: left;
	padding: 25px 0 40px;
}
#footer .navigation LI
{
	display: inline;
	background: none;
	padding: 0 8px 0 0;
}
#footer .navigation .un A
{
	border-left: none;
	padding-left: 0;
}
#footer A
{
	border-left: 1px solid #010101;
	padding-left: 11px;
	text-decoration: none;
}
#footer A:hover
{
	text-decoration: underline;
}
#footer .copy A
{
	text-decoration: underline;
	color: #010101;
	padding-left: 8px;
}
#footer .copy A:hover
{
	text-decoration: none;
}
