@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	border:0;
}

body{
	background-image:url(../images/bg_body.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#747474;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	line-height:1.8em;
}

#container{
	width:934px;
	margin:0 auto 0 auto;
}

#header{
	width:934px;
	height:240px;
}
#header .slogan{
	float:right;
}
#header .menu_1{
	list-style:none;
}
#header .menu_1 li{
	float:left;
	display:inline;
}
#header .menu_1 li a{
	height:45px;
	display:block;
}
#header .menu_1 li a span{
	display:none;
}
#header .acasa{
	width:104px;
	background-image:url(../images/but_acasa.jpg);
}
#header .descriere{
	width:125px;
	background-image:url(../images/but_descriere.jpg);
}
#header .beneficii{
	width:120px;
	background-image:url(../images/but_beneficii.jpg);
}
#header .instructiuni{
	width:151px;
	background-image:url(../images/but_instructiuni.jpg);
}
#header .catalog{
	width:135px;
	background-image:url(../images/but_catalog.jpg);
}
#header .contact{
	width:101px;
	background-image:url(../images/but_contact.jpg);
}
#header .blog{
	width:90px;
	background-image:url(../images/but_blog.jpg);
}
#header .forum{
	width:108px;
	background-image:url(../images/but_forum.jpg);
}
#header li .selected{
	background-position:bottom;
}

#header .menu_2{
	list-style:none;
	padding:0 0 0 5px;
}
#header .menu_2 li{
	float:left;
	display:inline;
}
#header .menu_2 li a{
	font:bold 13px/28px Arial, Helvetica, sans-serif;
	color:#dedede;
	text-decoration:none;
	padding:0 5px 0 5px;
	border-left:solid #dedede 1px;
}
#header .menu_2 .first{
	border-left:none;
}
#header .menu_2 .selected{
	color:#ffffff;
	text-decoration:underline;
}

#content{
	width:934px;
	margin:0 0 20px 0;
}
#content .left{
	width:219px;
	padding:20px;
	float:left;
	margin:0 2px 0 0;
	background-image:url(../images/bg_content_left.jpg);
	background-position:top;
	background-repeat:no-repeat;
	font-size:11px;
	color:#fff;
}
#content .left a{
	color:#fff;
}
#content .left .spacer{
	width:219px;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
	border-bottom:solid #fff 1px;
}
#content .left ul{
	margin:0 0 0 20px;
	list-style:url(../images/star.jpg);
}
#content .left .date{
	width:48px;
	height:52px;
	background-image:url(../images/date.jpg);
	background-repeat:no-repeat;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:28px;
	color:#212736;
}
#content .left .date .mht{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#fff;
	font-weight:bold;
	padding:8px 0 0 0;
	text-transform:uppercase;
}

#content .right{
	width:672px;
	background-image:url(../images/bg_content_right.jpg);
	background-repeat:repeat-y;
	float:left;
}
#content .right .top{
	background-image:url(../images/bg_content_right_top.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
#content .right .bottom{
	background-image:url(../images/bg_content_right_footer.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	padding:25px;
}
#content .right .bottom img{
	border:solid #9c4a5d 1px;
	margin:10px;
}
#content .right ul{
	margin-left:30px;
}
#content .spacer{
	width:600px;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
	border-bottom:dashed #DF1E21 1px;
}
#content .a{
	color:#000;
}

.shop_products_list{
	width:280px;
	float:left;
	padding:10px;
}
.title {
	font-size:14px;
	color:#DF1E21;
	font-weight:bold;
}
.title a{
	text-decoration:none;
	color:#DF1E21;
}
.shop_products_list .butt a{
	color:#000;
}
.product_img{
	float:left;
	width:270px;
}
.details{
	float:left;
	width:350px;
}

.title_mews {
	font-size:12px;
	color:#000;
	font-weight:bold;
}
.title_mews a{
	text-decoration:none;
	color:#000;
}

.navig_th{
	padding:0 0 5px 0;
	margin:0 0 15px 0;
	border-bottom:solid #df1e21 1px;
}
.navig_th a{
	color:#000;
	font-weight:bold;
	text-decoration:none;
}
.navig_th a:hover{
	text-decoration:underline;
}

#footer{
	width:100%;
	height:95px;
	padding:30px 0 0 0;
	background-image:url(../images/bg_footer.jpg);
	background-repeat:repeat-x;
}
#footer .content{
	margin:0 auto 0 auto;
	width:934px;
}
#footer .content .menu_1{
	width:640px;
}
#footer .content .menu_2{
	width:540px;
}
#footer .content ul{
	margin:0 auto 0 auto;
}
#footer .content ul li{
	list-style:none;
	float:left;
	display:inline;
}
#footer .content ul li a{
	color:#bcbcbc;
	font-size:10px;
	text-decoration:none;
	text-transform:uppercase;
	padding:0 10px 0 10px;
	border-left:solid #bcbcbc 1px;
}
#footer .content ul li a:hover{
	text-decoration:underline;
}
#footer .content .first{
	border-left:none;
}
#footer .content .copyright{
	float:right;
	color:#fff;
}

h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#df1e21;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
	border-bottom:solid #df1e21 1px;
}
#left h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	color:#ffffff;
	padding:0 0 10px 0;
}
#right h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	color:#252525;
	padding:0 0 10px 0;
}
h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#ffffff;
	padding:0 0 5px 0;
}
h4{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	color:#dadada;
	padding:0 0 5px 0;
}
.img{
	border:solid #9c4a5d 1px;
}

.clear{
	clear:both;
}