/* CSS Document */
body{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	color:#738386;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	line-height:18px;
	background:#e5f1f8 url(../images/bg_body.jpg) top repeat-x;
}
a{
	color:#515151; 
	text-decoration:none;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	line-height:18px;
}
a:hover{text-decoration:underline;}
a.selected{text-decoration:underline;}
a img{border:none;}
form{margin:0; padding:0;}
p{margin:0; padding:7px 0 7px 0;}
ul{list-style:none; margin:0; padding:0;}
ul li{float:left;}
h1{
	
	margin:0;
	padding:7px 0 0 0;
	color:#738386;
	font-family:Arial;
	font-size:24px;
	font-weight:normal;
	line-height:24px;
}
h2{
	margin:0;
	padding:10px 0 5px 25px;
	color:#ff0000;
	font-family:Arial;
	font-size:18px;
	font-weight:normal;
	line-height:18px;
}
h3{
	margin:0;
	padding:0 0 10px 25px;
	color:#02b0e6;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	line-height:12px;
}
.left{float:left;}
.right{float:right;}
.clear{clear:both;}

.black{color:#000000;}
.blue{color:#02b0e6;}
.green{color:#6c9900;}

#wrapper{
	width:970px;
	min-height:457px;
	height:auto !important;
	height:457px;
	margin:0 auto;
	background:url(../images/bg_wrapper.jpg) top no-repeat;
}

#header{height:133px;}
#lang{
	float:right;
	margin:20px 10px 0 0;
	color:#515151;
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	line-height:11px;
}
#lang a{
	color:#515151;
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	line-height:11px;
}
#logo{
	position:absolute;
	float:left;
	top:56px;
	width:189px;
	height:66px;
	background:url(../images/logo.png) no-repeat;
}
#menu{
	clear:both;
	float:right;
	margin:78px 10px 0 0;
	width:522px;
	height:23px;
	line-height:23px;	
}
#menu li{margin-right:2px;}
#menu li.last{margin:0;}
#menu a{ float:left; height:23px; display:block;}

#menu .despre a{width:80px; background:url(../images/menu_despre.jpg) no-repeat;}
#menu .consultanta a{width:80px; background:url(../images/menu_consultanta.jpg) no-repeat;}
#menu .solutii a{width:47px; background:url(../images/menu_solutii.jpg) no-repeat;}
#menu .servicii a{width:54px; background:url(../images/menu_servicii.jpg) no-repeat;}
#menu .suport a{width:49px; background:url(../images/menu_suport.jpg) no-repeat;}
#menu .produse a{width:59px; background:url(../images/menu_produse.jpg) no-repeat;}
#menu .evenimente a{width:80px; background:url(../images/menu_evenimente.jpg) no-repeat;}
#menu .contact a{width:57px; background:url(../images/menu_contact.jpg) no-repeat;}

#menu .despre a:hover, #menu .despre a.selected{background:url(../images/menu_despre_hover.jpg) no-repeat;}
#menu .consultanta a:hover, #menu .consultanta a.selected{background:url(../images/menu_consultanta_hover.jpg) no-repeat;}
#menu .solutii a:hover, #menu .solutii a.selected{background:url(../images/menu_solutii_hover.jpg) no-repeat;}
#menu .servicii a:hover, #menu .servicii a.selected{background:url(../images/menu_servicii_hover.jpg) no-repeat;}
#menu .suport a:hover, #menu .suport a.selected{background:url(../images/menu_suport_hover.jpg) no-repeat;}
#menu .produse a:hover, #menu .produse a.selected{background:url(../images/menu_produse_hover.jpg) no-repeat;}
#menu .evenimente a:hover, #menu .evenimente a.selected{background:url(../images/menu_evenimente_hover.jpg) no-repeat;}
#menu .contact a:hover, #menu .contact a.selected{background:url(../images/menu_contact_hover.jpg) no-repeat;}

#content{
	
	min-height:325px;
	height:auto !important;
	height:325px;
	padding:0 10px 0 10px;
	margin:65px 0 0 0;
}
#content div.left{width:620px;}
#content div.right{
	width:310px;
	min-height:260px;
	height:auto !important;
	height:260px;
}
.div1{
	width:310px;
	height:59px;
	background:url(../images/content_div1.jpg) top no-repeat;
}
.div2{
	width:310px;
	height:170px;
	background:#FFFFFF url(../images/content_div2.jpg) top no-repeat;
}
.box{
	position:absolute;
	margin:-21px 30px 0 227px;
}
.content_img{
	float:left;
	margin:10px 10px 10px 0;
}
a.link_mic{font-size:11px;}
a.link_mare{font-size:12px; margin-left:25px;}
.div3, .div4{
	float:left;
	width:310px;
	height:59px;
}
.div3{background:url(../images/content_div3.jpg) top no-repeat;}
.div4{margin:0 10px; background:url(../images/content_div4.jpg) top no-repeat;}

#footer{
	clear:both;
	height:76px;
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	line-height:17px;
}
#footer ul{
	position:relative;
	float:left;
	left:50%;
	margin-left:-215px;
	margin-top:10px;
	width:430px;
}
#footer a{ float:left; height:11px; font-size:11px; display:block;}

#content .left ul {
	list-style-type: disc;
	list-style-position: inside;
}
#content .left ul li { width: 100%; }

input, textarea {
	border: 1px solid #ccc;
}



