/********************************

	WEB SITE COLOR PALETTE
	
	grey: #999
	kinda dark grey: #666
	really dark grey: #333
	really light grey: #EEE
	red: #DD2617
		
********************************/

body {
	background: #000 url("/images/background.gif") center top repeat-x;
	margin: 0;
	padding: 0;
}

div#Stage {
	margin: 0 auto;
	width: 1000px;
}

div#StageHead {
	position: relative;
	z-index: 3;
}

div#StageBody {
	position: relative;
	z-index: 2;	
}

div#StageFoot {
	position: relative;
	z-index: 1;	
}

div#ShadowHead {
	background: url("/images/body_shadow.png") repeat-y;
	behavior: url("/js/iepngfix.htc");
	padding: 0 10px;
	width: 980px;
}

div#ShadowBody {
	background: url("/images/body_shadow.png") repeat-y;
	behavior: url("/js/iepngfix.htc");
	padding: 0 10px;
	width: 980px;
}

div#ShadowFoot {
	background: url("/images/foot_shadow.png") no-repeat;
	behavior: url("/js/iepngfix.htc");
	height: 40px;
	overflow: hidden;
	padding: 0 10px 10px 10px;
	width: 980px;
}

div#PageHead {
	background: #FFF;
	height: 79px;
	position: relative;
	width: 980px;
}

div#PageBody {
	background: #FFF;
	position: relative;
	width: 980px;
}

div#PageFoot {
	background: #FFF;
	font-size: 10px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	padding: 0 15px 10px 15px;
	position: relative;
	text-align: right;
	width: 950px;	
}

div#PageContent {
	padding: 30px 30px 0 30px;
	position: relative;
}
	
	div#Stage.HomePage div#PageContent {
		padding-right: 470px;
	}
	
div#Features {
	background: url("/images/home_features_bg.png") no-repeat;
	behavior: url("/js/iepngfix.htc");
	padding: 25px 35px 0 15px;
	position: absolute;
	right: 0;
	top: -50px;
	width: 403px;
}
	
div#Features ul {
	color: #DD2617;
	line-height: 24px;
	margin: 0 0 0 20px;
	padding: 0 0 0 20px;
}
	
div#Features li {
	color: #DD2617;
	margin: 0;
	padding: 0;
}
	
div#Features li span {
	color: #000;
}

div#PageFoot p.Copyright {
	float: right;
	margin: 0;
	padding: 0 10px 0 0;
}

div#PageHead img#HeadLogo {
	display: block;
	left: 0;
	position: absolute;
	top: 0;
	z-index: 1;
}

div#PageHead img#AsSeenOn {
	display: block;
	position: absolute;
	right: 20px;
	top: 15px;
	z-index: 2;
}

div#GiftImage {
	position: absolute;
	right: 30px;
	top: 20px;
}


/*******************************/
/*          MAIN MENU          */
/*******************************/

div#MainMenu {
	background: #DD2617 url("/images/main_menu_bg.gif") repeat-x;
	clear: both;
	position: relative;
	width: 980px;
}

div#MainMenu div.DropShadow {
	background: url("/images/main_menu_shadow.png") repeat-x;
	behavior: url("/js/iepngfix.htc");
	height: 5px;
	overflow: hidden;
	position: absolute;
	width: 980px;
}

div#MainMenu ul {
	float: left;
	height: 35px;
	left: 18px;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

div#MainMenu li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

div#MainMenu a {
	background-repeat: no-repeat;
	display: block;
	height: 0;
	overflow: hidden;
	padding-top: 35px;
}

	div#MainMenu li.Buy a {
		background-image: url("/images/main_menu_buy.gif");
		width: 89px;
	}

	div#MainMenu li.About a {
		background-image: url("/images/main_menu_about.gif");
		width: 173px;
	}

	div#MainMenu li.Specs a {
		background-image: url("/images/main_menu_specs.gif");
		width: 216px;
	}
	

/******************************/
/*           TITLES           */
/******************************/

h1#PageTitle {
	background-repeat: no-repeat;
	height: 0;
	overflow: hidden;
	padding: 40px 0 0 0;
	margin: 0 0 30px 0;
}
