@CHARSET "UTF-8";

@import url(../css/global.css);

#body {
	background: #fff url(../images/global/grey_gradient_bg.jpg) repeat-x top left;
	margin: 0;
	padding: 0;
	padding-top: 30px;
	display: block;
}

#wrapper {
	height: 500px;
}

#wrapper[id] {
	height: auto;
	min-height: 500px;
}

#flashGallery {
	width: 900px;
	height: 476px;
	padding-bottom: 12px;
	overflow: hidden;
	background: transparent;
	background-repeat: no-repeat;
	background-image: none;
}

#flashGallery div.landingImage {
	position: absolute;
	z-index: 0;
}

#flashGallery div.heading {
	width: 276px;
	background: #000;
	margin-bottom: 5px;
	position: relative;
	z-index: 1;
}

#flashGallery div.heading {
	background: transparent url(../images/packages/brown_80_percent.png);
}

#flashGallery div.heading p {
	color: #fff;
	line-height: 1.85em;
	font-weight: bold;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

#wrapper #flashGallery h1 {
	color: #fff;
	text-transform: none;
	float: none;
	display: block;
	font-size: 1.6em;
	padding: 15px 20px;
	font-weight: normal;
}


#wrapper #bugs {
	clear: both;
	width: 900px;
	height: 116px;
	margin: 0;
	padding: 0;
}

#wrapper #bugs div {
	margin: 0;
	padding: 0;
	margin-right: 12px;
	display: inline;
	float: left;
	width: 292px;
}

#wrapper #bugs div div {
	display: none;
	margin: 0;
	float: none;
}

#wrapper #bugs div a {
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
}

#wrapper #bugs div a img {
	margin: 0;
	padding: 0;
}

#wrapper #bugs div.last {
	margin: 0;
	padding: 0;
}