
body {
	margin:0px;
	padding:0;
	font-family: "Times New Roman", Times, serif;
	background-color:#ffffff;
	background-image: url(../images/main_bg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
}

html>body #gr_bg {
	width:100%;
	min-height: 800px;
	background-image: url(../images/gr_bg.png);
	background-repeat: repeat-x;
	background-position:bottom;
	background-attachment: fixed;
	z-index: 1;
	float:left;
}

html>body #bg_container{
	width:100%;
	background-image: url(../images/layer_bg.png);
	background-repeat: repeat;
	background-attachment: scroll;
	position: absolute;
	z-index: 1;
}

#main_container {
	width:969px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
   font-size:12px;
	font-weight: normal;
	background-color:#ffffff;
}

/* TEXT CLASS*/

.pink_txt {
	font-family: arial;
	font-size: 12px;
	text-align: justify;
	color: #fcd4ec; 
	font-weight: normal;
	margin:0px;
	padding:0px;
}

.violet_txt {
	font-family: arial;
	font-size: 12px;
	text-align: justify;
	color: #7636a0; 
	font-weight: normal;
	margin:0px;
	padding:0px;
}

.violet_second_txt {
	font-family: arial;
	font-size: 13px;
	text-align: justify;
	color: #d6007e; 
	font-weight: bold;
	margin:0px;
	padding:0px;
}

.grey_txt {
	font-family: arial;
	font-size: 12px;
	text-align: justify;
	color: #a19494; 
	font-weight: normal;
	margin:0px;
	padding:0px;
}
	
/* TOP */

#top_container {
	width:969px;
	margin: 0px;
	position: relative;
	z-index: 2;
	FLOAT:LEFT;
}

#top_bar {
	width:969px;
	height: 63px;
	background-image: url(../images/top_bar.png);
	background-repeat:no-repeat;
	position: absolute;
	z-index: 3;
	margin-top:15px;
}

#top_second_level {
	position: relative;
	z-index: 2;
}

#menu_box {
	width:284px;
	height: 445px;
	background-image: url(../images/menu_box_bg.jpg);
	background-repeat: no-repeat;
	float:left;
}

#logo_box {
	width:105px;
	height: 69px;
	z-index: 3;
	margin-top: 90px;
	margin-left: 12px;
	overflow:hidden;
	float:left;
}

html>body #logo_box {
	width:105px;
	height: 69px;
	z-index: 3;
	margin-top: 90px;
	position: absolute;
	margin-left: 25px;
	float:none;
}

*:first-child+html #logo_box /* solo IE 7.0 */ 
{ 
 	width:105px;
	height: 69px;
	z-index: 3;
	margin-top: 95px;
	position: absolute;
	margin-left: 0px;
}


#menu_btn_box {
	margin-top: 180px;
	margin-left: 40px;
}

.menu_btn {
	margin-bottom: 15px;
}


#top_img_box {
	width:370px;
	height: 445px;
	float:left;
}

#top_txt_box {
	width: 265px;
	height: 255px;
	background-image: url(../images/top_txt_bg.jpg);
	background-repeat:no-repeat;
	float:left;
	padding:20px;
	padding-right: 30px;
	padding-top: 170px;
}

#top_txt_box h2 {
	margin-top: -40px;
	margin-bottom: 40px;
}

.dimagrisci_btn {
	margin-top: 15px;
}

/* CENTER */

#center_container {
	width:969px;
	position: relative;
	z-index: 2;
	float:left;
}

#center_bar {
	width:969px;
	height: 24px;
	background-image: url(../images/center_bar.png);
	background-repeat:no-repeat;
	position: absolute;
	z-index: 3;
	margin-top: -10px;
}

#flash_box {
	width:969px;
	height: 320px;
}



/* FOOTER */

#bottom_bar {
	width:969px;
	height: 63px;
	background-image: url(../images/bottom_bar.png);
	background-repeat:no-repeat;
	position: absolute;
	z-index: 3;
	margin-top: -40px;
}


#footer{
	width:969px;
	position: relative;
	z-index: 2;
	float:left;
	
}



#footer_container {
	width:949px;
	height: 40px;
	background-color: #fee5e5;
	padding:10px;
	padding-top:20px;
	overflow:hidden;
}

#footer_info {
	float:left;
	margin-top: 15px;
}

#logo_noxia {
	float:right;
	margin-top: 5px;
}



/*------------------------ PAGES ----------------------------*/

#page_first_img {
	width:315px;
	height: 445px;
	float:left;
}

#page_second_img {
	width:370px;
	height: 445px;
	float:left;
}

#page_content {
	background-image: url(../images/content_bg2.jpg);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #fee5e5;
	padding:15px;
	padding-left: 75px;
	padding-top: 30px;
	padding-bottom: 50px;
}

#page_content_second {
	/*background-image: url(../images/content_bg.jpg);*/
	background-image: url(../images/content_bg2.jpg);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #fee5e5;
	padding:15px;
	padding-left: 75px;
	padding-top: 30px;
	padding-bottom: 50px;
}

.page_title {
	margin-bottom: 15px;
}

#apparecchiature_flash {
	float:left;
}

#movie_box {
	float:right;
	border:6px #d7bbd2 solid;
}

#movie_box a:hover {
	text-decoration: none;
}

#page_txt_box {	
	width: 340px;
	float:left;
}

.apparecchiature_list {
	padding:0px;
	margin-left:15px; 
	list-style: square;
}

.apparecchiature_list li {
	padding:0px;
	margin-bottom:5px;
	list-style: square;
	font-style: italic;
}

#estetica_bg {
	width:879px;
	background-image: url(../images/estetica_bg.jpg);
	background-repeat:no-repeat;
	background-position: right;
}

#chisiamo_bg {
	width:879px;
	background-image: url(../images/chisiamo_bg.jpg);
	background-repeat:no-repeat;
	background-position: right;
}

#cosmetici_bg {
	width:879px;
	background-image: url(../images/cosmetici_bg.jpg);
	background-repeat:no-repeat;
	background-position: right;
}

#makeup_bg {
	width:879px;
	background-image: url(../images/makeup_bg.jpg);
	background-repeat:no-repeat;
	background-position: right;
}

#unghie_bg {
	width:879px;
	background-image: url(../images/unghie_bg.jpg);
	background-repeat:no-repeat;
	background-position: right;
}


.main_text {
	font-family: arial;
	font-size: 12px;
	text-align: justify;
	color: #7636a0; 
	font-weight: normal;
	margin:0px;
	padding:0px;	
}

.form_text {
	font-family: arial;
	font-size: 12px;
	text-align: justify;
	color: #7636a0; 
	font-weight: normal;
	margin:0px;
	padding:0px;
	border:1px #7636a0 solid;
}

.privacy_textarea {
	height: 100px;
	font-family: arial;
	font-size: 11px;
	text-align: justify;
	color: #7636a0; 
	font-weight: normal;
	margin:0px;
	padding:0px;
	border:1px #7636a0 solid;
}

.form_btn {
	background-color: #7636a0;
	font-family: arial;
	font-size: 12px;
	text-align: justify;
	color: white; 
	font-weight: normal;
	margin:0px;
	padding:0px;
	border:0px;
	padding: 6px;
	text-align:center;
	cursor:pointer;
	float:right;
	margin-left: 10px;
	margin-top: 10px;
	padding-top:3px;
	padding-bottom: 3px;
}

.form_erase_btn {
	background-color: #7636a0;
	font-family: arial;
	font-size: 12px;
	text-align: justify;
	color: white; 
	font-weight: normal;
	margin:0px;
	padding:0px;
	border:0px;
	padding: 6px;
	text-align:center;
	cursor:pointer;
	float:right;
	margin-top: 10px;
	padding-top:3px;
	padding-bottom: 3px;
}



