body {
	background-image:url('../img/gradient.gif');
	background-repeat:repeat-x;
	background-color:#679a99;
	padding:0px;
	margin:0px;
	font-size:12px;
}

h2 {
	font-size:14px;
}

h3 {
	font-size:12px;
}

a {
	text-decoration:none;
}

#product_slider {
	clear:both;
	width:650px;
	height:140px;
	overflow:hidden;
}

#menu_div ul {
	text-indent: 5px;
	padding: 0px;
	padding-left:15px;
	margin: 0px;
	width:160px;
}
.base {
	list-style-position: outside;
	list-style-image: url('../img/bullet.gif');
}
.leaf {
	list-style-image:none;
	list-style-type:none;
}
.submenu {
	visibility:hidden;
	display:none;
}

#header {
	width:983px;
	height:164px;
	background-image:url('../img/header.gif');
	background-repeat:no-repeat;
	background-position:center center;
}

#content_holder {
	width:983px;
	background-image:url('../img/pageline.gif');
	background-repeat:repeat-y;
}

#footer {
	width:983px;
	height:21px;
	background-image:url('../img/footer.gif');
	text-align:center;
}

#menu_holder {
	float:right;
	margin-top:126px;
	margin-right:8px;
}

.menu_item {
	float:right;
	margin-right:5px;
}

#menu_div {
	font-size:12px;
	margin-right:10px;
	padding:10px;
	background-image:url('../img/menuline.gif');
	background-repeat:no-repeat;
	background-position:top right;
	float:left;
	min-height:441px;
}

.category_link {
	text-decoration:none;
	color:black;
}

.category_link_current {
	font-size:11px;
	text-decoration:none;
	color:black;
	font-weight:bold;
}

.product_holder {
	float:left;
	background-image:url('../img/product_holder.gif');
	background-repeat:repeat-x;
	background-color:#99cccc;
	padding:5px;
	margin:0px;
	font-size:14px;
	width:340px;
	height:150px;
}

.picture_holder {
	float:left;
	width:115px;
	height:134px;
	background-image:url('../img/picture_holder.gif');
}

.picture_div {
	padding-left:7px;
	padding-top:7px;
	float:left;	
}

.product_detail {
	float:left;
	width:200px;
	padding-left:10px;
}

/*---------------*/
/*    BUTOANE    */
/*---------------*/


#button_home {
	width:120px;
	height:30px;
	background-image:url('../img/button_home.gif');
}

#button_home_activ {
	width:120px;
	height:30px;
	background-image:url('../img/button_home_activ.gif');
}

#button_despre {
	width:120px;
	height:30px;
	background-image:url('../img/button_despre.gif');
}

#button_despre_activ {
	width:120px;
	height:30px;
	background-image:url('../img/button_despre_activ.gif');
}

#button_produse {
	width:120px;
	height:30px;
	background-image:url('../img/button_produse.gif');
}

#button_produse_activ {
	width:120px;
	height:30px;
	background-image:url('../img/button_produse_activ.gif');
}

#button_servicii {
	width:120px;
	height:30px;
	background-image:url('../img/button_servicii.gif');
}

#button_servicii_activ {
	width:120px;
	height:30px;
	background-image:url('../img/button_servicii_activ.gif');
}

#button_contact {
	width:120px;
	height:30px;
	background-image:url('../img/button_contact.gif');
}

#button_contact_activ {
	width:120px;
	height:30px;
	background-image:url('../img/button_contact_activ.gif');
}

