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

html {
	-webkit-text-size-adjust: none;
}

body {
	margin: 0;
	background-color: #455C6E;
	background-image: url(/_img/bgBody.png);
	background-repeat: repeat;
	color: #FFF;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

a {
	color: #FFF;
	text-decoration: none;
}

h1 {
	margin: 0;
	padding: 17px 0 10px 0;
	font-size: 1.75em;
}

img {
	border: none;
}

img.icon {
	margin: -12px 0 0 0;
	padding: 0 10px 0 0;
}

.clear {
	clear: both;
}

.column50PCL {
	float: left;
	width: 50%;
}

.column50PCR {
	float: left;
	width: 50%;
	text-align: right;
}

.spacer25 {
	clear: both;
	height: 25px;
}

header, footer, nav, section, article {
	display: block;
	clear: both;
}

header {
	clear: both;
	background-color: #455C6E;
	margin: 0 auto;
	height: 99px;
	width: 718px;
	border: 1px solid #F90;
	border-top: none;
	border-radius: 10px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	-moz-border-radius: 10px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	box-shadow: 0 0 20px rgba(0, 0, 0, .75);
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, .75);
}

header .logo {
	float: left;
	background-image: url(/_img/logoWhiteworx.png);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0 0 0 9px;
	width: 350px;
	height: 86px;
	color: #455C6E;
	text-indent: -99999px;
}

header .text {
	float: left;
	margin: 8px 9px 0 0;
	width: 350px;
	text-align: right;
	color: #F90;
	font-size: 2.6em;
	font-weight: bold;
}

nav {
	clear: both;
	margin: 20px auto 0 auto;
	width: 700px;
}

nav ul {
	clear: both;
	margin: 0;
	padding: 0;
}

nav ul li {
	float: left;
	background-color: #455C6E;
	margin: 0 0 0 15px;
	padding: 6px 15px 5px 15px;
	list-style: none;
	border: 1px solid #F90;
	border-bottom: none;
	border-radius: 5px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	-moz-border-radius: 5px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
}

nav ul li:first-child {
	margin: 0;
}

nav ul li a {
	display: block;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

nav ul li.active {
	background-color: #F90;
}

nav ul li.active a {
	color: #455C6E;
}

nav ul li:hover {
	background-color: #F90;
}

section#main {
	clear: both;
	background-color: #455C6E;
	margin: 0 auto;
	padding: 0 9px 15px 9px;
	width: 700px;
	border: 1px solid #F90;
	border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 0 0 20px rgba(0, 0, 0, .75);
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, .75);
}

section .mainText {
}

section .featureText {
	float: left;
	background-position: top left;
	background-repeat: no-repeat;
	margin: 2px 10px 0 0;
	padding: 0 0 0 110px;
	width: 580px;
	min-height: 110px;
}

section .featureText a {
	color: #F90;
	font-weight: bold;
}

section .featureText .featureTitle {
	float: left;
	display: block;
	width: 500px;
	color: #F90;
	font-weight: bold;
}

section .featureText .featurePrice {
	float: left;
	display: block;
	width: 75px;
	color: #F90;
	font-weight: bold;
	text-align: right;
}

section .featureText p {
	clear: both;
}

section .featureTextL {
	float: left;
	background-position: top left;
	background-repeat: no-repeat;
	margin: 2px 25px 0 0;
	padding: 0 0 0 110px;
	width: 225px;
}

section .featureTextR {
	float: left;
	background-position: top left;
	background-repeat: no-repeat;
	margin: 2px 10px 0 0;
	padding: 0 0 0 110px;
	width: 220px;
}

section .featureTextL p,
section .featureTextR p {
	margin: 5px 0 0 0;
}

form#contact {
	margin: 50px auto 0 auto;
	padding: 0;
	width: 480px;
}

form#contact fieldset {margin: 0;
	padding: 0;
	border: none;
}

label {
	float: left;
	display: block;
	width: 125px;
	margin: 4px 0 0 0;
	color: #FFF;
}

input, textarea {
	float: left;
	width: 340px;
	margin: 2px 0 2px 0;
	border: 1px solid #F90;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
}

input.submit {
	width: 100px;
	margin-left: 125px;
}

footer {
	clear: both;
	margin: 10px auto 0;
	width: 700px;
}