@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: 12px;
	display: block;
}

#wrapper {
	height: 500px;
}

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

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

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

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

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

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

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

.landingContent .menuContainer {
	padding: 10px;
	z-index: 1;
	position: relative;
	margin-top: 40px;
}

.landingContent .menuContainer .menu {
	background: #000;
	width: 276px;
	padding: 10px 0 5px;
}

.landingContent .menuContainer .menu[class] {
	background: transparent url(../images/packages/brown_80_percent.png);
}

.landingContent .menuContainer .menu ul {
	padding: 0 10px;
	margin: 0;
}

.landingContent .menuContainer .menu ul li {
	list-style: none;
	padding: 0;
	margin: 0 0 5px 0;
	clear: left;
	width: 100%;
}

.landingContent .menuContainer .menu ul li div.catDescription {
	position: relative;
	display: none;
}

.landingContent .menuContainer .menu ul li.current div.catDescription {
	display: block;
}

.landingContent .menuContainer .menu ul li div.catDescription div.inner {
	position: absolute;
	background: #fff;
	width: 280px;
	padding: 5px 10px 8px;
}

.landingContent .menuContainer .menu ul li div.catDescription h2 {
	font-weight: normal;
	margin: 0;
	padding: 0 0 5px 0;
}

.landingContent .menuContainer .menu ul li div.catDescription p {
	margin: 0;
	padding: 0 0 10px 0;
}

.landingContent .menuContainer .menu ul li div.catDescription a.view {
	color: #fff;
	background: #cf7a17;
	padding: 3px 5px 3px 5px;
	text-decoration: none;
}

.landingContent .menuContainer .menu ul li a.cat {
	font-family: "Century Gothic",Avant Garde,Century Gothic,Avant Garde Gothic,"Lucida Sans",Helvetica,Trebuchet,Arial,Sans;
	color: #fff;
	text-decoration: none;
	text-transform: none;
	float: left;
	display: inline;
	width: auto;
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1em;
	padding: 5px 10px;
}

.landingContent .menuContainer .menu ul li.current a.cat {
	display: none;
}

.landingContent .menuContainer .menu ul li a.cat:hover {
	background: #fff;
	color: #000;
}

#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;
}
