body{
    background: #000000 url(escarabajo-background.jpg) repeat-x;
    font-family: Verdadna, Arial, "Times New Roman";
    font-size: .8em;
    margin: 0px;
}

#wrap{
    width: 820px;
    margin: 0 auto;
    padding: 0 auto;
}

#header{
    background: #C70000 url(header-background.jpg) no-repeat;
    height: 100px;
    width: 800px;
}
#header h1{
    display: none;
}

#mainmenu{
    width: 800px;
}

#logotipo{
    background: #000000 url(logo-escarabajo-bikes.jpg) no-repeat;
    height: 50px;
    width: 320px;
    position: relative;
    float: left;
}
#menuitems{
    background: #000000 url(background-menu.jpg) no-repeat;
    height: 50px;
    width: 480px;
    position: relative;
    float: left;
}
#menuitems .ulis{
    margin: 0px;
    padding: 0px;
}
#menuitems .ulis li{
    display: inline;
}

#menuitems .ulis li a{
    display: block;
    float: left;
    height: 27px;
    padding: 10px 10px 0px 20px;
    color: #ffffff;
    /*color: #99CC00;*/
    text-decoration: none;
}

#menuitems .ulis li a:hover{
    background-color: #AB0000;
    color:#ffffff;
}

#menuitems .ulis li .sub {
	position: absolute;
	display: none;
        list-style: none;
        margin-top: 35px;
        left: 90px;
        z-index: 500;
}
#menuitems .ulis li .sub li {
	display: list-item;
	float: none;
}
#menuitems .ulis li .sub li a.firts {
    padding-top: 10px;
}
#menuitems .ulis li .sub li a {
	font-size: 1em;
        background-color: #333333;
        width: 130px;
        float: none;
        padding: 2px 10px 2px 10px;
        color:#ffffff;
        border-bottom: dotted 1px #666666;
}

#menuitems .ulis li .sub li a:hover {
    background-color: #AB0000;
}
#wrap-content{
    background-color: #ffffff;
    width: 760px;
    padding: 20px;
    padding-top: 70px;
    color: #444444;
}

#footer-content{
    height: 20px;
    width: 800px;
    background-image:url(footer-background.png);
    background-repeat: no-repeat;
}

#footer{
    margin-top: 30px;
    text-align: center;
    color: #7E0000;
    margin-bottom: 50px;
}
#footer a{
    color:#666666;
    text-decoration: none;
}

/* Easy Slider */

#slider{}
#slider ul, #slider li{
    margin:0;
    padding:0;
    list-style:none;
}

#slider li{
		/*
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		width:696px;
                        */
    width:760px;
    height:298px;
    overflow:hidden;
}
/*
#prevBtn, #nextBtn{
    display:block;
    width:30px;
    height:77px;
    position:absolute;
    left:-30px;
    top:71px;
}

#nextBtn{
    left:696px;
}
#prevBtn a, #nextBtn a{
    display:block;
    width:30px;
    height:77px;
    background:url(images/btn_prev.gif) no-repeat 0 0;
}
#nextBtn a{
    background:url(images/btn_next.gif) no-repeat 0 0;
}*/

/* // Easy Slider */
.imagelist{
    margin: 0px;
    padding: 0px;
}
.imagelist li{
    list-style: none;
}
.imagelist li a{
    display: block;
    float: left;
    margin-left: 5px;
}
.imagelist li a img{
    height: 140px;
    width: 140px;
    border: solid 1px #cccccc;
    padding: 2px; 
}

#imagecontainer{
    width: 800px;
    text-align: center;
}

input[type=text]{
    width: 200px;
    border: solid 1px #cccccc;
    padding: 2px;
    font-size: 1.2em;
}

textarea{
    border: solid 1px #cccccc;
    padding: 2px;
    font-size: 1.2em;
}

.msjerror{
    color: red;
}