*{
	margin:0;
	padding:0;
	outline:none;
}

html{
	height:100%;
}

/** Layout styles **/

body{
	background:#b8bccc url(/inc/img/v2/bgHomeTile.jpg) top center repeat-y;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	position:relative;
}

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

a:hover{
	color:#ffffff;
	text-decoration:underline;
}

a img{
	border:none;
}

.clear{
	clear:both;
}

#headerBG{
	background:url(/inc/img/v2/bgHomeTop.jpg) top center no-repeat;
	height:100%;
}

#footerBG{
	background:url(/inc/img/v2/bgHomeBottom.jpg) bottom center no-repeat;
	height:auto !important; /* real browsers */
	height:100%; /* IE6 treats as min-height */
	min-height:100%; /* real browsers */
}

#wrapper{
	width:960px;
	margin:0 auto;
	position:relative;
	height:auto !important; /* real browsers */
	height:100%; /* IE6 treats as min-height */
	min-height:100%; /* real browsers */
	padding:0 15px 280px;
}

#header{
	width:960px;
	height:150px;
	float:left;
}

#header h1 a{
	display:block;
	float:left;
	width:300px;
	height:75px;
	text-indent:-9999px;
	background:url(/inc/img/v2/logo.jpg) left top no-repeat;
	margin:35px 0 0 10px;
	border:none;
	/* IE6 Fix */
	display:inline;
}

#header ul#mainNav{
	float:right;
	margin:73px 30px 0 0;
	/* IE6 Fix */
	display:inline;
}

#header ul#mainNav li{
	list-style:none;
	float:left;
	background:url(/inc/img/v2/navBG.png) center top no-repeat;
	margin:0 0 0 15px;
	text-align:center;
}

#header ul#mainNav li.navHome{
	width:62px;
}

#header ul#mainNav li.navAbout{
	width:95px;
}

#header ul#mainNav li.navProducts{
	width:85px;
}

#header ul#mainNav li.navApplications{
	width:88px;
}

#header ul#mainNav li.navPeople{
	width:70px;
}

#header ul#mainNav li.navCareers{
	width:78px;
}

#header ul#mainNav li.navNews{
	width:65px;
}

#header ul#mainNav li.navContact{
	width:75px;
}

#header ul#mainNav li a{
	color:#FFFFFF;
	padding:25px 0 5px;
	display:block;
	border:none;
}

#header ul#mainNav li a:hover, #header ul#mainNav li.active a{
	color:#272525;
	text-decoration:none;
	border:none;
}

#header ul#mainNav li.active a{
	font-weight:bold;
}

#content{
	height:auto !important; /* real browsers */
	height:600px; /* IE6 treats as min-height */
	min-height:600px; /* real browsers */
	float:left;
	width:960px;
	padding-top:20px;
	word-spacing:2px;
	line-height:19px;
}

#content #sidebar{
	width:185px;
	float:left;
}

#content #sidebar ul#sideNav{
	padding-top:52px;
}

#content #sidebar ul#sideNav li{
	list-style:none;
	margin:0 0 8px 10px;
}

#content #sidebar ul#sideNav li.title{
	margin-left:0;
}

#content #sidebar ul#sideNav li.return{
	margin-left:0;
	font-size:12px;
	margin-top:20px;
}

#content #sidebar ul#sideNav li.active a{
	border:none;
	color:#000000;
}

#content #left{
	float:left;
	padding-left:20px;
}

#content #right{
	float:right;
	padding:0 20px 0 0;
}

#footer{
	bottom:0;
	position:absolute;
	width:960px;
	height:260px;
	color:#ffffff;
}

#footer ul{
	float:left;
	margin:40px 0 0 20px;
	font-size:10px;
}

#footer ul li{
	list-style:none;
	margin-bottom:2px;
}

#footer ul li.spacer{
	margin:15px 0;
}

#footer a{
	color:#ffffff;
	border-color:#FFFFFF;
}

/** Specific page styles **/

/* General content styles */

#content .leftContent{
	float:left;
}

#content .rightContent{
	float:right;
}

#content #left{
	width:455px;
	margin-left:0;
}

#content h2{
	margin-bottom:20px;
	font-weight:normal;
	font-size:24px;
	line-height:30px;
}

#content h3{
	font-size:18px;
	font-weight:normal;
	margin-bottom:10px;
	padding-top:10px;
}

#content blockquote{
	width:455px;
	font-size:18px;
	line-height:28px;
	margin:10px 0 25px 0;
}

#content blockquote img.quoteLeft{
	float:left;
	margin:-8px 10px 0 0;
}

#content blockquote img.quoteRight{
	float:right;
	margin-top:8px;
	display:none;
}

#content #left p{
	margin-bottom:15px;
}

#content #left ul{
	word-spacing:3px;
	margin-bottom:20px;
}

#content #left ul li{
	background:url(/inc/img/v2/bulletContentWhite.gif) left 7px no-repeat;
	padding-left:15px;
	list-style:none;
	margin-bottom:5px;
}

#content #left ul li.title{
	background:none;
	padding:0;
}

#content #left p.supported{
	margin-top:60px;
}

#content #right{
	width:245px;
	text-align:right;
}

#content #right img{

}

#content ul.images li{
	display:block;
	margin-top:40px;
	list-style:none;
}

#content ul.images li.border img{
	border:1px solid #3d6597;
}

/* Homepage styles */

#home #content #left{
	width:280px;
	margin-left:0;
}

#home #content #left h2{
	font-size:14px;
	color:#272525;
	font-weight:bold;
	margin-bottom:25px;
	word-spacing:normal;
}

#home #content #left p{
	word-spacing:3px;
	line-height:19px;
	margin-bottom:25px;
}

#home #content #left .large p{
	font-size:20px;
	word-spacing:3px;
	line-height:29px;
}

#home #content #left ul{
	word-spacing:3px;
	margin-bottom:20px;
}

#home #content #left ul li{
	background:url(/inc/img/v2/bullet.gif) left center no-repeat;
	padding-left:15px;
	list-style:none;
	margin-bottom:5px;
}

#home #content #left ul li.title{
	background:none;
	padding:0;
}

#home #content #right{
	width:620px;
}

#home #content #right ul.images li{
	float:right;
	margin:50px 0 50px 0;
}

/** Contact Styles **/

body#contact img.leftContent{
	width:228px;
	margin-right:10px;
	border:1px solid #3d6597;
}

body#contact p.rightContent{
	width:215px;
}

ul.contact{
	margin-top:50px;
}

ul.contact li{
	list-style:none;
	margin-bottom:2px;
}

ul.contact li.spacer{
	margin-top:10px;
}

dl.contactForm{
	margin-top:20px;
	float:left;
}

dl.contactForm dt{
	width:150px;
	float:left;
	clear:left;
	margin-bottom:10px;
	padding-top:5px;
}

dl.contactForm dd{
	width:300px;
	float:left;
	margin-bottom:10px;
}

dl.contactForm dd input{
	width:292px;
	height:15px;
	padding:4px;
	border:1px solid #b7bac9;
}

dl.contactForm dd textarea{
	width:292px;
	height:192px;
	padding:4px;
	border:1px solid #b7bac9;
}

dl.contactForm dd input#spam{
	width:auto;
	height:auto;
	margin-top:6px;
	padding:0;
	border:none;
}

dl.contactForm dd input.submit{
	width:auto;
	height:auto;
	float:right;
	padding:3px 5px;
	background:#3D6597;
	color:#ffffff;
}

/** Zem Contact form **/

.form-wrapper {
  clear: both;
  border-width: 0px 0 0 0;
  border-color: #ccc;
  border-style: solid;
  padding: 0 0 1.2em 0;
  width: 410px;
}
form fieldset {
  border: 0; 
  margin: 0; 
  padding: 0;
}
input, textarea {
  float: right;
  border:1px solid #b7bac9;
  margin: 4px 0 1em 0;
  padding: 4px;
  background: #FFF;
}
label {
  clear: none;
  float: left;
  font-weight: normal;
  margin: 0;
  padding: 4px 5px 1em 0;
  width: 100px;
}

#spam-filter label {
  width: 80px;
}

/*generic zem elements*/
.zemContactForm input.zemText,
.zemContactForm textarea.zemTextarea {
  border:1px solid #b7bac9;
  width: 295px;
  background: #FFF;
}
.zemContactForm #name,
.zemContactForm #email { /* verbosity for IE */
  background: #FFF;
}
.zemContactForm fieldset input.zemCheckbox {
  clear: none; 
  float: right;
  margin-right: 295px;
  border: 0;
  padding: 0;
  background: transparent;
}
.zemContactForm .zemSubmit {
  clear: both;
  float: right;
  margin: 0 0 0 101px;
  padding:3px 5px;
		background:#3D6597;
		color:#ffffff;
}
#left ul.zemError {
  list-style: none;
  margin-left: 0;
  padding: 10px 0;
  border-width: 1px 0;
  border-style: solid;
  border-color: #ccc;
}
#left .zemError li {
  background:url("/inc/img/backgrounds/error.gif") no-repeat 0 0;	
  padding-left: 30px;
}

#left p.response {
  padding: 2px 8px;
  background: #8990a2;
  color: #fff;
}

/** Subpage styles **/

table {
border-collapse:collapse;
border-color:#8990a2;
border-style:solid;
border-width:1px 0 0 1px;
margin:0 0 20px;
width:455px;
}

th, td {
background:#ced3de none repeat scroll 0 0;
border-color:#8990a2;
border-style:solid;
border-width:0 1px 1px 0;
font-size:12px;
margin:0;
padding:4px 10px;
text-align:left;
}

th {
background:#8990a2 none repeat scroll 0 0;
color:#E5F1F7;
font-size:14px;
font-weight:normal;
text-align:left;
text-transform:uppercase;
}