#alert {
	width: 100%;
	height: 100%;
	text-align: center;
	font-family: helvetica;
}

body {
	background: #b0b0b0;
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	color: #E82E00;
}

a img {
	border: 0;
}

#header {
	width: 980px;
	height: 153px;
	background-image: url('../images/headerbg.png');
	background-repeat: repeat-x;
	border-bottom: 5px solid red;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	margin-bottom: 0;
}

#content {
	position: relative;
	width: 654px;
	background: white;
	border-right: solid #243C48 326px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	font-family: helvetica;
	font-size: 14px;
	padding-bottom: 20px;
}

#content  { min-height:404px; } * html #content { height:404px; }
#sidebar  { min-height:404px; } * html #sidebar { height:404px; }

#content h1 {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', lucida, sans-serif;
	font-size: 24px;
	font-weight: 800;
	color: #E82E00;
	padding-left: 20px;
	padding-bottom: 0;
	margin-bottom: 0;
	padding-top: 22px;
	margin-top: 0px;
	text-transform: uppercase;
}

#content h2 {
	clear: both;
	background: #666;
	height: 24px;
	line-height: 24px;
	color: white;
	font-family: helvetica;
	font-size: 16px;
	font-weight: 800;
	padding-left: 20px;
	padding-top: 0;
	margin-top: 0;
}

#sidebar {
	position: absolute;
	top: 0;
	right: -326px;
	width: 326px;
	background: #243C48;
	background-image: url('../images/sidebarbg.png');
	background-repeat: no-repeat;
}

#content img.product {
	position: absolute;
	top: 50px;
	right: 50px;
}

#content div.cover {
	position: relative;
}

#content .cover ul, #content .cover p {
	width: 300px;
	margin-left: 20px;
}

#content p {
	margin-left: 20px;
	margin-right: 20px;
}

#header ul.navigation {
	list-style: none;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 0;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}

#header ul.navigation li {
	list-style: none;
	float: left;
}

#header ul.navigation li a {
	font-family: helvetica;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
	color: white;
}

#sidebar ul.products, #sidebar {
	padding: 0;
	margin: 0;
}

#sidebar ul.products li {
	list-style: none;
	line-height: 100px;
	border-bottom: 1px solid white;
	background-image: url('../images/productbg.png');
	width: 326px;
	height: 100px;
	margin: 0;
	padding: 0;
}

#sidebar ul.products li a {
	display: block;
	width: 326px;
	height: 100px;
}

#sidebar ul.products li a:hover {
	background-image: url('../images/productbg_hover.png');
	display: block;
	width: 326px;
	height: 100px;
}

#sidebar ul.products li a.active {
	background-image: url('../images/productbg_active.png');
	padding-left: 40px;
	margin-left: -40px;
}

#sidebar ul.products li a.active:hover, #sidebar ul.products li a.cover:hover {
	background-image: url('../images/productbg_active_hover.png');
	padding-left: 40px;
	margin-left: -40px;
}

div.product {
	width: 180px;
	height: 200px;
	border: 1px solid #ccc;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	text-align: center;
}       

hr {
	clear: both;
	background-color: white;
	border: 0px white solid;
}

.footer {
	clear: both;
	width: 980px;
	height: 20px;
	background: black;
	color: white;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0;
	margin-top: 0;
	font-family: helvetica;
	font-size: 12px;
	line-height: 20px;
	text-align: right;
}

.hidden {
	display: none;
}