/*	CSS-Framework

	Version		: 0.3.1
	Author		: Aleksej Romanovskij (http://css-framework.ru)
	License		: Creative Commons Attribution 3.0 Unported License (http://creativecommons.org/licenses/by/3.0/)

------------------------------ */
		
/* Utilites
------------------------------ */

* { margin: 0; padding: 0; }

*:focus { outline: none; }
.hidden { display: none; }
.show { display: block!important; }
.no-margin { margin: 0!important; }
.no-padding { padding: 0!important; }
.no-bg { background: none!important; }
.no-border, a img { border: none!important; }
.container:after, .columns:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.img-repl { text-indent: -9999px; overflow: hidden; display: block; }
.cc { clear: both; }

/* Main styles
------------------------------ */

html { height: 100%; color: #000; background: #ebdcca url(../i/pattern_3.gif) left top repeat; font: 13px/1.5 Tahoma, Geneva, sans-serif; }
body { height: auto !important; height: 100%; min-height: 100%; width: 966px; margin: 0px auto; padding-top: 20px; } /* body height 100% */

a { color: #0088cc; }
a:visited {  }
a:hover { color: #aa793e; }
a:active {  }

/* Header
------------------------------ */
.header { width: 966px; height: 275px; background-color: #e9bc7c; }
.header .top1 { float: left; width: 343px; background: url(../i/top1.jpg) left top no-repeat; height: 275px; }
.header .top2 { float: right; width: 623px; background: url(../i/top2.jpg) left top no-repeat; height: 275px; }
.header a.logo { display: block; width:  235px; height: 117px; background: url(../i/logo.gif) 0 0 no-repeat; margin: 57px 0 0 33px; text-indent: -10000px; }
.header a.logo img { display:none; }
.header p.phone { font-family: "Times New Roman", Tahoma, Geneva, Kalimati, sans-serif; font-size: 24px; color: #ffffff; font-weight: bold; text-align: center; padding-right: 55px; margin-top: 15px;}
.header p.slogan { display: block; width: 623px; height: 90px; background: url(../i/slogan.jpg) 0 0 no-repeat; margin-top: 152px; text-indent: -10000px; }

/* Main container
------------------------------- */
.mainblock { width: 966px; background-color: #FFF; margin-top: 10px; background: #FFF url(../i/contbg.png) 0 0 repeat-y; }
.mainblock .topbg, .mainblock .botbg { width: 966px; height: 33px; background: #FFF url(../i/contbgtopbot.png) 0 0 no-repeat; }
.mainblock .botbg { background-position: 0 -33px; }
.sidebar { display: block; float: left; margin-left: 33px; width: 270px; }
.lblock { display: block; background: #f8efe2; margin-bottom: 20px; }
.lblock .btopbbg, .lblock .bbotbbg { display: block; width: 270px; height: 5px; background: url(../i/lblocktopbot.png) 0 0 no-repeat; }
.lblock .bmainbg { border-left: 1px #ede3d1 solid; border-right: 1px #ede3d1 solid; padding: 30px 9px; }
.lblock .bbotbbg { background-position: 0 -5px; }

.content { display: block; float: right; margin-right: 33px; width: 590px; }
			
/* Vertical Menu
------------------------------ */

.menu-v {  }
.menu-v li { padding: 0; list-style: none; margin-bottom: 5px; }
.menu-v li a { text-decoration: none; display: block; background: url(../i/lmenutop.gif) -250px 0 no-repeat; font-family: Tahoma, Geneva, Kalimati, sans-serif; font-size: 15px; padding-top: 7px; line-height: 14px; text-decoration: underline; color: #755733; }
.menu-v li a span { padding-bottom: 9px; display: block; line-height: 14px; background: url(../i/lmenubot.gif) -250px 0 no-repeat; padding-left: 28px; }
.menu-v li a.active, .menu-v li a:hover { background-color: #cd9d59; background-position: 0 0; color: #ffffff; text-decoration: none; }
.menu-v li a.active span, .menu-v li a:hover span { background-position: 0 bottom; text-decoration: none; }
.menu-v li ul { padding: 5px 10px 5px 35px; }
.menu-v li li { border: none; list-style: disc; }
.menu-v li li a { background: none !important; font-size: 13px; color: #0088cc; text-decoration: underline; }
.menu-v li li a.active { color: #623e1f !important; font-weight: bold; text-decoration: none !important; cursor: default !important; }
.menu-v li li a:hover { color: #aa793e; text-decoration: underline; }
.menu-v a:hover { text-decoration: underline; }

/* Left bottom block
 ----------------------------- */
.lblock p { margin: 0 15px 15px; }
.lblink a { display: block; line-height: 25px; padding-left: 30px; background: url(../i/disk.gif) 0 2px no-repeat; font-family: Tahoma, Geneva, Kalimati, sans-serif; font-size: 15px; color: #0088cc; }
.lblink a:hover { color: #aa793e; }

/*
------------------------------- */
.footer td { font-family: Tahoma, Geneva, Kalimati, sans-serif; font-size: 11px; color: #7b5c37; border: 0; vertical-align: middle; }
.footer .copyright { padding-left: 30px; height: 60px; width: 650px; }
.footer .addr { padding-right: 30px; text-align: left; }
						
/* Content elements
------------------------------ */

.content h1, .content h2, .content h3, .content h4 { font: 24px Tahoma, Geneva, sans-serif; margin-bottom: .5em; }
.content h2 { font-size: 18px; }
.content h3 { font-size: 15px; font-weight: bold; }
.content h4 { font-size: 13px; font-weight: bold; }

blockquote { margin-left: 10em; padding-left: 1em; border-left: 2px solid #ccc; }
code, pre { font: 1.2em/1 "Courier New", Courier, monospace; padding: 1px 2px; background: #eee; }
pre { border: 1px dashed #aaa; line-height: 1.7em; padding: 5px; font-size: .9em; background: #eee; margin: 0; }
strong {  }
em {  }
sup, sub { vertical-align: baseline; position: relative; }
sup { top: -0.4em; }
sub { bottom: -0.3em; }

hr { color: #ccc; background-color: #ccc; height: 1px; border-width: 0px; }

.em { font-style: italic; }
.strong { font-weight: bold; }

.content ul, .content ol { margin-left: 3em; line-height: 1.3em; }
.content ul li, .content ol li { margin-bottom: .2em; }

.content dl {  }
.content dl dt { margin-bottom: .2em; font-weight: bold; }
.content dl dd { padding-left: 5em; margin-bottom: .4em; }

.icons a, .icon { padding: 1px 0 1px 20px; background-repeat: no-repeat; background-position: left center; }

.content p, .content ul, .content ol, .content dl, .content table, blockquote, pre, .columns, .content img, hr { margin-bottom: 11px; }

.box { margin: 11px; }

h1.index { display: block; width: 590px; background: #f3e0c2 url(../i/hindex.png) 0 0 no-repeat; text-align: center; color: #523720; font-family: Tahoma, Geneva, Kalimati, sans-serif; font-size: 20px; padding-top: 5px; margin-bottom: 20px; }
h1.index span { display: block; width: 590px; background: url(../i/hindexb.png) 0 bottom no-repeat; padding-bottom: 5px; }

table.catlist { border: 0; }
table.catlist td { border: 0; width: 50%; text-align: center; padding: 0; padding-bottom: 20px; }
table.catlist td.tdl { padding-right: 15px; }
table.catlist td.tdr { padding-left: 15px; }
table.catlist span.img { display: block; width: 280px; height: 220px; background-repeat: no-repeat; background-position: center center; margin-bottom: 5px; }
table.catlist .img span { display: block; width: 280px; height: 220px; background: url(../i/goodframe.gif) 0 0 no-repeat; }
table.catlist a:hover .img span { background-position: 0 -220px; }
table.catlist .img img { display:none; }

/* Text align, float
------------------------------ */

.a-left { text-align: left; }
.a-center { text-align: center; }
.a-right { text-align: right; }

.f-left { float: left; }
.f-right { float: right; }

/*	Tables
------------------------------ */

table { border-collapse: collapse; width: 100%; }
table th, table td { border: 1px solid #ccc; padding: 2px 3px; vertical-align: top; }
table th { background: #f4f4f4; }
table td {  }

/*	Columns
------------------------------ */

.columns {  }
.w-5, .w-10, .w-15, .w-20, .w-25, .w-30, .w-35, .w-40, .w-45, .w-50, .w-55, .w-60, .w-65, .w-70, .w-75, .w-80, .w-85, .w-90, .w-95, .w-100, .w-33, .w-66, .w-38, .w-62 { float: left;  }

.col-content { padding-right: 6px; }
.col-first { padding-left: 0!important; }
.col-last { padding-right: 0!important; }

.w-5 { width: 5%; }
.w-10 { width: 10%; }
.w-15 { width: 15%; }
.w-20 { width: 20%; }
.w-25 { width: 25%; }
.w-30 { width: 30%; }
.w-35 { width: 35%; }
.w-40 { width: 40%; }
.w-45 { width: 45%; }
.w-50 { width: 50%; }
.w-55 { width: 55%; }
.w-60 { width: 60%; }
.w-65 { width: 65%; }
.w-70 { width: 70%; }
.w-75 { width: 75%; }
.w-80 { width: 80%; }
.w-85 { width: 85%; }
.w-90 { width: 90%; }
.w-95 { width: 95%; }
.w-100 { width: 100%; }

.w-33 { width: 33%; }
.w-66 { width: 66%; }

.w-38 { width: 38%; }
.w-62 { width: 62%; }

/* Images
------------------------------ */

.content img { padding: 5px; border: 1px solid #ccc!important; margin-top: .4em; }
.content img.null-image { padding: 0!important; border: none!important; margin: 0!important; }
img.f-left { margin-right: 1em; }
img.f-right { margin-left: 1em; }

/* Content Form
------------------------------ */

.content form { padding: .5em 0; }
.content fieldset { margin-bottom: 1em; border: none; }
.content legend { margin-top: -1px; padding-bottom: 1em; font-size: 1.1em; font-weight: bold; }

.content .f-row { overflow: hidden; margin-bottom: .5em; }
.content label { float: left; text-align: right; width: 25.99%; padding: 0 2%; }
.content .f-inputs { padding-left: 30%; }

.f-actions { padding-top: 1em; border-top: 1px solid #ccc; }

/* Inputs
------------------------------ */

input { vertical-align: middle }
.i-checkbox { margin-top: 3px; }
.i-text { width: 200px; padding: 1px; font: 1em sans-serif; }
.button { padding: 0 .25em; width: auto; overflow: visible; cursor: pointer; }
			
/* Corners (em)
------------------------------ */

.corners { position: relative; overflow: hidden; }
.corners em.tl, .corners em.tr, .corners em.bl, .corners em.br { position: absolute; font-size: 1px; }

.corners-2 em.tl, .corners-2 em.tr, .corners-2 em.bl, .corners-2 em.br { width: 4px; height: 4px; background-image: url(../i/corners/corners-2.png); }
	.corners-2 em.tl { left: -2px; top: -2px; } .corners-2 em.tr { right: -2px; top: -2px; } .corners-2 em.bl { left: -2px; bottom: -2px; } .corners-2 em.br { right: -2px; bottom: -2px; }
.corners-3 em.tl, .corners-3 em.tr, .corners-3 em.bl, .corners-3 em.br { width: 6px; height: 6px; background: url(../i/corners/corners-3.png); }
	.corners-3 em.tl { left: -3px; top: -3px; } .corners-3 em.tr { right: -3px; top: -3px; } .corners-3 em.bl { left: -3px; bottom: -3px; } .corners-3 em.br { right: -3px; bottom: -3px; }
.corners-4 em.tl, .corners-4 em.tr, .corners-4 em.bl, .corners-4 em.br { width: 8px; height: 8px; background: url(../i/corners/corners-4.png); }
	.corners-4 em.tl { left: -4px; top: -4px; } .corners-4 em.tr { right: -4px; top: -4px; } .corners-4 em.bl { left: -4px; bottom: -4px; } .corners-4 em.br { right: -4px; bottom: -4px; }
.corners-5 em.tl, .corners-5 em.tr, .corners-5 em.bl, .corners-5 em.br { width: 10px; height: 10px; background: url(../i/corners/corners-5.png); }
	.corners-5 em.tl { left: -5px; top: -5px; } .corners-5 em.tr { right: -5px; top: -5px; } .corners-5 em.bl { left: -5px; bottom: -5px; } .corners-5 em.br { right: -5px; bottom: -5px; }
.corners-6 em.tl, .corners-6 em.tr, .corners-6 em.bl, .corners-6 em.br { width: 12px; height: 12px; background: url(../i/corners/corners-6.png); }
	.corners-6 em.tl { left: -6px; top: -6px; } .corners-6 em.tr { right: -6px; top: -6px; } .corners-6 em.bl { left: -6px; bottom: -6px; } .corners-6 em.br { right: -6px; bottom: -6px; }
.corners-7 em.tl, .corners-7 em.tr, .corners-7 em.bl, .corners-7 em.br { width: 14px; height: 14px; background: url(../i/corners/corners-7.png); }
	.corners-7 em.tl { left: -7px; top: -7px; } .corners-7 em.tr { right: -7px; top: -7px; } .corners-7 em.bl { left: -7px; bottom: -7px; } .corners-7 em.br { right: -7px; bottom: -7px; }
.corners-8 em.tl, .corners-8 em.tr, .corners-8 em.bl, .corners-8 em.br { width: 16px; height: 16px; background: url(../i/corners/corners-8.png); }
	.corners-8 em.tl { left: -8px; top: -8px; } .corners-8 em.tr { right: -8px; top: -8px; } .corners-8 em.bl { left: -8px; bottom: -8px; } .corners-8 em.br { right: -8px; bottom: -8px; }
.corners-9 em.tl, .corners-9 em.tr, .corners-9 em.bl, .corners-9 em.br { width: 18px; height: 18px; background: url(../i/corners/corners-9.png); }
	.corners-9 em.tl { left: -9px; top: -9px; } .corners-9 em.tr { right: -9px; top: -9px; } .corners-9 em.bl { left: -9px; bottom: -9px; } .corners-9 em.br { right: -9px; bottom: -9px; }
.corners-10 em.tl, .corners-10 em.tr, .corners-10 em.bl, .corners-10 em.br { width: 20px; height: 20px; background: url(../i/corners/corners-10.png); }
	.corners-10 em.tl { left: -10px; top: -10px; } .corners-10 em.tr { right: -10px; top: -10px; } .corners-10 em.bl { left: -10px; bottom: -10px; } .corners-10 em.br { right: -10px; bottom: -10px; }

	
/**************************************************************

	MultiBox
	v1.3

**************************************************************/

.MultiBoxContainer { position: absolute; border: 20px solid #000; background-color: #FFF; display: none; z-index: 2; text-align: left; /*overflow: hidden;*/ }
.MultiBoxLoading { background: url(../images/loader.gif) no-repeat center; } 
.MultiBoxContent { position: relative;  width: 100%; height: 100%; overflow: hidden; }
.MultiBoxClose { position: absolute; top: -26px; right: -26px; background: url(../images/light_close.gif) no-repeat; width: 24px; height: 24px; cursor: pointer; }
.MultiBoxControlsContainer { overflow: hidden; height: 0px; position: relative; }
.MultiBoxControls { width: 100%; height: auto; position: relative; background-color: #000000; }
.MultiBoxPrevious { position: absolute; background: url(../images/left.png) no-repeat; width: 24px; height: 24px; left: 0px; margin-top: 5px; cursor: pointer; }
.MultiBoxNext { position: absolute; background: url(../images/right.png) no-repeat; width: 24px; height: 24px; right: 0px; margin-top: 5px; cursor: pointer; }
.MultiBoxNextDisabled { cursor: default; background: url(../images/rightDisabled.png) no-repeat; }
.MultiBoxPreviousDisabled { cursor: default; background: url(../images/leftDisabled.png) no-repeat; }
.MultiBoxTitle { position: relative; margin: 10px 0 0 35px; float: left; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #FFF; font-weight: bold; text-align: left; }
.MultiBoxNumber { position: relative; width: 50px; margin: 10px 35px 0 0; float: right; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #FFF; text-align: right; }
.MultiBoxDescription { clear: left; position: relative; margin: 0 35px 0 35px; padding-top: 5px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #FFF; text-align: left; }

/** Форма отправки сообщения */
.postform .dleft { width: 100px; text-align: right; padding: 13px 10px 10px 10px; }
.postform .dleft span { font-weight: bold; color: darkred; }
.postform .dright { padding: 10px; }
.postform .in { padding: 3px; width: 436px; }
.postform textarea { padding: 3px; height: 200px; width: 436px; }

.pagination { text-align:center; padding:10px 0; }
.pagination a { padding:1px 5px; border:1px solid #ffffff; text-decoration:none; position:relative; color:#0088cc; background-color:#ffffff; margin:0 2px; }
.pagination a:hover { background-color:#ffffff; color:#cd9d59; border:1px solid #ffffff;  }
.pagination span { padding:1px 5px; border:1px solid #ffffff; text-decoration:none; position:relative; color:#c2c2c2; background-color:#fff; cursor:default; margin:0 2px; }
.pagination span.active { color:#fff; border:1px solid #cd9d59; background-color:#cd9d59; }

.atleft { float: left; margin: 0px 10px 10px 0px; }
.atright { float: right; margin: 0px 0px 10px 10px; }


/* Прайс-листы */
table.prs {  margin: 20px 0px 10px; border: 0px; }
table.prs td { padding: 5px; border: 0px; }
table.prs span.name { font-family: Tahoma, Verdana, sans-serif; font-size: 13px; color: black; display: block; }
table.prs span.date { font-family: Tahoma, Verdana, sans-serif; font-size: 10px; color: #888a85; }
table.prs .picon { display: block; width: 27px; height: 27px; background: url(../images/prices.gif) 0px -54px no-repeat; }
table.prs .pi1 { background-position: 0px 0px !important; }
table.prs .pi2 { background-position: 0px -27px !important; }
.lblock .prs { margin-top: 0px; }

/* Вопросы и ответы */
div.question_item { margin-bottom:30px; }
div.question_name { font-size:11px; line-height:13px; margin-bottom:10px; }
div.question_name span.name { color:#4a8797; }
div.question_name span.date { color:#a7a7a7; }
div.question_question { color:#000; line-height:15px; margin-left:20px; margin-bottom:10px; }
div.question_answer { color:#363636; line-height:15px; margin-left:20px; padding:10px; background-color:#eeeeec; }

#question_form { background-color:#dbd5cf; padding:20px; }

/* Блок новостей справа */
.blockTitle { font-size:15px; font-weight:bold; color:#523720; }
.newsblock .date { color:#666666; font-size: 12px; font-weight: bold; margin-bottom: 5px; }
.newsblock .title { line-height:17px; margin-left:30px; margin-bottom:10px;  }
.newsblock .short { margin-left:30px; margin-bottom:20px;  }

.lblock .myemail { margin-left:15px; height:20px; line-height:20px; padding:0 3px; width:100px; }
.lblock .mybutton { font-size:13px; height:22px; line-height:22px; padding:0 3px; }

.roar-body { position:absolute; font: 12px/14px "Lucida Grande", Arial, Helvetica, Verdana, sans-serif; color:#fff;
    text-align:left; z-index:999; }
.roar { position:absolute; width:300px; cursor:pointer; }
.roar-bg { position:absolute; z-index:1000; width:100%; height:100%; left:0; top:0; background-color:#000; -moz-border-radius:10px;
    -webkit-border-radius:5px; -webkit-box-shadow:0 0 5px rgba(0, 0, 0, 0.5); }
.roar-body-ugly .roar { background-color:#333; }
.roar-body-ugly .roar-bg { display:none; }
.roar h3 { position:relative; padding:15px 10px 0; margin:0; border:0; font-size:13px; color:#fff; z-index: 1002; }
.roar p { position: relative; padding: 10px 10px 15px; margin: 0; font-size: 12px; color: #fff; z-index: 1002; }
.roar h3 { font-weight: bold; }
