@charset "UTF-8";
/* ---------------- basic styling ------------------- */
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #030101;
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 11px;
	color: #ffffff;

}
a:link {
	color: #c59261;
	text-decoration: none;
}
a:visited {
	color: #966f4a;
	text-decoration: none;
}
a:hover {
	color: #c59261;
	text-decoration: underline;
}
a:active {
	color: #ffffff;
	text-decoration: none;
}
#clear {
	clear: both;
}
.bullet {
	padding-right: 5px;
	}
a img {border: 0;}
/* ---------------- container elements -----------------*/
#wrapper {
	position: relative;
	height: auto;
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#header {
	position: relative;
	height: 75px;
	width: 920px;
	display: block;
	padding-top: 20px;
	}
#headerLeft {
	position: relative;
	height: 55 px;
	width: 415 px;
	float: left;
	}
#headerRight {
	position: relative;
	height: 55px;
	width: 415px;
	text-align: left;
	float: right;
	background-image:url(../images/header_brackets.gif);
	background-repeat: no-repeat;
	}
#headerRight p {
	font-size: 12px;
	line-height: 14px;
	padding-top: 5px;
	padding-right: 30px;
	padding-left: 30px;
	}
#stage {
	position: relative;
	height: 613px;
	width: 920px;
	background-color:#101010;
	display: block;
	font-size: 12px;
	
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #262626;
	
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #262626;
	
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #262626;
	
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #262626;
}
#stageImage {
	position: relative;
	float: left;
	height: 593px;
	width: 389px;
	margin: 10px;
	}
#stageInfo {
	position: relative;
	float: right;
	height: 573px;
	width: 365px;
	margin-top: 40px;
	margin-left: 70px;
	margin-right: 75px;
	}
#footer {
	position: relative;
	height: 25px;
	width: 920px;
	display:block;
	text-align: center;
	font-size: 10px;
	color: #656565;
	padding-top: 10px;
}
/*section specific styling---------------------------------------*/
#header ul li {
	display: inline;
	list-style: none;
	float: left;
	padding-right: 20px;
	}
.logo {
	padding-bottom: 10px;
	}
#headerLeft ul li.current a {
	color: #ffffff;
	text-decoration: none;
	}
#header ul li a:hover {
	color: #ffffff;
	text-decoration: none;
	}
/*-------------- stage-specific styling ------------------*/
#stage h1 {
	font-size: 18px;
	color: #c5b861;
	padding-bottom: 1em;
	}
#stage h2 {
	font-size: 14px;
	color: #c5b861;
	padding-bottom: 12px;
	}
#stage p {
	padding-bottom: 10px;
	line-height: 18px;
	}
#stage ul {
	list-style: none;
	font-size: 11px;
	padding: 0px;
	margin-bottom: 30px;
	}
#stage ul li a {
	padding-left: 0px;
	}
#stage ul li a:hover {
	color: #ffffff;
	text-decoration: none;
	}
/* ---------- order form specific styling ---------------*/
#orderItem {
	width: 170px;
	float: left;
	text-align: right;
	border-style: dotted;
	border-width: 1px;
	border-color: #656565;
	margin-bottom: 20px;
	margin-left: 20px;
	padding: 5px;
	}
h3 {
	font-size: 12px;
	color: #c5b861;
	padding-bottom: 12px;
	}
.price {
	color: #00d5fe;
	}
#stageInfoOrder {
	position: relative;
	float: right;
	height: 573px;
	width: 465px;
	margin-top: 40px;
	margin-left: 65px;
	margin-right: 0px;
	}
#stageInfoSidebar {
	position: relative;
	float: left;
	height: 573px;
	width: 300px;
	margin-top: 40px;
	margin-left: 65px;
	}
#center {
	position: relative;
	float: left;
	padding-left: 20px;
	padding-top: 20px;
	}