body, html
{
	margin: 0;
	padding: 0;
}

body
{
	font-family: Georgia;
	font-size: 10px;
}

table, td
{
	border-collapse: collapse;
	padding: 0;
	font-size: 10px;
}

a:link
{
	color: #cc0000;
	text-decoration: none;
}

a:visited
{
	text-decoration: none;
	color: #cc0000;	
}

a:hover
{
	text-decoration: underline;
}

/*Main block*/
#topline
{
	background: #FFCC00;
	text-align: right;
	padding: 5px 10px 5px 0;	
}

#logoline
{
	background: #51ADC6 url(../img/site/bg-logo.jpg) no-repeat top right;
	height: 118px;
}

#overmenuline
{
	background-color: #A8D6E3;
	height: 8px;
	font-size: 4px;
}

#menuline
{
	position: relative;
	margin-bottom: 30px;
}

#main
{
	width: 100%;
	margin-bottom: 18px;
	
}

#footer
{
	text-align: center;
}
/*end Main block*/

/*Main block 2-th level(content)*/
.menu_left
{
	background-color: Black;
	margin-right: 200px;
	padding: 4px 0 4px 11px;
	color: #848484;
}

.menu_right
{
	position: absolute;
	top: 1px; right: 0;
	width: 182px;
	font-size: 1.2em;
	text-align: center;
}

#content, #actionblock, #leftblock
{
	vertical-align: top;
	padding-left:20px;
	font-size: 1.2em;	
}

#actionblock
{
	width: 182px;
}

#leftblock
{
	width: 172px;
	background-color: #FFCC00;
	padding: 22px 0 0 0;
}

#copy
{
	color: #A3A3A3;
}

#counters
{
	height: 48px;
	text-align: right;
}

#bottommenu, #copy
{
	font-size: 1.1em;
}

#printlink
{
	font-size: 1.2em;
}

/*end Main block 2-th level*/

/* block with inheritance*/
#main #content
{
	color: #161616;
}

#main #actionblock
{
	color: #646464;
}



#actionblock p
{
	margin: 0;
	padding: 0;
}

#footer div
{
	margin-bottom: 8px;
}

/* end block with inheritance*/

/* link block */

.menu_left a, .menu_left a:visited
{
	color: White;
	font-size: 1.4em;
	font-weight: bold;
	text-decoration: none;	
	padding: 0 11px;
}

.menu_right a, .menu_right a:visited
{
	text-decoration: none;
	color: Black;
	display: block;
	float:left;
	border: 1px solid #B8C5C9;
	padding: 4px 7px 4px 14px;
	background: url(../img/site/arrow.gif) no-repeat 5px center;
}

.menu_right a:hover, .menu_left a:hover
{
	text-decoration: none;
}


.action_more
{
	background: url(../img/site/arrow_red.gif) no-repeat left center;
	padding-left: 5px;
}

#bottommenu a
{
	color: Black;
	text-decoration: none;
}

#bottommenu a:hover
{
	text-decoration: underline;
}

#leftblock a
{
	color: Black;
	padding-left: 9px;
}

.action_head a, .action_title a, .action_title a:hover, .action_head a:hover, .action_title a:visited, .action_head a:visited
{
	color: Black;
	font-weight: bold;
	text-decoration: none;	
}


/* end link block*/

/* img block*/

#topline img
{
	height: 16px;
	width: 18px;
	border: none;
	margin-left: 6px;	
}

#logoline img
{
	height: 118px;
	width: 376px;
}

.action_img
{
	width: 177px;
	height: 110px;
	border: none;	
}

.telnum img
{
	width: 39px;
	height: 23px;
	vertical-align: bottom;
	margin: 0 5px 0 0;
}

#printlink img
{
	width: 17px; height: 16px;
	vertical-align: bottom; 
	border: none;
	margin-right: 5px;
}


/* end img block*/

/* header's & spec's block */
.h1_c
{
	font-size: 16px;
	color: #51ADC6;
}

.h2_c
{
	font-size: 14px;
	color: #51ADC6;
}


.h2_c, .h1_c
{
	font-weight: bold;
	margin: 0 0 18px 0;	
}

.action_head
{
	background: #FFCC00 url(../img/site/arrow_yellow.gif) no-repeat 5px center;
	color: Black;
	padding: 5px 0 5px 25px;
	font-weight: bold;
}

.action_title
{
	color: Black;
	font-weight: bold;
	padding: 0 0 0 8px;
	background: url(../img/site/arrow.gif) no-repeat left center;
}

.telnum
{
	color: White;
	font-size: 1.2em;
	font-weight: bold;
	margin: 5px 0 0 0;
}
.addr
{
	color: White;
	font-size: 0.9em;
	font-weight: bold;
	margin: 5px 0 0 0;
}

/* end header's & spec's block */


/*thin line block*/
.redline, .grayline, .lightline
{
	border: none;
	width: 100%;
	font-size: 0;
	overflow: hidden;
}

.redline
{
	background-color: #cc0000;
	height: 2px;
}

.grayline
{
	background-color: #B8C5C9;
	height: 1px;
	margin: 8px 0;
}

.lightline
{
	background-color: #FFE991;
	height: 1px;
	margin: 3px 0;
}

/*end thin line block*/

/*Small margin block*/

.action_img, .action_title, .redline, .action_head
{
	margin: 0 0 8px 0;	
}

.top10
{
	margin-top: 10px;
}
.footer_yellow
{
        background-color: #FFCC00;
        margin: 0;
}


/*end Small margin block*/
