#contentamain img {margin-top: 75px; margin-left:90px;}

#promo {width: 700px; border: 1px dashed #6a5039; margin-bottom: 40px; margin-left: auto; margin-right: auto; padding-top: 10px;}

#promo h2 {font-size: 130%; color: #6a5039; padding: 5px;}
#promo h3 {font-size: 120%; color: #6a5039; padding: 10px;}
#contentb h2 {font-size: 130%; color: #6a5039; padding: 15px;}

#contenuongles {width: 820px; height: auto; padding: 15px;}


#toolbarwrap {
	width: 762px;
	height: 30px;
	/*margin-left:auto; margin-right:auto;*/
	margin: 0px auto;
	padding: 0px;
	background: url(../img/menubar.jpg) repeat-x;
	
	}
ul#toolbar {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
ul#toolbar li {
	float: left;
	padding: 0 0 0 0px;
	width: 381px;
	text-align: center;
	}
ul#toolbar li a {
	float: left;
	line-height: 30px;
	color: #fff;
	text-decoration: none;
	display: block;
	width: 100%;
	}
ul#toolbar li a:hover {
	text-decoration: none;
	color: #fff;
	background: url(../img/menubar3.png) no-repeat;
	width: 100%;
	}
ul#toolbar li.active {
	color: #403124;;
	
}
ul#toolbar li.inactive {
	text-decoration: none;
	color: #fff;
}


#frame {
	overflow: hidden;
	margin: 0 auto;
	width: 760px;
	border-left: 1px solid #79235c;
	border-right: 1px solid #79235c;
	border-bottom: 1px solid #79235c;
}
#scroller {
	width: 760px;
	margin: 0 auto;	
	overflow: hidden;
	position: relative;
}
#contentongles {
	width: 1520px;
}
.section {
	width: 750px;
	float: left;
	padding: 5px;
	text-align: center;
	background-color: #fff;
}
.contenutab {text-align: left;}
.contenutab p {font-size: 100%; padding-left: 10px;}
.contenutab h2 {color: #5f2140; font-size: 120%; text-align: center; padding:10px;}
.contenutab h3 {color: #5f2140;}
.imgga {margin: 10px; float: left;}
.imgdr {margin: 10px; float: right;}
#contenu3 {width: 840px; margin-left: auto; margin-right: auto; padding:20px;}
#contenu3 p {text-align: left;}

.tableauongles {border: none; background: none;}
.tableauongles td {border: none; vertical-align: top;}

.gallerycontainer2{
margin-left: 2px;
position: relative;
height: 300px;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

#gallerycontainer3{
margin-left: 2px;
position: relative;
height: 300px;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail2 img{
border: 1px solid #5f2140;
margin: 0 2px 2px 0;
text-decoration: none;
}

.gallerycontainer2 a {text-decoration: none;}

.gallerycontainer2 a img{margin-bottom: 0px;}

.thumbnail2:hover{
background-color: transparent;
text-decoration: none;

}

.thumbnail2:hover img{
border: 1px solid #5f2140;
}

.thumbnail2 span{ /*CSS for enlarged image*/
position: absolute;
background-color: #fff;
padding: 2px;
left: -100px;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail2 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail2:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: -5px;
left: 120px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

