* 
{
	margin: 0;
	padding: 0;
}

body
{
background-color: #ffffff;
font-family: Verdana;
color: #000000;
font-size:12px;
background-image:url(/images/bg.jpg);
background-position:center;
}

#promogroup
{
width:766px;
height:84px;
margin-left:auto;
margin-right:auto;
border:0px solid black;
}

#logo_green
{
position:absolute;
width:232px;
height:56px;
background-image:url(/images/logo_green.jpg);
margin-left:80px;
margin-top:14px;
}

#logo_7
{
position:absolute;
width:72px;
height:70px;
background-image:url(/images/logo7.jpg);
margin-left:1px;
margin-top:5px;
}

#telefone
{
position:absolute;
width:175px;
height:32px;
background-image:url(/images/telefone.jpg);
margin-left:500px;
margin-top:25px;	
}

#home_inc
{
border:0px solid red;
position:absolute;
width:11px;
height:12px;
background-image:url(/images/home_dot.jpg);
margin-left:750px;
margin-top:35px;	
}

#mail_dot
{
border:0px solid red;
position:absolute;
width:13px;
height:10px;
background-image:url(/images/mail_dot.jpg);
margin-left:749px;
margin-top:50px;	
}

#line_menu
{
width:99,8%;
height:29px;
border:0px solid red;
background:black;
color:#fff;
}

#line_menu_left
{
width:766px;
border:0px solid red;
background:black;
color:#fff;
margin-left:auto;
margin-right:auto;
text-align:right;
font-family: Times New Roman;
font-size:11px;
padding-top:6px;
}

#line_menu_left a
{
color:#fff;
text-decoration:none;
margin-left:20px;
}

.ah1
{
font-weight:bold;
font-size:14px;
margin-top:25px;
margin-left:25px;
color:#353940;
}

#ftl_site
{
width:766px;
border:1px solid white;
margin-left:auto;
margin-right:auto;
margin-top:15px;
margin-bottom:60px;
background:#fff;
}

#head
{
width:758px;
height:110px;
margin-left:auto;
margin-right:auto;
background-image:url(/images/main-news2.jpg);
margin-top:4px;
}

#body_content
{
background-image:url(/images/ffd.jpg);
border-top:1px solid #A9A9A9;
width:750px;

margin-left:auto;
margin-right:auto;
margin-top:50px;
margin-bottom:10px;
}

#footer_content
{
width:750px;
height:15px;
margin-left:auto;
margin-right:auto;
background:#84B525;
margin-bottom:10px;
}

#head_news
{
height:15px;
width:190px;
background:#84B525;
margin-left:5px;
margin-top:10px;
}
p
{
margin-top:5px;
margin-bottom:5px;
}

#txt_content p
{
margin-top:5px;
margin-bottom:5px;
text-align:justify;
}

.news
{
color:#858585;
font-size:11px;
}
#news
{
border:1px;
width:540px;

margin-top:10px;
margin-left:15px;
margin-bottom:10px;
border:0px solid #A9A9A9;
}

#txt_content
{
width:540px;
border-top:1px solid #A9A9A9;
border-bottom:1px solid #A9A9A9;
margin-top:15px;
margin-bottom:10px;
margin-left:15px;
}

#txt_content h1
{
font-size:16px;
color:#D97619;
margin-top:7px;
margin-bottom:7px;
}




.wireframemenu{
border: 0px solid #C0C0C0;
background-color: white;
border-bottom-width: 0;
width: 160px;
margin-left:10px;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 164px;
}

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu a{
font: bold 11px Tahoma;
padding: 4px 3px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #9F9FA1;
text-decoration: none;
border-bottom: 1px solid #C0C0C0;
}

.wireframemenu a:visited{
color: #9F9FA1;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
color: black;
}


a
{
color:black;
}

#footer_copy
{
padding:5px;
font-size:10px;
}
a.tt:hover{
	position:relative;
	z-index:23;
	}
	a.tt span{
	display:none;
	}
	a.tt:hover span{
	display:block;
	position:absolute;
	width:300px;
	top:-90px; /* положение всплывающего окна относительно оси Х */
	left:-40px; /* положение всплывающего окна относительно оси У */
	background:#fafafa;
	border:1px solid #ccc;
	color:#666;
	z-index:0;
	padding:2px;
	font-size:8px;
	cursor:pointer;
	text-decoration:none;
	font-family:tahoma;
	}