/* Eric Meyer's reset style! 
-----------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
body {
    line-height: 1;
    color: black;
    background: white;
}
ol, ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}


/* dando's overrides 
-----------------------------*/
em {
    font-style:    italic;
}

strong {
    font-weight: bold;
}

/* Struttura di Base 
-----------------------------*/

body {
    background: #FFF url("img/bg_page.png") repeat-x left top;
    color: #111;
    font-family: "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
    font-size: 12px;    
}

a {
    color: #B15400;
}

a:hover {
    color: #333;
}


#wrapper {
/*    border: 1px solid aqua;*/
    margin: 0 auto;
    width: 720px;    
}

#logo {
/*    border: 1px solid red;*/
    background: url("img/logo.png") no-repeat center center;
    display: block;
    letter-spacing: -500em;
    height: 195px;
    margin: 0 auto;
    text-indent: -500em;
    width: 240px;
}

/* Menù principale 
-----------------------------*/

#mmenu {
/*    border: 1px solid red;*/
    padding-top: 10px;
    margin: 0 auto;
    width: 580px;    
}

#mmenu a {
    background-position: center -110px;
    display: block;
    float: left;
    height: 55px;
    letter-spacing: -500em;
    line-height: 55px;
    text-indent: -500em;
    width: 145px;
}

#mmenu a:hover{
    background-position: center -55px;
}

#mmenu a.active, #mmenu a.active:hover {
    background-position: center 0;
}

#mmenu li {
    display: inline;
}

#assistenza {
    background-image: url("img/mm_assistenza.png");
}

#marche {
    background-image: url("img/mm_marche.png");
}

#contatti {
    background-image: url("img/mm_contatti.png");
}

#negozi {
    background-image: url("img/mm_negozio.png");
}

/* Mediabox
-----------------------------*/

#mediabox {
    background: url("img/bg_flash.png") no-repeat center center;
    clear: both;
    margin: auto;
    height: 270px;
    width: 710px;    
}

#flash_wrap, #mymap_wrap {
    padding: 11px;
}

/* Contenuto
-----------------------------*/
#content {
    padding: 10px;
}

h2.page_title {
    color: #B15400;
    font-family: "Bookman Old Style","Book Antiqua",Georgia,"Times New Roman",Times,serif;
    font-size: 26px;
    letter-spacing: -.02em;
    line-height: 40px;
    margin-top: 10px;
    font-variant: small-caps;
}

div.left_col {
    float: left;
    padding-top: 10px;
    width: 460px;
}

div.right_col {
    padding-top: 10px;
    float: right;
    width: 220px;
}

div.wide_col {
    width: 700px;
}

div.left_col p {
    color: #666;
    font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 130%;
    margin-bottom: 10px;
}

div.left_col p.highlight {
    font-weight: bold;
    text-align: center;
}

div.home_quotes p {
    font-family: Georgia, Palatino, "Times New Roman", serif;
    font-size: 16px;
    font-style: italic;
    margin-bottom: 5px;
}

dl.address_list {
    color: #333;
    font-size: 14px;
    margin: 5px;
    margin-bottom: 10px;    
}

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

dl.address_list dd {
    padding: 2px 5px;
}

dl.legal {
    color: #999;
    line-height: 1.3em;
    padding-top: 40px;
    font-size: 10px;
}

dl.legal dd {
    color: #999;
    line-height: 1.3em;
    padding-top: 40px;
    font-size: 10px;
    padding: 2px 2px;
}

div.img_wrap {
    margin: 0 auto;
}

div.img_wrap img {
    display: block;
    margin: 0 auto;
}

#content h3 {
	color: #B15400;
	font-size: 14px;
	font-weight: bold;
	margin: 2px 0;
	text-transform: uppercase;
}


/* Home Events
-----------------------------*/
h2.event_title {
	color: #333;
	font-family: "Helvetica Neue", Helvetica, Verdana, Arial;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;	
}

h3.event_timing {
	color: #666;
	font-family: "Helvetica Neue", Helvetica, Verdana, Arial;
	font-size: 13px;
	font-weight: bold;
	padding-top: 2px;
	margin-bottom: 4px;
}

div.event_description p {
	color: #666;
	font-size: 12px;
	margin-bottom: 5px;
}

/* Brands Pagination & Accordion
-----------------------------*/
#brands_accordion {
/*    border: 1px solid aqua;*/
}

div.brands_row {
/*    border: 1px solid red;*/
    margin: 8px 0;
}

div.brand_wrap {
    float: left;
    margin-left: 16px;
}

.accordion_toggle {
    background: #FFF url("img/arrow_left.png") no-repeat left center;
/*    border-bottom: 1px solid #CCC;*/
    color: #666;
    cursor: pointer;
    display: block;
    font-size: 13px;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
    margin: 0 15px;
    outline: none;
    padding-left: 16px;;
    text-decoration: none;
    text-transform: uppercase;
}

.accordion_toggle_active {
    background-image: url("img/arrow_down.png");
    border-bottom: 1px solid #999;
    color: #333;
    font-weight: bold;

}

.accordion_content {
    background-color: #ffffff;
    color: #444444;
    overflow: hidden;
}

/* Footer
-----------------------------*/
#footer {
    border-top: 1px solid #CCC;
    color: #999;
    font-size: 11px;
    margin: 10px;
    padding: 10px;
    text-align: center;
}

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