/* CSS Document */

/******************** GLOBAL RESETTING CODE BASED ON YAHOO CSS RESET ********************/
body,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,blockquote{margin:0;padding:0;  font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:black}
a { color:#FF6600;
}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit; color:#333333}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}



body{
  background-color:white;
  font-size:12px;
  font-family:Verdana,Arial,Helvetica,sans-serif; 
}

h1{
  font-size:20px;
  font-weight:bolder;
  font-family:Verdana,Arial,Helvetica,sans-serif; 
  color:#000066;
  margin-top:20px;
  margin-left:30px;
}

h2{
  font-size:14px;
  font-weight:bolder;
  font-family:Verdana,Arial,Helvetica,sans-serif; 
  color:#000066;
}



#pagina{
	width:785px; 
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
}

#sus {
	background-image:url(../images/sus.gif);
	background-repeat:no-repeat;
	width:784px;
	height:27px;
	float:left;
}

#centru {
	background-image:url(../images/centru.gif);
	background-repeat:repeat-y;
	width:784px;
	float:left;
}

#jos{
	background-image:url(../images/jos.gif);
	background-repeat:no-repeat;
	width:784px;
	height:25px;
	float:left;
}

#header 
{
	background-image:url(../images/header.gif);
	background-repeat:no-repeat;
	width:784px; 
	height:79px;
	float:left;

}

#footer 
{
	background-image:url(../images/footer.gif);
	background-repeat:no-repeat;
	width:784px; 
	height:50px;
	float:left;
}


#meniu
{
	width:200px;
	float:left;

	padding-left:14px;
	min-height:400px;
}
#meniu a
{
	width:183px;
	height:20px;
	float:left;
	padding:8px;
	font-size:14px;
	color:#666666;
	font-weight:bolder;
	text-decoration:none;
}

#meniu a:hover
{
	width:183px;
	height:20px;
	float:left;
	padding:8px;
	font-size:14px;
	color:#FFFFFF;
	font-weight:bolder;
	text-decoration:none;
	background-color:#000099;
}

.selectat{
	width:183px;
	height:20px;
	float:left;
	padding:8px;
	font-size:14px;
	color:#FFFFFF;
	font-weight:bolder;
	text-decoration:none;
	background-color:#000099;
}

#content 
{
	width: 520px;
	margin-left:15px;
	padding:10px;
	float:left;
}

.produs
{
  font-size:12px;
  font-weight:bolder;
  font-family:Verdana,Arial,Helvetica,sans-serif; 
  color:#FF6600;
}
.imgprodus
{
padding:5px;
border:1px solid #CCCCCC;
}

.divProdus {
float:right;
}
ul
{
margin-top:0px;
}

.titluCategorie
{
font-size:14px;
color:#000033;
}
