*{
	margin:0;
	padding:0;
}

body{
	color:#eee;
	background-color:#141414;
	font:15px Calibri,Arial,sans-serif;
}

ul, li{
	padding: 0px;
	margin: 0px;
}
ul.dropmenu{
	position: relative;
	width:220px;
	margin:0px auto;
	padding: 0px 0px 0px 0px;
	background:url('img/select_slice.png') repeat-x #ddd;
	background-image:url('img/select_slice.png'),url('img/select_slice.png'),url('img/select_slice.png'),url('img/select_slice.png');
	background-position:0 -136px, right -204px, 50% -68px, 0 0;
	background-repeat: no-repeat, no-repeat, no-repeat, repeat-x;display:block;
	height: 32px;
	font:13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align:center;
	text-shadow:1px 1px 0 #EEEEEE;
	color:#666666;-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px; 
	

	
}
.dropmenu li{
	position: relative;
	list-style: none;
	float: none;
	margin: 0px;
	padding: 0px;
}
.dropmenu li a{
	padding: 9px 30px 8px 15px;
	display: block;
	cursor: point;
	border-right: solid 1px #4a779d;
	color: #2C5667;
	text-transform: none;
	text-decoration: none;
}
.dropmenu li span{
	display: block;
	float: right;
	height: 10px;
	width: 10px;
	background:transparent url(img/arrow_up.png) repeat-x scroll 0 0;
	position: absolute;
	top: 12px;
	right: 10px;
}
.dropmenu li:hover ul, .dropmenu li:hover div{
	display: block;
}
.dropmenu ul{
	position: absolute;
	display: none;
	width: 140px;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #ccc;
	background: #FFFFFF url(img/gradient.png) repeat-x scroll 0 0;
}
.dropmenu ul li{
	border: 0;
	float: none;
}
.dropmenu ul a {
  border: 1px solid #ccc;
  border-bottom: 0;
  white-space: nowrap;
  display:block;
  color: #0657AD;
  text-decoration: underline;
  text-transform: none;
}
a.selected, a:hover{
	background:url('img/select_slice.png') repeat-x #ddd;
	background-image:url('img/select_slice.png'),url('img/select_slice.png'),url('img/select_slice.png'),url('img/select_slice.png');
	background-position:0 -170px, right -238px, 50% -102px, 0 -34px;
	background-repeat: no-repeat, no-repeat, no-repeat, repeat-x;display:block;
	color:#2c5667;
	text-shadow:1px 1px 0 #9bc2d0;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px; 
}
a.selected span{
	background:transparent url(img/arrow_hover.png) repeat-x scroll 0 0;
}
.dropmenu ul a:hover {
	color:#F67A00 !important;
	text-decoration: none;
	background-color: #F0F0F0;
	background-image: none;
}
.dropmenu div ul{
	position: relative;
	display: block;
}
.dropmenu li div{
	
	display: none;
	position: absolute;
}
.dropmenu li div ul{
	border: none;
	background: none;
	position: relative !important;
}
.dropmenu li div a{
	border: none;
	border-bottom: 1px solid #ccc;
}
.dropmenu li div div{
	display: block;
	position: relative;
	background: none;
	border: none;
}
.dropmenu li div div a{
	display: inline;
	border: none;
	color: #666;
	text-decoration: underline;
	padding: 0px;
	margin: 0px;
	text-transform: none;
}
.dropmenu li div div a:hover{
	color: #000;
	text-decoration: none;
}
.products{
	position:absolute;
	top:40px;
	left:0;
	width:100%;
	border:1px solid #32333b;
	border-width:0 1px 1px;
	list-style:none;
	
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	
	-moz-box-shadow:0 0 4px #111;
	-webkit-box-shadow:0 0 4px #111;
	box-shadow:0 0 4px #111;
}
.products ul{
	width: 100%;
}
.products ul li{
	height:85px;
	cursor:pointer;
	position:relative;
	
	/* Again, using CSS3 multiple backgrounds with a fallback */
	
	background:url('img/dropdown_slice.png') repeat-x #222;
	background-image:url('img/dropdown_slice.png'),url('img/dropdown_slice.png'),url('img/dropdown_slice.png');
	background-position: 50% -171px, 0 -85px, 0 0;
	background-repeat: no-repeat, no-repeat, repeat-x;
}
.products ul li:hover{
	background-position: 50% -256px, 0 -85px, 0 0;
}
.products h2{
	font-size: 15px;
	color:#EEEEEE;
	text-shadow:0px 0px 0 #FFFFFF;
	left:72px;
	position:absolute;
	top:27px;
}
.products en{
	color:#38A800;
	display:block;
	font-size:12px;
	font-style:italic;
	position:absolute;
	top:43px;
	left:72px;
	text-shadow:0px 0px 0 #EEEEEE;
	
}

.products dis{
	color:#666;
	display:block;
	font-size:12px;
	font-style:italic;
	position:absolute;
	top:43px;
	left:72px;
	text-shadow:0px 0px 0 #EEEEEE;
}

.products img{
	left:9px;
	position:absolute;
	top:17px;
}
.products  ul li a{
	display: inline;
	border: none;
	color: #666;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	text-transform: none;
	height:85px;
}
.products  ul li  a:hover{
	color: #000 !important;
	text-decoration: none;
	background: none !important;
	height:85px;
}
#footer{
	background-color:#212121;
	position:fixed;
	width:100%;
	height:70px;
	bottom:0;
	left:0;
}

a.tzine,a.tzine:visited{
	background:url("img/tzine.png") no-repeat right top;
	border:none;
	color:#FCFCFC;
	font-size:12px;
	height:70px;
	left:50%;
	line-height:31px;
	margin:23px 0 0 110px;
	position:absolute;
	top:0;
	width:290px;
}

.tri{
	border-color:transparent transparent #212121;
	border-style:solid;
	border-width:20px 17px;
	height:0;
	left:50%;
	margin:-40px 0 0 -400px;
	position:absolute;
	top:0;
	width:0;
}

#footer h1{
	font-size:20px;
	font-weight:normal;
	left:50%;
	margin-left:-400px;
	padding:25px 0;
	position:absolute;
	width:400px;
}

.clear{
	clear:both;
}
#page h1{
	font-weight:normal;
	overflow:hidden;
	/*
	background:url('../img/your_product.png') no-repeat;
	text-indent:-99999px;
	*/
	margin:10px auto;
	width:230px;
	text-align: center;
	
}

