body {
	font-family: "Century Gothic" , Arial , Helvetica, "Helvetica Neue" , sans-serif;
	font-size:12px;
	font-style:italic;
	font-weight:bold;
	color:#4d4d4d;
	background:url(/img/main-bg.jpg) no-repeat top right fixed;
}

html {
	height:100%;
}

a:link , a:visited {
	color:red;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#container {
	position:absolute;
	width: 1000px;
	left:50%;
	margin-left:-500px;
}

#logo {
	background: url(/img/logo.png) no-repeat;
	width:410px;
	height:100px;
	position:absolute;
	left:0px;
	top: 5px;
}

#content {
	width: 1000px;
	height: 515px;
	background: url(/img/content-bg.png) no-repeat;
	position:absolute;
	top:70px;
	left:0px;
}

.menu {
	font-size:12px;
	position:absolute;
	right:22px;
	top:3px;
	height:30px;
	list-style:none;
	margin:0;
	padding:20px 0 0 50px;
	z-index:1000;
	background: url(/img/menu-bg.png) no-repeat top left;
}

.menu li {
	float:left;
	padding: 0 8px;
	position:relative;
}

.menu li a:link {
	color:#808080;
	font-weight:bold;
	text-decoration:none;
}

.menu li a:visited {
	color:#808080;
	font-weight:bold;
	text-decoration:none;
}
.menu li a:active {
	color:#808080;
	font-weight:bold;
	text-decoration:none;
}

.menu li.active a:link {
	color:red;
}

.menu li.active a:visited {
	color:red;
}

#content .right {
	width:400px;
	position:absolute;
	right:30px;
	top:130px;
}

#content .left {
	width:501px;
	height: 313px;
	position:absolute;
	left:40px;
	top:70px;
}

#content .left .contact {
	padding:100px 50px 0 30px;
	font-size:13px;
}

a.get-started {
	display:block;
	width:175px;
	height:51px;
	background:url(/img/get-started.png) no-repeat;
	float:right;
}

h1 {
	color:red;
	font-size:20px;
	padding:0;
	margin:0;
}

p {
	font-style:normal;
}


.menu .selector {
	position:absolute;
	height:16px;
	background:url(/img/menu-selection-cap.png) top right no-repeat;
	margin:0;
	padding:0;
}
.menu .selector span {
	display:block;
	margin:0;
	padding-top:1px;
	padding-left:9px;
	margin-right:9px;
	height:16px;
	background:url(/img/menu-selection.png) top left no-repeat;
}

#footer {
	width:1000px;
	text-align:center;
	position:absolute;
	top:580px;
	color:#808080;
	font-style:normal;
}

#footer a:link , #footer a:visited {
	color:red;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#helicopter {
	background:url(/img/helicopter.png) no-repeat;
	width:101px;
	height:44px;
	position:absolute;
	top:5px;
	right:160px;
}

.red {
	color:red;
}


.fade-background {
	display:block;
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
	z-index:1000;
	background: url(/img/transparent-bg.png);
}

.SpockBox {
	top:50%;
	left:50%;
	margin-left:-300px;
	margin-top:-125px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: white;
	height: 250px;
	width: 600px;
	position: absolute;
}

.SpockBox .tos-symbol {
	top:50px;
	left:25px;
	background:url(/img/tos-symbol.png);
	width:115px;
	height:115px;
	position:absolute;
}

.SpockBox .tos {
	top:50px;
	width: 420px;
	position:absolute;
	right:10px;
	display:block;
	color:#808080;
}

#SpockClose {
	position:absolute;
	top:10px; 
	right:10px;
	color:red;
	cursor:pointer;
}

label {
	float:left;
	display:block;
	width:100%;
	color:#808080;
	width:380px;
}
form {
	position:relative;
	top:-60px;
	width:380px;
	display:block;
}

input , textarea {
	width:380px;
	display:block;
	font-size:22px;
	padding:4px 2px;
}

textarea {
	height:187px;
	margin-bottom:10px;
}

button {
	cursor:pointer;	
}

.reset {
	width:104px;
	height:18px;
	background:url(/img/form-buttons.png) no-repeat;
	border:0;
	float:left;
}

.submit {
	width:104px;
	height:18px;
	background:url(/img/form-buttons.png) -104px 0 no-repeat;
	border:0;
	float:right;
	margin-right:-5px;
}

.regular {
	font-weight:normal;	
}

p {
	font-weight:normal;
	font-size:14px;
}


