/* CSS Document */
@import url(_fonts.css);
@import url(_layout.css);


/* Global Structure */		
#layGlobalWrapper {
	background-image: url(../images/homepage/homepage-repeater.jpg);
	background-repeat: repeat-y;
	}	
	
#homepageHeader {
	margin: 0px auto;
	width: 980px; height: 183px;
	position: relative;
	border-bottom: 1px solid #ccc;
	}
	
#homepageHeaderImage {
	position: absolute;
	top: 0px; left: 0px;
	width: 560px; height: 183px;
	}
	
#homepageHeaderFlash {
	position: absolute;
	top: 0px; left: 560px;
	width: 420px; height: 183px;
	background-image:url(../images/homepage/homepage-flash.jpg);
	background-repeat: no-repeat;
	}
	
#homepageContentWrapper {
	position: relative;
	width: 980px;;
	margin: 0px auto;
	}

/* Left Structure */		
#homepageLeftContent {
	float: left;
	width: 188px;
	text-align: left;
	overflow: hidden;
	}

#homepageLeftNewsTitle {
	width: 188px; height: 99px;
	}
	
#homepageLeftStoreTitle {
	width: 188px; height: 105px;
	}
	
.homepageLeftContentText {
	width: 162px;
	padding: 10px 13px 10px 13px;
	text-align:left;
	font-size: 11px;
	color: #666666;
	}

/* Right Structure */	
#homepageRightContent {
	float: left;
	width: 265px;
	overflow: hidden;
	}
	
#homepageRightPhotoTitle {
	width: 265px; height: 40px;
	}
	
#homepageRightPhoto {
	width: 245px;
	background-color: #FFFFFF;
	text-align: center;
	padding: 10px;
	}
	
#homepageRightPhoto img{
	width: 245px; height: 184px;
	border: 1px solid #666;
	}
	
.homepageRightContentTitle {
	background-image: url(../images/homepage/homepage-rightTitle-Backgro.gif);
	background-repeat: no-repeat;
	width: 252px; height: 28px;
	padding: 11px 0px 0px 13px;
	font-weight: bold;
	text-align:left;
	color: #FFFFFF;
	}
	
.homepageRightContentText {
	width: 238px;
	padding: 0px 13px 10px 13px;
	text-align:left;
	font-size: 11px;
	color: #666666;
	}
	
	
/* Middle Content */	
#homepageContent {
	float: left;
	width: 527px;
	overflow: hidden;
	}
	
#homepageContentTitle {
	width: 527px; height: 102px;
	}
	
#homepageContentText {
	width: 507px;
	padding: 10px;
	text-align: left;
	font-size:12px;
	}
	
#homepageContentText p{
	font-size:12px;
	}

		
