html,body{
	height: 100%;
}
body{
	background:#eee;
	margin: 0;
	padding: 0;
	font-family:Sans-serif, Arial, Tahoma;
	font-size: 12px;
}
a, a:visited, a:active, :link{
	color: #B82E2E;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;

}
div.clear{
	clear: both;
}
div#wrapper{
	margin: 0 auto;
	width: 1000px;
	min-height: 100%;
}
div#header{
	border-bottom: 1px dotted #333333;
	height: 100px;
	padding: 10px 0;
	position: relative;
	width: 100%;
}
div#top_menu{
	font-size: 11px;
	color:#333;
	position: absolute;
	top: 10px;
	right: 0px;
}
div#top_menu a, div#top_menu a:visited, div#top_menu a:link, div#top_menu a:active{
	text-decoration: underline;
	color: #333;
}
div#top_menu a:hover{
	text-decoration: none;
	color: #B82E2E;
}
div#logo{
	position: absolute;
	top: 50px;
	left:0px;
}
div#logo a, div#logo a:hover, div#logo a:visited, div#logo a:link, div#logo a:active{
	text-decoration: none;
	color: #000;
	font-size: 36px;
}
div#address{
	color: #333;
	font-size: 12px;
	position: absolute;
	right: 0;
	top: 45px;
}
div#slogan{
	color: #333333;
	font-size: 12px;
	left: 61px;
	position: absolute;
	top: 45px;
}
div#phone{
	font-size: 36px;
	position: absolute;
	right: 0;
	top: 60px;
}
div#phone span.code{
	color: #333;
	font-size: 22px;
}
div#menu{
	border-bottom: 1px dotted #333333;
	height: 40px;
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}
div#menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
	height: 40px;
	width: 100%;
	text-align: center;
}
div#menu ul li {
	display: inline;
	width: auto;
	height: 40px;
	line-height: 40px;
	text-transform: uppercase;
	margin-right: 40px;
	font-size: 14px;
	font-weight: bold;
}
div#menu ul li.last{
	margin-right: 0px;
}
div#menu ul li a, div#menu ul li a:visited, div#menu ul li a:active, div#menu ul li a:link{
	color:#333;
	text-decoration: none;
}
div#menu ul li a:hover{
	text-decoration: none;
	color: #B82E2E
}
div#manufacture{
	width: 100%;
	height: auto;
}
div#manufacture div.product{
	background-color: #FFF;
	background-position: 8px 8px;
	background-repeat: no-repeat;
	float: left;
	height: 146px;
	border: 1px solid #CCC;
	margin: 0 16px 16px 0;
	width: 236px;
	position: relative;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
div#manufacture div.product.last{
	margin-right: 0;
}
div#manufacture div.product:hover{
	border: 1px solid #000;
}
div#manufacture div.product1{
	background-image: url('/img/products/drobilki.jpg');
}
div#manufacture div.product2{
	background-image: url('/img/products/gldsk.jpg');
}
div#manufacture div.product3{
	background-image: url('/img/products/glgrohot.jpg');
}
div#manufacture div.product4{
	background-image: url('/img/products/glkonv.jpg');
}
div#manufacture div.product5{
	background-image: url('/img/products/glpit.jpg');
}
div#manufacture div.product6{
	background-image: url('/img/products/klassifikatiri.jpg');
}
div#manufacture div.product7{
	background-image: url('/img/products/moikapeska.jpg');
}
div#manufacture div.product8{
	background-image: url('/img/products/poroshok.jpg');
}
div#manufacture div.product div.descr{
	position: absolute;
	width: 220px;
	background-color: #000;
	font-size: 12px;
	height: 35px;
	padding-top: 15px;
	left: 8px;
	bottom: 8px;
	color:#FFF;
	line-height: 100%;
	text-align: center;
	z-index: 5;
	opacity: 0.3; 
	filter: alpha(Opacity=30); 
}
div#manufacture div.product a{
	display: block;
	width: 100%;
	height: 100%;
	z-index: 10;
	position: absolute;
}
div#manufacture div.product:hover div.descr{
	opacity: 0.7; 
	filter: alpha(Opacity=70); 
	height: 70px;
	padding-top: 60px;
}
div#content{
	padding-bottom: 200px;
}
div#page{
	background-color: white;
	border: 1px solid #CCCCCC;
	float: left;
	padding: 20px;
	width: 576px;

}
div#page p, ul{
	line-height: 150%
}
div#page h1{
	border-bottom: 2px solid #B82E2E;
	color: #B82E2E;
	font-size: 24px;
	font-weight: normal;
	padding: 0 0 10px;
	text-transform: uppercase;
}
div#page h2, div#page h3, div#page h4, div#page h5, div#page h6{
	color: #B82E2E;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
}
div#sitebar{
	float: right;
	font-size: 14px;
	line-height: 150%
}
div#sitebar div.block{
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 20px;
	width: 325px;
	margin-bottom: 15px;

}
div#sitebar h2, div#sitebar h3, div#sitebar h4, div#sitebar h5, div#sitebar h6{
	font-size: 24px;
	border-bottom: 2px solid #000;
	font-weight: normal;
	text-transform: uppercase;
	padding-bottom: 5px;
}
div#sitebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div#sitebar ul li{
	margin-bottom: 5px;
}
div#sitebar div.tel{
	font-size: 18px;

}
div#sitebar div.tel span.code{
	color: #666;
}
div#footer{
	margin: -185px auto 20px auto;
	background-color: white;
	width: 960px;
	padding: 20px;
	height: 100px;
	border: 1px solid #CCCCCC;
	color: #666666;
	font-size: 12px;
}
div#copyright,div#contacts{
	width: 576px;
	height: auto;
	float:left;
}
div#webmaster_and_counter{
	float: right;
}
div#footer p{
	margin: 5px 0;
}
.articles-list{
    margin-top: 20px;
}

.articles-list-item .article-title a, .articles-list-item .article-title a:hover, .articles-list-item .article-title a:visited, .articles-list-item .article-title a:link, .articles-list-item .article-title a:active{
    color: #000;
    text-decoration: none;

} 
.articles-list-item .article-title a:hover{
    text-decoration: underline;
}
.articles-list-item {
    width: 320px;
    height: auto;
    margin-bottom: 20px;
}
.articles-list-item .article-tech-info{
    display: none;
}

.articles-list-item .article-preview {
    width: 80px;
    height: 60px;
    overflow: hidden;
    float: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    border: solid 1px #f2f2f2;
}
.articles-list-item .article-title{
    width: 220px;
    float: right;
    font-size: 18px;
    margin-bottom: 5px;
}
.articles-list-item .article-maker,.articles-list-item .article-section{
    width: 220px;
    float: right;
    margin-bottom: 5px;
    font-size: 11px;
}
.articles-list-item .article-description{
    width: 220px;
    float: right;
}

.articles-list-item .article-read-more{
    width: 220px;
    float: right;
}
.articles-list-item .article-read-more .button-read-more{
    height: 25px;
    line-height: 25px;
    text-align: center;
    width: 110px;
    cursor: pointer;
    margin-top: 10px;
    background-color: #F0882A;
    background-image: url("/template/default/i/menu_bg.png");
    background-position: 0 -2px;
    background-repeat: repeat-x;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 1px 1px 6px -4px #000000;
    color: #FFFFFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow:  0 2px 6px -4px #000000;
    box-shadow:  0 2px 6px -4px #000000; 

}


#online-application-bar{
    margin-top: 20px;
}

#online-application-bar .title{
    font-weight: bold;
    margin-bottom: 3px;
}
#online-application-bar .description{
    color: #888;
    font-style: italic;
    font-size: 12px;
}
#online-application-bar .form-element{
    margin-bottom: 15px;
}
#online-application-bar textarea[name="order"]{
    width: 310px;
    height: 100px;
    line-height: 20px;
    padding: 5px;
    border: 1px solid #AAA;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 2px 2px 5px -4px #000;
    box-shadow: inset 2px 2px 5px -4px #000;
}
#online-application-bar input[type="text"]{
    width: 310px;
    height: 20px;
    line-height: 20px;
    padding: 5px;
    border: 1px solid #AAA;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 2px 2px 5px -4px #000;
    box-shadow: inset 2px 2px 5px -4px #000;
}
#online-application-bar input[name="anti-spam"]{
    width: 130px;
    height: 20px;
    line-height: 20px;
    padding: 5px;
    border: 1px solid #AAA;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 2px 2px 5px -4px #000;
    box-shadow: inset 2px 2px 5px -4px #000;
    text-align: center;
}

#online-application-bar input[type="submit"]{
    width: 120px;
    text-align: center;
    height: 30px;
    background-color:  #576477;
    color: #fff;
    font-weight: bold;
    line-height: 20px;
    padding: 5px;
    border: 1px solid #666;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px 5px -4px #000;
    box-shadow: 2px 2px 5px -4px #000;
    margin-left: 55px;
}

#online-application-bar .success{
    background-color: lightgreen;
    padding: 10px;
    border: solid 1px #ccc;
    margin: 0 0 10px 0;
}

#online-application-bar .error{
    background-color: lightpink;
    padding: 10px;
    border: solid 1px #ccc;
    margin: 0 0 10px 0;
}
