/*============= Aqua Fresca - Layout Css Document =============*/

#site_center, #footer_center {
	text-align:center
}
#main, #footer_main {
	margin:0 auto;
	width:800px;
	text-align:left;
}

.col_1, .col_2, .col_3, .col_box_1, .col_box_2{
	float:left;
}
.col_1 {
	width: 632px;
	background-image: url(../../images/bot_bg.gif);
	background-repeat: repeat-y;
	background-position: 630px;
	
}

.col_2 ul {


}
.col_2 li {
	list-style-position: inside;
	list-style-type: disc;
	margin-left: 10px;
	padding: 0px;
	font-size: 12px;
	margin-top: 10px;
	color: #FFF;
	margin-right: 0px;
	margin-bottom: 0px;
}
.col_2 li.current {
	color: #999;
}

.col_2 a {
	text-decoration: none;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}

.col_2 a:hover {
	text-decoration: none;
	color: #DB3041;
	margin: 0px;
	padding: 0px;
}
#header, #content, #menu, #footer {
	width:800px;
}

.width {
	width:800px;
}


/*======= home.html =======*/
#page2 #content .col_1{
	width:632px;
}
#page2 #content .col_2{
	width:130px;
	overflow:hidden;}
/*=========================*/


/*======= about.html =======*/
#page3 #content .col_1{
	width:632px;
}
#page3 #content .col_2{
	width:100px;
	overflow:hidden;
}
/*=========================*/


/*======= index-3.html =======*/
#page4 #content .col_1{
	width:632px;
}
#page4 #content .col_2{
	width:130px;
	overflow:hidden;
}
/*=========================*/


/*======= services.html =======*/
#page5 #content .col_1{
	width:632px;
}
#page5 #content .col_2{
	width:130px;
	overflow:hidden;
}
/*=========================*/


/*======= contact.html =======*/
#page6 #content .col_1{
	width:536px;
}
#page6 #content .col_2{
	width:264px;
}
/*=========================*/
