*{
	background-repeat:no-repeat;
	background-position:top left;
	font-family:Arial;
}
a{
	color:#000;
	text-decoration:none;
}
a:hover{

		color:#DE3800;

}
h1{
	font-size:16px;
	text-align:justify;
}
h2{
	font-size:14px;
	text-align:justify;
}
p{
	font-size:12px;
	text-align:justify;
}
body{
	background-color:#333133;
}
#site{
	margin:0 auto;
	width:900px;
	border:5px solid #FFF;
	background-color:#FFF;
}
#header{
	width:880px;
	height:200px;
	background:url("images/header.jpg");
	color:#000;
	text-align:right;
	overflow:hidden;
	padding-right:20px;
}
#header a{
	color:#FFF;
	font-weight:bold;
	font-size:13px;
}
#header a:hover{
	color:#000;
}
#content{
	margin-top:10px;
	display:block;
	position:relative;
	overflow:hidden;;
}
#col_s,#col_c,#col_d{
	float:left;
	display:block;
	position:relative;
}
#col_s,#col_d{
	width:190px;
}
#col_s{
	margin-right:10px;
}
#col_s .menu{
	background-color:#E76110;
	text-transform:lowercase;
	padding:5px;
}
#col_s #sub_stg{
	width:170px;
	text-align:center;
	float:center;
	padding-left:20px;
}
#col_s .menu a{
	color:#FFF;
	text-transform:capitalize;
	text-decoration:none;
	border-bottom:1px dashed #FFF;
	width:170px;
	display:block;
	font-size:18px;
	/*	font-weight:bold; */
}
#col_s .menu a:hover{
	color:#000;
}
#col_c{
	margin-right:10px;
	width:500px;
}
#col_d{
	float:right;
	margin-top:0;
	position:relative;
	width:160px;
}
#footer{
	margin-left:auto;
	margin-right:auto;
	width:900px;
	color:#FFF;
	background-color:#000;
	text-align:center;
}
#footer a{
	color:#FFF;
}
#footer a:hover{
	color:#FFF;
}
.table_produs a{
	font-weight:bold;
}