body{
	margin:0px;
	padding:0;
	font-family: arial;
	font-size: 12px;
	color:white;
	background-repeat:no-repeat;
	background-position: center; 
	background-position:top;
	background-color: #ffffff;
}

#main_container {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}

#top_box {
	width:1000px;
	height:453px;
	background-image: url(../img/top_big_bg.jpg);
	background-repeat:no-repeat;
	float:left;
}

#top_text_box {
	width:528px;
	height:70px;
	float:left;
	color: #8b8b8b;
	font-size: 14px;
	font-weight:normal;
	text-align:justify;
	margin-top: 200px;
	margin-left: 68px;
}

.top_about_btn {
	width:136px;
	height:20px;
	background-image: url(../img/top_about_btn.png);
	background-repeat:no-repeat;
	float:left;
	color:white;
	font-size:14px;
	font-weight:normal;
	text-align:center;
	text-decoration: none;
	cursor:pointer;
	padding-top: 5px;
	margin-top: 15px;
}

.top_about_btn:hover {
	background-position: -136px 0px;
}

#main_menu {
	float:left;
	margin-top: 145px;
	margin-left: 200px;
	width: 600px;
	text-align:center;
	font-size:14px;
}

#main_menu a {
	color: white;
	text-decoration:none;
	font-size:14px;
}

#main_menu a:hover {
	color: #eda4a4;
}

#main_menu span {
	color: white;
	text-decoration:none;
	font-size:14px;
}

#center_container {
	width:880px;
	float:left;
	padding-left: 60px;
	padding-right: 60px;
}

#main_title_box {
	width:880px;
	float:left;
}

.main_title {
	font-size:60px;
	color: #b0b0b0;
	letter-spacing: -6px; 
	margin:0px;
	padding:0px;
	font-weight:bold;
}

.main_red_title {
	font-size:25px;
	color: #910606;
	letter-spacing: -1px;
	margin:0px;
	padding:0px;
	font-weight:bold;
	margin-top: 10px; 
}

#home_products_box {
	width:880px;
	float:left;
	z-index:2;
	position:relative;
}

#product_details_box {
	width:880px;
	float:left;
}

#product_details_info_box {
	width:300px;
	float:left;
	margin-top: 20px;
	margin-left:20px;
}

#product_details_img_box {
	width:514px;
	height:364px;
	background-image: url(../img/prd_details_img_box.png);
	background-repeat:no-repeat;
	margin-top: 10px; 
	float:left;
}

#product_details_txt {
	width:880px;
	float:left;
	margin-top: 20px;
}

#return_btn {
	width:127px;
	height:22px;
	background-image: url(../img/brands_name.png);
	background-repeat:no-repeat;
	float:left;
	margin-top: 20px;
	text-align:Center;
	padding-top: 8px;
	color: white;
	font-weight:bold;
	font-size:12px;
	cursor:pointer;
	text-decoration:none;
}

#return_btn:hover {
	background-position: -127px 0px;
}

.products_row {
	width:880px;
	float:left;
	margin-top: 20px;
	margin-bottom: 10px;
}

.product_item {
	width:283px;
	float:left;
	margin-right:10px;
}

.product_img_box {
	width:283px;
	height: 246px;
	background-image: url(../img/product_image_box.png);
	background-repeat:no-repeat;
	float:left;
	z-index:3;
	position:relative;
}

.product_txt_box {
	width:272px;
	height: 138px;
	background-image: url(../img/product_txt_box.png);
	background-repeat:no-repeat;
	float:left;
	margin-top: -26px;
	z-index: 2;
	position:relative;
	margin-left:6px;
}

.product_txt_content {
	width:217px;
	height: 60px;
	float:left;
	margin-left: 26px;
	margin-top: 33px;
	
}

.product_title {
	margin:0px;
	padding:0px;
	color:#8d0707;
	font-size:12px;
	font-weight: bold;
	margin-bottom: 3px;
}

.main_txt {
	margin:0px;
	padding:0px;
	color:#444444;
	font-size:12px;
	font-weight: normal;
	text-align:justify;
}

.product_btn_box {
	width:283px;
	float:left;
	margin-top: -30px;
	z-index: 3;
	position:relative;
}

.product_price_box {
	width:122px;
	height:22px;
	background-image: url(../img/price_box.png);
	background-repeat:no-repeat;
	float:left;
	text-align:Center;
	padding-top: 8px;
	color:#8d0707;
	font-weight:bold;
	font-size:14px;
	margin-left: 30px;
}

.details_btn {
	width:82px;
	height:22px;
	background-image: url(../img/details_btn.png);
	background-repeat:no-repeat;
	float:right;
	text-align:Center;
	padding-top: 8px;
	color: white;
	font-weight:bold;
	font-size:12px;
	cursor:pointer;
	text-decoration:none;
	margin-right: 30px;
}

.details_btn:hover {
	background-position: -82px 0px;
}

.all_prd_btn {
	width:219px;
	height:52px;
	background-image: url(../img/all_prd_btn.png);
	background-repeat:no-repeat;
	float:left;
	text-decoration:none;
	cursor:pointer;
	text-align:center;
	margin-left: 325px;
	margin-top: 15px;
	padding-top: 12px;
	z-index:2;
	position:relative;
	*margin-bottom:-90px;
	*margin-top: 30px;
}

.all_prd_btn:hover {
	background-position: -219px 0px;
}

.all_prd_big {
	color: #910606;
	font-size:17px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	margin-top: 5px;
}

.all_prd_small {
	color: white;
	font-size:11px;
	font-weight:normal;
	margin:0px;
	padding:0px;
}

#brand_box {
	width:950px;
	height:254px;
	background-image: url(../img/brand_box.png);
	background-repeat:no-repeat;
	float:left;
	margin-top: -155px;
	z-index: 1;
	position:relative;
	margin-left: -38px;
}

#footer_box {
	width:884px;
	height:123px;
	background-image: url(../img/footer_box.png);
	background-repeat:no-repeat;
	float:left;
	margin-left: 33px;
	margin-top:-20px;
	padding:20px;
	margin-bottom:10px;
}

.footer_info_item {
	width:220px;
	float:left;
	margin-top: 10px;
}

.footer_spacer {
	width:1px;
	height:126px;
	float:left;
	background-image: url(../img/footer_spacer.png);
	background-repeat:no-repeat;
	margin-top: 10px;
}

.footer_txt {
	color:white;
	font-weight:normal;
	font-size:12px;
}

.footer_txt a {
	color:white;
	font-weight:normal;
	font-size:12px;
}

.footer_menu_txt {
	color:white;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	cursor:pointer;
	margin-left:20px;
	margin-top: 5px;
}

.footer_menu_txt:hover {
	text-decoration:underline;
}

#noxia_logo {
	cursor:pointer;
	width:52px;
	height:19px;
	background-image: url(../img/logo_noxia.png);
	background-repeat:no-repeayt;
	float:right;
	margin-top: 110px;
}

.brands_item {
	width:200px;
	float:left;
	margin-left: 9px;
	margin-right:9px;
}

.brands_item_img_box {
	width:200px;
	height:174px;
	background-image: url(../img/brands_item.png);
	background-repeat:no-repeat;
	float:left;
}

.brands_name_container {
	width:200px;
	float:left;
	margin-top: 5px;

}

.brand_name_box {
	height:30px;
	float:left;
}

.brand_name_start {
	width:10px;
	height:30px;
	float:left;
	background-image: url(../img/brands_name_start.png);
	background-repeat:no-repeat;
	text-align:center;
}

.brand_name_end {
	width:10px;
	height:30px;
	float:left;
	background-image: url(../img/brands_name_end.png);
	background-repeat:no-repeat;
}

.brand_name_cnt {
	height:23px;
	float:left;
	background-image: url(../img/brands_name_cnt.png);
	background-repeat:repeat-x;
	color:white;
	font-size:12px;
	font-weight:bold;
	padding-top: 7px;
}

#static_page_box {
	width:880px;
	float:left;
	z-index:2;
	position:relative;
}

#chisiamo_box {
	width:901px;
	height:402px;
	background-image: url(../img/chisiamo_bg.jpg);
	background-repeat: no-repeat;
	float:left;
	margin-left:-15px;
	margin-bottom: -7px;
}

#servizi_box {
	width:901px;
	background-image: url(../img/servizi_bg.jpg);
	background-repeat: no-repeat;
	background-position:bottom;
	float:left;
	margin-left:-15px;
	margin-bottom: -7px;
}

#servizi_box  ul {
	padding-left:25px;
}

#servizi_box  li {
	list-style: square;
	color: #444444;
	margin:0px;
	padding:0px;
	margin-top: 5px;
}

#contatti_box {
	width:901px;
	height:402px;
	background-image: url(../img/contacts_bg.jpg);
	background-repeat: no-repeat;
	float:left;
	margin-left:-15px;
	margin-bottom: -7px;
}

#dovesiamo_box {
	width:901px;
	height:402px;
	background-image: url(../img/dovesiamo_bg.jpg);
	background-repeat: no-repeat;
	float:left;
	margin-left:-15px;
	margin-bottom: -7px;
}

#static_page_text_box {
	width:588px;
	float:left;
	margin-left: 10px;
}

#text_box_top {
	width:588px;
	height:23px;
	background-image: url(../img/text_box_top.png);
	background-repeat:no-repeat;
	float:left;
}

#text_box_cnt {
	width:548px;
	background-image: url(../img/text_box_center.png);
	background-repeat:repeat-y;
	float:left;
	padding:20px;
	padding-top:0px;
	padding-bottom:0px;
}

#text_box_bottom {
	width:588px;
	height:23px;
	background-image: url(../img/text_box_bottom.png);
	background-repeat:no-repeat;
	float:left;
}

#contacts_form_box {
	width:548px;
	float:left;
	margin-top: 10px;
}

#contacts_form_box label {
	margin:0px;
	padding:0px;
	color:#444444;
	font-size:12px;
	font-weight: normal;
}

#contacts_form_box input {
	margin:0px;
	padding:0px;
	color:#444444;
	font-size:12px;
	font-weight: normal;
	border: 1px #940606 solid;
}

#contacts_form_box textarea {
	margin:0px;
	padding:0px;
	color:#444444;
	font-size:12px;
	font-weight: normal;
	border: 1px #940606 solid;
	overflow: auto;
	width:470px;
	height:100px;
}

.form_submit{
	width:82px;
	height:30px;
	background-image: url(../img/details_btn.png);
	background-repeat:no-repeat;
	text-align:Center;
	padding-top: 8px;
	color: white!important;
	font-weight:bold!important;
	font-size:12px;
	cursor:pointer;
	text-decoration:none;
	margin-right: 30px;
	border:0px none!important;
	background-color: transparent!important;
}

.form_submit:hover{
	background-position:-82px 0px;
}

.form_reset{
	width:82px;
	height:30px;
	background-image: url(../img/details_btn_bw.png);
	background-repeat:no-repeat;
	text-align:Center;
	padding-top: 8px;
	color: white!important;
	font-weight:bold!important;
	font-size:12px;
	cursor:pointer;
	text-decoration:none;
	margin-right: 30px;
	border:0px none!important;
	background-color: transparent!important;
}

.form_reset:hover{
	background-position:-82px 0px;
}







