﻿/* home.html */
#page1 header {
	margin-bottom: 0;
}
#page1 #content .padding {
	padding: 0 12px;
}
#page1 #content .col-1 {
	width: 292px;
	margin-right: 9px;
}
#page1 #content .col-2 {
	width: 292px;
}
#page1 #content .col-3 {
	width: 544px;
	margin-right: 40px;
}
#page1 #content .col-4 {
	width: 300px;
}
#page1 #content {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
/* news.html */
#page2 #content .col-1 {
	width: 292px;
	margin-right: 9px;
}
#page2 #content .col-2 {
	width: 292px;
}
#page2 #content .col-3 {
	width: 650px;
	margin-right: 45px;
}
#page2 #content .col-4 {
	width: 232px;
}
#page2 #content {
	padding: 12px 0;
}
/* services.html */
#page3 #content .col-1 {
	width: 292px;
	margin-right: 9px;
}
#page3 #content .col-2 {
	width: 292px;
}
#page3 #content .col-3 {
	width: 425px;
	margin-right: 45px;
}
#page3 #content .col-4 {
	width: 420px;
}
#page3 #content {
	padding: 12px 0;
}
/* products.html */
#page4 #content .col-1 {
	width: 292px;
	margin-right: 9px;
}
#page4 #content .col-2 {
	width: 292px;
}
#page4 #content .col-3 {
	width: 800px;
	margin-right: 41px;
}
#page4 #content .col-4 {
	width: 235px;
}
#page4 #content {
	padding: 12px 0;
}
#page4 #content .list-2 li {
	padding-left: 26px;
	background: url("../images/pic-1.gif") 0 4px no-repeat;
}
/* contacts.html */
#page5 #content .col-1 {
	width: 292px;
	margin-right: 9px;
}
#page5 #content .col-2 {
	width: 292px;
}
#page5 #content .col-3 {
	width: 765px;
	margin-right: 30px;
}
#page5 #content .col-4 {
	width: 235px;
}
#page5 #content {
	padding: 12px 0;
}
#page5 #content .block-news {
	padding: 27px 33px 36px;
}


