body {
	background-color:#E2E2E2;
	background-image:url(/images/bg2.gif);
	background-repeat: repeat-x; 
	margin:0;
	padding:0;
	text-align: center;}

#wrapper {
	margin: 0 auto;
 	width: 765px;
	padding-left: 0px;
	text-align: center;}

#presentation {
	margin: 0 auto;
 	width: 745px;
	text-align: left;
	margin-top: 20px;}
	
#content {
	width:745px;
	margin:0px auto;
	text-align:left;
	padding-left:0px;
	padding-bottom:0px;
	padding-right:0px;}

#tabnav {
	margin-top:24px;
	width: 760px;}

#tabnav a {
	background-image:url(/images/tab_bg.gif);
	padding: 10px 12px 10px 12px;
	color: #ffffff;
	text-decoration: none;
	font: normal 11px Verdana, Arial, Helvetica, Geneva, sans-serif;
	float: left;
	margin-left: 2px;}

#tabnav a:hover {
	background-image:url(/images/tab_active_bg.gif);
	padding: 10px 12px 10px 12px;
	color: black;
	text-decoration: none;
	font: normal 11px Verdana, Arial, Helvetica, Geneva, sans-serif;}

#currenttab {
	display: inline;}

#currenttab a {
	background-image:url(/images/tab_active_bg.gif);
	color: #57564e;
	text-decoration: none;
	font: normal 11px Verdana, Arial, Helvetica, Geneva, sans-serif;}

.inquiryForm {
	font-family: helvetica;
	font-size: 13px;
	color:#6C6C6C;}

.registrationForm {
	font-family: helvetica, sans-serif;
	font-size:13px;}
	
.registrationForm table {
	background=color:#cccccc;
	margin-right:auto;
	margin-left:auto;}
	
.registrationForm .rowheader {
	font-size:16px;}
	
.registrationForm td {
	background-color:white;}
	
.contentarea {
	font-family: arial; 
	font-size: 12px; 
	line-height: 1.4em; 
	color:#464646;
	width:100%;
	padding-left:20px;
	padding-right:15px;
	padding-top: 20px; 
	padding-bottom:20px;}

#freetrial {
	background-image:url(/images/freetrial.png);
	background-repeat: no-repear;
	width: 90px;
	height: 92px;
	margin-left: 25px;
	margin-bottom: 20px;
	margin-top: 15px;}

	input {width:175px; padding: 5px;}
	textarea {width: 175px; height:75px; padding:5px;}
	
	.buttons {margin-top:15px;}
	#errors{float:left;height:25px;margin-top:10px;}
	
	select {
		width: 200px;
		font-size:small;
		font-family: helvetica;
		border: 1px solid #b1b1bc;
		background-color: #fff;
		color: #000;
		padding:5px;}
	
	.checkboxRequiredState .formLabel, .checkboxMaxSelectionsState .formLabel,
	.selectRequiredState .formLabel, .selectInvalidState .formLabel,
	.textareaRequiredState .formLabel, .textareaMinCharsState .formLabel, .textareaMaxCharsState .formLabel,
	.textfieldRequiredState .formLabel, .textfieldInvalidFormatState .formLabel, .textfieldMinValueState .formLabel, .textfieldMaxValueState .formLabel, .textfieldMinCharsState .formLabel, .textfieldMaxCharsState .formLabel, .radioRequiredState .formLabel{
		color: #CC3333;	}
	
	.checkboxRequiredState .checkboxRequiredMsg, .checkboxMaxSelectionsState .checkboxMaxSelectionsMsg, .selectRequiredState .selectRequiredMsg, .textareaRequiredState .textareaRequiredMsg, .textareaMinCharsState .textareaMinCharsMsg, .textareaMaxCharsState .textareaMaxCharsMsg, .textfieldRequiredState .textfieldRequiredMsg, .radioRequiredState .radioRequiredMsg{
		border:0px;	
		padding-left:22px;
		pading-bottom:5px;
		margin-left:4px;
		background-image:url(images/cross.png);
		background-repeat:no-repeat;
		font-size:11px;}
	
	.validMsg{
		width:16px;
		height:16px;
		margin-left:6px;
		margin-top:-2px;
		display:none;}
	
	
	.textfieldValidState .validMsg, .textareaValidState .validMsg, .selectValidState .validMsg, .checkboxValidState .validMsg, .radioValidState .validMsg{
		display:inline;}
		
/** Grids
---------------------------------------------- */
.grid:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
  width: 100%;
}
.grid {
  zoom: 1;
}
.unit,
.col {
  float: left;
  width: 50%;
}
/* ------------------------------------------ **/

/** Address
---------------------------------------------- */
#Address ul {
  list-style: none inside;
  padding-left: 20px;
}
#ContactUsForm h3 {
  margin-left: 0;
}
#ContactUsForm div {
  padding: 1em;
  background: #f1f1f1;
}
.commonForm ul {
  list-style: none;
  padding: 0;
}
  .commonForm li {
    clear: left;
    padding: 0.5em;
  }
.commonForm label {
  font-weight: bold;
  float: left;
  padding-top: 0.25em;
  width: 10em;
}
.commonForm .text,
.commonForm textarea {
  padding: 2px;
  border: 1px solid #aaa;
  width: inherit;
}
.commonForm .text {
  font-size: 1.2em;
}
.commonForm .text,
.commonForm textarea {
  width: 260px;
}
.commonForm .selected {
/*  background: #ffd;*/
}
.commonForm .selected label {
  color: black;
  background: url('/images/formFocus_indicator.gif') no-repeat 97% 48%;
}
.commonForm .selected .text,
.commonForm .selected textarea {
  border-color: black;
}
.submit_button {
  text-indent: 10.5em;
  color: #555;
}
.submit_button input {
  font-size: 1.2em;
  padding: 0 0.25em;
  padding: 0;
  width: inherit;
}
/* ------------------------------------------ **/