/* 
    Document   : style
    Created on : Aug 30, 2011, 9:16:42 AM
    Author     : Adrian
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body { 
    margin:0 auto;
}
.main 
{
    width:1006px;
    margin:0 auto;
}

.left {
    float:left;
    width:232px;
    background-image: url('/images/left.jpg');
    background-repeat: repeat-y;
    background-color: #000000;
}

.right
{
    float:right;
    width:772px;
    background-color: white;
    border-right: 1px solid #e2e2e2;
}

.footer
{
    width:1006px;
    clear: both;   
    height: 84px;
    background-image: url('/images/footer.jpg');
    background-repeat: repeat-x;
    padding-top:10px;    
}

.iconite
{
    clear:both;
    width:100%;
    text-align:center;
    margin-top:30px;    
}

a.buton1 {
    background-attachment: fixed;
    background: url('/images/despre.jpg');
    display: block;
    width: 98px;
    height: 24px;
    background-repeat: no-repeat;
}
a.buton1:hover {
    background-image: url('/images/despre_hover.jpg');
}

a.buton2 {
    background-attachment: fixed;
    background: url('/images/cum_cumpar.jpg');
    display: block;
    width: 118px;
    height: 24px;
    background-repeat: no-repeat;
}
a.buton2:hover {
    background-image: url('/images/cum_cumpar_hover.jpg');
}

a.buton3 {
    background-attachment: fixed;
    background: url('/images/corporate_gift.jpg');
    display: block;
    width: 134px;
    height: 24px;
    background-repeat: no-repeat;
}
a.buton3:hover {
    background-image: url('/images/corporate_gift_hover.jpg');
}

a.buton4 {
    background-attachment: fixed;
    background: url('/images/contact.jpg');
    display: block;
    width: 67px;
    height: 24px;
    background-repeat: no-repeat;
}
a.buton4:hover {
    background-image: url('/images/contact_hover.jpg');
}

.txt_alb{
    font-family: Arial, Verdana;font-size: 12px;color:#ffffff;
}

a.link_footer {
    font-family: Arial, Verdana;font-size: 12px;color:#ffffff;text-decoration: none;    
}
a.link_footer:hover {
    color:#b5d361;    
} 

a.link_footer2 {
    font-family: Arial, Verdana;font-size: 11px;color:#000000;text-decoration: none;    
}
a.link_footer2:hover {
    color:#b5d361;    
}


a.main_meniu {
    padding-left:5px;font-family: Arial, Verdana;font-size: 14px;color:#FFFFFF;text-decoration: none;font-weight: bold;    
}
a.main_meniu:hover {
    color:#c80d0d;    
}

a.meniu1 {
    padding-left:5px;font-family: Arial, Verdana;font-size: 13px;color:#FFFFFF;text-decoration: none;font-weight: normal;    
}
a.meniu1:hover {
    color:#c80d0d;    
}

.title_meniu{   
    font-family: Arial, Verdana;font-size: 13px;color:#ffffff;text-align:center;padding:8px 0 8px 0;
    background-image: url('images/bg_meniu.png');width:232px;    ;
}

.input_motor {
    border: 0;
    width:120px;
    padding: 3px 5px;
    font-size: 0.7em;
    color: #484848;
    font-family: Arial, Verdana, sans-serif;
}

.submit_buton {
    border: 0;
    background-color: #c80d0d;
    width:58px;
    height:22px;
    padding: 3px 5px;
    font-size: 12px;
    color: #ffffff;
    font-family: Arial, Verdana, sans-serif;
}

.separator{
    width:280px;
    padding:3px 0 3px 0;
}

a.link {
    font-family: Arial, Verdana;font-size: 12px;color:#575757;text-decoration: none;    
}
a.link:hover {
    color:#c80d0d;    
} 

.txt{
    font-family: Arial, Verdana;font-size: 12px;color:#575757;
}

h1{font-family: Arial, Verdana;font-size: 18px;color:#ffffff;margin:0;padding:0}

#container2 {
    float:left;
    width:1006px;    
    overflow:hidden;
    position:relative;
    border-right: 1px solid #e0e0e0;


}

#container1 {
    float:left;
    width:1006px;
    position:relative;
    right:774px;       
    background-position: right;
    background-image: url('/images/left.jpg');  


}
#col1 {
    float:left;
    width:232px;
    position:relative;
    left:774px;
    overflow:hidden;

}
#col2 {
    float:left;
    width:774px;
    position:relative;
    left:774px;
    overflow:hidden;
}

.result_clear {padding:5px}
.title_result_clear {font-size: 18px;padding:5px;font-weight: bold;color:#3d3c3c;}
.pret {font-size: 18px;color:#d00e0e;font-weight: bold;}
.result_italic{font-size: 12px;font-style:italic;padding-left: 5px;}
.txt_default {clear: both;font-family: Arial, Verdana;font-size: 13px;font-style:italic;padding: 5px;font-weight: bold;color:red}
.result_comanda {margin-left:250px}
.cere_buton {
    border-bottom: 2px solid #840707;
    border-left: 2px solid #840707;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;

    background-color: #c80d0d;
    width:150px;
    height:22px;
    padding: 3px 5px;
    font-size: 14px;
    color: #ffffff;
    margin: 0 4px 10px 0;
    font-weight: bold;
    font-family: Arial, Verdana, sans-serif;
}

table{ width:100% }
.left_cell{ padding:5px; text-align:right; font-size:12px; vertical-align:middle; width:45% }
.right_cell{ padding:5px; text-align:left; font-size:12px; vertical-align:middle; width:55% }
.center_cell{ padding:5px; text-align:center; font-size:12px; vertical-align:middle; width:100% }

.text-box{ border:1px solid gray; height:18px; width:250px }
.select{ border:1px solid gray; width:260px; }
.textarea{ border:1px solid gray; height:80px; width:260px }

.submit{ height:17px; background:#da251d; padding:auto 10px; float:right; color:white; cursor:pointer }

.sent{ text-align:center; margin-top:30px }

#content .font-size{ font-size:12px; padding-bottom:10px }
#content h2{ font-weight:bold; font-size:14px; text-align:center; margin:5px auto; color:black; background:none; width:250px }

.position_center_cereri{ padding-right:356px }
.position_center_contact{ padding-right:156px }
.position_center_comanda{ padding-right:209px }
