/* @override http://localhost/confartigianatofvg/webroot/css/layout.css */

#main { 
	width:970px; 
	margin:0 auto;
}
#header { 
	height:380px;
	position:relative;
	z-index:1;
	background:url(../images/header-bg.jpg) no-repeat right 82px #fff;
}
#header, 
#content, 
#footer { 
	font-size:0.814em;
}
.col-1, 
.col-2, 
.col-3 { 
	float:left;
	width: 290px;
	margin-right: 10px;
}

#content .left-side,
#content .content { 
	float:left; 
	position:relative; 
}
#content .left-side { width:225px; margin-right:60px; z-index:2;}
#content .content { width:604px; z-index:2; padding-top: 5px;}

#content .box1 .col-1 { width:609px;}
#content .box1 .col-2 { width:270px; float:right;}

/*======= index.html =======*/
#page1 #content .content .col-1 { width:278px; margin-right:48px;}
#page1 #content .content .col-2 { width:278px;}

/*======= index-1.html =======*/
#page2 #content .content .col-1 { width:278px; margin-right:48px;}
#page2 #content .content .col-2 { width:278px;}

/*======= index-2.html =======*/
#page3 #content .content .col-1 { width:278px; margin-right:48px;}
#page3 #content .content .col-2 { width:278px;}

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

/*======= index-4.html =======*/
#page5 #content .content .col-1 { width:300px;}
#page5 #content .content .col-2 { width:303px;}


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


#footer { 
	height:56px;
}
