body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #aea69d;
	background-color: #0a0945;
	margin: 0px;
	padding: 0px;
}

#logo {
	height: 83px;
	width: 213px;
	background: url(../img/logo_bicyclette.gif);
	text-indent:-2000em;
	float:left;
	margin-left: 10px;
}
#logo a {
	display: block;
	height: 83px;
	width: 213px;
}
h1 {
	margin: 0px;
}


p,form,input{
	margin: 0px;
	padding: 0px;
}
#column_right a {
	color: #FFF;
	text-decoration: none;
}
#column_right a:hover {
	color: #ED9156;
	text-decoration: underline;
}



#box {
	width: 940px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#nuova_gestione {
	background: url(../img/nuova_gestione.png) no-repeat;
	position: absolute;
	height: 147px;
	width: 147px;
	top: 98px;
	left: 779px;
	z-index: 1;
}

hr, .hide {
	display: none;
}


#claim {
	height: 12px;
	width: 144px;
	position: absolute;
	top: 95px;
	background-image: url(../img/taglina_bicyclette.gif);
	background-repeat: no-repeat;
	text-indent: -2000em;
	left: 10px;
}
#header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aea69d;
	height: 85px;
	margin-top: 25px;
	position: relative;
}


#menu li {
	display:inline;
	float:left;
	text-transform: uppercase;
	color: #FFF;
	margin-right: 15px;
	margin-left: 15px;
	line-height:30px;z-index: auto;
}
#menu {
	float: right;
	margin-top: 50px;
	margin-right: -15px;
}
#menu ul, #submenu ul {margin: 0; padding: 0;}

#menu ul li a {
	display:block;
	color: #FFF;
	text-decoration:none;	
}

#menu a:hover, #menu .active {
	background: url(../img/arrow_menu.gif) no-repeat center 0px;
}
/* submenu */
#submenu {
	position: absolute;
	top: 95px;
	left: 688px;
	z-index: 10;
}

#submenu li {
	display:inline;
	float:left;
	color: #FFF;
	margin-left: 5px;
	padding-left: 10px;
	background: url(../img/arrow_left_brown.gif) no-repeat left;
}
#submenu ul li a {
	display:block;
	color: #FFF;
	text-decoration:none;	
}

#submenu a:hover{
	color: #ED9156;
	text-decoration: none;
}
#submenu .active {
	color: #ED9156;
	text-decoration: none;
	background: url(../img/arrow_left_orange.gif) no-repeat left;
}
/* submenu */
#vetrina {
	padding-top: 50px;
	margin-bottom: 30px;
	position: relative;
	height: 256px;
	width: 940px;
}
#column_left {
	float: left;
	width: 332px;
	margin-left: 10px;
}
#column_right {
	float: left;
	margin-left: 20px;
	width: 560px;
}
h4 {
	font-size: 14px;
	color: #ed9156;
	margin: 0px;
	font-weight: normal;
}
h3 {
	font-size: 22px;
	font-weight: lighter;
	color: #ED9156;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}

.titolo_news {
	font-size: 14px;
	color: #FFF;
}
.box_news {
	background-image: url(../img/dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 20px;
	padding-top: 20px;
	width: 300px;
	height: 60px;
}
.box_news div.data {
	float: left;
	margin-right: 10px;
	height: 65px;
	width: 65px;
}
.box_news a {
	color: #FFF;
	background-image: url(../img/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 10px;
	text-decoration: none;
}
#footer {
	color: #FFF;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #a8a09a;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 30px;
}
#footer abbr {
	color: #ED9156;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ED9156;
}
#footer a {
	color: #ED9156;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
	border-bottom-style: none;
}
.riga {
	background-image: url(../img/dot.gif);
	background-repeat: repeat-x;
	background-position: center;
	height: 1px;
	width: 100%;
}

/*  form
-----------------------------------------------------------------------*/ 
  
#formkontakt {
	width: 100%;
	margin: 0px;
}

#formkontakt p { margin: 0 0 20px 0; }

label {
	display: none;
	}

input.freifeld, input.pflichtfeld, textarea, select, .file {
	background-color: #282734;
	width: 525px;
	font-family: Arial;
	font-size: 1em;
	line-height: 1.4em;
	color: #999999;
	color: #786752;
	color: #999999;
	margin-bottom: 3px;
	padding: 4px 4px 0 10px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #AEA69D;
	}
input.freifeld, input.pflichtfeld {
	height: 1.5em;
	}
input.pflichtfeld, textarea.pflichtfeld {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #AEA69D;
	}
	
input.pflichtfeld:focus, input.freifeld:focus, textarea.pflichtfeld:focus {
	background-color: #909090;
	color: #000000;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #AEA69D;
	}

input#submitformbutton 	{
	width: 543px;
	height: 40px;
	margin: 0px;
	display:block;
	background-color: #0A0945;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #AEA69D;
	color: #999999;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: hand;
	font-family: Tahoma, Verdana;
	font-size: 11px;
}
	
select, select:focus {
	height: 1.5em;
	padding: 0;
	border: none;
	}
	
#icon_novita {
	background-image: url(../img/icon_novita.gif);
	position: absolute;
	z-index: 1;
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 100px;
	height: 81px;
}
.highlight {
	color: #ED9156;
}
.db {
	border: 1px solid #AEA69D;
}
.db:hover {
	border: 1px solid #fff;
}