html, body{
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	background:#641818 url(../images/bg.jpg) top left repeat-x;
	font: 11px Verdana, serif;
	color:#fff;
}

div#main{
	width:949px;
	margin:0px auto;

}

div#logo{
	width:747px;
	margin:0px auto;
}

#lang{
	float:right;
	padding-top:20px;
}


.menu_link{
	display:block;
	width:102px;
	height:41px;
	background-position:top left;
	background-repeat:no-repeat;
	clear:right;
}

.menu_link:hover{
	background-position:bottom left;
}

.menuprincip{height:41px;}

.menu_link b{
	display:none;
}

#menu_ro_companie{background-image: url(../images/menu/ro/company.jpg);}
#menu_ro_channel{background-image: url(../images/menu/ro/channel.jpg);}
#menu_ro_produse{background-image: url(../images/menu/ro/products.jpg);}
#menu_ro_promotii{background-image: url(../images/menu/ro/promotions.jpg);}
#menu_ro_servicii{background-image: url(../images/menu/ro/services.jpg);}
#menu_ro_cariere{background-image: url(../images/menu/ro/careers.jpg);}

#menu_it_companie{background-image: url(../images/menu/it/company.jpg);}
#menu_it_channel{background-image: url(../images/menu/it/channel.jpg);}
#menu_it_produse{background-image: url(../images/menu/it/products.jpg);}
#menu_it_promotii{background-image: url(../images/menu/it/promotions.jpg);}
#menu_it_servicii{background-image: url(../images/menu/it/services.jpg);}
#menu_it_cariere{background-image: url(../images/menu/it/careers.jpg);}

#center_imgs{
	margin:0px auto;
	width:949px;
	height:380px;
	clear:both;
}

#img_l{
	float:left;
	width:121px;
}
#img_c{
	float:left;
	width:707px;
}
#img_r{
	float:left;
	width:121px;
}

#text{
	width:707px;
	margin:10px auto;
}

p{
	text-align:justify;
	padding:0px 0px 10px;
	margin:0px;
}

h1{
	font-size:18px;
}

h2{
	font-size:13px;
	margin:0px;
	padding:10px 0px 2px 10px;
}


/*menu*/
#menu{
	clear:both;
	padding-left:160px;
	z-index:500;
}

ul#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav{
	z-index:1;
}


#nav li { /* all list items */
	float: left;
	position: relative;
	width:106px;
}

#nav li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
}

#nav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top:auto;
	left:auto;
}

#nav li:hover ul, #nav li.over ul { /* lists nested under hovered list items */
	display: block;
	margin-top:-1px;
}

.subnav li{
	z-index:10;
	position:relative;
	left:-5px;
	height:33px;
}

.subnavli{height:33px;}

.subnav a{
	display:block;
	padding-bottom:1px;
	height:33px;
}
/* end menu */



#content{
	clear:both;
	width:745px;
	margin:0px auto 10px auto;
}

#intro_flash{
	margin-left:20px;
	background:url(../images/bg_flash.jpg) top center no-repeat;
	width:707px;
	height:380px;
}

#intro_flash *{
	margin-top:12px !important;
	margin-left:12px;
}

#footer{
	width:707px;
	margin:30px auto 10px;
}

#footer_text{
	margin:5px 0px;
	height:19px;
	padding: 0px 0px 0px 60px;
	background:url(../images/footer.jpg) bottom center no-repeat;
}

#footer_links *{
	color:#fff;
	text-decoration:none;
}

#footer_links{
	list-style: none;
	margin-top:2px !important;
}
#footer_links li{
	float:left;
	margin:0px 4px;
}

#footer_copy{
	font-size:9px;
	text-align:center;
}

ul.links{
	list-style:none;
	margin:0px;
	padding:0px 0px 20px 30px;
}

ul.links *{
	color:#CFB5B5;
	font-weight:bold;
	text-decoration:none;
}

ul.links a:hover{
	color:#fff;
}

ul.links li{
	float:left;
	padding:0px 3px;
}

div.error{color: #FF6523;border-left:5px solid #ffffff;padding-left:10px;margin:15px 5px}
div.success{color: #529457;;border-left:5px solid #ffffff;padding-left:10px;;margin:15px 5px}

a{
	color:#fefefe;
	text-decoration:none;
}

a img{
	border:0px;
}

dl{

}

dl.contact{
	padding:20px 0px 0px 20px;
	width:330px;
	float:left;
}

dd{
	padding-left:15px;
}

.clear{
	clear:both;
}

.product td img{
	margin-top:15px;
}