body {
	background:#000;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
}

#wrapper {
	width:1000px;
	margin:0 auto;
}

#header-wrapper {
	background:url('images/xscape-header.png') top center no-repeat;
	font-size:.8em;
}

#inner-header-wrapper {
	background:url('images/inner-nav-bg.gif') bottom center no-repeat;
	height:310px;
}

#header {
	width:950px;
	height:280px;
	margin:0 auto 15px auto;
}

#header address {
	float:right;
	display:block;
	margin:0 auto;
	text-align:right;
	font-style:normal;
	color:#b4b4b4;
	padding-top:3px;
}

#main-nav {
	clear:both;
	float:right;
	padding-top:155px;
	margin:0;
}

#main-nav li {
	display:inline;
}

#main-nav a {
	display:block;
	float:left;
	background:#262626;
	border:#2e2e2e 1px solid;
	color:#FFF;
	font-weight:bold;
	padding:2px;
	line-height:17px;
	margin:5px;
	text-decoration:none;
}
#main-nav a:hover {
	color: #999;				   
}

#secondary-nav {
	clear:both;
	float:right;
	padding:0;
	margin:30px 0 0 0;
	width:600px;
}

#secondary-nav li {
	display:block;
	float:left;
	line-height:36px;
	padding:0 12px;
}

#secondary-nav a {
	display:block;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
}
#secondary-nav a:hover {
	color: #999;
}

#secondary-nav .selected {
	width:121px;
	background:url('images/big-nav-bg.gif') center center no-repeat;
}

#content-bg {
	background:#1d1d1d url('images/footer.gif') repeat-x;
	padding:45px 0 15px 0;
	clear:both;
}
/* Starting content here */

#index-content {
	background:url('images/xscape-main-content.png') center top no-repeat;
	width:950px;
	margin:0 auto 0 auto;
}

#main-content, #main-content h3 {
	color:#b5b5b5;
}

.video-front-page {
	border:#FFF 3px solid;
	float:left;
	margin:15px 15px 0 15px;
}

.index-left-content {
	float:left;
	width:650px;
}

.index-right-content {
	float:right;
	width:270px;
	margin-right:10px;
}

#index-content h3 {
	font-weight:bold;
	font-size:1em;
	padding:0;
	margin:10px 0 5px 5px;
}
#index-content p {
	font-size:.8em;
	margin:0 0 10px 0;
}

#xscape-the-ordinary {
	background:url('images/xscape-the-ordinary.jpg') center center no-repeat;
	height:148px;
	position:relative;
	z-index:2;
	font-size:.8em;
}

#xscape-the-ordinary {
	color:#FFF;
}

#footer {
	margin-top:100px;
	width:950px;
	margin: 70px auto 10px auto;
	color:#686666;
	font-size:.8em;
	text-align:center;
}

#footer a {
	text-decoration:none;
}

.normal-content {
	color:#FFF;
}

.container {
	width:950px;
	margin:0 auto;
}

.border {
}

.inner-left-content {
	float:left;
	width:620px;
	padding:5px;
	border:#292929 1px solid;
}

.inner-full-content {
	float:left;
	width:890px;
	padding:5px;
	border:#292929 1px solid;
}

.inner-right-content {
	float:right;
	width:270px;
	margin-right:10px;
	padding:5px;
	border:#666666 1px solid;
}


/* styles */
h1 {
	font-size:16px;
	margin:0 0 7px 0;
	line-height:1em;
	color:#FFF;
}
h3 {
	font-size:1em;
	line-height:1em;
	color:#FFF;
}

a {
	color:#b5b5b5;
}

/* Applied styles */

body .normal-text {
	color:#b5b5b5;
}

body .small-text {
	font-size:.75em;
}

.bullets {
	list-style:none;
	margin:0;
	padding:0 0 0 5px;
}

.bullets li, p.bullets {
	background:url('images/bullet.gif') center left no-repeat;
	padding:0 0 0 15px;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
}

p.bullets {
	margin-left:15px;
}

.left {
	float:left;
}

.small-margin {
	margin:8px;
}

.margin-left {
	margin-left:8px;
}

.center-text {
	text-align:center;
}

#main-content .front-and-center {
	font-size:1.4em;
	text-align:center;
	margin:30px auto 0 auto;
	width:490px;
	display:block;
}

.slanted-repeater {
	background:#000 url('images/header-repeat.gif') repeax-x;
	background-image:url(images/header-repeat.gif);
	width:150px;
	height:18px;
	border:#4b4b4b 1px solid;
}

.grey-bullet {
	background:#969696 url('images/bullet.gif') right no-repeat;
	width:50px;
	height:18px;
	border-right:#969696 5px solid;
}
.request{
	padding:10px;
	padding-top:2px;
	padding-bottom:2px;
	background-color:#fff;
	color:#000;
	text-decoration:none;
	border:3px #f1f1f1 solid;
	font-size:12px;
	font-weight:bold;
	margin:15px;
	text-transform:lowercase;
}
.clear {
	clear:both;
}