/*html * { font-size: 100.01% }*/
html, body {
padding:0;
margin:0;
font-family: Verdana, Helvetica, Arial, sasn-serif;
color:#333;
background-color:#fff;
}
body {font-size: 13px; }
h1, h2, h3, h4, h5, h6 {
color:#000;
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
margin:1.5em 0 0.5em;
padding:0;
}
h1 { font-size: 22px }
h2 { font-size: 21px }
h3 { font-size: 20px; font-weight:normal; }
h4 { font-size: 16px }
h5 { font-size: 14px }
h6 { font-size: 14px }
a {color:#000;}
a:hover, a:visited {color:#333;}
h3 a {text-decoration:none;}
h3 a:hover {text-decoration:underline;}
p {line-height:1.5em;}

.wrapper {
width:962px;
margin:0 auto 20px;
clear:both;
position:relative;
overflow:hidden;
}

.header { border-bottom: 1px solid #000; }

h1#title {
	text-indent:-9999px;
	float:left;
}

.header a img {
	float:left;
	border:none;
	margin-top:20px;
}

#top_nav {
list-style-type:none;
font-size:14px;
padding:0;
margin:0;
position:absolute;
right:0;
bottom:0;
}
#top_nav  li {
float:left;
padding-left:1.5em;
}
#top_nav  li a {
text-decoration:none;
color:#333;
display:block;
padding-bottom:7px;
border-bottom:3px solid #fff;
}
#top_nav a.actual, ul#top_nav a:hover {
color:#000;
border-bottom:3px solid #000000;
}

.content {
margin:20px 20px 20px 0;
width:640px;
float:left;
}
.content p {
clear:both;}
.illustrations {
float:left;
margin:20px 0 20px 20px;
width:280px;
text-align:center;
padding-top:4.6em;
}
.illustrations h3 {margin-top:0;}
.illustrations img {
margin:10px 0 0 0;
padding:4px;
border:1px solid #ccc;
}
.illustrations p {
font-size:12px;
margin-top:0;
}
body#contacts div#phone, body#contacts div#mail, body#contacts div#blogger {
padding-left:50px;
height:3em;
}
body#contacts div#phone {background:transparent url(img/phone_icon.png) no-repeat scroll 0 6px;}
body#contacts div#mail {background:transparent url(img/mail_icon.png) no-repeat scroll 0 6px;}
body#contacts div#blogger {background:transparent url(img/blogger_icon.png) no-repeat scroll 0 6px;}
.footer {
margin-top:20px;
font-size:11px;
color:#999;
}
body#contacts .footer {
margin-top: 200px;
}
p.bottom_contacts {
float:left;
padding-top:30px;
}
p.copyright {
float:right;
text-align:right;
padding-top:30px;
}