/*--------------------------------------------------------------------------------
 * Global
 *-------------------------------------------------------------------------------*/

.r { color:rgb(204,0,0); font-weight: bold; }
.b { color:#000; font-weight: bold; }
.g { color:#666; }

.alignc { margin: 0 auto; text-align: center; }
.alignc2 { margin: 0 auto; text-align: justify; }

.alignl { text-align: left;}
.alignr { text-align: right;}

.left { float:left;}
.right {float: right;}

.clear { clear:both; min-height: 1px; }

ul { margin-left: 0px; list-style-type: square; }
ul.n1 { margin-left: 0; list-style-type: none; }
.top10px { margin-top: 10px; }
.top20px { margin-top: 20px; }

a { text-decoration:none; color: rgb(204,0,0) }
a:visited { color: rgb(113,100,74); text-decoration: none; }

img { border:0px solid; }

/*--------------------------------------------------------------------------------
 * Look&Feel - Layout
 *------------------------------------------------------------------------------*/

@font-face {
    font-family: Myriad Pro Regular;
    font-weight: normal;
    font-style: normal;
    src: url('fonts/myriad-pro-regular.otf');
}

@font-face {
    font-family: Myriad Pro Light;
    font-weight: normal;
    font-style: normal;
    src: url('fonts/myriad-pro-light.otf');
}

@font-face {
    font-family: Myriad Pro Semibold;
    font-weight: normal;
    font-style: normal;
    src: url('fonts/myriad-pro-semibold.otf');
}

h1,h2,h3 { font-family: Myriad Pro Semibold; color: rgb(204,0,0); font-weight: normal; }
h1 { font-size: 18px; letter-spacing: 2px; margin-bottom: 25px;}

body {
    background: url('img/bgslice.jpg') top;
    font-family: "Myriad Pro Regular";
    line-height: 1.25em;
    color: rgb(113,100,74);
    font-size: 14px;
    text-align: center;
}

.container { width: 1000px; margin: 0 auto; text-align: left;}

div#bg {
    background: url('img/bg.png') no-repeat top;
    /*background-color: #fff;*/
    padding: 5px 0;
    min-height: 660px;
}

div#top { position: relative; /*top: 10px;*/ }

#menu {
    display: block;
    float: left;
    line-height: 50px;
    height: 50px;
    margin-left: 2px;
    margin-top: 15px;
    font-family: "Myriad Pro Light";
    padding-left: 13px;
    font-size: 18px;
}

#menu li {
    list-style-type: none;
    float: left;
    margin-top: 100px;
    font-weight: bold; color: rgb(113,100,74);
    width: 120px;
    margin: 0;
    vertical-align: center;
    text-align: center;
}

#menu a { color: rgb(113,100,74); text-decoration: none; }
#menu a:hover { text-decoration:none; color: rgb(204,0,0) }

#righttop {
    height: 50px;
    line-height: 50px;
    padding-right: 20px;
    margin-top: 15px;
}

img { vertical-align: middle; }

#spacer { padding: 80px 0; }

#spacer li { margin: 5px 10px; }

#middle { padding-top: 60px; /*background: #fff;*/ }

#leftmenu {
    width: 235px;
    float: left;
    font-family: "Myriad Pro Regular";
    font-size: 14px;
}

#leftmenu li {
    background: no-repeat url('img/menu-left-only1.png') right;
    width: 99px;
    text-align: right;
    padding: 20px 15px 20px 0px;
    color: rgb(113,100,74);
    margin-bottom: 5px;
}

#leftmenu a { color: rgb(113,100,74); text-decoration: none; }
#leftmenu a:hover { text-decoration:none; color: rgb(204,0,0) }


#content {
    /*background: #fff;*/
    float: left;
    width: 739px;
    background: url('img/banery-center.png') top center no-repeat;
}


#tabs { /*padding: 30px;*/ padding-left: 30px; }

#tabs li {
    float: left;
    list-style-type: none;
    width: 105px;
    position: relative;
    top: 10px;
    color: rgb(113,100,74);
    text-align: center;
    font-size: 14px;
/*   padding: 20px 60px 10px; */
    margin: 10px 50px 10px 70px;
}

#tabs a { color: rgb(113,100,74); text-decoration: none; }
#tabs a:hover { text-decoration:none; color: rgb(204,0,0) }

#main {
    background: url('img/body-bg.png') no-repeat;
    min-height: 500px;
    padding: 50px;
    width: 100%;
}

#col1 { width: 270px; float: left; }

#col2  { float: left; width: 375px; padding: 10px; }

#footer {
    height: 50px;
    font-size: 12px;
    text-align: center !important;
    line-height: 24px !important;
    background: url('img/footer-bg.png');
}

#footerwew {width: 1000px; margin: 0px  auto; padding 0px;}
#mama { width: 665px; }

#tresc { margin-left: 39px; width: 626px; }

/* SLIDER */
#slider {
    position:relative;
    width:664px; /* Change this to your images width */
    height:500px; /* Change this to your images height */
    background:url('js/galleria/themes/classic/classic-loader.gif') no-repeat 50% 50%;
}
#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
#slider a {
    border:0;
    display:block;
}

form {
	max-width:500px;
}
label { margin:5px; min-width:200px; }

input { float:right; }

.newsletter ul {
    list-style-type: none;
    padding-left: 25px;
}

