/* 
    Document   : style
    Created on : 01-sep-2011, 10:23:51
    Author     : Raul Suarez
    Description:
        General CSS TEMPLATE for RocaSalvatella Web at http://www.rocasalvatella.com
*/
/*******************************************************************************/
/*************************BEGINS TEMPLATE***************************************/
/*******************************************************************************/
body {
    text-align:center;
    width: auto;
    height: auto;
}
#container {
    margin:0 auto 0 auto;
    width:965px;
    height: auto;
}
/***************HEADER ROCASALVATELLA*************/
#header {
    width:965px;
    height: 33px;
    margin-top: 40px;
    text-align:left;
}
#headerleft{
    float: left
}
#headerleft img{
    border: none;
}
#headeright ul{
    list-style: none;
    text-decoration: none;
    color: #000000;
    font-family: "Arial";
    float: right;
    margin:0;
    padding-top: 10px;
    padding-right: 60px;
}
#headeright li {
    text-decoration: none;
    color: #4a4a4c;
    font-family: "Arial";
    padding-right: 10px;
    padding-left: 10px;
    color: #000000;
    float: left;
    border-right: 1px solid #f8d893;
}
#headeright li.none{
    border-right: 0px;
}
#headeright a{
    text-decoration: none;
    color: #4a4a4c;
    font-family: "Trebuchet MS", "Arial";
    font-size: 10pt;
    font-weight: bold;
}
#menuoption:hover {
    color: #d59b14;
}
/***************BANNER ROCASALVATELLA*************/
#mybanner {
    float: left;
    text-align: left;
    background: url('../img/banner.png');
    background-repeat: no-repeat;
    width: 964px;
    height: 155px;
    margin-top: 20px;
}
#bannerslogan{
    float: left;
    width: 494px;
    height: 108px;
    font-size: 15pt;
    font-family:  "Trebuchet MS";
    color: #4a4a4a;
    padding-left: 470px;
    padding-top: 30px;
}
#mylang{
    float: left;
    width: 964px;
    height: 20px;
}
#menulang{
    float: left;
    width: 64px;
    height: 20px;
    margin-left: 900px;
}
#langnotselected {
    float: left;
    width: 32px;
    height: 20px;
}
#langnotselected a{
    float: left;
    width: auto;
    height: auto;
    text-decoration: none;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 8px;
    font-size: 7pt;
    color: #000000;
    font-family: "Arial";
}
#langnotselected:hover a{
    color: #d59b14;
    font-family: "Arial";
    font-size: 7pt;
}
#langselected{
    float: left;
    width: 32px;
    height: 20px;
}
#langselected p{
    width: auto;
    height: auto;
    font-family: "Arial";
    text-decoration: none;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 8px;
    font-size: 7pt;
    color: #d59b14;
}
/***************DOOTED LINE**********************/
#dottedline {
    float: left;
    border-top: 1px dotted #cccccc;
    width:965px;
    margin-top: 5px;
    margin-bottom: 5px;
}
/***************FOOTER ROCASALVATELLA************/
#footer{
    background: url('../img/footer.png');
    background-repeat: no-repeat;
    width:968px;
    height: 45px;
    font-size: 10pt;
    font-family: "Arial";
    text-align: left;
    padding-top: 15px;
    padding-left: 15px;
    color: #ffffff;
    float: left;
}
#footer_new{
    background: url('http://www.rocasalvatella.com/img/footer_new.png');
    background-repeat: no-repeat;
    width:908px;
    height: 30px;
    font-size: 10pt;
    font-family: "Arial";
    text-align: left;
    padding-top: 15px;
    padding-left: 60px;
    color: #ffffff;
    float: left;
	margin-bottom: 40px;
}
#footer_new a{
	margin-left: 0px;
	text-decoration: none;
    font-family: "Arial";
    color: #ffc600;
}
#footer_new span{
	margin-left: 5px;
	margin-right: 5px;
}
#mailinfo{
    text-decoration: none;
    font-family: "Arial";
    color: #ffc600;
}
#mailinfo_new{
	float: right;
	margin-right:30px;
    text-decoration: none;
    font-family: "Arial";
    color: #ffc600;
}
