@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: #464646;
	line-height: 18px;
}
	
#container {
	margin: 0 auto;
	width: 944px;
	}

p {
	margin-bottom: 5px;
}
	
a {
	color: #f37125;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}

img {
	border: 1px solid #d5d1c6;
	padding: 5px;
	}
	
.img-right {
	margin-left: 10px;
	float:right;
	}
	
.img-left {
	margin-right: 10px;
	float:left;
	}

table {
	margin-bottom: 15px;
}

tr.dark th {
	background: #666;
	border-color: #555 !important;
	font-weight: bold;
	font-size: 1.2em;
	color: #FFF;
}

th, td {
	border: 1px solid #CCC;
	padding: 5px;
	width: 20%;
	vertical-align: top;
}

table h4 {
	margin: 0 !important;
}

table li {
	margin: 0 !important;
	list-style: none !important;
}

table ul .name {
	font-weight: bold;
}

table ul .part {
	display: block;
}

table ul .details {
	display: block;
	font-size: .8em;
}

dt {
	font-weight: bold;
	color: #F37125;
}

dd {
	font-size: .9em;
	font-weight: normal;
}

input, select {
	padding: 2px;
}

address {
	border-left: 3px solid #666;
	margin: 0 0 15px 5px;
	padding-left: 5px;
}

address .organization, address .street, address .location, address .country {
	display: block;
}

address .organization {
	font-size: 1.2em;
	font-weight: bold;
}

address .country {
	margin-bottom: 5px;
}

address p {
	margin: 0 !important;
}

address.phone_numbers .phone {
	font-weight: bold;
}

/*****Header*****/

#header {
	border-top: 5px solid #f37125;
	border-bottom: 1px solid #d4d0c5;
	height: 75px;
	position: relative;
	}

h1 a {
	background: url('../images/logo.gif') 50% 50% no-repeat;
	width: 300px;
	height: 75px;
	text-indent: -9999px;
	position: absolute;
	left: 0;
	}
	
#header img {
	display: none;
	}

#navigation {
	background: url('../images/navigation.jpg') 0% 0% no-repeat;
	float: right;
	margin-top: 25px;
	height: 40px;
	font-family: Gotham Bold, Arial, Helvetica, sans-serif;
	z-index: 200;
	}

#navigation li {
	position: relative;
	float: left;
	text-align: center;
}
	
#navigation li a {
	float: left;
	display: block;
	height: 40px;
	line-height: 15px;
	text-decoration: none;
	font-size: 13px;
	color: #a19d94;
	font-weight: normal;
	text-indent: -9999px;
	}
	
#navigation li#nav_home a {
	width: 116px;
	}

#navigation li#nav_home:hover a, #navigation li#nav_home.hover a {
	background: url('../images/navigation.jpg') 0% -40px no-repeat;
	}

#navigation li#nav_products a, #navigation li#nav_products ul {
	width: 123px;
	}

#navigation li#nav_products:hover a, #navigation li#nav_products.hover a {
	background: url('../images/navigation.jpg') -116px -40px no-repeat;
	}

#navigation li#nav_technology a, #navigation li#nav_technology ul {
	width: 126px;
	}

#navigation li#nav_technology:hover a, #navigation li#nav_technology.hover a {
	background: url('../images/navigation.jpg') -239px -40px no-repeat;
	}

#navigation li#nav_aboutus a, #navigation li#nav_aboutus ul {
	width: 119px;
	}

#navigation li#nav_aboutus:hover a, #navigation li#nav_aboutus.hover a {
	background: url('../images/navigation.jpg') -365px -40px no-repeat;
	}

#navigation li#nav_contact a {
	width: 106px;
	}

#navigation li#nav_contact:hover a, #navigation li#nav_contact.hover a {
	background: url('../images/navigation.jpg') -484px -40px no-repeat;
	}
	
#navigation li ul {
	background: #FFF;
	border: 1px solid #D4D0C5;
	position: absolute; 
	top: 40px;
	left: -9999px;
	z-index: 200;
	}
	
#navigation li:hover ul, #navigation li.hover ul { left: 0; }

#navigation li ul li {
	border-bottom: 1px solid #D4D0C5;
	text-align: left;
	font-size: 12px;
	position: relative;
	float: none;
	}
	
#navigation li ul li a {
	background: none !important;
	height: 1%;
	padding: 6px 0;
	font-weight: normal;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 10px;
	color: #F37125;
	float: none;
	}
	
#navigation li ul li:hover a, #navigation li ul li.hover a {
	background: #F37125 none !important;
	color: #FFF;
	}

/*****Home*****/

/*Billboard*/
	
#billboard {
/*	height: 294px;
	background: url('../images/billboard.jpg');
*/	}
	

/*Features*/

#home #features {
	border-top: 1px solid #d4d0c5;
	padding: 17px 0;
	height: auto;
	overflow: auto;
	}
	
#home #features li {
	padding: 0 20px;
	width: 274px;
	float: left;
	overflow: hidden;
	}

#home #features li#feature_2 {
	border-left: 1px solid #d4d0c5;
	border-right: 1px solid #d4d0c5;
	}
	
#home #features li h3 {
	font-family: Gotham Medium;
	font-size: 18px;
	color: #f37125;
	margin-bottom: 10px;
	}
	
#home #features li img {
	float: right;
	}
	
#home #features li p a {
	padding-right: 10px;
	background: url('../images/right_arrow_sm.gif') 100% 50% no-repeat;
	}
	
/*****Content*****/

/*Header*/

.content h2 {
	background: #f4efe7 url('../images/content_header.jpg') 0% 100% no-repeat;
	margin: 0 0 32px 0;
	height: 83px;
	text-indent: -9999px;
	}
	
#products h2 {
	background: #f4efe7 url('../images/products_header.jpg') 0% 100% no-repeat;
}

#technology h2 {
	background: #f4efe7 url('../images/technology_header.jpg') 0% 100% no-repeat;
}

#aboutus h2 {
	background: #f4efe7 url('../images/aboutus_header.jpg') 0% 100% no-repeat;
}

#contact h2 {
	background: #f4efe7 url('../images/contact_header.jpg') 0% 100% no-repeat;
}

#trial h2 {
	background: #f4efe7 url('../images/trial_header.jpg') 0% 100% no-repeat;
}

/***Main***/

.content #content_main {
	float: right;
	width: 688px;
	margin: 0 0 20px 40px;
	}
	
.content #content_main h3 {
	font-family: Gotham Book;
	font-size: 30px;
	line-height: 30px;
	color: #a19d94;
	margin-bottom: 5px;
	}

.content #content_main h4 {
	font-size: 1.2em;
	color: #f37125;
	font-weight: bold;
	margin-bottom: 15px;
	}

.content #content_main p {
	margin-bottom: 15px;
	}
	
.content #content_main a {
	text-decoration: underline;
	}
	
.content #content_main a:hover {
	text-decoration: none;
	}
	
.content #content_main ul {
	margin-bottom: 15px;
}

.content #content_main li {
	margin-left: 30px;
	list-style: outside disc;
}
	
/***Secondary***/

.content #content_secondary {
	float: left;
	width: 216px;
	}
	
/*Navigation*/

.content #content_secondary .sub_nav {
	border-top: 1px solid #d4d0c5;
	}

.content #content_secondary .sub_nav li a {
	display: block;
	color: #a19d94;
	padding: 10px 15px;
	border-bottom: 1px solid #d4d0c5;
	}

.content #content_secondary .sub_nav li.hover a {
	background: #d4d0c5;
	color: #FFF;
	}

.content #content_secondary .sub_nav li a.active {
	background: #F4EFE7;
	color: #f37125;
	}

/*Features*/
	
.content #content_secondary #features li {
	padding: 15px 0 5px 15px;
	font-size: 11px;
	}

.content #content_secondary #features li {
	border-top: 1px solid #d4d0c5;
	}
	
.content #content_secondary #features li h3 {
	font-weight: bold;
	color: #f37125;
	font-size: 12px;
	margin-bottom: 10px;
	}
	
.content #content_secondary #features li p {
	line-height: 16px;
	margin-bottom: 10px;
	}

.content #content_secondary #features li p a {
	font-weight: normal;
	padding-right: 10px;
	background: url('../images/right_arrow_sm.gif') 100% 50% no-repeat;
	}
	
/*****Forms*****/

form li {
	margin: 0 !important;
	/*padding: 5px;*/
	width: 50%;
	height: 60px;
	float: left;
	list-style: none !important;
}

form li label {
	font-weight: bold;
}

form li label.error {
	color: #900;
}

form li input, form li textarea, form li select {
	display: block;
	width: 90%;
	border: 1px solid #CCC;
}

form li input.error, form li textarea.error, form li select.error {
	border-color: #900;
}

form li select {
	margin-top: 1px;
}

form li textarea {
	width: 94%;
	height: 5.3em;
}

form li.comments {
	width: 100%;
	height: 7em;
}

form li.submit, form li.comments, form li.select {
	float: none;
	clear: both;
	margin: 10px auto 0 !important;
}

/*****Footer*****/

#site_info {
	clear: both;
	background: #a19d94;
	height: 14px;
	line-height: 14px;
	padding: 5px 15px;
	margin-bottom: 50px;
	color: #FFF;
	font-size: 11px;
	text-align: right;
	zoom: 1;
	}
	
/*****sIFR*****/

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}