@charset "utf-8";
/* ------ CSS RESET ------ */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
    margin:0;
    padding:0;
    font: 11px/1.5 Tahoma,Verdana, Arial, Helvetica, sans-serif;
}

fieldset,img { 
    border:0;
}

address,caption,cite,code,dfn,em,th,var {
    font-style:normal;
    font-weight:normal;
}

ul {
    list-style:none;
    padding:0;
    margin:0;
}

caption,th {
    text-align:left;
}

h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
    line-height:normal;
}

q:before,q:after {
    content:'';
}
abbr,acronym { border:0;}

/* ------ CSS RESET END ------ */

/* ------ CSS COMMON ELEMENTS ------ */

body {
    margin:0;
    padding:0;
    background:#aeaeae;
}

a {
    outline:none;
    color:#58595b;
    text-decoration:none;
}

a:hover {
    color:#b82933;
}

input { 
    padding:2px;
    margin:1px;
    font-size: 11px;
}

select { margin:2px; font-size:10px;}

h2 {
    font:normal 9pt Arial;
    color:#b82933;
}

h3 {
    /*
	color: #8dd8f8;
	font-size:10px;
	text-transform: uppercase;
	margin-bottom:5px; */
}

sup {
    vertical-align: baseline;
    font-size: 0.8em;
    position: relative;
    top: -0.4em;
}


/* ------ CSS COMMON ELEMENTS END ------ */

/* ------ CSS MAIN DIVS START ------ */

/*//// header /////*/
#header {
    width:100%;
    height:403px;
}

/*///// content //////*/
#container {
    width:100%;
    background:url(../images/site_bg.jpg) 50% 0 no-repeat;
    color:#58595b;
}

#content {
    width:986px;
    min-height:430px;
    margin:0 auto;
}

#side_left {
    width:175px;
    height:222px;
    float:left;
}

#side_right {
    width:206px;
    height:222px;
    float:right;
}

#side_middle {
    width:600px;
    float:left;
    padding:50px 0 20px 0;
}

#services {
    float:left;
    width:100%;
}

#services li {
    width:100%;
    float:left;
    margin-bottom:20px;
}

#services li div {
    width:29%;
    float:left;
    padding-right:26px;
}

#services li div h2 {
    padding-bottom:10px;
}

#gallery_container {
    float:left;
    width:986px;
    height:382px;
}

#gallery_right {
    width:278px;
    height:216px;
    float:right;
    background:url(../images/hammer.jpg);
}

#gallery {
    margin:50px 0 0 90px;
}

#gallery li {
    width:174px;
    height:166px;
    background:url(../images/thumb_bg.jpg) no-repeat;
    float:left;
    margin:0 30px 0 0;
    padding:0;
    
}

#gallery li a {
    width:162px;
    height:107px;
    display:block;
    overflow:hidden;
    padding:6px;
}

#gallery li p {
    padding-top:10px;
}

#gallery li p span {
    color:#b82933;
}

.disable {
    color:#dfdfdf;
}

#pages {
    width:278px;
    float:right;
}

/*///// footer /////*/
#footer {
    width:806px;
    margin:0 auto;
    font-size:10px;
}

#footer * {
    font-size:10px;
}

#footer ul {
    width:100%;
    border-bottom:1px solid #b82933;
    float:left;
}

#footer ul li {
    float:left;
    padding:0 0 4px 0;
}

#footer ul li a {
    display:block;
    padding:0 12px 0 12px;
    float:left;
}

#footer #copyright {
    float:left;
    color:#b82933;
    padding:0 0px 0 12px;
    width: 250px;
}

#footer #design {
    float:right;
    border-right:1px solid #b82933;
    color:#b82933;
    padding:0 11px 4px 0;
}

#footer #design a {
    color:#b82933;
}

/*////// contacts //////*/
#address {
    width:300px;
    float:left;
    margin-bottom:20px;
}

#feedback {
    width:300px;
    margin-top:36px;
    float:right;
}

#feedback h3 {
    margin-bottom:20px;
    border-bottom:1px solid #d8d8d8;
    padding-bottom:5px;
    font-weight:bold;
    color:#616161;
}

#feedback p {
    margin-bottom:10px;
    float:left;
    width:100%;
}

label {
    float: left;
    width: 55px;
}

label span, #output p.error {
    color: #ff0000;
}

label.error {
    display: block;
    width: 220px;
    margin-left: 125px;
    color: #ff0000;
}


textarea {
    width: 100%;
    overflow: hidden;
    border:1px solid #d8d8d8;
    background:#cbcbcb;
}

input[type=text] {
    width: 220px;
    float: right;
    border:1px solid #d8d8d8;
    background:#cbcbcb;
}

input.submit, input.reset {
    width:122px;
    height:32px;
    border:none;
    cursor:pointer;
}

input.sbg {
    background:url(../images/btnSend_bg.jpg);
}

input.rbg {
    background:url(../images/btnClear_bg.jpg);
}

input.sen {
    background:url(../images/btnSend_en.jpg);
}

input.ren {
    background:url(../images/btnClear_en.jpg);
}

input.sru {
    background:url(../images/btnSend_ru.jpg);
}

input.rru {
    background:url(../images/btnClear_ru.jpg);
}



#langs {
	position: absolute;
	z-index: 100;
	top: 110px;
	left: 50%;
	margin-left:368px;
}

#langs a {
	background: #ba2e39;
	color: #fff;
	text-transform: uppercase;
	padding: 1px 4px 1px 4px;
	float: left;
	margin-left: 3px;
	display: block;
}
