﻿html,body,h1,h2,h3,div,td,p,a{
	 font-family:"Century Gothic";
	 color:#636466;
	
}

h1{font-size:1.78em; letter-spacing:5px; }
h2{font-size:1.6em; letter-spacing:3px; }
h3{font-size:1.2em; letter-spacing:0.16em; }

a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

.active{
	color:#D99D37;
	text-decoration:none;
}



body{
	background-color:#ebebe1;
	margin:0;
}

#container{
	width:1024px;
	height:768px;
	position:relative;
	text-align:center;
	margin-right:auto;
	margin-left:auto; 
	
	
}

.home{
	background:#ffffff url('images/bg-home.jpg') no-repeat scroll center top;
}
.italian-plaster{
	background:#ffffff url('images/italian-plaster-bg.jpg') no-repeat scroll center top;
}

.faux-finishes{
	background:#ffffff url('images/faux-finishes-bg.jpg') no-repeat scroll center top;
}

.custom-effects{
	background:#ffffff url('images/custom-effects-bg.jpg') no-repeat scroll center top;
}




/*TOP MENU*/

#menutop{
	float:right;
	width:672px;
	height:20px;
	margin-top:85px;
	margin-right:23px;
	text-align:left;
	vertical-align:middle;
	font-size:8pt;
	font-weight:bold;
	color:#FFFFFF;
	letter-spacing:2px;
 

}
#menutop a{
	color:#FFFFFF;
	text-decoration:none;
	letter-spacing:2px;
	padding:0px 20px 0px 20px;
}

#menutop a:hover{
	color:#ebc36a;
	text-decoration:none;
	
}


#menutop a:active, #menutop .active{
	color:#ebc36a;
	text-decoration:none;
	background-color:#ebc36a;
}
#menutop div.section a:hover{
	color:#594a42;
}


/*Content*/
#content{
	width:250px;
	/*height:543px;*/
	float:left;
	margin-top:32px;
	margin-left:45px;
	text-align:left;
	position:relative;
	
	
}

/*Slides*/
#slides{
	float:right;
	height:395px;
	width:672px;
	margin-right:23px;
	margin-top:40px;
	
	
}
/*TECHNIQUES MENU*/
#tech-menu{
	float:right;
	width:672px;
	height:32px;
	margin-top:85px;
	margin-right:23px;
	text-align:left;
	vertical-align:middle;
	font-size:8pt;
	font-weight:bold;
	letter-spacing:2px;
}

#tech-menu img{
	vertical-align:middle;
}

#tech-menu a, #tech-menu a:visited, #tech-menu a:active{
	text-decoration:none;
	letter-spacing:2px;
	padding:0px 25px 0px 10px;

}

#tech-menu a:hover{
	text-decoration:underline;	
}
#technique-content{
	width:700px;
	height:130px;
	float:right;
	position:absolute;
	right:25px;
	bottom:0px;
}

/*Gallery*/
#gallery-space{
	float:right;
	height:395px;
	width:672px;
	margin-right:23px;
	margin-top:40px;
	text-align:left;
	vertical-align:top;	

}


/*****/

#bottom{
	width:300px;
	height:20px;
	clear:both;
	vertical-align:bottom;
	position:absolute;
	bottom:10px;
	right:23px;
}



#footer{
	width:1024px;
	height:30px;
	margin:0px auto auto auto;	
	text-align:right;
	font-size:x-small;
	clear:both;
}

