@charset "utf-8";
/* Gala Cloths - Home CSS Document */

/* ---------- Header Pictures ---------- */
#headerpic_left {
	background: none;
	position: relative;
	float: left;
	margin: 0 6px 0 0;
	width: 224px;
	height: 276px;
	overflow: hidden;
	z-index: 5
}

#headerpic_right {
	background: none;
	position: relative;
	float: left;
	margin: 0;
	width: 615px;
	height: 276px;
	overflow: hidden;
	z-index: 5
}

#slideshow {
	background: url(../images/staticimage_home.jpg) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0;
	width: 615px;
	height: 276px;
	overflow: hidden;
	z-index: 50
}

/* ----- Home Header Large Buttone ----- */
.home_button {
	z-index: 100
}

#buttons_news {
	background: none;
	position: absolute;
	top: 230px;
	left: 17px;
	width: 88px;
	height: 26px;
	overflow: hidden;
	z-index: 150
}

#headerpic_left a img {
	margin: 0 0 3px 5px;
}

#buttons_news a img {
	border: none;
	margin: 0;
	padding: 0
}

#slide_inst {
	position: absolute;
	top: 519px;
	left: 0;
	width: 844px;
	text-align: right;
	font-size: 9px;
	color: #999999;
	z-index: 300
}

/* ---------- Home Page content area ---------- */
#home_content {
	background: none;
	position: relative;
	float: left;
	width: 410px;
	height: auto;
	margin: 15px 20px 0 0;
	padding: 0;
	overflow: hidden;
	z-index: 25
}

#pagetitle {
	background: none;
	position: relative;
	margin: 0 0 5px 0;
	padding: 0;
	width: 390px;
	height: 43px;
	overflow: hidden;
	z-index: 25
}


#content_left {
	margin: 15px 30px 5px 0;
}

#content_right {
	margin: 7px 0 0 0;
}


/* --- Membership Logos --- */
.home_logo {
	margin: 35px 7px 0 7px
}


/* ---------- "As Seen In" magazine section ----------*/
#home_featured {
	background: none;
	position: relative;
	float: left;
	width: 163px;
	height: 218px;
	margin: 10px 0 0 0;
	padding: 0;
	overflow: hidden;
	z-index: 25;
	font-size: 11px;
	color: #999
}

#home_featured table {
	width: 100%;
	margin: 5px 0 0 0
}

#home_featured td {
	width: 50%;
	height: 98px;
}

.mag_cover { /* Contains drop shadow for magazine cover image */
	background: url(../images/magazine_shadow.gif) no-repeat;
	width: 74px;
	height: 98px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	z-index: 25
}

.mag_cover img {
	position: relative;
	display: block;
	top: 0;
	left: 0;
	width: 67px;
	height: 90px;
	border: 1px #CCCCCC solid;
	z-index: 30	
}

.mag_cover a img {
	border: 1px #CCCCCC solid;
}

.mag_cover a img:hover {
	border: 1px #FF3399 solid;
}

