/* Clean */
html, body, h1, h2, h3, h4, h5, h6, p, em, strong, abbr, acronym, blockquote, q, cite, ins, del, dfn, a, div, span, pre, hr, address, br, b, i, sub, sup, big, small, tt, caption, thead, tfoot, col, colgroup, form, input, label, textarea, button, fieldset, legend, select, option, optiongroup, ul, ol, li, dl, dt, dd, code, var, kdb, samp, img, object, param, map, area, bdo, iframe {
    padding: 0;
    margin: 0;
}

html, body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

body {
    color: #333;
    text-align: center;
    position: relative;
}

html {
    height: 100%;
}

body {
    height: auto !important;
    height: 100%;
    min-height: 100%;
}

img {
    border: 0;
}

table {
    border-collapse: collapse;
}

div {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

a, a:link, a:visited, a:active {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #333;
    text-decoration: none;
}:focus {
    outline: none;
}

ul {
    list-style-type: none;
}

/*Position*/
#container {
    width: 932px;
    margin: 0 auto
}

#content {
    float: right; width: 680px;
}
*html #wrapper {float: right; width: 680px;}

#navigation {
    float: left;
    width: 237px
}

#extra {
    float: left;
    clear: left;
    width: 237px
}

#footer {
    clear: both;
    width: 100%
}

.clear { clear: both; height: 0; line-height: 0; font-size: 0; }
.clearfix:after { content: ' '; clear: both; display: block; width: 0; height: 0; overflow: hidden; font-size: 0; }

/*Local*/
body{background: url(/img/bgr.jpg) repeat;}
*html body {background: #f1e5a9 url(../img/bgr-r-rep.jpg) repeat-y 100% 0;}    


#navigation {
    overflow: visible;
}

#container {
    text-align: left;
}

#logo {
    width: 252px;
    height: 158px;
    background: url(../img/logo.jpg) no-repeat;
    margin-left: -7px;
	position:relative;
}
#logo a {
	display:block;
	position:absolute;
}
#l-home, #l-map, #l-mail {
	width:20px;
	height:20px;
	top:10px;
}
#l-home {
	left:20px;
}
#l-map {
	left:50px;
}
#l-mail {
	left:83px;
}
#l-index {
	width:120px;
	height:110px;
	top:30px;
	left:70px;
}
.menu {
	position:relative;
}
.menu ul li {
    width: 238px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 14px;
	vertical-align:bottom;
}
.menu ul li ul li {
	width: auto;
	font-size: 12px;
	padding-left:38px;
}

.menu ul li a {
    display: block;
    line-height: 29px;
    padding-left: 38px;
}
.menu ul li ul li a {
	line-height: 22px;
	padding-left:0;
}
.menu ul li a:hover {
	text-decoration:underline;
} 

.m1 ul li a {
    background: url(../img/item.jpg) no-repeat 0 100%;
	color: #f8efca;
}
.m1 ul li ul li a {
	background:none;
	color: #333;
}

.m2 ul li a {
    background: url(../img/item2.jpg) no-repeat 0 100%;
	color: #4b4737;
}

#tl, #tr {
    bottom: 0px;
    position: absolute;
    top: 0;
}
*html #tl, #tr { height: 667px;}
#tl {
    width: 50px;
    background: url(../img/bgr-left.jpg) no-repeat;
    left: 0;
}

#tr {
    width: 33px;
    background: url(../img/bgr-right.jpg) no-repeat;
    right: 0;
}

#tr-list {
    position: absolute;
    width: 219px;
    height: 95px;
    background: url(../img/list-rt.png) no-repeat;
    top: 0;
    right: 0;
	z-index:55;
}

#ban {
    height: 113px;
	position:relative;
}

#extra {
    background-color: #fff;
}

h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #333333;
    padding: 15px 0 15px 34px;
}

.str-g {
    background: url(../img/str-green.jpg) no-repeat 10px 18px;
}

.str-o {
    background: url(../img/str-orange.jpg) no-repeat 10px 18px;
}

.img-tabs {
    margin-left: 10px;
}
.img-tabs-cont {
	padding-top:20px;
	width:640px;
}
.img-tabs li {
    float: left;
    margin: 0 4px 6px 0;

    width:105px;
}

.works {
    height:143px; 
    margin-bottom:6px;
}
.works .img-tabs li {
     float:none;
     height:143px; 
}
.works .img-tabs {
    position:absolute;
}
.works .img-tabs.tab2 {
    margin-left:120px;
}


.img-tabs-cont li {
	float:left;
	margin: 0 20px 20px 0;
	height: 143px;
}

.img-tabs li a.dsc, .img-tabs-cont li a.dsc {
    display: block;
    line-height: 38px;
    background: url(../img/desc-img.jpg) no-repeat;
    text-align: center;
}
.img-tabs-cont li a.dsc {
	background: url(../img/desc-img-cont.jpg) no-repeat;
}

.img-tabs li img, .img-tabs-cont li img {
    vertical-align: bottom;
}

.all {
    text-align: center;
    padding-bottom: 16px;
    clear:both;
}

.all a {
    color: #1195b5;
    font-size: 16px;
    text-decoration: underline;
}

.all a:hover {
    text-decoration: none;
}

.partners {
    background-color: #f7f1d3;
    float: left;
    width: 100%;
    padding-bottom: 30px;
}

.logo-tabs {
    padding-left: 17px;
    float: left;
}

.logo-tabs li {
    float: left;
    margin: 0 13px 13px 0;
    text-align: center;
}

.logo-tabs li a {
    text-decoration: underline;
    color: #1195b5;
}

.logo-tabs li img {
    vertical-align: bottom;
}

/*
 ------------------------- Content -----------------------
 */
#tel {
    height: 46px;
}

#tel p {
    padding-top: 5px;
    padding-left: 42px;
    font-size: 20px;
	text-align: justify;
}

/*
------------------------ Slides ---------------------------
*/

#img-bl {
    position: relative;
    width: 620px;
    height: 453px;
    margin-left: 40px;
    margin-top: 83px;
    text-align: center;
    background: #dbcb7d;
}

#img-bl img {
    margin-top: 6px;
}

#str-left, #str-right {
    position: absolute;
    width: 37px;
    height: 440px;
    top: 0;
    display: block;
}

#str-left {
    left: -37px;
    background: url(../img/listing-left.jpg) no-repeat;
}

#str-right {
    right: -36px;
    width: 36px;
    background: url(../img/listing-right.jpg) no-repeat;
}
.slides {
	margin:0 auto;
	background:transparent;	
}
*html .slides{height: 404px!important; overflow: hidden; width: 539px;}
*html  #desc-big .slides{height: 62px!important; overflow: hidden; width: auto;}
#desc-big {
    width: 364px;
    height: 100px;
    position: relative;
    background: url(../img/desc-big.png) no-repeat;
    margin: 0px auto 0px auto;
    color: #fff;
	z-index:50;
    top: -50px;
}
*html #desc-big{background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/desc-big.png', sizingMethod='crop');}

#desc-big p {
    padding-top: 45px;
	text-align:center;
	background:transparent;
}

#left-bl {
    width: 680px;
    float: left;
}

p {
    line-height: 1.4em;
	text-align: justify;
}

#left-bl p {
    padding: 0 0 12px 42px;
}

h2 {
    color: #739c00;
    font-size: 1.5em;
    padding: 5px 0 14px 42px;
}

input, textarea, select {
    border: 1px solid #837d68;
}

#orderForm {
    padding-left: 42px;
}

#orderForm textarea {
    height: 90px;
}

#orderForm input, #orderForm textarea {
    margin-bottom: 10px;
    width: 288px;
}

#orderForm input.sbm {
    width: 107px;
    height: 28px;
    background: url(../img/button-brown.jpg) no-repeat;
    border: none;
    color: #fff;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
}

#orderForm p {
    text-align: right;
}

#right-bl p {
    padding-bottom: 12px;
}

.kam-list {
    padding: 36px 0 20px 90px;
    background: url(../img/ic01.jpg) no-repeat 4px 0;
}

#right-bl {
    float: right;
    width: 288px;
    padding-top: 24px;
}

.kam {
    padding: 12px 0 20px 50px;
    background: url(../img/ic02.jpg) no-repeat 0 0;
}

.news a, .pub a {
    color: #047eb6;
    text-decoration: underline;
}

.news a:hover, .pub a:hover {
    color: #333;
}

span.date {
    display: block;
    width: 82px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 7px;
}

.news span.date {
    background: url(../img/date-green.jpg) no-repeat;
}

.pub span.date {
    background: url(../img/date-orange.jpg) no-repeat;
}

/*
 --------------------- Footer ----------------------------
 */
#footer {
    height: 105px;
    background: url(../img/footer.png) repeat-x 0 100%;
    z-index: 100;
    position: relative;
	text-align:center;
}

#lb, #rb {
    position: absolute;
    height: 166px;
    bottom: 0;
    z-index: 105;
}

#lb {
    background: url(../img/l-bottom.png) no-repeat;
    width: 152px;
    left: 0;
}
*html #lb{background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/l-bottom.png', sizingMethod='crop');}

#rb {
    background: url(../img/r-bottom.png) no-repeat;
    width: 137px;
    right: 0;
}
*html #rb{background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/r-bottom.png', sizingMethod='crop');}

.body-left { background: url(../img/bgr-l-rep.jpg) repeat-y 0 667px; }
.body-right  { background: url(../img/bgr-r-rep.jpg) repeat-y 100% 0;}

#footer-in {
	width:900px;
	margin:0 auto;
}
#copy {
	background-color:#353013;
	padding:8px 16px;
	float:left;
	display:inline;
	margin-left:50px;
	margin-top:55px;
	color:#fff;
}
#copy a {
	color:#fff;
	text-decoration:underline;
}
#copy a:hover {
	text-decoration:none;
}
#count {
	text-align:right;
	float:right;
	width:330px;
	margin-top:55px;
}
/*
 ----------------------------- Menu -------------------------
 */
#menu {
    width: 623px;
    height: 117px;
    background: url(../img/menu.png) no-repeat;
    position: absolute;
    top: -85px;
	z-index:50;
}
*html #menu{background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/menu.png', sizingMethod='crop');  left: 0px}
*+html #menu {  left: 0px;}

#inner #menu {
	position:relative;
	top:auto;
	margin-left:38px;
}
#menu a {
	display:block;
	position:absolute;
	height:29px;
	/*background-image: url(../img/items.jpg);*/
	background-position-x: 120px;
	background-repeat:no-repeat;
	top:38px;
}
#menu a:hover {
	background-position-x:0;
	
}
#m-about {
	background-position-y:0;
	width:102px;
	left:36px;
}

#m-works {
	background-position-y:-29px;
	width:117px;
	left:165px;
}

#m-serv {
	background-position-y:-58px;
	width:80px;
	left:301px;
}

#m-prices {
	background-position-y:-87px;
	width:72px;
	left:396px;
}

#m-cont {
	background-position-y:-116px;
	width:102px;
	left:486px;
}
/*
-------------------- Inner ----------------
*/
#incont {
	margin-left:42px;
	float:left;
	display:inline;
	width:620px;
	overflow:hidden;
}
#incont .kam-list {
	margin-left:-14px;
}
#incont a {
    color: #047eb6;
    text-decoration: underline;
    display: block;
}
#incont a:hover {
	color:#333;
}
#incont p {
	padding-bottom:12px;
}
#incont p img{margin: 0px 10px 10px 0px;}
#incont #pages p {
	padding-bottom:0;
}
#incont .str-g {
    background: url(../img/str-green-in.jpg) no-repeat 10px 18px;
}

#incont .str-o {
    background: url(../img/str-orange-in.jpg) no-repeat 10px 18px;
}

#other {
	float:right;
	margin-top:31px;
}
#left-inner {
	width:310px;
	float:left;
}
#right-inner {
	width:300px;
	float:right;
	overflow:hidden;
}
.gal-lt {
	width:315px;
	float:left;
}
.gal-lt li {
	background:url(../img/img-lt-pod.jpg) no-repeat;
	width:97px;
	height:134px;
	float:left;
	margin-right:5px;
	text-align:center;
	
}
.gal-lt li img {
	margin-top:4px;
	margin-bottom:5px;
	width:87px;
	height:87px;
}
.br-btn {
	text-align:right;
	clear:both;
	padding-top:15px;
}
.br-btn a {
	display:block;
	float:right;
	width:118px;
	height:29px;
	background: url(../img/brown-btn.jpg) no-repeat;
	text-align:center;
		
}
#incont .br-btn a {
	color:#fff;
	font-size:14px;
	text-decoration:none;
	line-height:29px;
}
/*
-------------------- Gallery ---------------
*/
.e2g {
	padding-top:15px;
	overflow:hidden;
	zoom:1;
	width:640px;
}
.e2g div {
	float:left;
	background: url(../img/gal-pod.jpg) no-repeat 0 0;
	width:160px;
	height:160px;
}
.e2g div img {
	margin:7px 0 0 7px;
}
#pages {
	background-color:#F7F1D3;
	padding:8px 16px;
	width:100%;
	float:left;
	margin-bottom:20px;
}
.right {
	float:right;
}
#pages a, #pages b {
	font-size:16px;
}
#pages b {
	color:#91c600;
}


