* {
	margin: 0;
}
html, body {
	height: 100%;
}
#pageContainer {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
}
#footer, .push {
	height: 4em;
	width: 100%;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #FFF;
	line-height: 1.2;
	background: #000 url(../images/zaden-path-bg.jpg) no-repeat left top;
}
p {
	padding-bottom: 1em;
}
hr {
	width: 100%;
	display: block;
	color: black;
	margin-bottom: 5px;
}
/* common styles */
h1, h2, h3, h4 {
	font-family: "Trebuchet MS";
	font-weight: normal;
	width: 100%;
}
h1 {
	position: absolute;
	top: 65px;
	right: 5px;
	font-size: 21px;
	text-align: right;
	padding-bottom: 20px;
	padding-right: 10px;
}
h2 {
	font-size: 17px;
	padding-bottom: 10px;
	padding-top: 10px;
}
h3 {
	font-size: 13px;
	padding-bottom: 5px;
	padding-top: 5px;
}
h4, h2.sa {
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 5px;
}
a, a:visited {
	color: #d5d5d5;
}
#header {
	position: relative;
	width: 100%;
}
#footer {
	width: 100%;
	color: white;
	position: relative;
}
#h1header {
	position: absolute;
	left: -9999px;
}
/* navbar styles */
div#navbarContainer {
	position: absolute;
	top: 0;
	right: 50px;
	width: 401px;
	height: 51px;
}
ul#navbar {
	width: 401px;
	height: 51px;
	list-style: none;
	margin: 0 auto;
}
ul#navbar li {
	display: inline;
}
ul#navbar li a {
	height: 51px;
	float: left;
	text-indent: -9999px;
}
ul#navbar li#navbarHome a {
	width: 100px;
	background: url(../images/zaden-path-navbar-sprites.png) no-repeat 0 0;
}
ul#navbar li#navbarHome a:hover {
	width: 100px;
	background: url(../images/zaden-path-navbar-sprites.png) no-repeat 0 -51px;
}
ul#navbar li#navbarServiceAreas a {
	width: 100px;
	background: url(../images/zaden-path-navbar-sprites.png) no-repeat -100px 0;
}
ul#navbar li#navbarServiceAreas a:hover {
	width: 100px;
	background: url(../images/zaden-path-navbar-sprites.png) no-repeat -100px -51px;
}
ul#navbar li#navbarPrincipals a {
	width: 100px;
	background: url(../images/zaden-path-navbar-sprites.png) no-repeat -200px 0;
}
ul#navbar li#navbarPrincipals a:hover {
	width: 100px;
	background: url(../images/zaden-path-navbar-sprites.png) no-repeat -200px -51px;
}
ul#navbar li#navbarContactUs a {
	width: 100px;
	background: url(../images/zaden-path-navbar-sprites.png) no-repeat -300px 0;
}
ul#navbar li#navbarContactUs a:hover {
	width: 100px;
	background: url(../images/zaden-path-navbar-sprites.png) no-repeat -300px -51px;
}
#pageContent {
	padding-top: 200px;
	padding-left: 180px;
}
.content {
	background: url(../images/div-bg.png) repeat left top;
	padding: 10px;
	border: 1px solid #000;
}

/* JavaScript warning box */
#noJS {
	display: block;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
	border: 1px solid #000;
	padding: 10px;
	color: #000;
}
#noJS a, #noJS a:visited {
	color: #00F;
}
/* default content to being hidden. jQuery will handle displays */
#home, #principals, #serviceAreas, #contactUs {
	display: none;
}
/* home page */
#pathToSuccess {
	display: block;
	position: absolute;
	left: 300px;
	top: 180px;
}
#home .content {
	width: 600px;
}
#serviceAreas .content {
	width: 600px;
}
#serviceAreas p, #principals p {
	padding-top: 5px;
}
#principals .content {
	width: 600px;
}
#contactUs .content {
	width: 700px;
}
.saInfo {
	display: block;
	font-size: 0.9em;
	font-style: italic;
	padding-bottom: 5px;
	padding-top: 5px;
}
/* principals page */
img.principal {
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 8px;
}
/* footer page */
#footer p {
	position: absolute;
	bottom: 0;
	left: 400px;
	padding: 0;
}
#shiftedReality {
	position: absolute;
	bottom: 0;
	right: 5px;
	font-size: 8px;
	color: #666;
}
/* Form styles
------------------------------------- */
form {	
	padding-bottom: 10px;
	overflow: auto;
	text-align: left;
	padding-top: 0;
	padding-bottom: 0;
	padding-top: 0;
}
form ol {
	list-style: none;
	padding: 1em 1em 0 1em;
	padding-top: 0;
	padding-bottom: 0;
}
form li {
	padding-bottom: 1em;
}
form li label {
	display: block;
}
div.formButtons {
	border-style: none;
}
div.captcha img {
	padding-bottom: 1em;
	clear: both;
}
.required {
	color: red;
}
/* Generic Classes */
.error {
	color: #fff;
	background-color: #f00;
	padding: 10px;
	padding: 5px;
	text-align: center;
}

.success {
	color: #fff;
	background-color: #176900;
	padding: 10px;
	padding: 5px;
	text-align: center;
}

