@charset "utf-8";

/**************************************** general ****************************************/

body {
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	font-style: normal;
	color: #999999;
	background-color: #FFFFFF;
	background-repeat: repeat;
	font-family: "Times New Roman, Times, serif";
	
}

/**************************************** layout all *************************************/

#title{
	top: 60px;
	position:absolute;
	margin-left: 50px;
	height: 30px;
	width: 250px;
	left: 45px;
}	
	


#menu{
	top:120px;
	position:absolute;
	margin-left: 50px;
	height:450px;
	width: 100px;
	left: 50px;
}

	
#main{
	top: 120px;
	position:absolute;
	margin-left: 180px;
	height: 580px;
	width: 790px;
	left: 40px;
}

#mainretailers{
	top: 120px;
	position:absolute;
	margin-left: 180px;
	height: 1400px;
	width: 750px;
	left: 40px;
}

#mainproducts{
	top: 120px;
	position:absolute;
	margin-left: 180px;
	height: 1700px;
	width: 750px;
	left: 40px;
}


#bottom{
	top: 850px;
	position:absolute;
	margin-left: 180px;
	height: 20px;
	width: 250px;
	left: 290px;
}


	
#bottomretailers{
	top: 1700px;
	position:absolute;
	margin-left: 180px;
	height: 20px;
	width: 250px;
	left: 290px;
}

	
#bottomevent{
	top: 1000px;
	position:absolute;
	margin-left: 180px;
	height: 20px;
	width: 250px;
	left: 290px;
}
	
#bottomproducs{
	top: 1850px;
	position:absolute;
	margin-left: 180px;
	height: 20px;
	width: 250px;
	left: 290px;
}



	
#mainwheretobuy{
	top: 125px;
	position:absolute;
	margin-left: 180px;
	height: 830px;
	width: 700px;
	left: 50px;
}


	
#wheretobuy{
	top: 1650px;
	position:absolute;
	margin-left: 180px;
	height: 50px;
	width: 699px;
	left: 51px;
}


	
#pressbottom{
	top: 800px;
	position:absolute;
	margin-left: 180px;
	height: 20px;
	width: 700px;
	left: 50px;
}



	
#pressmain{
	top: 125px;
	position:absolute;
	margin-left: 180px;
	height: 750px;
	width: 700px;
	left: 50px;
}


/**************************************** links ****************************************/
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	color:  #999999;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: none;
}
a:active {
	color: #999999;
	text-decoration: none;
}

