/*	##################################
   	BASIC LAYOUT (3-COL)
	################################## */

#display {
	position: relative;
	width: 980px;
	height: 300px;
	margin: 0 auto;
}

/*	##################################
   	HEADER (3-COL)
	################################## */

#grey #header-wrap {
	background: url(img/bg3-header-wrap-grey.png) repeat-x left top;
}

#red #header-wrap {
	background: url(img/bg3-header-wrap-red.png) repeat-x left top;
}

#blue #header-wrap {
	background: url(img/bg3-header-wrap-blue.png) repeat-x left top;
}

#green #header-wrap {
	background: url(img/bg3-header-wrap-green.png) repeat-x left top;
}

#pink #header-wrap {
	background: url(img/bg3-header-wrap-pink.png) repeat-x left top;
}

#home #header-wrap {
	height: 550px;
}

/*	##################################
   	SUBHEADER (HOME) (3-cOL)
	################################## */

.display-special {
	position: absolute;
	top: 30px;
}

#special1 {
	left: -10px;
}

#special2 {
	left: 330px;
}

#special3 {
	left: 670px;
}

.display-special img {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 1;
}

.display-special .overlay1 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 320px;
	height: 240px;
	z-index: 2;
}

#grey .display-special .overlay1,
#blue .display-special .overlay1,
#green .display-special .overlay1,
#pink .display-special .overlay1 {
	background: url(img/overlay1-grey.png) no-repeat left top;
}

#red .display-special .overlay1 {
	background: url(img/overlay1-red.png) no-repeat left top;
}

.display-special h2 {
	position: absolute;
	top: 190px;
	left: 10px;
	width: 280px;
	height: 40px;
	line-height: 40px;
	margin: 0px;
	padding: 0 10px;
	text-align: center;
	z-index: 3;
}

.display-special h2 a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}


