@import 'reset.css';

/* Generel
------------------------------------ */
BODY {
    background: #999999;
    font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 13px;
    color: #A79D7A;
}
#wrapper{
    margin: 0 auto;
    width: 846px;
}
A {
  color: #FFF;
}


/* Header
------------------------------------ */
#header{
    height: 174px;
    margin: 0 auto;
    width: 846px;
    background: url(../images/header-prod.png) no-repeat;
}
#header H1 A{
    position: relative;
    left: 169px;
    top: 37px;
    display: block;
    width: 488px;
    height: 90px;
    text-decoration: none;
    text-indent: -999999px;
    outline: none;
}
#header UL{
    position: relative;
    top: 53px;
    left: 88px;
}
#header LI{
    outline: none;
    float: left;
}
#header LI A{
    color: #FFF;
    font-weight: bold;
}
#header LI.inicio A{
    display: block;
    width: 39px;
    height: 15px;
    text-indent: -999999px;
    background: url(../images/inicio.png) no-repeat;
}
#header LI.inicio{
    padding-right: 162px;
}
#header LI.impresa A{
    background: url(../images/empresa.png) no-repeat;
    display: block;
    width: 64px;
    height: 15px;
    text-indent: -999999px;
}
#header LI.impresa{
    padding-right: 141px;

}
#header LI.productos A{
    background: url(../images/productos.png) no-repeat;
    display: block;
    width: 80px;
    height: 15px;
    text-indent: -999999px;
}
#header LI.productos{
    padding-right: 109px;
}
#header LI.contacto A{
    background: url(../images/contacto.png) no-repeat;
    display: block;
    width: 69px;
    height: 15px;
    text-indent: -999999px;
}

/* Footer
------------------------------------ */
#footer{
  background:  url(../images/footer-prod.png) no-repeat;
  height: 216px;
  width: 846px;
}
#footer UL{
    position: relative;
    top: 125px;
    left: 50px;
}
#footer LI{
    outline: none;
    float: left;
}
#footer LI A{
    color: #FFF;
    font-weight: bold;
}
#footer LI.smi A{
	background: url(../images/smi.png) no-repeat;
    display: block;
    width: 101px;
    height: 85px;
    text-indent: -999999px;
	margin-top: -16px;
    
}

#footer LI.smi{
    padding-right: 25px;
}

#footer LI.cou A{
	background: url(../images/coulisse_logo.png) no-repeat;
    display: block;
    width: 168px;
    height: 45px;
    text-indent: -999999px;
	margin-top: -8px;
    
}

#footer LI.cou{
    padding-right: 25px;
}
#footer LI.sun A{
    background: url(../images/sun.png) no-repeat;
    display: block;
    width: 67px;
    height: 79px;
    text-indent: -999999px;
    margin-top: -8px;
}
#footer LI.sun{
    padding-right: 25px;
}
#footer LI.hunter A{
    background: url(../images/hunter.png) no-repeat;
    display: block;
    width: 168px;
    height: 43px;
    text-indent: -999999px;
    margin-top: 4px;
}
#footer LI.hunter{
    padding-right: 25px;
}
#footer LI.shutters A{
    background: url(../images/shutters.png) no-repeat;
    display: block;
    width: 101px;
    height: 55px;
    text-indent: -999999px;
    margin-top: 1px;
}
#footer LI.shutters{
    padding-right: 50px;
}

/* Main
------------------------------------ */

#main{
    width: 822px;
    margin: 0 0 -14px 12px;
    background: #37041A;
    overflow:hidden;
    padding-bottom: 30px;
}
#home-main{
    width: 822px;
    height: 378px;
    overflow:hidden;
    margin: 0 0 -14px 12px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    #home-main{
    margin: 0 0 -15px 12px;
    }
    #main{
    margin: 0 0 -15px 12px;
    }
}
#left-side{
    width: 616px;
    float: left;
}
#left-side H2{
    display: block;
    text-indent: -999999px;
    margin: 16px 0 5px 18px;
}
#left-side H2.empresa-quienes{
    width: 280px;
    height: 32px;
    background: url(../images/empresa-quienes.png) no-repeat;
    margin: 16px 0 5px 27px;
}
#left-side H2.nuestro-equipo{
    width: 174px;
    height: 32px;
    background: url(../images/nuestro-equipo.png) no-repeat;
    margin: 16px 0 5px 27px;
}
#left-side H2.zona-deoperacion{
    width: 215px;
    height: 32px;
    background: url(../images/zona-deoperacion.png) no-repeat;
    margin: 16px 0 5px 27px;
}
#left-side H2.nuestra-mision{
    width: 173px;
    height: 25px;
    background: url(../images/nuestra-mision.png) no-repeat;
    margin: 16px 0 5px 27px;
}
#left-side H2.nuestra-vision{
    width: 164px;
    height: 25px;
    background: url(../images/nuestra-vision.png) no-repeat;
    margin: 16px 0 5px 27px;
}
#left-side H2.nuestros-valores{
    width: 193px;
    height: 25px;
    background: url(../images/nuestros-valores.png) no-repeat;
    margin: 16px 0 25px 27px;
}
#left-side H2.contacto-info{
    width: 233px;
    height: 25px;
    background: url(../images/contacto-info.png) no-repeat;
    margin: 16px 0 30px 27px;
}
#left-side H2{
    display: block;
    width: 87px;
    height: 25px;
    text-indent: -999999px;
    background: url(../images/clientes.png) no-repeat;
    margin: 16px 0 0 18px;
}
#left-side P{
    margin: 2px 0 0 24px;
    padding: 0 70px 17px 0;
}
#left-side UL.left-ul{
    margin: -16px 0 0 24px;
    float: left;
    padding-left: 15px;
}
#left-side UL.right-ul{
    margin: -16px 0 20px 56px;
    float: left;
    padding-left: 15px;
}
#left-side UL{
    list-style: disc;
}
.left-side-hr{
    margin: 0 0 0 28px;
    background: #6B3F2E;
    width: 568px;
    height: 1px;
}
#right-side-empresa{
    width: 205px;
    height: 700px;
    float: right;
    background: url(../images/right-side-bg.png) no-repeat bottom;
    border-left: #6B3F2E solid 1px;
    margin-top: 30px;
}
#right-side-empresa UL{
    margin: 16px 0 0 28px;
}
#right-side-empresa UL.empresa{
    list-style: disc;
}

#right-side-nosotros H2{
    display: block;
    text-indent: -999999px;
    margin: 16px 0 0 18px;
	
}
#right-side-nosotros H2.nosotros{
    width: 87px;
    height: 25px;
    background: url(../images/nosotros.png) no-repeat;
    margin-top: -25px;
}
#right-side-empresa H2{
    display: block;
    text-indent: -999999px;
    margin: 16px 0 0 18px;
}

#right-side-empresa H2.clientes{
    width: 87px;
    height: 25px;
    background: url(../images/clientes.png) no-repeat;
    margin-top: -14px;
}
#right-side-contacto{
    width: 205px;
    height: 600px;
    float: right;
    background: url(../images/right-side-bg.png) no-repeat bottom;
    border-left: #6B3F2E solid 1px;
    margin-top: 30px;
}
#right-side-contacto H2.localizanos{
    width: 125px;
    height: 25px;
    background: url(../images/localizanos.png) no-repeat;
    margin-top: -14px;
}

#right-side-contacto UL.contacto{
    list-style: none;
    line-height: 1.5em;
}
#right-side-contacto H2{
    display: block;
    text-indent: -999999px;
    margin: 16px 0 0 18px;
}
#right-side-contacto STRONG{
    font-weight: bold;
}
#right-side-contacto P{
    margin-top: 5px;
}
#right-side-contacto UL{
    margin: 16px 0 0 14px;
}
#copyright{
    float: right;
    position: relative;
    top: 27px;
    right: 18px;
    color: #CCC;
    font-family: Verdana, sans-serif;
    font-size: 12px;
}
.clear{
    clear: both;
}
.error{
  margin: 150px 0 0 50px;
  font-weight: bold;
  color: #DA3A3A;
}
.hidden{
  display: none;
}


/* Products
------------------------------------ */
#right-side-products{
    width: 206px;
    float: left;
    background: #38041A url(../images/left-side-line.png) no-repeat right;
    height: 378px;
}
#right-side-products H2.categorias{
    display: block;
    text-indent: -999999px;
    margin: 14px 0 0 18px;
    width: 119px;
    height: 32px;
    background: url(../images/categorias.png) no-repeat;
}
#brand-logo{
    margin: 21px 0 0 19px;
}
#left-side-products{
    width: 616px;
    float: right;
    background: #38041A;
}
#left-side-products H2.ultimos{
    display: block;
    text-indent: -999999px;
    margin: 185px 0 0 17px;
    width: 178px;
    height: 25px;
    background: url(../images/ultimos.png) no-repeat;
}
#left-side-products UL{
    margin: 14px 0 0 18px;
}
#left-side-products LI{
    display: inline;
    padding: 0 6px 0 0;
}
#left-side-products H3{
    margin: 15px 0 0 18px;
}
#left-side-products P{
    margin: 15px 0 -10px 20px;
}
#products-list LI A{
    display: block;
    text-transform: uppercase;
    color: #776C50;
    text-decoration: none;
}
#products-list LI{
    display: block;
    padding: 0 0 5px 0;
}
#products-list LI A:hover{
    text-decoration: underline;
}

#back A{
  background: url(../images/back.png) no-repeat;
  height: 12px;
  float: right;
  margin: -15px 50px 0 0;
  padding: 0 0 0 25px;
  color: #776C50;
  text-decoration: none;
  font-weight: bold;
}


ul.menu, ul.menu ul {
  list-style-type:none;
  margin: 14px 0 0 10px;
}
ul.menu a {
  display: block;
  text-decoration: none;
}
ul.menu li {
  margin-top: 1px;
}
ul.menu li a {
  color: #A69D79;
  height: 23px;
  padding: 3px 0 0 7px;
  font-size: 15px;
  font-weight: bold;
}
ul.menu li ul li a {
  padding-left: 13px;
  margin: -13px 0 0 0;
  font-size: 12px;
  font-weight: normal;
  text-decoration: underline;
  width: 160px;
}
ul.menu li ul li a:hover {
  background: #37041A;
}
.m1{
    background: url(../images/productos-menu-hover.png) no-repeat;
}
.m2{
    background: url(../images/productos-menu-hover.png) no-repeat;
}
.m3{
    background: url(../images/productos-menu-hover.png) no-repeat;
}
.m4{
    background: url(../images/productos-menu-hover.png) no-repeat;
}
.m5{
    background: url(../images/productos-menu-hover.png) no-repeat;
}
.m6{
    background: url(../images/productos-menu-hover.png) no-repeat;
}
.m7{
    background: url(../images/productos-menu-hover.png) no-repeat;
}
.m8{
    background: url(../images/productos-menu-hover.png) no-repeat;
}
.m9{
    background: url(../images/productos-menu-hover.png) no-repeat;
}

/* Form
------------------------------------ */

#form{
  padding-top: 10px;
  margin: 0px 0px 0px 0px;
}
#form P{
    padding: 0px 0 10px 0;
    color: #666;
    font-size: 1.1em;
}
#form-textarea{
    margin: -248px 0 0 215px;
    color: #666;
    font-size: 1.1em;
}
*+html #form-textarea {
    margin: -256px 0 0 215px;
}
*+html #form-textarea TEXTAREA{
    height: 236px;
}
#form-textarea TEXTAREA{
    width: 326px;
    height: 228px;
    border: #CCC 1px solid;
}
.form-input{
    width: 181px;
    border: #CCC 1px solid;
    height: 20px;
}
#form-bottom{
    float: rigth;
    display: block;
    margin: 10px 0 0 400px;
    width: 200px;
}
.form-button{
    cursor:pointer;
    border: 0px;
    margin: 5px 0px 0px 0px;
    background: #37041A;
    color: #A79D7A;
    font-weight: bold;
}
.form-span{
    color: #E9C85F;
    font-weight: bold;
}

/* Content
------------------------------------ */

#content{
    margin: 20px 0 0 0;
}
#content LI{
    display: block;
    padding: 0 0 5px 0;
}
#content P{
    margin: 15px 0 -10px 20px;
}
.logo-pop{
    text-align: center;
    margin: 10px 0 10px 0;
}
#footer-1, #footer-2, #footer-3, #footer-4,#footer-5{
  display: none;
}

