*
{
    padding: 0;
    margin: 0;
}
.title
{
    background: url(news/tit.jpg) no-repeat right;
    width: 940px;
    padding: 10px 0 10px 40px;
    float: left;
    margin: 20px 0;
}


html, body
{
    height: 100%;
}
body
{
    font-family: Arial, Helvetica, sans-serif;
    color: #666666;
    font-size: 12px;
    background: #c2c2c2;
    margin: 0 auto;
}
h1
{
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
}
h2
{
    font-size: 13px;
    font-style: italic;
    font-weight: lighter;
    color: #666666;
}
h3
{
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    color: #FFFFFF;
    padding: 10px 0 0 10px;
}

.title2
{
    width: 900px;
    padding: 15px 0 15px 15px;
}
.title3
{
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    color: #f15c22;
}
.content
{
    width: 994px;
    margin: auto;
    background: #FFFFFF;
}

.header
{
    height: 113px;
    background: url(home/img_head.gif) right no-repeat;
}

.menu
{
    height: 60px;
    font-size: 14px;
    text-align: center;
    padding: 0 0px;
    background: #F0F0F0;
}
/* hack to correct IE5.5 faulty box model */
* html .menu
{
    width: 984px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul
{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.menu ul ul
{
    width: auto;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li
{
    float: left;
    position: relative;
}
/* style the links for the top level */
.menu a
{
    display: block;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    color: #f15d22;
    font-weight: bold;
    height: 45px;
    background: #F0F0F0;
    padding: 15px 0 0 0;
    line-height: 29px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a
{
    width: 0;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul
{
    visibility: hidden;
    position: absolute;
    height: 0;
    top: 45px;
    left: 10px;
    width: 146px;
    border-top: 1px solid #FFFFFF;
    z-index: 999;
}
/* another hack for IE5.5 */
* html .menu ul ul
{
    top: 60px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table
{
    position: absolute;
    top: 0;
    left: 0;
    border-collapse: collapse;
}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited
{
    background: #f15d22;
    color: #FFFFFF;
    height: auto;
    line-height: 1em;
    padding: 5px 10px;
    width: 124px;
    border: #cccccc solid 1px;
    border-top-width: 0;
    font-size: 12px;
    text-align: left;
}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited
{
    width: 150px;
}

/* style the top level hover */
.menu a:hover
{
    color: #f59169;
    text-decoration: none;
}
.menu ul ul a:hover
{
    color: #000;
    background: #FFFFFF;
    text-decoration: none;
}
.menu :hover > a
{
    color: #f59169;
    text-decoration: none;
}
.menu ul ul :hover > a
{
    color: #FFFFFF;
    background: #FF7413;
    text-decoration: none;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul
{
    visibility: visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul
{
    visibility: hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul
{
    visibility: visible;
}

#home
{
    width: 102px;
}
#about
{
    width: 134px;
}
#our
{
    width: 176px;
}
#services
{
    width: 136px;
}
#products
{
    width: 140px;
}
#blog
{
    width: 105px;
}
#contact
{
    width: 152px;
}

.sep
{
    background: url(home/sep.gif) no-repeat;
    width: 8px;
    height: 60px;
}
a
{
    color: #666666;
    text-decoration: underline;
}
a:hover
{
    color: #f15d22;
    text-decoration: underline;
}

a.links2
{
    color: #dc7923;
}
a.links2:hover
{
    color: #edaf48;
}
.contenido
{
    background: url(home/backsilla.jpg) no-repeat top left;
}
.news_home, .news_home2
{
    width: 295px;
    float: left;
    font-size: 12px;
    margin-right: 20px;
    line-height: 16px;
    height: 250px;
}
.news_home2
{
    margin-right: 0;
}
.contenido_internas
{
    float: left;
    padding: 0 30px 20px 30px;
    width: 934px;
}
.c_interna2
{
    float: right;
    font-size: 12px;
    padding: 0 28px;
    line-height: 16px;
}
.contenido_izq, .contenido_izq2
{
    width: 334px;
    padding-left: 16px;
    float: left;
    background: url(home/borde_izq.gif) left top no-repeat;
}
.contenido_izq2
{
    width: 100%;
}
.texto_popup
{
    background: url(home/borde_izq.gif) left repeat-y #FFFFFF;
    padding: 10px 20px 20px 40px;
    font-size: 14px;
    width: 700px;
    height: 291px;
    clear: both;
}
.c_titulos, .c_titulos2
{
    width: 944px;
    height: 40px;
    background: url(home/et_tit.jpg) repeat-x;
    margin: auto;
    margin-top: 18px;
    margin-bottom: 24px;
}
.c_titulos2
{
    width: 100%;
    margin: auto;
    float: left;
}
.caja_home
{
    height: 127px;
    width: 306px;
    float: left;
    padding: 11px 0 0 0;
}
.img, .img2
{
    border: #edaf48 solid 1px;
    padding: 4px;
    margin: 0 18px 0 0;
}
.img2
{
    float: left;
    clear: both;
    margin-top: 10px;
}
.column_right
{
    width: 585px;
    float: left;
    margin: 0 0 0 0;
    font-size: 12px;
}
.column_left
{
    width: 300px;
    float: left;
    margin: 0 30px 0 0;
    padding-bottom: 30px;
}
.foot
{
    height: 80px;
    background: #E2E2E1;
    clear: both;
    padding: 20px 45px;
    text-align: right;
    font-size: 12px;
}
.c_foot
{
    width: 200px;
    font-size: 12px;
    float: right;
    text-align: right;
    padding: 10px 120px 0 0;
    background: url(home/mae2.gif) no-repeat right;
}
.franja_foot
{
    background: #2ccddf;
    height: 70px;
    padding: 20px 0;
}
#centercolumn4
{
    padding: 0px 5px 0px 0px;
    width: 450px;
    display: block;
    margin: auto;
}
.center
{
    width: 600px;
    float: right;
}
div.row2, div.row3
{
    margin: auto;
    width: 256px;
    margin-left: 100px;
}
div.row3
{
    width: 126px;
}

div.content_buttons
{
    margin-top: 10px;
    float: right;
    width: 100%;
}
div.row
{
    clear: both;
    padding-top: 5px;
}

div.row span.label, span.label2
{
    float: left;
    width: 90px;
    text-align: right;
}
span.label2
{
    width: 60px;
}
div.row span.formw
{
    float: left;
    margin-left: 10px;
    width: 80px;
    text-align: left;
}
FORM
{
    margin: 0px 0px 0px 0px;
}

INPUT, INPUT.home, TEXTAREA, SELECT
{
    padding: 3px;
    border: none;
    width: 250px;
    background: #dedede;
    font-size: 10px;
}
TEXTAREA.contact
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

INPUT.home
{
    width: 150px;
}
.button, .button2
{
    background-color: #f15d22;
    width: 65px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    float: right;
    font-size: 10px;
}

.button2
{
    float: left;
}
.content .contenido_internas .column_right ul
{
    list-style-position: outside;
    list-style-type: disc;
    margin-left: 15px;
}

