* {
    padding: 0;
    margin: 0;
} 

body {
background: #eee;
font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
font-size: 12px;
color: #333333;
line-height: 24px;
}

a {
text-decoration: none;
color: #EC8714;
}
a:hover {
text-decoration: underline;
color: #111;
}
h2 {
color: #89A537;
font-size: 20px;
font-weight: 100;
}

#wrap {
width: 800px;
margin: 40px auto;
}

#header {
height: 100px;
background: #eee url(images/header.gif) no-repeat;
}
#header h1 {
font-size: 34px;
font-weight: 100;
letter-spacing: -3px;
padding: 30px 0 0 30px;
color: #EC8714;
}
#header h1 a {
text-decoration: none;

}
#header h1 a:hover {
text-decoration: none;
color: #000;
}
#header h2 {
color: #89A537;
font-size: 20px;
font-weight: 100;
padding: 0 0 0 31px;
}
#header p {
color: #89A537;
font-size: 20px;
font-weight: 100;
padding: 10px 0 0 31px;
}
#header form {
color: #89A537;
font-size: 20px;
font-weight: 100;
padding: 0 auto;
}
#menu {
height: 180px;
background: #eee url(menu.gif) no-repeat;
}
#menu ul {
list-style-type: none;
padding: 20px 0 0 30px;
}

.searchbox {
  font-size        : 16px;
  font-weight      : bold;
  color            : #A5A5A5;
  background-color : #EEF0F1;
  padding          : 4px 6px 4px 2px;
  border           : 1px solid;
  border-color     : #EC8714;
  margin-top       :0px;
  margin-right     :3px;
  letter-spacing   : 0.1em;
  width            : 250px
}
.searchbox:hover {
  font-size        : 16px;
  font-weight      : bold;
  color            : #A5A5A5;
  background-color : #F9FAF7;
  padding          : 4px 6px 4px 2px;
  border           : 1px solid;
  border-color     : #AEE239;
  margin-top       :0px;
  margin-right     :3px;
  width            : 250px
}
.searchbox:focus {
  font-size        : 16px;
  font-weight      : bold;
  color            : #666666;
  background-color : #F9FAF7;
  padding          : 4px 6px 4px 2px;
  border           : 1px solid;
  border-color     : #4591AD;
  margin-top       :0px;
  margin-right     :3px;
  width            : 250px
}
.button {
  font-weight      : bold;
  font-size        : 18px;
  color            : #FFFFFF;
  border       : 1px solid #a0a0a0;
  background-color : #EC8714;
  padding          : 2px 4px 2px 7px;
  margin-top       : 0px;
  letter-spacing   : 0.1em;
  text-transform   : uppercase;
  cursor           : pointer;
}
.button:hover {
  font-weight      : bold;
  font-size        : 18px;
  color            : #FFFFFF;
  border       : 1px solid #EC8714;
  background-color : #89A537;
  padding          : 2px 4px 2px 7px;
  margin-top       : 0px;
  letter-spacing   : 0.1em;
  text-transform   : uppercase;
  cursor           : pointer;
}
#content {
background: #eee url(images/content.gif) repeat-y;
padding: 20px;
}

.main {
border-top: 1px solid #aaa;
background: #eee;
padding: 10px;
}
.main h2 {
font-size: 18px;
font-weight: 100;
padding: 5px 0 7px 0;
}
.main h2 a {
text-decoration: none;
}
.left h2 a:hover {
color: #111;
}

p.tags {
line-height: 2.5em;
margin: 0px 23px 0px 22px;
text-align: justify;
vertical-align: middle;
padding-bottom: 15px;
}

h2.leftcol {
float:left;
display:inline;
width:200px;
height:70px;
margin:10px 8px 0 5px;
padding-top:16px;
text-align:center;
color: #89A537;
font-size: 20px;
font-weight: 100;
}

#bottom {
background: #eee url(images/bottom.gif) no-repeat;
padding: 10px 0;
}

#footer {
font-size: 11px;
color: #999;
text-align: center;
}

ul {
padding-left:15px;
}

/* 
	Blue Dream
	Written by Teylor Feliz  http://www.admixweb.com
*/


table { background:#EFFCC4;
 border:1px solid gray;
 border-collapse:collapse;
 color:#fff;
 font:normal 12px "Trebuchet MS", Verdana, Arial, sans-serif
}
caption { border:1px solid #5C443A;
 color:#5C443A;
 font-weight:bold;
 letter-spacing:20px;
 padding:6px 4px 8px 0px;
 text-align:center;
 text-transform:uppercase;
}
td.nopad, th.nopad { color:#000000;
 padding:5px;
 border:1px dotted gray;
 background:#ffffff;
}

td, th { color:#363636;
 padding:.4em;
}
tr { border:1px dotted gray;
}
thead th, tfoot th { background:#EC8714;
 color:#FFFFFF;
 padding:3px 10px 3px 10px;
 text-align:left;
 text-transform:uppercase;
}
tbody td a { color:#363636;
 text-decoration:none;
}
tbody td a:visited { color:gray;
}
/* text-decoration:line-through; */

tbody td a:hover { text-decoration:underline;
}
tbody th a { color:#363636;
 font-weight:normal;
 text-decoration:none;
}
tbody th a:hover { color:#000000;
}
tbody td+td+td+td a { 
 color:#89A537;
 padding-left:15px;
}
tbody td+td+td+td a:visited { ;

}
tbody th, tbody td { text-align:left;
 vertical-align:top;
}
tfoot td { background:#5C443A;
 color:#FFFFFF;
 padding-top:3px;
}
.odd { background:#fff;
}
tbody tr:hover { background:#DFE98B;
 color:#FFFFFF;
}


.btn {
	float: left;
	clear: both;
	background: url(images/btn_left.png) no-repeat;
	padding: 0 0 0 10px;
	margin-left:100px; margin-right:10px;
}
.btn a{
	float: left;
	height: 40px;
	width: 500px;
	background: url(images/btn_stretch.png) repeat-x left top;
	line-height: 40px;
	padding: 0 10px;
	color: #fff;
	font-size: 1.3em;
	text-decoration: none;
	text-align:center;
	margin-left:auto; margin-right:0;
}
.btn a:hover{
	text-decoration: underline;
}
.btn span {
	background: url(images/btn_right.png) no-repeat;
	float: left;
	width: 10px;
	height: 40px;
}
.btn_addtocart { background-color: green; }
.btn_checkout { background-color: red; }
.btn_learnmore { background-color: orange; }
.btn_try { background-color: #002c85; }
.clear {
	clear: both;
}