body 
	{
		background: #ffffff;
		background: url('/images/background.jpg');
		background-repeat: repeat-x;
		padding: 0;
		margin: 0;
		font-family: Tahoma;
		font-size: 13px;
		color: #717273;	
	}


/* GLOBAL STYLE */
h1
	{
		color: #41ace4;
        font-size: 25px;
	}
	
h2
	{
		font-size: 25px;
		color: #41ace4;
		font-weight: normal;
	}

a
	{
		color: black;
		text-decoration: none;
	}
	
a:hover
	{
		text-decoration: underline;
	}
	
a.active
	{
		text-decoration: underline;
		color: #ff7202;
	}
	
div.clr
	{
		clear: both;
	}
	
div.content
	{
		position: relative;
		border: 1px solid #ccc;
		width: 1050px;
		min-height: 500px;
		margin: 0 auto;
	}
	
div.header
		{
			height: 199px;
		}
	
div.logo
	{
		position: relative;
		float: left;
		width: 282px;
		height: 100px;
		margin-left: 60px;
		margin-top: 40px;
		background: url('/images/logo.png');
		background-repeat: no-repeat;
	}

div.menu
	{
		margin-left: 40px;
		margin-top: 40px;
		float: left;
	}
		
#headermenu a
	{
		width: 95px;
		height: 24px;
		text-align: center;
		font-size: 12px;
		font-weight: bold;
		color: black;
		text-decoration: none;
		display: block;
		padding-top: 4px;
	}
	
#headermenu span.selected
	{
		display: block;
		background: url('/images/selected.png');
		background-repeat: no-repeat;
	}
	
div.search
	{
		padding: 0px;
		margin-top: 87px;
		float: left;
		background: url('/images/search.png');
		background-repeat: no-repeat;
		background-position: 1% 70%;
		width: 198px;
		height: 18px;
	}
	
input.search
	{
		border: 1px solid #898989;
		color: #898989;
		width: 198px;
		margin: 0 0 0 16px;
		height: 14px;
		background: #f1f0f0;
	}

input.search_submit
	{
		border-bottom: 1px solid #898989;
		border-top: none;
		border-left: none;
		border-right: none;
		color: #898989;
		padding: 2px;
		width: 60px;
		margin: 0 0 0 170px;
		height: 20px;
		background: #f1f0f0;
	}
	
div.header_info
	{
		position: absolute;
		top:118px;
		right: 74px;
		width: 200px;
		height: auto;
	}
	
ul.header_info
	{
		color: #627090;
		list-style-type: none;
	}
	
#header_info_ul li
	{
		margin-top: 10px;
		background: url('/images/ok.png');
		background-repeat: no-repeat;
		background-position: 0 40%;
		padding: 0 0 0 30px;
		font-size: 20px;
	}
	
div.phone
	{
		background: url('/images/phone.png');
		background-repeat: no-repeat;
		background-position: 0 40%;
		padding: 0 0 0 46px;
		font-size: 38px;
		position: absolute;
		left: 390px;
		top: 177px;
		font-family:'Book Antiqua', Arial;
		height: 70px;
	}
	
	
div.site
	{
		padding-left: 45px;
		padding-right: 45px;
	}
	
#leftmenu 
	{
		list-style-type: none;
		padding: 0;
	}
	
#leftmenu li.main
	{
		font-weight: 700;
		background: url('/images/list_bg.png');
		background-repeat: no-repeat;
		padding: 0 0 0 18px;
		background-position: 0 4px;
		font-size: 13px;
		padding-bottom: 10px;
		width: 307px;
		border-bottom: 1px solid #d2d4d3;
		margin-top: 18px;
	}
	
#leftmenu li
	{
	width: 250px;
	padding: 17px 0 0 18px;
	}
	
div.left
	{
		float: left;
	}
	
div.center
	{
		margin-top: 90px;
		width: 600px;
		float: right;
		text-align: left;
	}
	
img.main_img
	{
		border:2px solid black;
		float: left;
		margin-right: 37px;
		margin-bottom: 37px;
	}
	
div.round_block
	{
		float: left;
		width: 215px;
		height: 50px;
		background: url('/images/round_block.png');
		background-repeat: no-repeat;
		padding: 8px 0 0 30px;
		font-size: 23px;
	}
	
	
div.round_block_blue
	{
		color: #41ace4;
		/*float: left;*/
		/*width: 215px;*/
		/*height: 50px;**/
		/*background: url('/images/round_block.png');
		background-repeat: no-repeat;*/
		padding: 8px 0 0 30px;
		font-size: 23px;
	}
	
div.bottom_line
		{
			background: url('/images/bottom_line.jpg');
			width: 100%;
			height: 4px;
			margin-bottom: 10px;
		}
		
div.footer
	{
		padding-left: 45px;
		padding-right: 45px;
		height: 120px;
	}
	
div.good_msg
	{
		margin-left: 5px;
		float: left;
		background: url('/images/plus.jpg');
		background-repeat: no-repeat;
		height: 103px;
		width: 230px;
	}
	
div.good_msg p.name
	{
		display: block;
		font-size: 12px;
		width:165px;
		padding: 2px;
		margin: 7px 0 0 60px;
		border-bottom: 1px dashed #cddee3;
	}
	
div.good_msg p.desc
	{
		display: block;
		font-size: 11px;
		width:165px;
		padding: 2px;
		margin: 4px 0 0 60px;
	}
	
div.bad_msg
	{
		margin-left: 10px;
		float: left;
		background: url('/images/minus.jpg');
		background-repeat: no-repeat;
		height: 103px;
		width: 230px;
	}
	
div.bad_msg p.name
	{
		display: block;
		font-size: 12px;
		width:165px;
		padding: 2px;
		margin: 7px 0 0 60px;
		border-bottom: 1px dashed #cddee3;
	}
	
div.bad_msg p.desc
	{
		display: block;
		font-size: 11px;
		width:165px;
		padding: 2px;
		margin: 4px 0 0 60px;
	}
div.bottom
	{

		padding-top: 34px;
		text-align: left;
		background: url('/images/bot_bot_line.jpg');
		background-repeat: repeat-x;
		background-color: #cdcdcd;
		width: 100%;
		height: 90px;
	}

p.copy
	{
	padding-left: 45px;
	margin: 0;
	float: left;
	color: black;
	}
	
p.addr
	{
	margin: 0;
	padding: 0 0 0 30px;
	float: left;
	color: black;
	}
div.footer_banners
	{
		/*margin: 0 0 0 10px;*/
		float: right;
		padding-right: 45px;
	}	

	
div.news
	{
		margin-left: 23px;
	}
p.date_news
	{
		font-weight: bold;
		color: black;
		font-size: 12px;
		margin-bottom: 4px;
	}
p.desc_news
	{
		margin-top: 0px;
		color: #0096b8;
	}
ul.acitem
	{
		display: none;
		font-weight: 400;
		padding: 0;
		margin: 0;
		list-style-type: none;
	}
.vcard{
    margin-left: 20px;
}