body {
	margin: 0;
	padding: 0;
	background: #fff url(bg.gif) no-repeat left top;
	font-family: Arial, sans-serif;
	font-size: 100.1%;
	}
img {
	border: 0;
	}
hr {
	display: none;
	}
a {		
	text-decoration: none;
	}
a i {
	visibility: hidden;
	}
#wrapper {
	margin: auto;
	padding-top: 10px;
	width: 913px;
	/*border: 1px red solid;*/
	}
#header {
	height: 100px;
	background: url(img/phone.jpg) no-repeat right bottom;
	}
#logo {
	width: 302px;
	height: 100px;
	background: url(img/logo.gif) no-repeat;
	float: left;
	}
#logo a {
	display: block;
	width: 100%;
	height: 100%;
	}
#main #logo a {
	display: none;
	}
#topmenu {
	padding: 25px 214px 0 0;
	float: right;
	}
#topmenu a {
	margin-left: 40px;
	color: #4c4c4c;
	text-decoration: underline;
	text-transform: lowercase;
	}
#topmenu a:hover {
	color: #acacac;
	text-decoration: none;
	}	
#mainpart {
	width: 712px;
	height: 360px;
	/*background: url(img/main/rotator.php) no-repeat;*/
	background: url(img/main/04.jpg) no-repeat;
	float: left;
	}
#mainpart h1 {
	visibility: hidden;
	}
#association {
	/*display: none;*/
	visibility: hidden;
	padding: 20px 0;
	width: 700px;
	font-size: x-small;
	float: left;
	}
#text {
	padding-top:20px;
	width: 700px;
	clear:left;
	}
/*----------------------------------*/	
#menu {
	padding-left: 20px;
	width: 181px;
	height: 400px;
	background: url(img/bg_right.jpg) no-repeat left top;
	float: right;
	}
#menu a {
	font-size: large;
	color: #E85B09;
	text-decoration: underline;
	}
#menu a:hover {
	color: #D3D011;
	text-decoration: none;
	}
#menu p {
	padding: 0 0 10px 50px;
	border-bottom: 1px #bfbfbf dotted;
	font-size: x-small;
	}
p#h_p {
	background: url(img/h.jpg) no-repeat left top;
	}
p#t_p {
	background: url(img/t.jpg) no-repeat left top;
	}
p#m_p {
	background: url(img/m.jpg) no-repeat left top;
	}
p#p_p {
	background: url(img/p.jpg) no-repeat left top;
	}
p#o_p {
	background: url(img/calc.jpg) no-repeat top;
	height: 90px;
	}
#text #mainlinkblock {
	width: 600px;
	height: 150px;
	background: url(img/temp.jpg) no-repeat;
	}
#text #mainlinkblock a {
	display: block;
	width: 300px;
	height: 150px;
	text-decoration: none;
	float: left;
	}
	
#submenu {
	margin: auto;
	padding: 50px 0 0 0;
	width: 913px;
	font-size: x-small;
	color: #333;
	text-align: center;
	}
#submenu a {
	color: #333;
	text-decoration: underline;
	}
#submenu a:hover {
	color: #000;
	text-decoration: none;
	}

#footer {
	width: 613px;
	margin: auto;
	padding: 40px 0 20px 300px;
	font-size: x-small;
	color: #333;
	}
#footer a {
	color: #333;
	text-decoration: underline;
	}
#footer a:hover {
	color: #000;
	text-decoration: none;
	}
#counters {
	margin-left: -120px;
	width: 100px;
	text-align: right;
	float: left;
	}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

