body {
	background: #82122f;
}

#contents {
	padding: 0 25px 25px 25px;
}

#header {
	background: url(/images/style/classic_fashion/header.png) top left no-repeat;
	height: 131px;
	position: relative;
	width: 837px;
	margin: 0 0 20px 0;
}

#header a {
	background-position: top left;
	display: block;
	overflow: hidden;
	position: absolute;
	width: 0;
}

#header a:HOVER, #header a.selected {
	background-position: 0 -50px !important;
}

#header a.home_it {
	background-image: url(/images/style/classic_fashion/it/home.png);
	height: 14px;
	left: 247px;
	padding-left: 51px;
	top: 71px;
}

#header a.company_it {
	background-image: url(/images/style/classic_fashion/it/company.png);
	height: 20px;
	left: 327px;
	padding-left: 70px;
	top: 64px;
}

#header a.products_it {
	background-image: url(/images/style/classic_fashion/it/products.png);
	height: 27px;
	left: 426px;
	padding-left: 75px;
	top: 44px;
}

#header a.private_label_it {
	background-image: url(/images/style/classic_fashion/it/private_label.png);
	height: 30px;
	left: 526px;
	padding-left: 119px;
	top: 21px;
}

#header a.contacts_it {
	background-image: url(/images/style/classic_fashion/it/contacts.png);
	height: 14px;
	left: 673px;
	padding-left: 71px;
	top: 19px;
}


#header a.home_en {
	background-image: url(/images/style/classic_fashion/en/home.png);
	height: 14px;
	left: 247px;
	padding-left: 51px;
	top: 71px;
}

#header a.company_en {
	background-image: url(/images/style/classic_fashion/en/company.png);
	height: 21px;
	left: 327px;
	padding-left: 80px;
	top: 63px;
}

#header a.products_en {
	background-image: url(/images/style/classic_fashion/en/products.png);
	height: 26px;
	left: 426px;
	padding-left: 79px;
	top: 45px;
}

#header a.private_label_en {
	background-image: url(/images/style/classic_fashion/en/private_label.png);
	height: 30px;
	left: 526px;
	padding-left: 119px;
	top: 21px;
}

#header a.contacts_en {
	background-image: url(/images/style/classic_fashion/en/contacts.png);
	height: 15px;
	left: 673px;
	padding-left: 79px;
	top: 19px;
}

#header ul.submenu {
	left: 415px;
	position: absolute;
	top: 83px;
}

#header ul.submenu li {
	display: block;
}

#header ul.submenu li a{
	color: white;
	font-size: 14px;
	padding-left: 14px;
	position: static;
	width: auto;
	text-decoration: none;
}
#header ul.submenu li a:HOVER, #header ul.submenu li a.selected {
	color: #a0c202;
}

/****************************** pages *******************************/

/* company */


#company {
	background: url(/images/style/classic_fashion/company.png) top right no-repeat;
	min-height: 517px;
	padding-right: 358px; 
}

#company p {
	padding-bottom: 5px;
	padding-right: 15px;
	text-align: justify;
}

/* contatti */

#info_request p {
	text-align: left;
}

#info_request label {
	font-style: italic;
	display: -moz-inline-box;	
	display: -moz-inline-block;	
	display: inline-block;
	width: 170px;
	margin-bottom: 7px;
}

#info_request label sup {
	color: red;
	font-weight: bold;
}

#info_request .text {
	border: 1px solid #666; 
	padding: 2px 0;
	width: 520px;
}

#info_request input.zip {
	width: 50px;
}

#info_request label.city {
	width: 70px;
	padding-left: 10px;
}
#info_request input.city {
	width: 230px;
}

#info_request label.state {
	width: 95px;
	padding-left: 10px;
}
#info_request input.state {
	width: 30px;
}

#info_request textarea {
	border: 1px solid #666; 
	height: 200px;
	vertical-align: top;
	width: 520px;
}
p.notes {
	font-size: 10px;
	font-style: italic;
}


.slideshow.big_image a.prev {
    background: transparent url(/images/style/classic_fashion/scrollable_arrow_left.png) no-repeat scroll 0 0;
}
.slideshow.big_image a.next {
    background: transparent url(/images/style/classic_fashion/scrollable_arrow_right.png) no-repeat scroll 0 0;
}
.slideshow.small_image a.prev {
    background: transparent url(/images/style/classic_fashion/scrollable_arrow_up.png) no-repeat scroll 0 0;
}
.slideshow.small_image a.next {
    background: transparent url(/images/style/classic_fashion/scrollable_arrow_down.png) no-repeat scroll 0 0;
}
