@charset "UTF-8";
/* CSS Document */


body {
	border:0;
	margin:0;
	padding:0;
	height:100%;
	
	padding-top:40px;
	font-family: "Trebuchet MS", Verdana, Arial;
	background-color:#e9e8d3;
	font-size: 13px;
	color: #575551;
	background-image: url(img/bg.png);
	text-align: center;
}

#riga{
	margin: 0 auto;
	width:100%;
	background-color:#99CCFF;
	text-align:center;
	
}

#sx{
	float:left;
	background-color:#6633CC;
	width:50%;
}
#dx{
	float:left;
	background-color:#339933;
	width:50%;
	
}
#middle{
	float:left;
	background-color:#003366;
	width:600px;
}

#menu{
	margin: 0 auto;
	width:100%;
	height:104px;
	background-image:url(img/bg_menu.png);
	background-repeat: repeat-x;
	text-align:center;
}

#menuBarSx{
	float:left;
	width:50%;
	height:30px;
	text-align:right;
}

#menuBarDx{
	float:left;
	width:50%;
	height:104px;
	background-image:url(img/menu_blueBig.png);
	background-repeat: repeat-x;
	text-align:left;
}

#menuBarMoreSx{
	background-image:url(img/menu_cameo1.png);
	background-repeat: no-repeat;
	width:261px;
	height:104px;
	float:right;
	background-position: right;
	text-align:left;
}

#menuBarCameoSx{
	background-image:url(img/menu_cameo2.png);
	background-repeat: no-repeat;
	width:70px;
	height:104px;
	float:right;
	background-position: right;
	text-align:left;
}

#menuBarCameoDx{
	float:left;
	background-image:url(img/menu_cameo3.png);
	background-repeat: no-repeat;
	width:70px;
	height:104px;
	background-position: right;
	text-align:left;
}


#menuBarMoreDx{
	float:left;
	background-image:url(img/menu_cameo4.png);
	background-repeat: no-repeat;
	width:261px;
	height:104px;
	text-align:right;
}

.currentPage{
	color: #b80051;
}
.unactivePage{
	color: #666;
}

#menuMore{
	padding-top:7px;
	letter-spacing: 2px;
}

#menuMore a, #menuMore a:link, #menuMore a:visited, #menuMore a:active{
	color: #FFFFFF;
	text-decoration: none;
}

#menuMore a:hover {
	color: #b80051;
	text-decoration: none;
}

.menuImg{
	border:0;
	margin:0;
	padding:0;
}

.cancella {
	clear:both;
}

#container{
	padding-top:30px;
	margin: 0 auto;

}

#core{
	margin: 0 auto;
	width:670px;
}


/*
---------- WORK ----------
*/

.workSingle{
	margin-bottom:50px;
}

.workTitle{
	margin-bottom:5px;
}

.workNumber{
	float:left;
}

.workStripe{
	float:left;
	background-image: url(img/bg_title.png);
	width:625px;
	margin-left:5px;
	margin-top:15px;
	text-align:left;
}

.workName{
	float:left;
}

.workLink{
	float:right;
	padding-right:2px;
}

.workLink a, .workLink a:link, .workLink a:visited, .workLink a:active{
	color: #FFFFFF;
	text-decoration: none;
}

.workLink a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.workImages {
	padding-top:8px;
}

.workImages img{
	border:solid 3px #FFFFFF;
}

.workImageLeft{
	float:left;
}

.workImageRight{
	float:right;
}

.workImageSmall{
	margin-bottom:9px;
}

.workDescription{
	padding-top:8px;
	text-align:left;
	margin-bottom:15px;
}

.workYear{
	/*font-weight: bold;	*/
}

.topOfPage{
	margin-top:50px;
	display:block;
}

#navPages{
	margin-bottom:50px;
	font-weight: bold;
}

#prevPage{
	float:left;
}

#nextPage{
	float:right;
}

#navPages a, #navPages a:link, #navPages a:visited, #navPages a:active{
	color: #b80051;
	text-decoration: none;
}

#navPages a:hover {
	color: #b80051;
	text-decoration: underline;
}


/*
---------- SECTIONS ----------
*/


#sectionTitle{
	text-align:left;
	background-image: url(img/bg_title.png);
	width:100%;
	margin-bottom:10px;
}

#sectionContent p{
	text-align:left;
	margin-bottom:6px;
	margin-top:0;
	padding:0;
}

#sectionContent strong{
	color: #b80051;

}

#sectionContent  a, #sectionContent  a:link, #sectionContent  a:visited, #sectionContent a:active{
	color: #b80051;
	text-decoration: none;
}

#sectionContent a:hover {
	color: #b80051;
	text-decoration: underline;
}

/*
---------- enter ----------
*/

#enterCont {
	width: 129px;
	height: 111px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -65px;
	margin-top: -200px;/*55px;*/
	margin:1px solid red;
}

#enter{
	width: 100%; 
	height: 400px;
	background-image: url(img/main_cameo.png);
	background-repeat: no-repeat;
	background-position: center center;	
}

#enterSx{
	float:left;
	width:50%;
}

#enterDx{
	text-align:left;
	width: 50%; 
	height: 100%;
	float:left;
}

#enterDx img{
	padding-top:115px;
	padding-left:35px;
	
}