/***** Global Settings *****/

html, body {
border:0;
margin:0;
padding:0;
}

body {
font:100%/1.25 Verdana, Verdana, Arial, Helvetica, sans-serif;
color: #515151;
}

/***** Common Formatting *****/
h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
color: #000000;
}
#content.company h1, #content.company h2 { font-size: 1.1em; }
#content.contact h1, #content.contact h2 { color: #000; } 

#content.product h1, #content.product h2, #content.product h3, #content.product h4, #content.product h5, #content.product h6 {
	font-size: .9em;
	font-weight: bold;
	color:  #cc3366;
	}

#content.product #trugoldproduct h1, #content.product #trugoldproduct h2, #content.product #trugoldproduct h3, #content.product #trugoldproduct h4, #content.product #trugoldproduct h5, #content.product #trugoldproduct h6 {
	font-size: .9em;
	font-weight: bold;
	color:  #e8d66d;
	}

#biocrownproduct.twothirds h1, #biocrownproduct.twothirds h2, #biocrownproduct.twothirds h3, #biocrownproduct.twothirds h4, #biocrownproduct.twothirds h5 { color: #bad876 !important; }

p {
margin:0;
padding:0 5px 18px 5px;
}

img {
border:0;
}

sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}

sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}

.sm { vertical-align: top; font-size: .4em; }

acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}

/***** Links *****/

a, a:visited {
color: #0b4d0b;
text-decoration:none;
}
a:hover {color: #0072ff; }


/***** Tables *****/

table {
border:0;
margin:0 0 18px 0;
padding:0;
}

	table tr td {
	padding:2px;
	}



/***** Global Classes *****/

.clear 			{ clear:both; }

.float-left 	{ float:left; }
.float-right 	{ float:right; }

.text-left 		{ text-align:left; }
.text-right 	{ text-align:right; }
.text-center 	{ text-align:center; }
.text-justify 	{ text-align:justify; }

.bold 			{ font-weight:bold; }
.italic 		{ font-style:italic; }
.underline 		{ border-bottom:1px solid; }
.highlight 		{ background:#ffc; }

.wrap 			{ width:960px;margin:0 auto; }

.img-left 		{ float:left;margin:4px 10px 4px 0; }
.img-right 		{ float:right;margin:4px 0 4px 10px; }
.img-border 	{border: 1px #ccc solid; }
.nopadding 		{ padding:0; }
.noindent 		{ margin-left:0;padding-left:0; }
.nobullet 		{ list-style:none;list-style-image:none; }

/*----- FONTS ------*/
#content {
	font-size: 1em;
	color: #515151;
}
#content p a, #content p a:visited {
	color: #000000;
	text-decoration: underline;
}
#content p a:hover {
	text-decoration: none;
}
#content.index p { 
	font-size: 1.2em;
	color: #fff;
	padding: 15px 20px 0 20px;
	}
#content.company p {
	font-size: .9em;
	padding-left: 0;
	}
	
#content.careers p, #content.contact p  {
	font-size: 1em;
	padding: 15px 20px 0 20px;
	color: #000;
	}

#content.contact p {
	font-size: .9em;
	}	

	
.productname {
	margin: 0px 0 30px 0;
	color: #cc3366;
	font-size: 2em;
	}
	
.links, .biolinks, .trulinks {
	line-height: 1.4em;
	margin-bottom: 30px;
	}	
.links a, .biolinks a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
	color: #666666;
	}

.trulinks a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
	color: #666666;
	}	
	
.links a:hover, .links a.on {
	color: #cc3366;
	}
		
.biolinks a:hover, .biolinks a.on {
	color: #bad876;
	}	
.trulinks a:hover, .trulinks a.on {
	color: #e8d66d;
	}		
	
#lava { 
	padding: 6px;
	width: 170px;
	font-weight: bold;
	color: #fff;
	font-size: .8em;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	background-color: #cc3366;
	}

#biocrown { 
	padding: 6px;
	width: 170px;
	font-weight: bold;
	color: #fff;
	font-size: .8em;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	background-color: #bad876;
	}	

#trugold {
	padding: 6px;
	width: 170px;
	font-weight: bold;
	color: #fff;
	font-size: .8em;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	background-color: #e8d66d;
	}

ul {
	padding: 0 0 0 20px;;
	margin: 0;
	list-style: square;
	font-size: .8em;
	margin: 10px 0;
		}	
	
.descriptions {
	font-family: Arial, Helvetica, sans-serif;
	width: 182px;
	background: #e1e1dc;
	color: #666666;
	font-size: .8em;
	font-weight: bold;
	}	
.descriptions .name {
	color: #fff;
	background-color: #999999;	
	width: 176px;
	padding: 3px;
	margin-bottom: 5px;
	text-decoration: underline;
	}

.productpage { 
	text-align: center;
	}

.productpage .lava, .productpage .biocrown, .productpage, .trugold {
	font-size: 2em;
	padding: 10px 0;
	}

#content.product .twothirds p { padding-left: 0; font-size: .8em;}
#biocrownbottom p, #biocrownbottom2 p, #biocrownbottom3 p { padding: 5px 0 0 0; font-size: .8em; }

hr { border: 0; height: 2px; background: #ccc; color: #ccc; width: 570px; padding-left; 10px; margin-bottom: 0; }

#sticker { padding: 5px 0 5px 3px; font-size: .8em; }
#sticker a img { float: left; }

.lava a, .lava { color: #cc3366 !important; }
.lava a:hover { color: #902448 !important; }
.biocrown a, .biocrown { color: #bad876 !important; }
.biocrown a:hover { color: #7ead6d !important; }
.trugold a, .trugold { color: #f27173 !important; }
.trugold a:hover {color: #c43457 !important; }

.productphoto {
	margin-top: 100px;
	margin-bottom: 30px;
	}	
.techname {
	font-size: 2em;
	color: #cc3366;	
	margin: 20px 0 30px 0;
	}
	
#footer { 
	color: #666;
	text-align: left;
	font-size: .6em;
}

#footer p { 
	padding-top: 5px;
	font-size: .9em;
 }
 
 #footer a:hover { text-decoration: underline; color: #666; }
 .mediumtext { 
	font-size: 1.3em;
	color: #0b4d0b;
	padding-bottom: 5px;
	font-weight: bold;
	padding-left: 5px;
	letter-spacing: normal;
}
.largetext { 
	font-size: 1.5em;
	color: #0b4d0b;
	padding-bottom: 5px;
	font-weight: normal;
	padding-left: 5px;
	letter-spacing: normal;
}
.smalltext {
	font-size: .7em;
	margin: 20px 0 0 10px;
}
.verysmalltext { font-size: .6em; }
.productimage {
	width: 150px; 
	text-align: center;
	padding: 5px 5px 0 0;
	}
.trugoldproductimage {
	width: 220px; 
	text-align: center;
	padding: 5px 5px 0 0;
	float: left;
	}	
	
div.trugoldproductimage a:hover { color: #e8d66d; }
	
div.productimage div { font-size: .6em; }	

.darkgreen { 
	width: 380px;
	color: #fff;
	background: #33999b;
	padding: 10px 0 10px 20px;
	font-size: 1.6em;
	text-align: left;
	}

.yellow {
	background: #e8d66d;
	width: 380px;
	text-align: left;
	padding: 10px 0 10px 20px;
	font-size: 1.6em;
	}

.lightgreen {	
	background: #809550;
	width: 380px;
	text-align: left;
	padding: 10px 0 10px 20px;
	font-size: 1.6em;
	}
	
.blockquote {
	color: #f04e37;
	font-size: 1.7em;
	line-height: 1.5em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	float: left;
	width: 180px;
	padding:  0 10px 0px 10px;
	}
.highlighttitle { 
	background: #f5f3f2;
	padding: 3px 5px;
	font-size: 1.1em;
	color: #998b7d;
	}
	
#trucaptek {
	width: 595px; 
	font-size: .8em;
	border-left: 2px solid #ccc;
	border-top: 2px solid #ccc;
	}	
#trucaptek tr td { border-bottom: 2px solid #ccc; border-right: 2px solid #ccc; }
#trucaptek tr td { padding-bottom: 5px; }	
/***** Forms *****/

form {
margin:0;
padding:0;
display:inline;
}

input, select, textarea {
font:1em Verdana, Arial, Helvetica, sans-serif;
}

textarea {
line-height:1.25;
}

fieldset { 
	width: 350px; 
	border: 1px solid #dfd89c;
	text-align: left;
	}
	
.fl { width: 125px; float: left; margin-left: 10px; }	

.product fieldset { 
	width: 350px; 
	border: 1px solid #cccccc;
	text-align: left;
	}
	
.product .fl { width: 125px; float: left; margin-left: 10px; }
	
.submit {
	text-align: center;
	clear: both;
	margin-top: 10px;
	font-size: .9em;
}
