#min-width-wrap {
    min-width:1000px;
}
/* для IE */
* html .minwidthwrap {
    border-left:960px solid #fff;
    border-right:40px solid #fff;/*min-width-960*/
    position:relative;
    float:left;
    z-index:1;
}
* html .mw-wrap {
    margin-left:-960px; /*-min-width*/
    margin-right:-40px; /*-(min-width-960)*/
    position:relative;
    float:left;
    z-index:2;
}

body {
    background: #FFF url(/public/images/bg.gif) left top repeat;
    font-family: Trebuchet MS, Arial, Verdana, Tahoma;
    font-size: 13px;
    color: #292727;
}

.error {
    color: #800;
}

.success {
    color: #080;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

a {
    color: #4e4d4d;
    text-decoration: none;
}
a:hover {
    color: #d6300d;
    text-decoration: underline;
}

p {
    text-align: justify;
    padding: 5px 0px;
}

h1 {
    font-size: 18px;
    font-weight: bold;
    padding-left: 25px;
    margin: 0px 0px 10px;
    background: transparent url(/public/images/marker_h.png) 0 0 no-repeat;
    font-family: Verdana, Tahoma;
    text-align: left;
}

h2 {
    font-size: 16px;
    margin: 0px 0px 10px;
    font-weight: bold;
    font-family: Verdana, Tahoma;
    text-align: left;
    background-color: #e4e4d6;
}

h3 {
    font-size: 14px;
    margin: 0px 0px 8px;
    font-weight: bold;
    font-family: Verdana, Tahoma;
    text-align: left;
}

h4 {
    font-size: 12x;
    margin: 0px 0px 5px;
    font-weight: bold;
    font-family: Verdana, Tahoma;
    text-align: left;
}

table td {
    vertical-align: top;
}

.wrapLine {
    height: 15px;
    margin: 10px auto;
    background-color: #e4e4d6;
    clear: both;
}

#pageLayout {
    margin: 0px auto;
}

.block {
    margin: 0px auto 10px;
    overflow: hidden;
}
.white .tl, .white .tr, .white .bl, .white .br {
    background: transparent url(/public/images/whiteblock.png) 0 0 no-repeat;
    font-size: 2px;
    height: 15px;
}
.white .content {
    padding: 0px 15px;
    background-color: #FFF;
}
.green .tl, .green .tr, .green .bl, .green .br {
    background: transparent url(/public/images/greenblock.png) 0 0 no-repeat;
    font-size: 2px;
    height: 15px;
}
.green .content {
    padding: 0px 15px;
    background-color: #dfe3cf;
}
.grey .tl, .grey .tr, .grey .bl, .grey .br {
    background: transparent url(/public/images/greyblock.png) 0 0 no-repeat;
    font-size: 2px;
    height: 15px;
}
.grey .content {
    padding: 0px 15px;
    background-color: #f9faf6;
}
.bg .tl, .bg .tr, .bg .bl, .bg .br {
    background: transparent url(/public/images/bglock.png) 0 0 no-repeat;
    font-size: 2px;
    height: 15px;
}
.bg .content {
    padding: 0px 15px;
    background-color: #F3F3E9;
}
.block .tl, .block .bl {
    margin-right: 15px;
}
.block .tr, .block .br {
    margin-left: 15px;
    margin-top: -15px;
}
.block .tr {
    background-position: 100% 0;
}
.block .bl {
    background-position: 0px -15px;
}
.block .br {
    background-position: 100% -15px;
}
.block .content {
    text-align: center;
}
ul.list li {
    text-align: left;
    color: #D6300D;
    padding: 2px 0px;
}

.small {
    width: 200px;
}

.small input {
    width: 150px;
}

.small2 {
    width: 250px;
}

.small2 input {
    width: 200px;
}

.medium {
    margin-left: 10px;
    padding: 10px 0px;
    width: 350px;
}

.medium2 {
    margin-left: 10px;
    padding: 10px 0px;
    width: 500px;
}

#pageHeader {
    height: 80px;
    margin: 25px 30px 0px;
}
#pageHeader .desc {
    margin-left: 15px;
}

#pageHeader a, #pageHeader a:hover {
    text-decoration: none;
}

#pageHeader .nav {
    width: 27px;
}
.nav ul li {
    height: 27px;
    overflow: hidden;
}
.nav ul li a img {
    margin-top: -27px;
}
.nav ul li a:hover img {
    margin-top: 0px;
}

.search {
    margin: 5px 15px 0px;
    bottom: 0px;
}

.search-form {
    display: none;
}
.sf1 {
    display: block;
}

.search .search-tabs ul li {
    font-size: 13px;
    font-weight: bold;
	display: inline;
}
.search .search-tabs ul li.first {
    padding: 4px 8px;
    display: block;
}
.search .search-tabs ul li.active a {
    padding-left: 12px;
    background: #f9faf6 url(/public/images/marker_h_small.png) 2px 50% no-repeat;
}
.search .search-tabs ul li a {
	float: left;
	width: 100px;
	padding: 4px 8px;
    display: block;
    border: 1px dotted #777;
    border-bottom: 0px none;
    background-color: #E4E4D6;
}

#topNav {
    margin: 10px 0px 15px;
    height: 15px;
    text-align: left;
    padding: 8px 30px;
    background-color: #e4e4d6;
}
#topNav ul {
}

#topNav ul li {
    display: inline;
    padding: 8px 8px;
}
#topNav ul li.active {
    background: transparent url(/public/images/bg.gif) left top repeat;
}
#topNav ul li.active a {
    text-decoration: underline;
    color: #D6300D;
}
#topNav ul li a {
    font-weight: bold;
    font-size: 12px;
    font-family: Tahoma;
}
ul.light li a {
    color: #D6300D;
}

div.button {
    height: 21px;
    margin: 5px 0px 0px;
}
div.button div {
    background: transparent url(/public/images/button.png) 0 0 no-repeat;
    margin-right: 10px;
    height: 21px;
}
div.button div div {
    background: transparent url(/public/images/button.png) 100% 0 no-repeat;
    margin-right: -10px;
    margin-left: 10px;
    height: 21px;
}
div.button div div div {
    text-align: center;
    margin: 0px;
    padding: 3px 10px 0px 0px;
    height: 18px;
}
div.button div div div a {
    color: #FFF;
    font-weight: bold;
}

#pageMiddle {
    width: 100%;
}

#pageContent {
    padding-top: 15px;
    line-height: 1.5;
}

#left_side_0 {
    margin-left: -100%;
}
#left_side_0 #left_side {
    margin-left: 30px;
    width: 250px;
}

#left_side_0 #left_side, #right_side {
    padding: 10px 0px;
}

#right_side {
    width: 200px;
    margin-left: -230px;
}

#pageMiddle .two_cols {
    margin: 0px 250px 0px 30px;
}

#pageMiddle .three_cols {
    margin: 0px 250px 0px 300px;
}

#pageContent h1, #pageContent h2, #pageContent h3 {
    padding-left: 25px;
    background-position: 0 5px;
}

#galery li {
    margin: 5px 0px;
}

.news_text img {
    border: 1px solid #888;
    background-color: #CCC;
    padding: 5px;
}

.date {
    background: transparent url(/public/images/shirt.png) 0 50% no-repeat;
    padding-left: 15px;
    font-size: 11px;
    color: #539DDF;
}

.viewmore {
    text-align: right;
}
.viewmore a {
    font-weight: bold;
    font-size: 11px;
    color: #d6300d;
}

div.bottom_line {
    border-bottom: 1px dotted #888;
    margin-bottom: 10px;
}
div.bottom_line h4, div.bottom_line p {
    margin: 0px;
    padding: 0px;
}
div.bottom_line .date {
    padding-left: 15px;
}

.reviewList li {
    margin: 3px 0px;
}
.reviewList li span {
    padding: 0px 5px;
}
.reviewList li .name {
    font-weight: bold;
}

#company {
    width: 100%;
}
#company td {
    padding: 4px 2px;
}
#company td a {
    text-decoration: underline;
}

#page_info h2 {
    font-family: Trebuchet MS, Arial, Verdana, Tahoma;
    font-size: 13px;
    color: #292727;
    margin: 0px;
    padding: 0px;
    background-color: transparent;
}

#page_info h3 {
    background-color: #e4e4d6;
}

.pages {
    margin: 5px auto 0px;
    text-align: center;
}
.pages li {
    display: inline;
    padding: 0px 5px;
}
.pages li.current {
    border-bottom: 2px solid #888;
}

#sitemap ul {
    padding-left: 15px;
}

#pageFooter {
    color: #5f5c5c;
    margin: 25px 30px;
}

#pageFooter a {
    color: #5f5c5c;
}

#pageFooter #bottomNav {
    text-align: center;
    font-size: 11px;
}

#bottomNav ul li {
    display: inline;
    padding: 0px 5px;
}

#pageFooter #copyright {
    color: #828282;
    text-align: center;
    margin: 10px auto;
}
