/************
SCA ENACHESCU
GLOBAL.CSS
************/

/* document reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { margin:0pt; padding:0pt; } table { border-collapse:collapse; border-spacing:0pt; } fieldset, img { border:0pt none; } address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal; } ol, ul { } caption, th { text-align:left; } h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal; } q:before, q:after { 
    :'"'; } abbr, acronym { border:0pt none; } * {outline: none}
    
.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
	margin-top: -1px;
}

p, a, ul, li, h1, h2, h3, h4 {

}

#content p {
	font-size: 14px;
	line-height: 23px;
}

#content ul {
	margin-bottom: 20px;
}

#content ul li {
	font-size: 14px;
	line-height: 23px;
}

html{
    background: #fff;
	font-family: Cambria, Arial, Verdana, sans-serif;
	color: #003768;
}

#sitewrap{
    width:981px;
    margin:0 auto;
    padding-bottom:40px; 
}

#wrapper{
    width:980px;
    margin:0 auto;
    background: url(../img/midShade.gif) 100% 0% repeat-y;
    float:left;
    *display: inline;
    margin-top:40px;   
	position:relative;
}

img#logo {
	position: absolute;
	top:30px;
	right:35px;
}

#container{
    width:958px !important;
    float: left;
    *display: inline;
    border:1px solid #ddd;
}

p#numeFirma{
    margin-top:35px;
    margin-left:25px;
	font-size: 11px;
}

#navigation{
    margin-top:50px;
}

ul#topNav li{
    float:left;
    padding:4px;
    padding-left:25px;    
    background: #c4dede;
}

ul#topNav li a{
    color:#003768;
    font-size:15px;
    text-decoration: none;
}

ul#topNav li a:hover{
    color:#333;
}

/*header*/

#header{
    height: 200px;
    min-height:200px !important;    
}

.box1{
    width:306px;
    height:159px;
    min-height:159px !important;
    float:left;
    *display:inline;
    background: url(../img/headerBg1.jpg) no-repeat;
    border-right: 1px solid #fff;
	text-align: center;
}

.box1 h1{
    /*color:#003768;*/
	color: #ffffff;
    font-size:20px;
    margin-top:61px;
}

.box1 p{
    font-size:14px;
    color:#fff;
    margin-left:25px;
    margin-top:20px;
    margin-right:70px;
}


.box2{
    border-right:1px solid #fff;
    width:346px;
    float:left;
    *display:inline;
}

.box3{
    width:304px;
    float:left;
    *display: inline;
    background: url(../img/headerBg2.jpg) no-repeat;
    height:160px;
    min-height:160px !important;
}

.box3 h1{
    /*color:#003768;*/
	color: #ffffff;
    font-size:20px;
    margin-top:61px;
    margin-left:35px;
    margin-right: 90px;
}

/*main content*/
/*content*/
#content{
    width:540px;
    float:left;
    *display: inline;
    margin-left:25px;
}

#content h1, #content h2{
    color:#003768;
    font-size:16px;
    margin-bottom:20px;
}

#content h2{
    font-size:14px;
    font-weight: bold;
    margin-bottom:20px;
}

#content p{
    margin-bottom:12px;
	text-align:justify;
}

#content span{
    font-weight: bold;
    line-height:16px;
}

/*sidebar*/
#sidebar{
    width:300px;
    float:left;
    *display:inline;
    border-left:1px solid #b7d6e1;
    margin-left:88px;
}

#sidebar h2{
    padding-left:40px;
    color:#370665;
    font-size:21px;
    margin-bottom:20px;
    margin-top:15px;
}

#sidebar ul{
    margin-bottom:20px;
    padding-left:40px;
}

#sidebar ul li a{
    text-decoration: none;
	font-size: 14px;
	color: #370665;
	line-height: 20px;
}

#sidebar ul li a:hover{
    text-decoration: underline;
}

/*footer*/
#footer{
    background: #95afbd;
    float:left;
    width:100%;
	font-size: 11px;
}

#footerMenu{
    padding-top:5px;
    padding-bottom:5px;
    margin-left:20px;
}

#footer ul li{
    display: inline;
}

#footer ul li a{
    float:left;
    margin:5px;
    color:#fff;
    text-decoration: none;
    line-height:12px;
    border-right:1px solid #fff;
    padding-right:10px;
}

#footer ul li a.last{
        border-right:0 none;
}

#footer ul li a:hover{
    text-decoration: underline;
}

#footer span{
    margin-right:90px;
    line-height: 12px;
    float: right;
    font-size:11px;
    color:#fff;
    margin-bottom:5px;
}