
body  {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	background: #ececec;
	margin: 20px auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #696969;
}
 #container { 
	width: 1006px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align:left; /* this overrides the text-align: center on the body element. */
} 

a {color:#e15103; text-decoration:none; }
a:hover { text-decoration:underline;}

 #header { 
	border: 3px solid #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
    width: 996px;
	height:155px;
	background: #e8e8e8; 
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 


#logo{
    background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
	float:left;
	width: 500px;
	height:85px;
	margin:0 auto;

}
#logotxt{
	float:left;
	font-size:13px;
	font-weight:bold;
	margin: 0 0 0 230px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
}
 #header h1 {
    float:left;
	font-size:24px;
    color:#e15103;
	line-height:10px;
	margin: 30px 0 0 110px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
 #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 210px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	border: 7px double #eeeeee;	
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
}
h2 { font-size:14px; color:#000000; }

h3 { font-size:12px; height:25px; padding:10px 0px 0px 20px; color:#000000; background-image:url(../images/img_01.jpg); background-repeat:repeat-x; }
h4 { font-size:10px; padding:0px 0px 0px 20px; color:#000000; }
h5 {font-size:12px; color:#000000; }
h4 span{color:#000000; font-weight:bold; font-size:16px;}
 #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 210px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	border: 7px double #eeeeee;	
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
}
 #mainContent { 
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	border: 7px double #eeeeee;	
	margin: 0 230px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

 #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	border: 7px double #eeeeee;	
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */

} 
 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


 #footer2 { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */

} 

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}





#side ul{margin:0px 0px 0px 10px;}
#side a { color:#696969; font-size:12px; margin-left:1px;   }
#side a:hover { text-decoration:none; color:#e15103;  }
#side li {list-style:none; width:160px; margin-left:-20px; padding:7px 0px 7px 0px;  border-bottom:1px solid #ebeaea;}







#mmdrop {
height:35px;
width:996px;
background:#e15103;
position:relative; 
font-family:arial, verdana, sans-serif; 
z-index:500;
margin:85px auto;
border-top: 3px solid #ffffff;
border-bottom: 3px solid #ffffff;
}

#mmdrop .select {
float:left;
margin:0; 
padding:0 0 0 20px; 
list-style:none; 
white-space:nowrap;
}

#mmdrop li {
float:left;
height:29px;
padding-top:1px;
margin-right:1px;
width:120px;
}

#mmdrop .select a {
display:block; 
height:26px; 
float:left; 
padding:5px 10px 0 0px; 
text-decoration:none; 
line-height:24px; 
white-space:nowrap;
font-weight:bold;
color:#FFF;
font-size:13px;
}



#mmdrop .select li:hover a {
font-size:13px;
color:#000;

}

#produs{ padding:0 10px; }
#produs-side{ padding:0 20px; height:290px; border-bottom:7px double #ebeaea;  }

#image { width:50%; height:200px; float:left;}
#detalii { width:50%; height:200px; float:left; color:#000000;}
#descriere { text-align:justify; font-size:12px;}

#card { width:auto; height:75px; background-image:url(../images/basket.jpg); padding:0px 20px 0px 20px; background-repeat:no-repeat; }
#card p {width:140px; font-size:10px; padding:7	px 0px 0px 0px; }

.right {float:right;}

*** set the width and height to match your images **/

#slideshow {
    position:absolute;
    height:400px;
}

#slideshow DIV {
    position:absolute;
    top:100;
    left:220;
    z-index:8;
    opacity:0.0;
    height: 380px;
    background-color: #FFF;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
    height: 320px;
	width:530px;
    display: block;
    border: 0;
    margin-bottom: 10px;
}



#transport { background-image:url(../images/transport.jpg); color:#FFFFFF; font-weight:bold; background-repeat:repeat-x; width:auto; height:99px; padding:0px 10px; }

#telefon {float:right; width:300px; height:30px; margin-top:20px; }

#pareri span{font-style:italic; font-size:12px; color:#ea5944;}
#pareritoate{float:right;width:120px;height:20px;bottom:0px;right:0px;}
#pareri p{font-style:italic;}
#pareri{width:960px;background-color:#FFFFFF;margin:10px auto;-moz-background-clip:padding;-webkit-background-clip:padding;background-clip:padding-box;border:10px solid rgba(0,0,0,0.2);-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;text-align:left;overflow:hidden;padding:10px;}


#mainContent table{font-size:12px;text-align:right;border-collapse:collapse;}
#mainContent table td{border:1px solid #f0f0f0;width:20%;}