/* index.html */
#page1 header {
	min-height:160px;
	background-color: #ffffff;
	background-position: center top;
	background-image: url(../images/header-bg.jpg);
	background-repeat: repeat-x;
}
#page1 #content .col-1 {
	width:575px;
	margin-right:25px;
	margin-top: 37px;
}
#page1 #content .col-2 {
	width:300px;
	padding-top: 37px;
}
#page1 #content .button {min-width:91px}
#page1 footer .col-1 {
	width: 900px;
	color: #000;
	line-height: 1.4em;
	padding-bottom: 20px;
	font-size: 18px;
}
#page1 footer .col-2 {width:288px}
/* news.html */
#page2 header .row-bot {padding-top:20px}
#page2 #content .bg-2 {padding:37px 0 53px}
#page2 footer .col-1 {width:545px; margin-right:65px}
#page2 footer .col-2 {width:288px}
/* services.html */
#page3 header .row-bot {padding-top:20px}
#page3 #content .col-1 {width:410px; margin-right:72px}
#page3 #content .col-2 {width:410px}
#page3 footer .col-1 {width:545px; margin-right:65px}
#page3 footer .col-2 {width:288px}
/* products.html */
#page4 header .row-bot {padding-top:20px}
#page4 #content .bg-2  {padding:45px 0 43px}
#page4 #content .col-1 {width:254px; margin-right:68px}
#page4 #content .col-2 {width:254px}
#page4 footer .col-1 {width:545px; margin-right:65px}
#page4 footer .col-2 {width:288px}
/* contact.html */
#page5 header .row-bot {padding-top:20px}
#page5 #content .bg-2  {padding:37px 0 57px}
#page5 #content .title-3 {margin-bottom:15px}
#page5 #content .col-1 {width:578px; margin-right:65px}
#page5 #content .col-2 {width:254px}
#page5 footer .col-1 {width:545px; margin-right:65px}
#page5 footer .col-2 {width:288px}
#page1 {
}
.serv_list {
	margin-top: -15px;
}
.clear {
	clear: both;
	float: none;
}
