article,aside,audio,canvas,command,datalist,details,embed,figcaption,figure,footer,header,hgroup,keygen,meter,nav,output,progress,section,source,video {
    display: block;
}

mark,rp,rt,ruby,summary,time {
    display: inline;
}

html,body {
    width: 100%;
    padding: 0;
    margin: 0;
    height: 100%;
}

body {
    font: 12px/20px Verdana, Arial, Helvetica, sans-serif;
    color: #454545;
    min-width: 1000px;
    background-color: #372A1E;
}
.logo img {
    height: 64px;
    padding-right: 5px;
    vertical-align: middle;
}
div.action {
    padding: 6px;
    border: 1px solid #E8E5D2;
    background: #FFFFFF;
    font-size: 14px;
    margin: 15px auto 5px auto;
    text-align: center;
    border-radius: 6px;
}

p {
    font: 12px/21px Verdana, Arial, Helvetica, sans-serif;
    color: #454545;
    margin-bottom: 12px;
}

p.p5 {
    margin-bottom: 5px;
}

p.p20 {
    margin-bottom: 20px;
}

a {
    color: #454545;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    text-decoration: underline;
}

.size-1 {
    font: 14px/19px Verdana, Arial, Helvetica, sans-serif !important;
    color: #584534 !important;
}

.size-1 span {
    font-size: 12px;
}

.bg-1 h2 {
    padding-bottom: 17px;
}

.padd-3 h2 {
    padding-top: 8px;
}

.block-1 p {
    font: 12px/20px Verdana, Arial, Helvetica, sans-serif;
}

.padd-1 h2 {
    padding-left: 20px;
    padding-top: 5px !important;
    padding-bottom: 9px;
    font-size: 24px;
}

.top1 {
    padding-top: 26px;
}

.paddL {
    padding-left: 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style-image: none;
}

.clear {
    clear: both;
    line-height: 0;
    font-size: 0;
    width: 100%;
}

.wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.wrap {
    overflow: hidden;
    position: relative;
}

.last {
    margin-right: 0 !important;
}

.bg-page {
    width: 980px;
    margin: 0 auto;
    margin-bottom: 15px;
    box-shadow: 0 0 15px #271D15;
}

header {
    position:relative;
    width: 930px;
    padding: 20px 30px 0px 20px;
    background: url(../images/content_bg.png) 0 0 repeat #F2F0E6;
}

#top_right {
    color: #454545;
    font-size:11px;
    line-height: 11pt;
    text-align:right;
    position:absolute;
    right:20px;
    top:29px;
    font-weight:normal;
}

h1 {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 52px;
    color: #A47A4C;
    letter-spacing: 0;
    font-weight: 400;
}

h2,h3,h4,h5 {
    color: #584534;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    padding-left: 20px;
    padding-top: 0;
    margin-top: -9px;
    padding-bottom: 14px;
    letter-spacing: 0;
}

h6,.grid_4 .htitolo {
    display: block;
    color: #584534;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    padding-top: 0;
    margin-top: -9px;
    padding-bottom: 14px;
    letter-spacing: 0;
}

.titoletto {
    color: #584534;
    text-transform: uppercase;
}

.bordered_left {
    padding: 5px;
    border: 1px solid #E9E6D5;
    background: #F2F0E6;
    float: left;
    margin: 0 20px 4px 0;
}

.bordered_right {
    padding: 5px;
    border: 1px solid #E9E6D5;
    background: #F2F0E6;
    float: right;
    margin: 0 0 5px 20px;
}

.nobordered_right {
    float: right;
    margin: 0 0 0 18px;
}

.bordered_none {
    padding: 5px;
    border: 1px solid #E9E6D5;
    background: #F2F0E6;
    margin: 4px auto 12px;
}

#content {
    width: 980px;
    margin: 0 auto;
}

.bg-1 {
    width: 940px;
    position: relative;
    background: url(../images/content_bg.png) 0 0 repeat #F2F0E6;
    padding: 20px 20px 18px;
    overflow: hidden;
}

.bg-2 {
    width: 940px;
    position: relative;
    background: url(../images/bg_page-2.jpg) 0 0 repeat-x #F2F0E6;
    height: 100%;
    padding: 20px;
    overflow: hidden;
}

.panel {
    display: block;
    overflow: hidden;
    position: relative;
    width: 940px;
    background-color: #cb561b;
    background-image: -moz-linear-gradient(top,#3A2D20,#1D160F);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#3A2D20),to(#1D160F));
    background-image: -webkit-linear-gradient(top,#3A2D20,#1D160F);
    background-image: -o-linear-gradient(top,#3A2D20,#1D160F);
    background-image: linear-gradient(to bottom,#3A2D20,#1D160F);
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3A2D20',endColorstr='#ff1D160F',GradientType=0);
    border-top: #4A3A29 1px solid;
    margin-bottom: 10px;
}

.panel >div {
    display: block;
    overflow: hidden;
    position: relative;
    width: 880px;
    padding: 20px;
}

.panel p.titolo {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-weight: 400;
    font-size: 30px;
    color: #A47A4C;
    padding: 0;
    margin-bottom: 15px;
}

.panel p.testo {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #C7B092;
    font-style: italic;
}

.mbott {
    margin-bottom: 10px;
}

.block-1 {
    display: block;
    background: #fff;
    border-radius: 12px;
    width: 100%;
    overflow: hidden;
}

.padd {
    display: block;
    overflow: hidden;
    padding: 20px;
}

.padd-1 {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 16px 0 26px;
}

.container_12 {
    display: inline-block;
    width: 940px !important;
    height: 100%;
    margin: 0;
    padding: 0;
}

.list-1 {
    list-style-type: none;
    list-style-image: none;
}

.list-1 li {
    background: url(../images/paw.png) left 5px no-repeat;
    margin-bottom: 3px;
    padding-left: 20px;
}

.list-2 {
    list-style-type: none;
    list-style-image: none;
    padding-bottom: 0;
}

.list-2 li {
    display: block;
    border-bottom: #C7AB86 1px dashed;
    padding: 8px 0 12px;
    color: #584534;
}

.list-2 li span {
    font: 11px/14px Verdana, Arial, Helvetica, sans-serif;
    color: #454545;
    display: block;
}

.list-2 .last {
    border-bottom: none;
}

.prev-1,.next-1 {
    display: inline-block;
    float: left;
    background: #ddd;
    color: #848484;
    font: 11px/15px Verdana, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    border-radius: 6px;
    padding: 7px 16px;
    border: #d4d4d4 1px solid;
    text-align: center;
}

.prev,.next {
}

.prev-1 span,.next-1 span {
    text-shadow: #fff 1px 1px 10px;
}

.prev-1:hover,.next-1:hover {
    background: #e9e9e9;
    color: #232323;
}

/****************************footer************************/
footer {
    width: 940px;
    margin: 0 auto;
    overflow: hidden;
    padding: 6px 0 12px;
}

footer p {
    text-align: center;
}

footer p,footer a {
    line-height: 18px;
    font: 12px/15px Verdana, Arial, Helvetica, sans-serif;
    color: #C7B092;
}

footer a:hover {
    text-decoration: underline;
}

/*form*/
input[type=text],textarea {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: middle;
    font-weight: 400;
    padding: 8px 6px;
    margin: 0;
    background: #F2F0E6;
    border: 1px solid #D6D6D6;
    color: #6b6a6a;
    outline: none;
    width: 245px;
}

.success {
    width: 245px;
    text-align: center;
    background: #F2F0E6;
    border: 1px solid #d4d4d4;
    color: #828387;
    font-size: 14px;
    line-height: 14pt;
    padding: 8px 6px;
    margin-bottom: 10px;
    display: none;
}

#contact-form {
    vertical-align: top;
    padding-top: 1px;
    zoom: 1;
}

#contact-form fieldset {
    border: none;
}

#contact-form .field {
    overflow: hidden;
    width: 100%;
    padding: 0 0 8px;
}

#contact-form input {
    float: left;
    line-height: 1.23em;
}

#contact-form .area .error {
    float: left;
}

#contact-form textarea {
    overflow: auto;
    height: 100px;
    width: 245px;
    float: left;
    line-height: 1.23em;
    resize: vertical;
}

#contact-form label {
    padding: 0;
    display: inline-block;
    color: red;
}

#contact-form .error,#contact-form .empty {
    color: #584534;
    width: 245px;
    font-size: 11px;
    line-height: 15px;
    padding: 3px 0 0;
    display: none;
    float: left;
}

.buttons-wrapper {
    text-align: right;
    clear: both;
    padding: 15px 1px 0 0;
}

.buttons-wrapper a {
    margin-left: 15px;
    cursor: pointer;
}

#contact-form a.link-1 {
    display: inline-block;
    background: url(../images/arrow3.gif) 0 0 no-repeat;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 15px;
    color: #454545;
    padding: 0 0 0 24px;
    height: 15px;
    border: none;
}

#contact-form a.link-1:hover {
    text-decoration: none;
}