
a:link, a:visited {
	color: #90062d;
	text-decoration: underline;
}
a:hover {
	color: #000;
}
a:focus {
	-moz-outline-style: none;
}
.hide {
	display: none;
	visibility: hidden;
}
.clear {
	clear: both;
}

/* Body */
h1,
h2,
h3 {
	color:#91072e;
	font-family: 'Palatino Roman', 'Palatino Linotype', Palatino, Georgia, 'Times New Roman', Times, serif;	
	font-weight:normal;
}
h1{
	font-size: 3em;
	line-height: 1.1em;	
}
h2{
	font-size: 2em;
	line-height: 1.1em;	
}
h3{
	font-size: 1.5em;
	line-height: 1.1em;	
}
h1.pageTitle,
h2.pageTitle,
h3.pagetitle {
	clear: left;
	margin: 0 0 15px 0px;
	padding: 0;
	font-size: 3em;
	line-height: 1.1em;
}
#body h2.pagetitle a {
    color: #4d4d4d;
    text-decoration: none;
}
#body h2.pagetitle a:hover {
    text-decoration: underline;
}

#body div.hero {
	clear: left;
	margin: 0 0 10px 0;
	padding: 5px;
	width: 599px;
	height: 236px;
}
#body div.content,
#body div.help,
#body div.tabs,
#body div.messages {
    color: #666;
    margin-left: 25px;
}
#body div.content {
    margin-right: 50px;
}

/* Search Form */
#head #search {
	position: absolute;
	z-index: 100;
	top: 0;
	left: 250px;
	margin-left: 402px;
	width: 208px;
	height: 32px;
	color: #8b8b8b;
	background: url("../images/2008/top/search.gif") top left no-repeat;
}
#head #search h4,
#head #search dl dt {
	display: none;
}
#head #search dl,
#head #search dl dd{
	margin: 0;
	padding: 0;
}
#head #search dl dd {
    position: relative;
    margin: 5px 6px 0 6px;
    width: 196px;
    height: 21px;
    background: url("../images/2008/top/searchInput.gif") top left no-repeat;
}
#head #search dl dd input {
	float: left;
	margin: 1px 0 0 6px;
	padding: 1px 3px 2px 16px;
	width: 150px;
	color: #8b8b8b;
	line-height: 12px;
	border: 0;
	background: #fff url("../images/2008/top/searchIcon.gif") 0 3px no-repeat;
}
#head #search dl dd input.empty {
	color: #8b8b8b;
}
#head #search dl dd a.submit {
	position: absolute;
	display: block;
	top: 3px;
	left: 6px;
	width: 14px;
	height: 14px;
}
#head #search dl dd a.cancel{
	display: block;
	position: absolute;
	top: 4px;
	right: 6px;
	width: 12px;
	height: 12px;
	background: url("../images/2008/top/searchCancel.gif") top left no-repeat;
}


/* ---------------------
   STRUCTURE
   --------------------- */

#wrap {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    background: url("../images/2008/top/head_bg.png") top left repeat-x;
}
#wrap .innerWrap {
    margin: 0 auto;
    padding: 0;
    width: 880px;
	/*border:1px solid #000000;*/
}
#wrap #head {
    float: left;
    width: 880px;
    height: 135px;
	position:relative;
	border:0px solid #000000;
	background:url(../images/2008/top/top_sfumatura.jpg) center bottom no-repeat;
}
#wrap #content {
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
    width: 880px;
    min-height: 600px;
	
}
#wrap #contenthome {
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
    width: 880px;
	border:0px solid #000000;
}

#wrap #catalogo {
	width:100%; 
	float:left; 
	background:url(../images/2008/bg-top-catalogo.gif) top repeat-x;
	height: auto !important;
	height: 180px;
	min-height: 180px;
	}

	#wrap #catalogo .box {
		width:220px;
		border:0px solid #000000;
		float:left;
		}
		#wrap #catalogo .box h3 {
			font-size: 1.8em;
			line-height: 1.1em;
			margin:0px;
			margin-top:5px;
			margin-bottom:20px;
			padding:0px;
			color:#000000;
			font-family:Georgia, "Times New Roman", Times, serif;
			font-weight:normal;
			letter-spacing:-1px;
			}
			#wrap #catalogo .box h3 a { text-decoration:none; color:#000000; }
			#wrap #catalogo .box h3 a:hover { color:#91072e; }

#wrap #footer {
    float: left;
    clear: both;
    width: 100%;
	height:40px;
    background: url("../images/2008/foot_bg.gif") top left repeat-x;
}


/* ---------------------
   HEAD
   --------------------- */

#head a:focus,
#head a:active {
    /* outline: none; */
}

#head #logo {
    float: left;
    margin: 0;
	margin-top:10px;
    padding: 0;
    width: 190px;
    height: 103px;
    text-indent: -5000em;
    background: url("../images/2008/top/logo-moser.png") top left no-repeat;
	border:0px solid #000000;
}
#head #logo a {
    float: left;
    width: 140px;
    height: 103px;
}
#head #logo-print {
    display: none;
}
#head #nav {
    float: left;
    margin: 45px 0px 0 45px;
    padding: 0;
    width: 630px;
	border:0px solid #000000;
	display:inline;
}


/* ---------------------
   NAVIGATION
   --------------------- */

#nav h2 {
    display: none;
}
#nav ul {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 60px;
}
#nav ul li {
	list-style: none;
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
	position: relative;
	z-index: 102;
}
#nav ul li a {
    color: #fff;
}
#nav ul li a.parent {
	float: left;
	display: block;
	height: 60px;
	text-indent: -5000em;
	background-position: 0 -70px;
	background-repeat: no-repeat;
}

#nav ul li a.parent:hover,
#nav ul li.hover a.parent {
    background-position: 0 0;
}

#nav #nav_home a.parent {
    background-image: url("../images/2008/top/nav_home.png"); width: 75px;
}

#nav #nav_moser a.parent {
    background-image: url("../images/2008/top/nav_moser.png"); width: 77px;
}
#nav #nav_bevande a.parent {
    background-image: url("../images/2008/top/nav_bevande.png"); width: 207px;
}
#nav #nav_rete a.parent {
    background-image: url("../images/2008/top/nav_rete.png"); width: 155px;
}
#nav #nav_contatti a.parent {
    background-image: url("../images/2008/top/nav_contatti.png"); width: 91px;
}


/* ---------------------
   CONTENT
   --------------------- */

#content #bodyhome {
    float: left;
	font-family: Arial, sans-serif;
	font-size:1.2em;
	line-height:1.1em;
	color:#5a5a5a;
    padding: 0 0 20px 0;
    width: 100%;
	border:1px solid #000000;
}
#content #body {
 	position:relative;
    float: left;
	font-family: Arial, sans-serif;
	font-size:1.2em;
	line-height:1.5em;
	color:#5a5a5a;
    margin-right: 30px;
    width: 640px;
}
#content #sidebar {
    display:none;
}
.menu_top{
	display:none;
}

.menu_middle{
	display:none;
}
.menu_bottom{
	display:none;
}
#pathway{
	display:none;
}


/* ---------------------
   FOOT
   --------------------- */

#footer {
    margin: 0;
    padding: 14px 0 8px 0;
    color: #a3a09b;
	}
	#footer a:link {
		color: #a3a09b;
		text-decoration: underline;
		}
	#footer a:hover {
		color: #4d4d4d;
		}
	#footer #permalink {
		display: none;
		}
	#footer .copy { 
		float:left;
		font-family: Arial, sans-serif;
	 	font-size:0.9em;
	 }
	#footer .bizen a { color: #9ac01d; float:left; text-decoration:none; }
	#footer .bizen img { vertical-align:top; margin:-1px; }

