html, body
{
	padding: 0;
	margin: 0;
	
	height: 100%;
	min-height: 100%;
	
	font-family: Arial, Tahoma;
	font-size: 12px;
	
	color: #001928;
}

a
{
	color: #007AC1;
}

a:hover
{
	color: #5D5D5D;
}

h1
{
	color: #007AC1;
	
	font-family: Trebuchet MS, Arial Cyr;
	font-size: 24px;
	font-weight: normal;
	
	padding: 0px;
	margin: 0px;

	margin-bottom: 15px;
	margin-top: 5px;
}

h1 a
{
	color: #007AC1;
	text-decoration: none;
}

h1 a:hover
{
	color: #8EB844;
	text-decoration: none;
}

h2, h3, h4
{
	color: #8EB844;
	font-family: Arial Cyr, Tahoma;
	font-weight: normal;

	padding: 0px;
	margin: 0px;

	margin-top: 3px;
	margin-bottom: 3px;
}

h2 a, h3 a, h4 a
{
	color: #8EB844;
	text-decoration: none;
}

h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover
{
	color: #007AC1;
	text-decoration: none;
}

h2
{
	font-size: 20px;
}

h3
{
	font-size: 18px;
	display: inline;
}

h4
{
	font-size: 16px;
}

h5
{
	font-size: 16px;
	color: #5D5D5D;
	display: inline;
}

h5 a
{
	color: #8EB844;
}

.header
{
	background-image: url(../img/header_bg.gif);
	background-repeat: repeat-x;
}

.mail
{
	width: 86px;
	text-align: center;
}

.mail a
{
	color: #007AC1;
	font-size: 11px;
	font-family: Trebuchet MS, Arial Cyr;
}

.mail a:hover
{
	
}

.header_right
{
	background-image: url(../img/header_right.jpg);
	background-repeat:no-repeat;
	background-position: right top;
}

.page
{
	padding-top: 15px;
}

.content
{
	padding-left: 10px;
}

.footer
{
	background-image: url(../img/footer_bg.gif);
	background-repeat: repeat-x;
}

.copy
{
	background-image: url(../img/footer_left.gif);
	background-repeat: no-repeat;

	overflow: hidden;
	
	width: 250px;
	height: 39px;
	
	padding-top: 3px;
	
	text-align: center;
	
	font-size: 16px;
	
	color: #5D5D5D;
}

.copy a
{
	font-size: 16px;
	
	text-decoration: none;
	color: #5D5D5D;
}

.copy a:hover
{
	color: #6BA303;
}

.copy .phone
{
	font-size: 18px;
	color: #8EB844;
}

ul
{
	list-style-image: url(../img/menu_arr.gif);
}