#main {
	width:960px;
	margin:0 auto;
	position:relative;
	background-repeat: no-repeat;
	background-position: center top;
}

#header {
	height:200px;
}
#header, #content, #footer {
}

.col-1, .col-2, .col-3 { float:left;}

/*======= index.html =======*/

#page1 #content .row-2 .col-1 {
	width:260px;
	margin-right:30px;
	margin-left: 10px;
}
#page1 #content .row-2 .col-2 {
	width:290px;
	margin-right:30px;
}
#page1 #content .row-2 .col-3 {
	width:300px;
}

/*======= index-1.html =======*/
#page2 #content .row-1 .col-1 {width:273px; margin-right:11px;}
#page2 #content .row-1 .col-2 { width:273px; margin-right:11px;}
#page2 #content .row-1 .col-3 { width:273px;}
#page2 #content .row-2 .col-1 {width:525px; margin-right:22px;}
#page2 #content .row-2 .col-2 { width:254px;}


/*======= index-2.html =======*/
#page3 #content .row-1 .col-1 {width:225px; margin-right:50px;}
#page3 #content .row-1 .col-2 { width:225px; margin-right:50px;}
#page3 #content .row-1 .col-3 { width:226px;}
#page3 #content .row-2 .col-1 {width:253px; margin-right:20px;}
#page3 #content .row-2 .col-2 { width:253px; margin-right:20px;}
#page3 #content .row-2 .col-3 { width:253px;}
#page3 #content .row-3 .col-1 {width:253px; margin-right:20px;}
#page3 #content .row-3 .col-2 { width:528px;}

/*======= index-3.html =======*/
#page4 #content .col-1 {width:525px; margin-right:22px;}
#page4 #content .col-2 { width:254px;}

/*======= index-4.html =======*/
#page5 #content .col-1 { width:254px; margin-right:22px;}
#page5 #content .col-2 {width:525px;}

/*======= products.html =======*/
#productsPage #content .col-1 {
	width:670px;
	margin-right:15px;
	padding-bottom: 20px;
}
#productsPage #content .col-1 p {
	padding: 0px 20px 15px;
}
#productsPage #content .col-2 {
	width:243px;
	border: 1px solid #666;
	background-color: #FFF;
}
#productsPage #content .row-2 .col-1 {
	width:210px;
	margin-right:15px;
	margin-left: 15px;
}
.columnList {
	width:200px;
	margin-left: 20px;
	float: left;
}
#productsPage #content .row-2 .col-2 {
	width:230px;
}

/*======= services.html =======*/
#servicesPage #content .col-1 {
	width:670px;
	margin-right:15px;
	padding-bottom: 20px;
}
#servicesPage #content .col-1 p {
	padding: 0px 20px 15px;
}
#servicesPage #content .col-2 {
	width:243px;
	border: 1px solid #CCC;
	background-color: #FFF;
}
#servicesPage #content .row-2 .col-1 {
	width:280px;
	margin-right:55px;
}
#servicesPage #content .row-2 .col-2 {
	width:280px;
}


/*======= contact.html =======*/
#contactPage #content .col-1 {
	width:670px;
	margin-right:15px;
}
#contactPage #content .col-2 {
	width:243px;
	border: 1px solid #666;
}
#contactPage #content .row-2 .col-1 {
	width:260px;
	margin-right:45px;
}
#contactPage #content .row-2 .col-2 {
	width:260px;
}

/*======= contentPage =======*/

#contentContainer {
	padding-left: 15px;
	padding-right: 15px;	
}

#contentPage #content .col-1 {
	width:670px;
	margin-right:15px;
}
#contentPage #content .col-1 p {
	padding: 0px 20px 30px;
}
#contentPage #content .col-2 {
	width:243px;
	border: 1px solid #666;
}
#contentPage #content .row-2 .col-1 {
	width:260px;
	margin-right:45px;
}
#contentPage #content .row-2 .col-2 {
	width:260px;
}

/*======= index-6.html =======*/
#page7 #content .col-1 { width:254px; margin-right:22px;}
#page7 #content .col-2 {width:525px;}




/*=========================*/


#footer {
	height:80px;
	margin-bottom: 40px;
}

/*======= products.html =======*/
#products #content .col-1 {
	width:668px;
	margin-right:15px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
#products #content .col-2 {
	width:243px;
	border: 1px solid #CCC;
}
#products #content .row-2 .col-1 {
	width:230px;
	margin-right:25px;
}
#products #content .row-2 .col-2 {
	width:230px;
}
#products table {
	margin-bottom:25px;
}
.productIcon {
	width: 130px;
	margin-bottom: 20px;
	float: right;
}
.homeAd_image {
	margin-bottom: 10px;
}
/*======= privacy-policy.html =======*/

#privacyPage #content .col-1 {
	padding-bottom: 20px;
}
#privacyPage #content .col-1 p {
	padding: 0px 20px 15px;
}
