/* Body, Text and Links -------------------- */

body {
	margin: 0px;
	padding: 0px;
	background-color: #222;
	font-family: arial, verdana, helvetica;
	font-size: 11px;
	color: #FFF;
}

p, td, li {
	font-family: arial, verdana, helvetica;
	font-size: 11px;
	color: #FFF;

}

a {
	font-family: arial, verdana, helvetica;
	font-weight: normald;
	color: #007B09;
	text-decoration: none;
}

a:hover {
	color: #FFF;
	text-decoration: underline;
}


h1 {
	font-family: arial, verdana, helvetica;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0px;
	padding: 4px 0p 5px 10px;
	background-image: url('../templateimages/head.jpg');
	background-repeat: no-repeat;
}

h2 {
	font-family: arial, verdana, helvetica;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0px;
	padding: 4px 0p 5px 10px;
	background-image: url('../templateimages/head2.jpg');
	background-repeat: no-repeat;
}

h3 {
	font-family: arial, verdana, times new roman, verdana, helvetica;
	font-size: 13px;
	color: #007B09;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url('../templateimages/heading.jpg');
	background-repeat: no-repeat;
	padding: 5px 0px 2px 25px;
	margin-top: 5px;
	margin-bottom: 10px;
}

h4 {
	font-family: arial, verdana, times new roman, verdana, helvetica;
	font-size: 13px;
	color: #007B09;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url('../templateimages/heading.jpg');
	background-repeat: no-repeat;
	background-position: 16% 0%;
	padding: 5px 0px 2px 5px;
	margin-top: 5px;
	margin-bottom: 10px;
}

h5 {
	font-family: arial, verdana, times new roman, verdana, helvetica;
	font-size: 13px;
	color: #007B09;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url('../templateimages/heading.jpg');
	background-repeat: no-repeat;
	background-position: 10% 0%;
	padding: 5px 0px 2px 5px;
	margin-top: 5px;
	margin-bottom: 10px;
}

/* Container ----------------------- */

.wrapper {
  width: 770px;
	height: 100%;
}

.firstlevel {
	height: 153px;
	background-image: url('../templateimages/topright.jpg');
	background-repeat: no-repeat;
	background-position: 100% 0%;
	background-color: #222;
	}  
/*
.secondlevel {
	width: 770px;
	height: 24px;
	text-align: left;
	background-image: url('../templateimages/secondleft.jpg');
	background-repeat: no-repeat;
	}

.secondlevelL {
	padding: 5px 5px 5px 25px;
  width: 340px;
	color: #000;
	}

.secondlevelL a {
  font-family: verdana, arial, helvetica;
	font-weight: normal;
	font-size: 10px;
	color: #FFF;
	text-decoration: underline;
}

.secondlevel a:hover {
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
}
*/
.body {
  width: 100%;
	height: 100%;
	}

.left {
	width: 167px;
	height: 100%;
	text-align: left;
	vertical-align: top;
	padding: 10px 5px 0px 25px;
	background-image: url('../templateimages/dotted.gif');
	background-repeat: repeat-y;
	background-position: 100% 0%;
	}

.middle {
	width: 100%;
	height: 100%;
	text-align: left;
	vertical-align: top;
  padding: 10px 15px 5px 15px;
	}

.middle2 {
	width: 100%;
	height: 100%;
	text-align: left;
	vertical-align: top;
  padding: 10px 15px 5px 15px;
	}

.right {
	width: 157px;
	height: 100%;
	text-align: center;
	vertical-align: top;
  padding: 10px 0px 5px 0px;
	}
	
.message {
	width: 157px;
	text-align: left;
	padding: 0px 8px 5px 8px;
	}

/* Footer --------------------------- */  

.footer {
	width: 770px;
	height: 24px;
	text-align: left;
	background-image: url('../templateimages/footerleft.jpg');
	background-repeat: no-repeat;
	}

.footerL {
	padding: 5px 5px 5px 25px;
  width: 340px;
	color: #000;
	}

.footerL a {
  font-family: verdana, arial, helvetica;
	font-weight: normal;
	font-size: 10px;
	color: #222;
	text-decoration: none;
}

.footerL a:hover {
	font-size: 10px;
	color: #222;
	text-decoration: underline;
}

/* Nav and Content ----------------- */

.menu {
  width: 120px;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 5px 0px 5px 5px;
}

.menu:hover {
  font-size: 11px;
	font-weight: normal;
	color: #CCC;
	text-decoration: none;
	display: block;
	padding: 5px 0px 5px 5px;
}

.input { 
    font-family: verdana, arial, sans serif; 
    font-size: 11px; 
    color: black; 
}

.button { 
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	color: #FFF;
	background-color: #007B09;
	border: 1px solid #000;
}

.checkout_button { 
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	color: #FFF;
	background-color: #007B09;
	border: 1px solid #000;
}

.cart_button{ 
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	color: #FFF;
	background-color: #007B09;
	border: 1px solid #000;
}

.results_table {
  background-color: #FFF;
}

.trdark {
  background-color: #333;
}

.trlight {
  background-color: #636562;
}

.cellshade {
	border:1px;
	border-style:solid;
	border-color:#FFFFFF;
}
.checkout_table_bgcol{
	border-bottom:#006633 1px solid;
}

.fullscale{
	background: #FFF;
}

.fullscale td {
	background: #222;
}
