/*
Standards-based Web Design
by Alex - http://www.webunit.spb.ru
*/
html, body {
	height: 100%;
}
body {
	font: normal 14px/1.4 "trebuchet ms", sans-serif;
	color: #333;
	background: #f9f9f4;
	background: #ebecd9;
	text-align: center;
}
#container {
	min-height: 100%;
	width: 950px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
#bowl {
	display: block;
	padding-bottom: 180px;
	min-height: 100px;
}
#footer {
	width: 950px;
	min-height: 80px;
	position: absolute;
	left: 0;
	bottom: 20px;
	background: url(img/bg-footer-bot.gif) no-repeat 0 100%;
	padding-bottom: 25px;
}
#footer .wrapfoot {
	display: block;
	background: url(img/bg-footer-top.gif) no-repeat 0 0;
	min-height: 30px;
	padding-top: 25px;
}
#footer .wrapfoot .bodyfoot {
	display: block;
	background: url(img/bg-footer-body.gif) no-repeat 0 0;
	padding: 0 20px 0 30px;
	color: #f9f9f4;
}
/* =============== Layout === */
/* header */
#header {
	display: block;
	height: 336px;
	background: url(img/picbig.jpg) no-repeat 100% 100%;
}
.topic {
	display: block;
	height: 58px;
	/*background: #f5f5dc;*/
	padding-top: 40px;
}
.topic .phone {
	width: 231px;
	height: 58px;
	float: left;
}
.topic .phone a {
	background: url(img/writeme.gif) no-repeat 0 0;
	width: 231px;
	height: 52px;
	display: block;
}
.topic .phone a:hover {
	background-position: 0 -60px;
}
.topic .menu_top {
    width: 670px;
    height: 58px;
    float: right;
    margin-right: 10px;
}
/* --------------- MENU ----- */
.menu_top dl {
    display: block;
    height: 55px;
}
.menu_top dt {
    padding-right: 10px;
    float: left;
}
.menu_top dd {
	float: left;
}
.menu_top a {
	display: block;
	font-size: 15px;
	margin-bottom: 1px;
	padding: 2px 6px 2px 14px;
	background: url(img/marker.gif) no-repeat 2px 8px;
	color: #444;
}
.menu_top a:hover,
.menu_top .active {
	background-position: 2px -92px;
	/*background-color: #f9f9f4;*/
	color: #228dc2;
	text-decoration: none;
}
/* -------------- */
.subtopic {
	display: block;
	height: 230px;
}
.logoplace {
	width: 250px;
	height: 120px;
	float: left;
	padding-top: 30px;
}
/* tubby */
#tubby {
	display: block;
	min-height: 100px;
}
.onecol {
	width: 950px;
	background: #f9f9f4 url(img/bg-tubby-bot.gif) no-repeat 0 100%;
	padding-bottom: 25px;
}
.onecol .wrapper {
	display: block;
	min-height: 100px;
	background: url(img/bg-tubby-top.gif) no-repeat 0 0;
	padding: 25px 30px 0 30px;
}
.sideleft, 
.sideleftbg {
	width: 46%;
	float: left;
}
.sideleftbg {
	background: #f9f9f4 url(img/bg-sider-bot.gif) no-repeat 0 100%;
	width: 455px;
	padding-bottom: 25px;
}
.sideleftbg .wrap {
	background: url(img/bg-sider-top.gif) no-repeat 0 0;
	padding: 15px 15px 0 15px;
	display: block;
}
.sideright, 
.siderightbg {
	width: 46%;
	float: right;
}
.siderightbg {
	background: #f9f9f4 url(img/bg-sider-bot.gif) no-repeat 0 100%;
	width: 455px;
	padding-bottom: 25px;
}
.siderightbg .wrap {
	background: url(img/bg-sider-top.gif) no-repeat 0 0;
	padding: 15px 15px 0 15px;
	display: block;
}
.twocols {
	display: block;
	width: 950px;
	padding: 10px 0;
}

/* Typography */
#tubby h1 {
	color: #1088c1;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 15px;
	padding: 0 0 0 20px;
	background: url(img/marker-h1.gif) no-repeat 0 .25em;
}
#tubby img {
	border: 1px solid #e9d111;
}
#tubby p {
	padding-bottom: 10px;
}
#tubby ul, 
#tubby ol {
	padding-bottom: 10px;
}
.markerlink {
	color: #0080be;
	background: url(img/markerlink.gif) no-repeat 0 .6em;
	padding-left: 6px;
	margin-top: 8px;
}
a.markerlink:hover {
	text-decoration: none;
}
.date {
	color: #a0a0a0;
	font-weight: bold;
}
#tubby a {
	color: #0080be;
}
#tubby a:hover {
	text-decoration: none;
}

/* NEWS Block Styles */
.newsbox {
	display: block;
	margin-bottom: 20px;
}
#tubby .newsbox p {
	padding-bottom: 0;
}
.newsbox h3 {
	color: #0080be;
	font-size: 100%;
}
.newsbox dl:after {
	content: "."; display: block; visibility: hidden; height: 0; clear: both;
}
.newsbox dt {
	width: 110px;
	float: left;
	padding-top: 5px;
}
.newsbox dd {
	margin-left: 115px;
}
.newsbox .markerlink {
	display: block;
	float: right;
	margin-top: 0;
}

/* Common Table Styles */
table {
	border-collapse: collapse;
	width: 100%;
	margin: 15px 0;
}
table th {
	background: #e2f1cd;
}
table th,
table td {
	padding: 4px;
	text-align: left;
	border: 1px solid #1088c1;
}
/* =================== FORM FEEDBACK ==== */
.feedback {
	width: 420px;
	min-height: 200px;
	margin: 10px 0 0 0;
}
.feedback form {
	display: block;
}
.feedback fieldset {
	padding: 20px 10px 0 5px;
	border: 1px solid #1088c1;
}
.feedback fieldset legend {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 18px;
	padding-left: 5px;
}
.feedback label {
	float: left;
	width: 150px;
	padding: 4px;
	margin: 0 0 10px 0;
}
.feedback input,
.feedback textarea {
	width: 230px;
	margin: 0 0 10px 0;
	background: #fff;
	border: 1px solid #361e11;
	border: 1px solid #1088c1;
	padding: 4px;
	float: right;
}
.feedback textarea {
	height: 100px;
	margin-bottom: 6px;
}
.feedback .bttngo {
	width: 125px;
	float: left;
	margin-left: 5px;
	font-size: 11px;
	cursor: pointer;
}
.feedback .bttnreset {
	width: 125px;
	font-size: 11px;
	cursor: pointer;
}
.feedback .error-message {
	font-size: 9px;
	color: #a44308;
}
.tofbnote {
	font-size: 10px;
	padding-left: 5px;
	margin-bottom: 5px;
	clear: both;
}
/* ------------------- / FORM FEEDBACK ends / --- */
/* FOOTER */
.bodyfoot a {
	color: #efd717;
}
.bodyfoot a:hover {
	text-decoration: none;
}
.bodyfoot dt,
.bodyfoot dd {
	width: 250px;
} 
.bodyfoot dt {
	float: left;
	margin-right: 10px;
}
.bodyfoot dd {
	float: right;
}

/* =============== MISC === */
.no {display: none;}
.tyell {color: #efd717;}
.itoleft {
	float: left;
	margin: 4px 15px 10px 0;
}
.itoright {
	float: right;
	margin: 4px 0 10px 15px;
}
.floatright {
	float: right;
}

.separator {display: block; clear: both; visibility: hidden; height: 0;}
.separator10 {display: block; clear: both; visibility: hidden; height: 10px;}
.separator20 {display: block; clear: both; visibility: hidden; height: 20px;}
.separator40 {display: block; clear: both; visibility: hidden; height: 40px;}

/*========== Красота ===*/

.serv_item{
	clear:left;
	float:left;
	width:100%;
	margin-bottom:10px;
}

.serv_item span.bgred {
	color: #3e7091;
	font-weight: bold;
	text-decoration: underline;
	padding: 2px 10px 2px 10px;
	text-align: center;
	float: left;
	margin-top:4px;
	margin-right:10px;
	cursor:pointer;
}

.serv_item span.sel {
	color: #888888;
	padding: 2px 10px 2px 10px;
}

.serv_item span.bgyellow {
	color: #f4cf00;
	font-weight: bold;
	text-decoration: none;
	padding: 0 2px;
	text-align: center;
	float: right;
	margin-top:0px;
	margin-right:10px;
	cursor:pointer;
}

.serv_item .desc{
	display:none;
	clear:left;
	float:left;
	width:80%;
	padding:3px 10px 3px 13px;
	margin-top:15px;
	margin-bottom:10px;
	margin-left:25px;
}

.serv_item .desc p{
	font-size:12px;
	margin:0px;
	padding:0px;
}

.onecol .wrapper:after, .srv_item:after {
   content: "."; display: block; visibility: hidden; height: 0; clear: both;
}


dl:after {
    content: "."; display: block; visibility: hidden; height: 0; clear: both;
}






