* {
	padding: 0;
	margin: 0;
}

html {
	height: 100%;
}

body {
	background: #000 url('../images/body-background.jpg') 50% 100px no-repeat;
	height: 98%;
	border-top: 12px solid #3D013F;
	font: 62.5%/2 "Lucida Grande", Verdana, Arial, sans-serif;
}

a {
	outline: none;
	text-decoration: none;
}

#logo {
	height: 40px;
	width: 150px;
	background: url('../images/viewstorm-logo.png') 0 50% no-repeat;
	display: block;
	text-indent: -9999px;
}

.flashBG {
	position: absolute;
	top: 100px;
	margin: 0 -256px;
	height: 512px;
	left: 50%;
	z-index: -10;
}

div#header {
	padding: 25px 30px;
	position: relative;
}

 #menuIndicator {
	position: absolute;
	top: 0px;
	left: 0;
	z-index: -1;
	width: 74px;
	height: 50px;
	background: #3D013F;
	border-bottom: 5px solid #54014F;
	-moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
}

ul#navigation {
	overflow: hidden;
	list-style: none;
	position: absolute;
	top: 0px;
	z-index: 2;
	right: 20px;
}

ul#navigation li {
	float: left;
	margin: 0 1px 0 0;
}

ul#navigation li a {
	text-transform: uppercase;
	color: #fff;
	font-size: 1em;
	text-decoration: none;
	padding: 20px 20px 10px;
	border: none;
	display: block;
}

#footer {
	position: fixed;
	opacity: 0.8;
	background: #000;
	bottom: 0px;
	padding: 4px 0;
	left: 0;
	width: 100%;
	z-index: 200;
}

#footer p {
	font-size: 1em;
	font-family: Verdana;
	padding: 2px 0;
	color: #42235F;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.3em;
}

.content {
	background: #eee;
	padding: 0 0 30px 0;
	border-top: 25px solid #eee;
	height: auto;
	width: 800px;
	position: relative;
	margin: 0 auto 60px;
	font-size: 1em;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.content h1{
	margin: 10px 35px 40px 0;
	font-size: 2em;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	background: #3D013F;
	border-bottom: 1px solid #3D013F;
	padding: 30px 0 10px 45px;
	-moz-border-radius: 0 10px 10px 0;
    -webkit-border-radius: 0 10px 10px 0;
}

.content h2 {
	margin: 20px 45px 5px;
	font-size: 1.1em;
	color: #3D013F;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.content p {
	margin: 0 45px 15px;
	font-size: 1.1em;
	line-height: 2.2em;
}

.content p.introduction {
	font-size: 1.4em;
	text-align: center;
	font-weight: bold;
	line-height: 1.5em;
	color: #333;
	margin-bottom: 30px;
	border: solid #3D013F;
	padding: 20px;
	border-width: 1px 0;
}

.content p#preview {
	font-size: 1.4em;
	text-align: center;
	font-weight: bold;
	line-height: 1.5em;
	color: #333;
}

.content ul {
	margin: -10px 65px 10px;
	list-style: square;
}

.close {
	position: absolute;
	top: -18px;
	text-decoration: none;
	right: 40px;
}

.close span {
	color: #fff;
	background: #3D013F;
	padding: 0 3px 3px;
	margin: 0 0 0 5px;
	line-height: 0em;
}

dl#team {
	margin: 0 45px;
}

dl#team dt {
	font-size: 1.1em;
	font-weight: bold;
}

dl#team dd {
	padding: 0 45px 0 15px;

	margin-left: 5px;
	margin-bottom: 20px;
	border-left: 1px solid #3D013F;
}

#loader {
	margin: 100px auto 0;
	width: 200px;
	background: #fff;
	opacity: 0.8;
	color: #700A53;
	text-align: center;
	border: 5px solid #700A53;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	font-size: 2em;
	padding: 20px;
}

#preview {
	border: 3px solid #3D013F;
	width: 550px;
	padding: 10px 10px 0 10px;
	margin: 0 auto;
}

.contactBox {
	width: 85%;
	padding: 10px 10px 0 10px;
	margin: 0 auto;
}

.contactItem {
	border: 3px solid #3D013F;
	padding: 10px 10px 0 10px;
	margin: 10px auto 0 0;
}

.contactItem h3 {
	margin: -45px 0 22px 80px;
	font-size: 1.4em;
	color: #3D013F;
	//text-transform: uppercase;
	letter-spacing: 0.1em;
}

/** 
 * Slideshow style rules.
 */
#slideshow {
	margin:0 auto;
	width:730px;
	height:300px;
	background:transparent url(../images/slideshow/bg_slideshow.png) no-repeat 0 0;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:650px;
  height:300px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:630px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:300px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:40px;
  height:300px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:0;
  left:0;
  background:transparent url(../images/slideshow/control_left.png) no-repeat 0 0;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(../images/slideshow/control_right.png) no-repeat 0 0;
}

.slide h2, .slide p {
	margin:15px;
}

.slide img {
	float:right;
	margin:0 15px;
	border: 3px solid #3D013F;
	padding: 5px;
}

