* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    background: #FFF url("../images/site/bkgs/bkg_page.gif") repeat-x left top;
}

body.brands {
    background: #FFF url("../images/site/bkgs/bkg_brands.gif") repeat-x left top;
}

#wrapper {
    width: 760px;
    margin: 20px auto;
}

#header {
    float: left;
    margin-bottom: 5px;
}

#logoimg {
    width: 380px;
    float: left;
}

#logoimg img {
    border: 0;
}

#mmenu {
    width: 309px;
    height: 20px;
    margin-top: 30px;
    float: right;
    list-style-type: none;
/*    border: 1px solid aqua;*/
}

#mmenu a {
    display: block;
    float: left;
    height: 20px;
    letter-spacing: -500em;
    text-indent: -999em;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 0 0;
}

#mmenu li {
    display: inline;
}

#mmenu #mm_negozio {
    width: 70px;
    background-image: url("../images/site/bkgs/mm_negozio.gif");
}

#mmenu #mm_marche {
    width: 67px;
    background-image: url("../images/site/bkgs/mm_marche.gif");
}

#mmenu #mm_lab {
    width: 98px;
    background-image: url("../images/site/bkgs/mm_laboratorio.gif");
}

#mmenu #mm_contatti {
    width: 74px;
    background-image: url("../images/site/bkgs/mm_contatti.gif");
}

#mmenu a:hover {
    background-position: 0 -20px;
}

#mmenu a.selected {
    background-position: 0 -40px;
}

/*** flash area ***/

#flashwrap {
    clear: both;
    width: 760px;
    height: 240px;
    background: url("../images/site/bkgs/bkg_flash.gif") no-repeat left top;
/*    border: 1px solid aqua;*/
}

#flashcontent {
    padding: 11px;
}

/*** content area ***/
#content {
    float: left;
    margin-top: 40px;
    padding-bottom: 20px;
}

#contacts {
    float: left;
    width: 460px;
}

#maincontent {
    float: left;
    width: 500px;
}

#maincontent h1 {
    font-weight: normal;
    color: #5D3414;
    color: #333;
    text-transform: uppercase;
    letter-spacing: -.06em;
    font-size: 1.8em;
    margin-bottom: 5px;
}

#maincontent h2 {
	margin-bottom: 5px;
    font-size: 1.0em;
    color: #333;   
    color: #5D3414; 
    font-weight: normal;
    text-transform: uppercase;
}

#maincontent p {
    color: #666;
    font-size: 0.85em;
    line-height: 1.2em;
    margin-bottom: 10px;
    margin-right: 5px;
}

#maincontent h1.hideme {
    display: none;
}

#rightbar {
    float: left;
    width: 260px;    
}

#mapwrap {
    padding-top: 11px;
    padding-left: 11px;
}

/*** lists ***/
dl.shop {
    margin: 0px;
    margin-bottom: 10px;
    color: #333;
    font-size: .8em;
}

dl.shop dt {
    padding: 2px;
    font-weight: bold;
}

dl.shop dd {
    padding: 2px;
}

dl.shop a {
    color: #7E5D44;
    text-decoration: none;        
}

dl.shop a:hover {
    color: #5D3414;
    text-decoration: underline;    
}

/*** brands rows ***/

div.brandsRow {
    clear: both;
    margin-bottom: 10px;
}

div.brandWrap {
    float: left;
/*    border: 1px solid aqua;*/
    margin-right: 15px;
}

div.wrap2 {
    margin-right: 0!important;
}

div.brandsRow img {
    display: block;
}

/*** right submenu ***/

#rightmenu {
/*    border: 1px solid red;*/
    list-style-type: none;
    margin-top: 20px;
    margin-left: 20px;
}

#rightmenu a {
    height: 30px;
    line-height: 30px;
    display: block;
    color: #999;
    font-size: 0.8em;
    text-decoration: none;
    border-bottom: 1px solid #999;
}

#rightmenu a:hover {
    color: #5D3414;
}

#rightmenu li {
    display: inline;
}

/*** home news ***/

#homenews {
	margin: 10px 5px;
	margin-top: 0px;
	font-size: 0.8em;
	color:#666;
}

#homenews dt{
	font-weight: bold;
	padding: 2px;
}

#homenews dd {
	padding: 2px;
}

#homenews dd.title {
   	color: #5D3414;
}

/*** footer ***/

#footer {
    margin-top: 20px;
    clear: both;
    border-top: 1px solid #CCC;
}

#footer p {
    padding-top: 10px;
    text-align: center;
    font-size: 0.70em;
    color: #999;
}

#footer p a {
    color: #7E5D44;
    text-decoration: none;    
}

#footer p a:hover {
    color: #5D3414;
    text-decoration: underline;
}

/*** utilities ***/
div.killer {
    clear: both;
    height: 1px;
    font-size: 1px;
}

/*** accordion ***/


/*.toggler {
    color: #222;
    margin: 0;
    padding: 2px 5px;
    background: #eee;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 1px solid #f5f5f5;
    border-left: 1px solid #f5f5f5;
    font-size: 11px;
    font-weight: normal;
    font-family: 'Andale Mono', sans-serif;
}*/
 
.element {
 
}
 
/*.element p {
    margin: 0;
    padding: 4px;
}
*/ 
/*.float-right {
    padding:10px 20px;
    float:right;
}
*/