/* CSS Document */
/* Define stage positioning */

#MainBackground {
	margin:auto;
	width:1016px;
	height:630px;
	text-align:left;
	position: relative;
}

#BrandNavigation {
	position:absolute;
	margin:0;
	left:220px;
	top:205px;
	z-index: 3;
}

#SiteNavigation {
	position:absolute;
	margin:0;
	left:547px;
	top:40px;}
	
#StoreNavigation {
	position:absolute;
	margin:0;
	left:700px;
	top:9px;}

#GiftVoucher {
	position:absolute;
	margin:0;
	left:151px;
	top:510px;}	
		
#FooterButtons {
	position:absolute;
	margin:0;
	left:508px;
	top:562px;
	width: 583px;
}	

#ProductWindow {
	position:absolute;
	margin:0;
	left:460px;
	top:148px;
	height: 400px;
	width: 460px;
	text-align: left;
	z-index: 1;
}	
	
#BrandTitle {
	margin:0;
	height: 124px;
	width: 350px;
	text-align: left;
	background-repeat: no-repeat;
	position:relative;
}

#BrandText {
	margin:0;
	left:20px;
	height: 70px;
	width: 400px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	position: relative;
	z-index: 100;

}
#BrandProduct {
	margin:0;
	left:20px;
	height: 190px;
	width: 350px;
	text-align: left;
	position: relative;
}

#BrandFooter {
	margin:0;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #999999;
}

#SectionMenu {
	margin:0;
	position: absolute;
	left: 786px;
	top: 127px;
	z-index: 2;
}
#Popup {
	position:absolute;
	width:318px;
	height:261px;
	visibility: hidden;
	left: 91px;
	z-index: 100;
	top: 128px;
}

