html{
	height: 100%;
}

body{
	font-family: Arial,Helvetica,sans-serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
	border: 0px;
	height: 100%;
	font-size: 12px;
}

.prehome_mainContainer{
	position: absolute;
	text-align: left;
	padding: 0px;
	left: 50%;
	height: 580px;
	width: 970px;
	margin-left: -480px;
	margin-right: -480px;
	background-repeat: no-repeat;
}

.prehome_logo{
	width: 970px;
	height: 20px;
	top: 0px;
	left: 0px;
	/*border: 1px dotted;*/
	margin-top: 15px;
}

.prehome_header{
	width: 970px;
	height: 40px;
	top: 0px;
	left: 0px;
	/*border: 1px dotted;*/
	margin: 5px 0 5px 0;
	background:url(../images/header_bg.gif);
	background-repeat: repeat-x;
}

.prehome_ashopLogo{
	padding-left: 15px;
	padding-top: 10px;
	float: left;
}

.prehome_langMenu{
	display: table;
	float: right;
	margin: 10px 30px 0 0;
	height: 20px;
	width: 150px;
	font-weight: bold;
	/*border: 1px dotted;*/
	cursor: pointer;
	cursor: hand;
}

.prehome_langMenuImage{
	height: 20px;
	width: 20px;
	padding: 0 5px 0 0;
	display: table-cell;
	vertical-align: middle;
} 

.prehome_langMenuText{
	display: table-cell;
	vertical-align: middle;
}

.prehome_langMenuContent{
	position: absolute;
	top: 75px;
	left: 770px;
	width: 160px;
	border: 1px solid #cccccc;
	background-color: #fbfbfb;
	z-index: 5555;
	overflow: hidden;
}

.prehome_langMenuCountry{
	display: table;
	margin: 5px 5px 5px 5px;
	height: 20px;
	width: 150px;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
	color: #5c5c5c;
	vertical-align: middle;
	float: left;
}

.prehome_langMenuCountry:hover{
	color: #373737;
	background-color: #f4f4f4;
}

.prehome_langMenuCountryImage{
	height: 20px;
	width: 20px;
	display: table-cell;
	vertical-align: middle;
} 

.prehome_langMenuCountryText{
	height: 20px;
	width: 120px;
	display: table-cell;
	vertical-align: middle;
}

.prehome_ashopCcategories{
	height: 390px;
	width: 200px;
	/*border: 1px dotted;*/
	background-color: #dcefd5;
	margin: 5px 5px 5px 0;
	padding: 10px 20px 10px 20px;
	overflow: hidden;	
	font-size: 11px;
	float: left;
	
}
 
.prehome_categoriesLink{
	position: absolute;
	background-color: #dcefd5;
	top: 480px;
	
	font-size: 14px;
	width: 200px;
	font-weight: bold;
	color: #2f7f48;
	overflow: hidden;
	margin-bottom: 10px;
}

.prehome_categoriesTitle{
	font-size: 14px;
	width: 200px;
	font-weight: bold;
	color: #2f7f48;
	overflow: hidden;
	margin-bottom: 10px;
}

.prehome_categoryHeader{
	display: table;
	height: 35px;
	width: 200px;
	text-decoration: none;
	margin: 5px 0 0 0;
	font-weight: bold;
	color: #000000;
	/*border: 1px dotted;*/

}

.prehome_categoryHeaderImage{
	display: table-cell;
	float: left;
	margin-right: 5px;
	vertical-align: middle;
}

.prehome_categoryHeaderText{
	display: table-cell;
	width: 160px;
	overflow: hidden;
	/*border: 1px dotted;*/
	vertical-align: middle;
}

.prehome_categoryListContainer{
	color: #5c5c5c;
	overflow: hidden;
}

.prehome_categoryItem:hover{
	color: #373737;
	cursor: pointer;
	cursor: hand;
}

.prehome_productsSlider{
	left: 245px;
	float: left;
	width: 725px;
	height: 250px;
	margin: 5px 0 0 0;
	background:url(../images/slider_bg.png);
	background-repeat: repeat-x;
	z-index: -5555;
	overflow: hidden;
}

.prehome_productBoxes{
	/*width: 500px;*/
	height: 250px;
	overflow: hidden;
}

.prehome_productBox{
	float: left;
	height: 110px;
	width: 80px;
	margin: 10px 0 0 20px;
	cursor: pointer;
	cursor: hand;
	text-align: center;
}

.prehome_productBox:hover{
	background-color: #eecaca;
}

.prehome_productBoxDetail{
	display: block;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}

.prehome_productBoxPrice{
	display: block;
	color: red;
	font-weight: bold;
}

.prehome_ashopText{
	left: 245px;
	width: 725px;
	height: 155px;
	float: right;	
	margin: 5px 0 0 0;
	z-index: -5555;
	overflow: hidden;
	background-color: #fbfbfb;
	font-size: 11px;
	/*border: 1px dotted;*/
}

.prehome_ashopTextHeader{
	display: block;
	font-weight: bold;
	color: #ee3640;
	line-height: 20px;
}

.prehome_corporateLaunches{
	clear: left;
	height: 200px;
	width: 970px;
	padding: 0 0 0 20px;
}

.prehome_corporateLaunch{
	background:url(../images/launch_bg.png);
	background-repeat: no-repeat;
	height: 200px;
	width: 322px;
	margin-left: -19px;
	padding: 10px 0 0 20px;
	float: left;
}

a{
	text-decoration: none;
}

p{
	display: inline;
}

img{
	border: 0px;
}

ul{
	list-style: none;
}

*{
	outline: none;
}