/********************************************

Ecogistics

Version: 1.0 
Author: Poccuo (http://www.poccuo.com)        	

*******************************************/
 

/* --------------- Style Reset --------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0; }

table {
	border-collapse:collapse;
	border-spacing:0; }

fieldset,img { 
	border:0; }

address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal; }

ol,ul {
	list-style:none; }

caption,th {
	text-align:left;	}

h1,h2,h3,h4,h5,h6 {
	font-weight:normal; }

q:before,q:after {
	content:''; }

abbr,acronym { 
	border:0; }
	
:focus { outline: 0;}


/* --------------- page --------------- */

body { 
	background: #f5f5f5 url(../_images/ground_body.gif) top center repeat-y; 
	font-size:100%;
	line-height:1.125em; /* 18px */	
	text-align: center; }
	
#wrapper {
	width: 870px; 
	background: #fff; 
	margin: 0 auto; 
	text-align: left;}
	
	
/* --------------- masthead --------------- */
	
#masthead {
	height: 1%; /* For IE6 */
	padding: 8px 0;
	overflow: hidden; }
	
#masthead h1 {
	padding: 30px 0 0 0;
	float: left; }
	
#loginMod {
	height: 1%; /* For IE6 */
	background: #f2fafc url(../_images/ground_login.gif) center left repeat;
	width: 220px;
	padding: 8px;
	float: right;
	overflow: hidden; }
	
#loginMod h3 {
	width: 200px;
	float: right;	 }
	
#loginMod form label {
	display: none; }
	
#loginMod form p {
	height: 1%; /*For IE6 */
	width: 200px;
	margin: 4px 0 0 0;
	overflow: hidden;
	float: right; }
	
#loginMod form input.text {
	font-family: Arial, Helvetica, sans-serif;
	width: 198px;
	padding: 2px 0;
	border: 1px solid #ddd; }
	
#loginMod form input.submitButton {
	font-family: Arial, Helvetica, sans-serif;
   	font-weight:bold;
   	color:#FFF;
	background: #00739a;
	padding: 2px 6px;
   	border: 1px solid #56a8bc;
   	float: right; }
   	
#loginMod form input.submitButton:hover {
    background: #56a8bc; }
    
#loginMod form #loginLinks {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: .625em;
	color: #ccc;
	float: left; }
    
#loginMod form #loginLinks a {
	text-decoration: none;
	color: #999; }

#loginMod form #loginLinks a:hover {
	text-decoration: underline;
	color: #666; }


/* --------------- feature module --------------- */

#featureMod {
	width: 870px;
	height: 350px;
	background: #fff url(../_images/ground_shadow.gif) bottom repeat-x; }

#featureMod #featureImage {
	width: 390px;
	height: 330px;
	float: left; }
	
#featureMod #featureCopy {
	width: 480px;
	height: 330px;
	background: #00739a url(../_images/ground_featureMod.gif) top right repeat;
	float: left; }
	
#featureMod #featureCopy h2 {
	margin: 50px 30px 30px 30px; }
	
#featureMod #featureCopy p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.875em; /* 14px */
	line-height: 1.5em; /* 20px */
	color: #fff;
	margin: 30px; }


/* --------------- support mods --------------- */

#supportMods {
	height: 1%; /* For IE6 */
	background: transparent url(../_images/ground_supportMods.gif) top center repeat-y;
	overflow: hidden; }

#supportMods .supportEntry {
	width: 266px;
	margin: 0 0 0 10px; 
	float: left; }
	
#supportMods .notLast {
	margin: 0 14px 0 10px; }
	
#supportMods .supportEntry h3 {
	margin: 0 0 22px 0; }
	
#supportMods .supportEntry p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.687em; /* 11px */
	line-height: 1.4em;
	color: #8a8c8e;
	margin: 11px 0; }
	
#supportMods .supportEntry ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.687em; /* 11px */
	line-height: 1.4em;
	color: #8a8c8e; }
	
#supportMods .supportEntry li {
	background: transparent url(../_images/icon_bulletArrow.gif) 0 5px no-repeat;
	padding: 0 0 0 8px;
	margin: 11px 0; }
	
#supportMods .supportEntry form p {
	height: 1%; /* For IE6 */
	overflow: hidden; }
	
#supportMods .supportEntry form label {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #8a8c8e;
	display: block;
	float: left; }
	
#supportMods .supportEntry form input.text {
	font-family: Arial, Helvetica, sans-serif;
	width: 190px;
	padding: 2px 0;
	border: 1px solid #ddd;
	float: right; }
	
#supportMods .supportEntry form .textArea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 190px;
	height: 120px;
	padding: 2px 0;
	border: 1px solid #ddd;
	float: right; }
	
#supportMods .supportEntry form input.submitButton {
	font-family: Arial, Helvetica, sans-serif;
   	font-weight:bold;
   	color:#FFF;
	background: #00739a;
	padding: 3px 10px;
   	border: 1px solid #56a8bc;
   	float: right; }
   	
#supportMods .supportEntry form input.submitButton:hover {
    background: #56a8bc; }
    
#supportMods .supportEntry form label.error {
	font-weight: normal;
	text-indent: 4px;
	width: 190px;
	color: #fff;
	background: #ea730f;
	float: right; }

#supportMods .supportEntry p.formSuccess {
	font-weight: bold;
	color: #00739a; }

	
/* --------------- footer --------------- */

#footer {
	height: 1%; /* For IE6 */
	width: 870px;
	border-top: 1px solid #ddd;
	margin: 10px 0 0 0;
	overflow: hidden; }
	
#footer img {
	margin: 20px 20px 20px 6px;
	float: left; }
	
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.625em; /* 10px */
	color: #999;
	margin: 50px 6px;
	float: right; }

/* --------------- misc --------------- */

.hidden { 
	display: none; }

.floatLeft  {
	float: left; }

.floatRight {
	float: right; }

.clear { 
	clear: both; }

input.blur {
  color: #999; }