* {
	margin:0;
	padding:0;
}

body {
	font:0.8em Tahoma, Arial, Helvetica, Verdana, sans-serif;
	color:#000;
	background:#fff url(landing/logo.gif) no-repeat;
	margin: 0;
}

div {text-align:left;}
.clear {clear:both;height:1px;font-size:0;}

.container-main {
	margin: 149px 0 0 0;
	padding: 0 0 0 50px;
	width: 860px;
}

.container {
	margin: 0;
	width: 860px;
}

#header {
	height:149px;
	text-align:center;
	position:absolute;
	top: 0;
	right: 0;
	margin: 0;
}

#nav {
	position: absolute;
	top: 30px;
	right: 50px;
}

#nav li {
	display:block;
	margin:3px 0 3px 0;
	text-align: center;
	list-style:none;
	float: left;
}

#nav a {
	display:block;
	padding:1px 4px 1px 4px;
	margin: 0 0 0 5px;
	color:#FFFFFF;
	font-size: 1em;
	text-decoration:none;
	background:#777;
	border-top: 10px solid #777;
	border-bottom: 10px solid #777;
	border-left: 5px solid #777;
	border-right: 5px solid #777;
}
#nav a:hover,#nav a.current {
	background-color:black;
	border-top: 10px solid #000;
	border-bottom: 10px solid #000;
	border-left: 5px solid #000;
	border-right: 5px solid #000;
}

.logo {
	float:right;
	margin-top:20px;
	margin-right:138px;
}

#contact {
	float:right;
	margin:10px 0 0 0;
	width:445px;
	font-size:1.2em;
	color:#000;
}

#contact a,#cont-3 a {
	color:#000;
}
#contact a:hover,#cont-3 a:hover {
	color:#777;
}

#cont-1 {
	float:left;
	margin-top: 0;
	width: 350px;
	font-size: 1.1em;
	line-height: 1.5;
}

h1 {
	margin: 0 0 10px 0;
	font-weight: bold;
	font-size: 1.3em;
}

#cont-1 p {
	margin-bottom:20px;
}

#cont-1 ul {
	margin-bottom:20px;
}

#cont-1 img {
	float:right;
	width:174px;
}

#cont-1 h2 {
	font-size: 1.1em;
}

.switcher {
	width: 500px;
	float: right;
}

#cont-2 {
	float: right;
	margin: 0 20px 0 0;
	width:124px;
}

.heading-image, .logo {
	display: none;
}

#cont-3 {
	float: right; 
	width: 450px;
	margin-top: 20px;
	url(landing/box-bottom.gif) bottom no-repeat #FE0000;
}

form {
	margin-top:25px;
	margin-bottom:15px;
}

form p {
	margin-bottom:5px;
	font-size:0.9em;
}

input, textarea {
	width:139px;
	padding:3px;
	color:#000000;
	font:1em Tahoma, Helvetica, Arial, Verdana, sans-serif;
	background:white url(images/bg/shadow.gif) repeat-x 0 0;
	border:0;
}

.button {
	width:auto;
	margin-top:5px;
	padding:1px;
	color:#FFFFFF;
	text-transform:uppercase;
	background:#B8303D;
	border-width:2px;
	border-style:solid;
	border-color:#CB6972 #3D0B0F #3D0B0F #CB6972;
}

#footer {
	clear:both;
	margin-bottom:20px;
	margin-top: 20px;
	padding-top: 10px;
	padding-left: 50px;
	color: #999;
	background:url(images/bg/footer.gif) repeat-x 0 0;
}

#footer a {
	color:#777;
	text-decoration:none;
}
#footer a:hover {
	color:#000;
	text-decoration:underline;
}

.address,.footerright,.credits {padding-bottom:20px;}

.address {
	float:left;
	width:290px;
}

.i {font-style:italic;}
.b {font-weight:bold;}

.footerright {
	float:right;
	width:461px;
	margin-top: 20px;
	font-size:1.1em;
	color:#000;
}

#credits {
	clear:left;
	float:left;
	width:260px;
	margin-top: 20px;
	font-size:0.85em;
	color:#999;
}

#credits a {color:#999;}

/* = Form */
#form-holder {
	float: right;
	width: 450px;
	margin-top: 15px;
	font-size: 1.1em;
}

#form-holder h2 {
	font-size: 1.5em;
}

#form-holder .about-link {
	text-align: right;
	margin-top: 20px;
	margin-right: 30px;
}

#form-holder .about-link a {
	color: #777;
}

#form-holder .about-link a:hover {
	color: #333;
}

label {
	float: left;
	display: block;
	width: 200px;
	margin-bottom: 5px;
}

label.wide {
	float: left;
	clear: both;
	display: block;
	width: 200px;
}

input, textarea {
	float: right;
}

#form-holder .pin {
	float: none;
	clear: both;
	height: 5px;
	_display: none;
}

.form strong {
	text-decoration: underline;
}

#cta {
	margin: 0 0 20px 0;
	background: #BFEFF4;
	border: 1px dotted #00BED1;
	padding: 10px 15px;
	text-align: center;
}

#cta p {
	display: block;
	clear: both;
	margin: 0 0 5px 0;
}

.special {visibility: hidden; width: 5px;}