html, body {
	background-color: #e8e9e8; 
	margin:0;
	padding:0; 
	text-align: center;
}

p, h1, form, button{
	border:0; margin:0; padding:0;
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 930px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-image:url('../images/bg_shadowSides.jpg');
	background-repeat:repeat-y;
	overflow:auto;
}

#container {
	background-color:#FFFFFF;
	position: relative;
	top:0;
	margin: 0 10px 0 10px;
}

#ContainerServices {
	position: relative;
	height: 180px;
	/*border-bottom-style: dashed ; 
	border-bottom-color: #cccccc; 
	border-bottom-width: 1px;
	padding:10px 0 10px 0;*/
}

#ContainerExamples {
	position: relative;
	padding:0 0 10px 0;
	width:910px;
}

#ContainerText {
	position: relative;
	background-image:url(../images/bg_contentExamples.jpg);
	background-repeat:no-repeat;
	color:#000000;
	float:left;
	width:910px;
	margin: 5px 0 0 0;
}

#ContainerDesc {
	padding: 5px 5px 10px 5px;
}


#header {
	position: relative;
	height: 75px;
	background-color:#ecefec;
}

#sideR {
		float:right;
	  width:590px;
		padding-bottom: 25px;
}

#sideL {
	 width:305px;
	 float:left;
}

#sideRcode {
		float:right;
	  width:630px;
		padding-bottom: 25px;
		padding-right: 10px;
		text-align:left;
		margin-top: 25px;
}

#sideRdemo {
		float:right;
	  width:630px;
		padding-bottom: 25px;
		padding-right: 10px;
}

#sideLdemo {
	 width:250px;
	 float:left;
	 margin-top: 25px;
}

#sideRbenefits {
	  width:590px;
		padding-bottom: 25px;
}

#sideRcontact {
		float:right;
	  width:380px;
		padding-bottom: 25px;
}

#sideMcontact {
	 width:195px;
	 float:left;
	 margin-left:10px;
}

#sideLcontact {
	 width:305px;
	 float:left;
}


#sideRinquiry {
position: relative;
		float:right;
	  width:385px;
}

#sideLinquiry {
	 width:495px;
	 float:left;
	 position: relative;
	 padding-right: 10px;
	 border-right: #CCCCCC solid 1px;
}



#sideRlogin {
		float:left;
	  width:400px;
		padding-top: 10px;
		padding-bottom: 25px;
}

#sideRexamples {
position:relative;
	float:right;
	width:436px;
}

#sideRexamplestn {
	float:right;
	width:436px;
	padding: 9px 0 12px 0;
	background-color: #EEEEEE;
}

#sideLexamples {
	position:relative;
 width:455px;
 float:left;
 height: 365px;
 border: 1px #CCCCCC solid;
}

#thumbs{
	padding: 4px 4px 4px 5px;
	width:100px;
	float: left;
}

#footer {
	background-image:url('../images/bg_shadowFooter.jpg');
	text-align: left;
	margin: 0px auto;
	border:0;
	width: 930px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	height: 25px;
	clear:both;
}

#footerText {
	padding: 10px 0 0 5px;
	color: #999999;
}

#logo {
	float:left;
}

img {
	border: 0px;
}

#dividerGrey {
	border-bottom-style: dashed ; 
	border-bottom-color: #cccccc; 
	border-bottom-width: 1px;
	margin: 10px 0 10px 0;
	position: relative;
}
input, select, textarea {
	border: 1px #CCCCCC solid;
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.btnForms {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 10px;
	font-weight: bold;
	border: 1px solid #CCCCCC;
}

.note {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ff0000;
}

/******************NAV************/
body#home a#navhome,
body#examples a#navexamples,
body#services a#navservices,
body#about a#navabout,
body#contact a#navcontact,
body#customer a#navcustomer,
body#blog a#navblog,
{
color: #000000;
}

#nav {
	float:right;
	margin: 30px 0 0 0;
	margin-bottom: 1em;
	text-align:right;
	width: 460px;
}

#navlist
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navlist li
{
	border-left: 1px solid #666666;
	float: left;
	line-height: 1.25em;
	margin: 0 .5em 0 -.5em;
	padding: 0 .5em 0 .5em;
}

ul.unlisted {
	list-style-type: square;
	list-style-image: url(../images/icon_unlisted.jpg);
	margin-top: -2px;
}
li.unlisted {
	margin-left: -22px;
	margin-top: 2px;
	margin-bottom: 2px;
 	padding-left: 0px;
	color: #333333;
}

a {
	color: #666666;
	text-decoration:none;
	border: 0px;
}
a:hover {
	color:#333333;
	text-decoration:none;
	border: 0px;
}

#exampleMenu{
	width:108px;
	margin-right: 1px;
	float:left;
	background-color:#999999;
	text-align:center;
	color:#FFFFFF;
	padding: 3px 0 3px 0;
	display:block;
}

#exampleMenu a {
	color:#FFFFFF;
}

#exampleMenuOn {
	width:108px;
	float:left;
	background-color:#EEEEEE;
	text-align:center;
	color:#333333;
	font-weight:bold;
	padding: 3px 0 3px 0;
	display:block;
}

#exampleMenuOn  a:link {
	color:#333333;
}

/******************NAV************/

/******************FLASH************/
div.flash
{
    position: absolute;
    display: block;
    width: 368px;
    height: 310px;
    top: 50px;
    right: 60px;
}
#homeintro
{
	background: #ecefec;
	padding:5px 5px 10px 5px;
	margin-bottom:5px;
}
#homebanners
{
	width:910px;
	overflow:hidden;
}
/******************FLASH************/

/******************TEXT************/
.pageTitle {
	font-size:11px;
	font-weight:bold;
}
.pageiPod {
	font-size:15px;
	font-weight:bold;
}
/******************TEXT************/


/******************FORM************/
div.row {
  clear: both;
  padding-top: 10px!important;
  padding-top: 5px;
  }

div.row span.label {
  float: left;
  width: 85px;
  text-align: left;
  }

div.row span.field {
  float: right;
  width: 275px;
  text-align: left;
  } 
	
div.rowBenefits {
  clear: both;
  padding-top: 10px!important;
  padding-top: 5px;
  }

div.rowBenefits span.labelB {
  float: left;
  width: 150px;
  text-align: left;
  }

div.rowBenefits span.fieldB {
  float: right;
  width: 440px;
  text-align: left;
  } 	
	
	
.productName {
	width:150px;
	display:block;
	float:left;
}
.productLinks {
	float:right;
}
	
	

