html, body {
background-color : #ffffff;
font-family :  "Trebuchet MS", Trebuchet,  Arial, helvetica, Verdana, Georgia, Sans-serif;

margin-left : 0;
margin : 0;
padding : 0;
line-height : 200%;

}

a:link, a:visited, a:hover, a:active {
	text-decoration: underline;
	color: #416E80;
	background-color: transparent;
}

h1 {
  font-size: 1.2em;
   font-family: helvetica, arial, sans-serif;
  font-weight: normal;
  color: #416E80;
}

h2 {
  font-size: 1.4em;
  font-weight: normal;
  color: #4D636F;
  margin-bottom: 0px;
}

p, li {
  font-size: .8em;
}

.tiny {
  font-size: .8em;
}


h1, h2, p {
  margin: 1em 0;
}

#wrapper {
  width: 850px;
   background-color: #fff;
 float: center;
  min-height:600px;
height:auto !important;
  margin: 0 auto; 
  padding:0em;
  border: 0px solid red;
  
}




#header {
	
width:850px;
background: #fff url(images/onevoiceheader.jpg);
	background-position:center;
	background-repeat: no-repeat;
	border-bottom: 0px solid #B8C2C8;
	height: 250px; 
	margin-top: 10px;
	 
	 border-left: 1px solid #EDEDDE;
	  border-top:20px solid #C1E1D2;
	   border-right: 1px solid #EDEDDE;
	
}


#content { 
  width: 850px; 
  min-height:400px;
  float: left;
  padding: 0px;
  margin-top: 0px; text-align: left;
  border-left: 1px solid #EDEDDE;

	   border-right: 1px solid #EDEDDE;
}


#mainContent { 
  width: 590px; 
  
  text-align: left; justify; text-justify: newspaper;
  float: right; 
  padding-left: 1px;
   padding-bottom: 10px;
  margin-right: 20px;
  border: 0px solid red;
}

#mainContent p{ 

  margin-right: 6px;
  margin-bottom: 1px;
}

#mainNav {
  list-style: none;
  background-color: transparent;
  width: 180px;
  padding-top: 0px;
 float: left;
  padding-left: 0px;

    margin-right: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	margin:20px 1px 0px 0px;
	border: 0px solid red;
}




#mainNav ul {
	list-style: none;
	width: 180px;

	margin: 0;
	padding: 0;
}
#mainNav li {

	margin-bottom: 8px;
}
#mainNav li a:link, #mainNav  li a:visited  {
	display: block;
	padding: 5px 5px 1px 0.5em;
 background-color: transparent;
	color: #333333;
	text-decoration: none;
	border-bottom: 1px solid #C1E1D2;
}
#mainNav li a:hover {
	background-color: #C1E1D2;
	color: #fff;
	
}

#mainNav li#current a {
	display: block;
	
background-color:#F8DC85; 
	color: #FF666B;
	text-decoration: none;
}


#footer {
  background-color:#C1E1D2;
  width: 850px;

  margin-top: 0px;
  height: 30px;
  font-size: .9em;
  color: #fff;
  padding-top: 1px;

   border-bottom: 1px solid white;
  clear: both;
 
} 


.sig {
padding-left: 10px;
padding-top: 1px;
 
  font-size: .9em;
  color: #416E80;

 
} 

.card {

 
font-size: .7em;
  line-height : 20px;
  color: #416E80;
  font-weight: bold;

 
}


#footer2 {
  background: #D4D4D4;
/*  padding: 1px 20px;*/

  padding-right: 0px;
  height: 20px;
  font-size: .7em;
  color: #ADADAD; 
  font-family:helvetica, arial, sans-serif; 
  text-align: right;
  border: 0px solid red;
  clear: both;
 
} 

hr 

{color: #fff; background-color: #fff; border: 1px dotted #313363; border-style: none none dotted; clear:both}





input.txt {
  color: #00008B;
  background-color: #cccccc;
  border: 1px solid #4D636F;
  width: 200px;
}

input.box {
  color: #cccccc;
  background-color: #cccccc;
  border: 1px solid #4D636F;
  width: 200px;
  height: 100px;
}

  .btn {
  color: #000000;
  background-color: #cccccc;
  border: 1px outset #00008B;
  /*margin-left:11em;*/
  
}
  form p {
  clear: left;
  margin: 0;
  padding: 0;
  padding-top: 5px;
}
 form p label {
  float: left;
  width: 50%;
  /*font: bold 0.7em Arial, Helvetica, sans-serif;*/
}







/***** Global Classes *****/
.clear { clear: both; }
.hide { display: none; }
.show { display: block; }
.float-left { float: left !important; }
.float-right { float: right !important; }
.image-left, .image-right { margin: 0 0 5px 0; } 
.image-left { float: left !important; margin-right: 15px; }
.image-right { float: right !important; margin-left: 8px; margin-bottom: 8px; }
.border { border: 1px solid #ADADAD; padding: 5px; margin: 2px; }
.align-left { text-align: left !important; }
.align-center { text-align: center !important; }
.align-right { text-align: right !important; }
.align-justify { text-align: justify !important; }
.align-middle { vertical-align: middle !important; }
.align-bottom { vertical-align: bottom !important; }
.hand { cursor: pointer; }
.auto-height { height: auto !important; }
.auto-width { width: auto !important; }

.price {
	clear:both;
	float:right;
	width:180px;
	display: block;
	margin-right:0;
}

* html .price {
height: 1%;
}

.price .pounds {
	float:left;
	font-size:12px;
	margin-top:11px;
	margin-right:5px;
}

* html .price .pounds {
height: 1%;
}

.cart {
	float:left;
}

* html .cart {
height: 1%;
}









