/* Coded by CaViCcHi: matteo [at] cavicchi [dot] net */
body, html{
	padding:0px;
	margin:0px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	background-color:#262626;
	
}
a{
	color : #6D6D6D;
}
a:active, a:link, a:visited {
	text-decoration : none;
}
a:focus, a:hover {
	text-decoration : none;
	color : #000000;
	/*background-color: #6D6D6D;*/
}
a.linkImg:focus, a.linkImg:hover {
	text-decoration : none;
	background-color: transparent;
}

a.productList:focus, a.productList:hover {
	text-decoration : none;
	background-color: transparent;
}
a.productList{
	color:#f4f5d2;
}

#smallButtn{
	left:415px;
	top:38px;
	height:25px;
	width:519px;
	position:absolute;
	background-color:transparent;
}
#menuBar{
	position:relative;
	height:27px;
	background-color:#434343;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
}
#body_text{
	background-color:transparent;
	position:relative;
	text-align:justify;
	left:80px;
	width:790px;
	z-index:5;
	color:#cfcfcf;

}
#underBody{
	width:929px;
	height:240px;
	position:relative;
	background-color:transparent;
	margin:0px;
	padding:0px;
	/*border:1px solid #444;*/
}

#linkBottom{
	position:absolute;
	left:50%;
	width:989px;
	margin-left:-470px;
	top:-40px;
	position:absolute;
	text-align:center;
}
#smallButtnTopSpace{
	left:19px;
	top:6px;
	position:absolute;
}
#cornerMiddleTopSpace{
	left:8px;
	top:6px;
	position:absolute;
}

.singBtnBottom{
	position:relative;
	top:-3px;
	margin-right:10px;
	
	cursor:pointer;
	font-family: Verdana, Arial, Helvetica;
	font-size: 7pt;
	color:#F4F5D2;
}

.singBtnBottom2{
	margin-right:10px;
	/*cursor:pointer; */
	font-family: Verdana, Arial, Helvetica;
	font-size: 7pt;
	color:#F4F5D2;
}

.smallButtnButton{
	margin-right:18px;
	cursor:pointer;
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	color:#F4F5D2;
}
.cornerMiddleButton{
	margin-right:18px;
	cursor:pointer;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	letter-spacing:2px;
	color:#F4F5D2;
	text-transform:uppercase;
}
/* Menu Products */
.listProductsFloating{
	position:absolute;
	top:2px;
	left:38px;
	background-color:#262626;
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	color:#F4F5D2;
	border: 1px solid #fff;
	/*border-top: 0px solid #000;*/
	z-index:30;
}
.productGroup{
	position:relative;
	float:left;
	margin-left:10px;
	margin-right:10px;
	/*width: 185px;*/
	top:3px;
}
.productImage{
	width: 85px;
	height: 100px;
	text-align:center;
	position:relative;
	float:left;
}
.productSubCatList{
	/*width:100px;*/
	position:relative;
	text-align:center;
	float:left;
}
.productListTitle{
	font-weight:bold;
	margin-bottom:5px;
}
.productList{
        white-space: nowrap;
	cursor:pointer;
	text-align:left;
	margin-bottom:2px;
}