@charset "utf-8";
.menu_on {
	float: left;
	color: #FFF;
	text-transform: uppercase;
	display: inline;
	margin-right: 5px;
}
.menu_off,.menu_off a:link, .menu_off a:visited {
	float: left;
	color: #9c958c;
	text-transform: uppercase;
	font-style: oblique;
	display: inline;
	margin-right: 5px;
}
.menu_off a:hover {
	color: #FFF;
	text-decoration: none;
}
 
#menu_antiquario {
	font-size: 12px;
	position: absolute;
	z-index: 99;
	top: 100px;
	left: 40px;
}
#menu_exclusive {
	font-size: 12px;
	position: absolute;
	z-index: 99;
	top: 135px;
	left: 293px;
}


a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
#menu_container  {
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #FFF;
	line-height: 17px;
	letter-spacing: 0px;
}
.catattiva  {
	color: #d8bdab;
}
.catattiva  a:link {
	color: #d8bdab;
}
.catattiva  a:visited {
	color: #d8bdab;
}
.catselezionata {
	color: #2fc1c6;
}
.catselezionata  a:link  {
	color: #2fc1c6;
}

.catselezionata  a:visited  {
	color: #2fc1c6;
}

.stileriga {
	color: #FFF;
}

.stileriga a:link {
	
	color: #FFF;
}

.stileriga a:visited {
	
	color: #FFF;
}
.stiledipinti {
	background-color: #36312d;	
}
.stiledipinti a:link  {
	color: #FFF;	
	
}
	
}
.stiledipinti a:visited  {
	color: #FFF;
}
.stilenumero {
}

.stilenumero a:link {
}
.stilenumero a:visited {
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #383838;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container {
	width: 975px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	background-image: url(../images/sfondolista.jpg);
} 
.twoColFixLtHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px;
	margin-top: 5px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 220px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
