/* Font for logo is : Eurostile */ 

/* Elements */

body {
	margin: 20px 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #191919;
}

h1 {
}

h2, h3, h4, h5, h6 {
	color: #0b3d2d;
}

p, ol, ul {
	text-align: justify;
}

strong {
	font-weight: bold;
	color: #808080;
}

a {
	color: #87A019;
}

a:hover {
	text-decoration: none;
	color: #2582A4;
}

.box {
	margin-bottom: 0;
	padding-bottom: 0;
	background: url(images/img07.gif) repeat-x left bottom;
}

.bottom {
	display: block;
	margin-bottom: 0;
	padding-bottom: 10px;
	background: url(images/img08.gif) no-repeat left bottom;
}

.image {
	float: left;
	margin: 3px 0 0 0;
	padding: 0;
}

.indent {
	margin-left: 125px;
}

/* Header */

#header {
	width: 928px;
	height: 37px;
	margin: 0 auto;
	background: #BECF74 url(images/img01.gif) repeat-x;
	border-bottom: 3px solid #FFFFFF;
}

/* Menu */

#menu {
	float: left;
	width: 600px;
	height: 37px;
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
/*  background: url(images/img02.gif) no-repeat;*/
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 27px;
	padding: 10px 15px 0px 15px;
/*	text-transform: lowercase;*/
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-shadow: #000 1px 1px 0;
}

#menu a:hover {
	background: #A4B74C url(images/img04.gif) repeat-x;
}

/* Search */

#search {
	float: right;
	height: 28px;
	margin: 0;
	padding: 9px 25px 0 0;
	background: url(images/img03.gif) no-repeat right top;
}

#search fieldset {
	display: inline;
	margin: 0;
	padding: 0;
	border: none;
}

#input1 {
	width: 164px;
	padding: 2px 5px;
	background: #FFFFFF;
	border: none;
}

#input2 {
	height: 20px;
	background: #87C4DB;
	border: none;
	text-transform: lowercase;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

/* Content */

#content {
	width: 928px;
	margin: 0 auto;
}

#colOne {
	float: left;
	width: 238px;
	background: url(images/img05-black.gif) repeat-x;
}

#colOne h3 {
	padding: 0 20px;
}

#colOne ul {
	margin-left: 0;
	padding-left: 20px;
	padding-right: 20px;
	list-style: none;
}

#colOne li {
	padding: 5px 0;
	border-top: 1px solid #EFEFEF;
}

#colOne li.first {
	border: none;
}

#colTwo {
	float: right;
	width: 617px;
	padding: 30px 40px 0 30px;
	background: url(images/img09.gif) repeat-x;
}

#colTwo h2 {
	margin-top: 0;
	font-size: 26px;
}

#colTwo h3 {
	margin-bottom: 10px;
	font-size: 18px;
}

#colTwo h4 {
	margin-top: 0;
	font-size: 18px;
	color: #0b3d2d;
	border-bottom:1px solid #ccc;
	font-weight: normal;
}

#colTwo h5 {
	font: 14px "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	margin-bottom:2px;
	color: #7e9036;
}

#colTwo .description{
	font-style: italic;
}

#colTwo .box {
	margin: 0 -30px 30px -20px;
	padding: 0 30px 0 20px;
}

#colTwo .bottom {
	margin: 0 0 20px -20px;
	padding: 0 0 20px 20px;
}

/* Logo */

#logo {
/* enable this if you want the gradient black bg */
/*  height: 150px;*/
/*  background: url(images/img06-black.gif) no-repeat;*/
}

#logo a img{
/* enable this if you want the gradient black bg */
/*  padding:40px 0 0 35px;*/
	background: none;
	border: 0;
}

#logo h1, #logo h2, #logo a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-transform: lowercase;
	text-align: center;
	color: #FFFFFF;
}

#logo h1 {
	padding-top: 25px;
	font-size: 34px;
}

#logo h2 {
	margin-top: -5px;
	font-size: 12px;
}

/* Footer */

#footer {
	clear: both;
	width: 928px;
	margin: 0 auto;
	padding-top: 40px;
	background: url(images/img11.gif) repeat-x;
}

#footer p {
	margin: 0;
}

#footer #logos{
  margin-top:10px;
}

#footer #logos a{
  margin-right:3px;
}

/* colors that you can use for tables and such */ 
.orange { background-color:#ff6000;color:#fff;}
.red { background-color:#e22042;color:#fff;}
.blue { background-color:#000066;color:#fff;}
.med-blue { background-color:#1d458b;color:#fff;}
.green { background-color:#007a08;color:#fff;}

.center {text-align: center;}
.border { 
	padding: 5px;
	background-color: #fff;
	border: 1px solid #ccc;
	margin: 10px;
}

.no-border{
	padding: 5px;
	background-color: #fff;
	margin: 10px;
}

/* data output table */ 
.data-output{
	border-top: 2px solid #ccc;
	border-bottom:2px solid #ccc;
	border-collapse: collapse;
	margin: 10px;
	width: 95%;
	vertical-align: top;
}

.data-output td.label-col{
	color: #ff6000;
	font: 14px "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-weight: medium;
}

.data-output th{
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	padding: 8px;
	border-top: 2px solid #ccc;
	border-bottom:1px dotted #ccc;
	color: #444454;
}

.data-output td{
	padding: 8px;
	border-bottom: 1px dotted #dcdcdc;
}

.data-output td.options{
	font: 75% "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	text-align: center;
}

form{
  border: 1px solid #ccc;
  background:#eee;
  padding:20px;
  width:90%;
}

input, textarea{
  padding: 3px;
}

label{
  display: block;
  font-size:13px;
  font-weight: medium;
  margin-bottom:5px;
}

/* add the notice class */
.notice{
  padding:10px;
  border:1px solid #ccc;
  background:#fdff8c;
  font: 16px "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
  color:#000;
}

#testimonials{
  
}

#content #colOne #testimonials blockquote{
  text-align: left;
  padding:2px 10px;
  margin:10px;
  font-weight: medium;
  font-size:13px;
/*  border:1px solid #eee;*/
  background: #fff url(images/testimonials-bg.png) repeat-x scroll top;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

#content #colOne #testimonials blockquote p{
  color:#000;
  text-align: left;
}

#content #colOne #testimonials blockquote p em{
  color:#444;
}

#banner{
  position:absolute;
  float: right;
  margin-top:-5px;
  margin-left:800px;
}

.gecko #banner, .ie #banner{
  margin-left:190px;
}

table.prices{
  border:1px solid #ccc;
  border-collapse:collapse;
  margin:15px 0;
}

table.prices th{
  font: 16px "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
  padding:8px;
  background:#002d1d;
  color:#fff;
}

table.prices td{
  padding:5px;
  text-align: center;
  border-bottom:1px solid #ccc;
  border-top:1px solid #ccc;
}