@charset "utf-8";
/* CSS Document */

html, body {
	scrollbar-face-color:#111111; 
  scrollbar-track-color: #666666; 
  scrollbar-shadow-color: #ffcc11; 
  scrollbar-darkshadow-color: #000000; 
  scrollbar-highlight-color: #FFFFFF; 
  scrollbar-3dlight-color: #554321;
  scrollbar-arrow-color: #FFFFFF; 
}

body {
  padding:0px;
	margin:0px;
	font-size:12px;
	color:#FFFFFF;
	font-family:Arial, Verdana, serif;
	text-align:center;
	background-color:#000000;
}

div#container {
  width:984px;
  background:url(../img/sfondo.png);
}

div#top {
  width:964px;
  height:155px;
  background:url(../img/top.jpg) bottom repeat-x;
  background-color:#3a3a3a;
}

div#top div {
  float:left;
  width:635px;
  font-family:Times New Roman;
  color:#CCCCCC;
  position:relative;
  top:16px;
}

div#menu {
  width:964px;
  height:40px;
  background:url(../img/sfondo_menu2.jpg);
  font-family:Times New Roman, Tahoma, Arial, serif;
  font-size:16px;
  border-top:1px solid #000000;
  border-bottom:1px solid #000000;
}

div#menu a {
  position:relative;
  bottom:14px;
  font-weight:bold;
  color:#000000;
  text-decoration:none;
  padding:12px;
}

div#menu a:hover {
  color:#aa3300;
  text-decoration:none;
  background:url(../img/sfondo_menu1.png) center repeat-x;
}

div#content {
  width:964px;
  background:url(../img/background.jpg) top repeat-x;
  background-color:#303030;
  padding-top:12px;
  border-bottom:1px solid #222222;
}

div#footer {
  background:url(../img/sfondo_footer.jpg) top repeat-x;
  background-color:#2a2a2a;
  width:964px;
  height:50px;
  border-top:1px solid #111111;
  font-family:Times New Roman, Tahoma, Arial, serif;
  font-size:14px;
  font-weight:bold;
}

div#mainanim {
  border:1px solid #000000;
  background-color:#000000;
  text-align:left;
  float:right;
  width:500px;
  height:358px;
}

div#contenuti {
  margin:10px;
  margin-top:0;
}

a#CatImg img {
  border:1px solid #000000;
  margin:4px;
  margin-bottom:2px;
}

div#prodotti {
  float:right;
  width:65%;
  background:#000000;
  margin-right:15px;
  margin-top:4px;
}

div#prodotti div#marchi {
  padding-left:4px;
  position:relative;
}

div#logo {
  width:46%;
  margin:10px;
  float:left;
  text-align:left;
  border-bottom:1px solid #999999;
  background:#222222;
  padding:2px;
  position:relative;
}

div#logo img {
  height:45px;
  max-width:120px;
  float:left;
  cursor:hand;
  margin:4px;
}

div#logo li {
  position:absolute;
  top:6px;
  left:136px;
  list-style:none;
  font-weight:bold;
  text-transform:uppercase;
  letter-spacing:1px;
  color:#ffaa33;
}

div#logo a {
  position:absolute;
  top:25px;
  left:136px;
  font-size:10px;
  text-decoration:none !important;
  letter-spacing:1px;
}

div#prodotti div#tit {
  height:30px;
}

div#tit h1 {
  color:#ffcc11;
}

a {
  color:#FFFFFF;
  text-decoration:underline;
}

a:hover {
  color:#000000;
  text-decoration:underline;
}

h1, h2 {
  font-family:Times New Roman;
  color:#CCCCCC;
  font-style:italic;
  letter-spacing:1px;
  margin-top:4px;
}

h1 {
  font-size:170%;
  text-transform: uppercase;
}

h2 {
  font-size:140%;
}

#left {
  float:left;
  margin-right:10px;
}

#right {
  float:right;
  margin-left:10px;
}

input, textarea {
  border:1px solid #FFFFFF;
  background:#111111;
  font-size:12px;
  color:#ffdd33;
}

td {text-align:left;}

#elencoPr {
  width:26%;
  float:left;
  padding-right:14px;
}

#SubMenu {
	list-style:none;
	width: 100%;
	margin:0;
}
#SubMenu li {}

#SubMenu li a, #SubMenu li a:link, #SubMenu li a:visited, #SubMenu li a:active {
	background: url(../img/freccia.gif) 0 5px no-repeat;
	display: block;
	text-decoration: none;
	padding: 5px 0 5px 25px;
	border-bottom: 1px dotted #FFBA2A;
}

#SubMenu li a:hover {
	background: url(../img/freccia_hover.gif) 0 5px no-repeat;
	display: block;
	text-decoration: none;
	padding: 5px 0 5px 25px;
    color:#ffba2a;
}

#SubMenu li a#Sel {
	background: url(../img/freccia_hover.gif) 0 5px no-repeat;
    color:#ffba2a;
}

#SubMenu ul {
	list-style:none;
	width: 100%;
}
#SubMenu ul li a, #SubMenu ul li a:link, #SubMenu ul li a:visited, #SubMenu ul li a:active {
	background: url(../img/freccia.gif) 0 5px no-repeat;
	display: block;
	text-decoration: none;
	padding: 5px 0 5px 25px;
	border-bottom: 1px dotted #FFBA2A;
	width: 230px;
	margin: 0 0 0 25px;
}

