html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
 margin: 0; 
 padding: 0; 
 border: 0;
 outline: 0; 
 font-size: 100%; 
 vertical-align: baseline; 
 background: transparent; 
}
body {
 font-family:Tahoma;
}
ol, ul {
 list-style: none; 
}
blockquote, q {
 quotes: none; 
}

:focus {
 outline: 0;
}

table {
 border-collapse: collapse;
 border-spacing: 0;
}


#wrap {
	width:800px;
	margin:0 auto;
}

#head {
	height:49px;
	position:relative;
}

#head a.logo {
	display:block;
	background:url(images/logo.jpg) no-repeat;
	width:166px;
	height:80px;
	float:left;
}

.phone {
	margin-left:365px;
	margin-right:265px;
	color:#000;
	font-weight:bold;
	width:200px;
	font-size:14px;
	padding-top:15px;
}

.iko {
	width:170px;
	float:right;
	position:relative;
}

.iko a.first {
	height:47px;
	width:33px;
	background:url(images/ikons.gif) no-repeat;
	background-position:0 -47px;
	position:absolute;
	top:0;
	left:0;
	display:block
}

.iko a.first:hover {
	background-position:0 0px;
}

.iko a.second {
	height:47px;
	width:33px;
	background:url(images/ikons.gif) no-repeat;
	background-position:-60px -47px;
	position:absolute;
	top:0;
	left:60px;
	display:block;

}

.iko a.second:hover {
	background-position:-60px 0px;
}


.iko a.third {
	height:47px;
	width:33px;
	background:url(images/ikons.gif) no-repeat;
	background-position:-118px -47px;
	position:absolute;
	top:0;
	left:120px;
	display:block;
}

.iko a.third:hover {
	background-position:-118px 0px;
}

#menu {
	background:url(images/menu.gif) no-repeat;
	height:45px;
	margin-top:45px;
}

#menu ul {
	list-style-image:none 
}

#menu ul li {
	float:left;
	font-size:14px;
	text-align:center;
	height:45px;
	padding-left: 20px;
	padding-right: 20px;
}

#menu ul li div {
	padding-top:12px;
	height:33px
}

#menu ul li:first-child {
	margin-left:15px;
}

#menu ul li:hover {
	background:url(images/hover.gif) center repeat-x;
}


#menu ul li div a {
	color:#fff;
	text-decoration:none
}

#menu ul li div:hover {
	background:url(images/a-hover.gif) center no-repeat;
}

#picture {
	text-align:center
}

#news {
	font-size:12px;
	height:70px;
	margin-top:25px;
	overflow:hidden;
}

#news a {
	color:#008686
}

#news div.f {
	float:left;
	width:230px;
	padding-left:15px;
}

#news div.s {
	margin:0 245px
	width:230px;
	padding:0px 15px;
}

#news div.t {
	float:right;
	width:230px;
	padding-right:15px;
	margin:0 auto;
}


#text {
	font-size:12px;
	margin-top:25px;
	margin-bottom:25px;
	line-height:1.6em
}

#text h2 {
	margin-bottom:10px;
	font-size:16px
}

#text p {
	margin-bottom:5px;
}

#footer {
	background:url(images/footer.jpg) no-repeat;
	height:74px;
	width:780px;
	margin:0 auto;
	color:#fff;
	font-size:14px;
	padding:25px 20px;
	clear:both;
}

#footer a {
	color:#fff
}

#footer div {
	float:left;
	width:200px;
}

#footer div.first {
	width:220px
}

#footer div.copy {
	margin:0 70px;
	margin-right:90px;
	font-size:12px;
}


