@charset "UTF-8";
/* CSS Document */

a:link {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #999999;
}
#body_text {
	position:absolute;
	left:190px;
	top:190px;
	width:350px;
	height:450px;
	z-index:2;
}
.body_text {
	font-size: 11px;
	line-height: 16px;
	color:#ffffff;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}
#img {
	position:absolute;
	left:530px;
	top:50px;
	width:450px;
	height:600px;
	z-index:2;
}
#base {
	position:relative;
	left:auto;
	top:20px;
	width:990px;
	height:650px;
	z-index:1;
	vertical-align: middle;
	right: auto;
	bottom: auto;
	text-align: center;
	margin: auto;
	background-color:#000000;
	background-position: center;
	border: none;
}
html, body {
  margin: 0px;
  padding: 0px;
  border: 0px;
}
img {
  border: none;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;;
	color: #cecece;
	}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	color: #cecece;
	}
:focus { -moz-outline-style: none; }
#logo {
	position:absolute;
	left:20px;
	top:20px;
	width:125px;
	height:130px;
	z-index:2;
}



#vertical_line {
	position:absolute;
	left:155px;
	top:20px;
	width:2px;
	height:130px;
	z-index:2;
}
#strap {
	position:absolute;
	left:190px;
	top:16px;
	width:480px;
	height:15px;
	z-index:2;
}
.strap {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
}



.calltoaction { 
margin-top: 30px;
}

#menu {
	position:absolute;
	left:190px;
	top:73px;
	width:200px;
	height:90px;
	z-index:2;
}
.style5 {font-family:Arial, Helvetica, sans-serif; font-size: 11px; letter-spacing: 1px; }
.menu {
	color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 16px;
	font-weight: lighter;
	font-size: 11px;
	letter-spacing: 2px;
}
.style6 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #424242;
}
.form p{
width: 400px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 100px; /*width of left column containing the label elements*/
height: 1%;
font-size: 0.9em;
}

.form label{

float: left;
margin-left: -100px; /*width of left column*/
width: 100px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.form input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.form textarea{
width: 200px;
height: 100px;}							

