/*

------------------------------------------------------
author:    Aleksey Krekotun
email:     mail@dobrii.ru
icq:       536136
skype:     dobrii_ru
website:   www.dobrii.ru
------------------------------------------------------

*/
/* Reset
---------------------------------------------------------- */
@import 'reset.css';
/* Main Styles
---------------------------------------------------------- */
html { font-size: 100.1%; height: 100%; }

body {
	background: #fff url(./i/bg.gif) 0px 188px repeat-x;
	font-family: Tahoma;
	font-size: 62.5%;
	height: 100%;
	line-height: 150%;
}

#wrapper {
	height: 100%;
	margin: 0 auto;
	position: relative;
	width: auto;
}

h1, h2, h3, h4, h5, h6 { font-weight: normal; }

.clear { clear: both; }

.empty { height: 50px; }

.container {
	position: relative;
}

/* Header
---------------------------------------------------------- */
.header { height: 131px; padding-top: 28px; position: relative; width: 978px; margin: 0 auto;}

/* Logo
------------------------------ */
.header h1 {
	background: #fff;
	display: block;
	float: left;
	height: 84px;
	position: relative;
	width: 306px;
}

.header h1 a, .header h1 a span {
	display: block;
	height: 84px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 306px;
}

.header span { background: url(./i/logo.png) no-repeat; }

	
/* Contacts
------------------------------ */
.contacts {
	color: #f84c78;
	float: right;
	font-size: 140%;
	margin-top: 14px;
}

.contacts a { color: #f84c78; }

.contacts a:hover{ text-decoration: none; }

.contacts li { margin-bottom: 6px; padding-left: 19px; }

.contacts .icq{ background: url(./i/icq.gif) 0px 3px no-repeat; }

.contacts .mail{ background: url(./i/mail.gif) 0px 3px no-repeat; }

.contacts .phone{ background: url(./i/phone.gif) 0px 3px no-repeat; }

/* Language
------------------------------ */
.language { clear: both; float: right; margin-right: 67px; }

.language li { float: left; margin-right: 13px; text-indent: -1999em; }

.language li, .language li a { display: block; height: 12px; width: 17px; }

.language li.eu a { background: url(./i/eu.gif) no-repeat; }

.language li.ru a { background: url(./i/ru.gif) no-repeat; }

/* Container
---------------------------------------------------------- */
/* Menu
------------------------------ */
.menu { overflow: hidden; width: 978px; margin: 0 auto;}

.menu li {
	background: #ededed url(./i/menu-bg.gif) no-repeat;
	color: #fff;
	display: block;
	float: left;
	font-size: 160%;
	height: 23px;
	margin-right: 2px;
	padding-top: 6px;
	text-align: center;
	width: 85px;
}

.menu li.active { background: #f84c78 url(./i/menu-bg.gif) no-repeat; }

.menu li a{ color: #f84c78; }

.menu li a:hover{ text-decoration: none; }

/* Content
------------------------------ */
.container {background:#ededed; padding: 50px 0px 50px 0px;}
.container {font-size: 150%; color: #959595}
.content { clear: both; width: 978px; margin: 0 auto;}

.content ul { overflow: hidden; }
.content .firstline li, .content .secondline li { float: left; margin-right: 8px; }

.firstline {margin-bottom: 8px;}

.secondline { margin-left: 56px; margin-bottom: 8px; }


/* Footer
---------------------------------------------------------- */
.foo {
	color: #736e6e;
	height: 27px;
	margin-top: -50px;
	padding-top: 23px;
	position: relative;
}
.footer {
	width: 978px;
	margin: 0 auto;
}

.footer p{ float: right; margin: 0px 20px 0px 20px; }
