/* CSS Document */



#wrapper{
	width:778px;
	height:100%;
	background-image:url(../images/header-dropshadow.gif);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
}
select {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

#header_area{
	overflow:auto;
}


#header{
	width:760px;
	height:122px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
}

#header-left {
	float:left;
	width:454px;
	height:122px;
}

#header-right {
	float:right;
	padding-top:30px;
	width:306px;
	height:92px;
	text-align:left;
}
/**************************************************************/
/*   Tag Override                                             */
/**************************************************************/
body {
	margin-top:0px;
	margin-bottom:0px;
	height:100%;
	background-color:#E5E5E5;
	background-image:url(../images/background-tall.gif);
	background-repeat:repeat-x;
}
.h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:bold;
	color:#004731;
	padding-bottom:0px;
}
.h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	color:#004731;
	padding-bottom:0px;
}
strong {
	color: #004731;
}
em {
	color: #990000;
}
/**************************************************************/
/*   Search elements                                          */
/**************************************************************/
.search {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#C9DA2B;
}
 
form {
  padding:0px;
  margin:0px;
  display:inline;
}
textarea {
font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}
input {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}
input.txt {
	height:16px;
	width:144px;
	color:#000000;
	background-color:#FFFFFF;
	border: 1px solid #003525;
	margin-left:9px;
	padding:1px;
	padding-top:1px;
	padding-bottom:1px;
	padding-left:3px;
}

#search-holder{
	height:27px;
	width:306px;
}

#submit-holder{
	float:right;
	width:49px;
	height:27px
	padding-top:2px;
}

#textarea-holder{
	float:left;
	width:252px;
	height:22px;
}

#advanced-holder{
	text-align:right;
	padding-right:15px;
	padding-top:1px;
}

#advanced-holder a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#C9DA2B
}

/**************************************************************/
/*   Top navigation                                           */
/**************************************************************/
#navigation{
	width:760px;
	height:30px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/main-nav-green-band.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFFFFF;
}
#navigation ul{
	margin: 0;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #004731;
	height:29px;
	font-weight: bold;
}
#navigation ul li{
	display: inline;
}
#navigation ul li a{
	float: left;
	color: #004731;
	padding-top:5px;
	padding-left:8px;
	padding-right:8px;
	text-decoration: none;
	background: url(../images/main-nav-divline.gif) top right no-repeat;
	padding-bottom: 5px;
}
#navigation ul li a:hover{
	color: #004731;
	border-bottom: 4px solid #004731;
	padding-bottom: 5px;
}
#navigation li a:active {
	color: #004731;
	border-bottom: 4px solid #004731;
	padding-bottom: 5px;
}
#navigation li a#current {
	color: #004731;
	border-bottom: 4px solid #004731;
	padding-bottom: 5px;
}
/**************************************************************/
/*   Page content layout                                      */
/**************************************************************/
#content {
	width:778px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/main-dropshadow.gif);
	overflow:auto;
	background-repeat: repeat-y;
	overflow:hidden;
}

#content_left{
	padding-top:20px;
	padding-left:50px;
	float:left;
	width:500px;
	height:100%;
	padding-bottom: 10px;
}
.tbl-list {
	padding: 10px;
	border: 1px dotted #999999;
	margin-bottom: 10px;
}

	
#content_right{
	margin-top:16px;
	padding-right:10px;
	padding-left:14px;
	text-align:left;
	float:right;
	width:194px;
	height:auto;
	margin-bottom:20px;
}
	
#flash-holder{
	width:510px;
	height:95px;
}	


/**************************************************************/
/*   Side navigation                                          */
/**************************************************************/
#sidemenu {
	margin-top:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width: 195px;
}	
#sidemenu ul {
  	list-style:none;
	margin:0px;
	padding:0px;	
}
#sidemenu li a {
	height: 20px;
	voice-family: "\"}\"";
	voice-family: inherit;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top:5px;
	padding-left:20px;
}	
#sidemenu li a:link, #sidemenu li a:visited {
	color: #004731;
	display: block;
	background: url(../images/sidemenu-backdrops.gif);
}
#sidemenu li a:hover {
	color: #004731;
	background: url(../images/sidemenu-backdrops.gif) -237px 0;
}
#sidemenu li a:active {
	color: #004731;
	background: url(../images/sidemenu-backdrops.gif) -237px 0;
}
#sidemenu li a#current {
	color: #004731;
	background: url(../images/sidemenu-backdrops.gif) -237px 0;
}
/**************************************************************/
/*   Text styles                                              */
/**************************************************************/


.maintext {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#000000;
	line-height:18px;
}

.maintext a {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:underline;
	font-size:12px;
	color:#004731;
	line-height: 18px;
}
.maintext ul {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}
.maintext ul li {
	margin:0px;
	padding:0px;
}
.lightgreen {
	color: #C9DA2B;
	font-weight: bold;
}
.address {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#000000;
	line-height:16px;
}

.address a {
	text-decoration:underline;
	color:#004731;
}

.address a:hover {
	text-decoration:none;
	color:#004731;
}

.copyright {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#004731;
	text-align: center;
}
.copyright a {
color:#004731;
text-decoration:underline;
}
.copyright a:hover {
color:#004731;
text-decoration:none;
}

/**************************************************************/
/*   Footer area                                              */
/**************************************************************/
#bottom-page{
	margin-left:auto;
	margin-right:auto;
	height:23px;
	width:778px;
	background-image:url(../images/page-base.gif);
}

#footer{
	margin-top:10px;
	height:20px;
	width:100^%;
	text-align: center;
	margin-bottom: 10px;
}	

#bottom-links {
	margin-left:0px;
	margin-right:0px;
	height:20px;
	margin-bottom: 10px;
	width: 554px;
}

#bottom-links ul{
	margin: 0;
	padding:0;
	margin-bottom: 1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #004731;
}

#bottom-links ul li{
	display: inline;
}

#bottom-links ul li a{
	color: #004731;
	padding-top:5px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	text-decoration: none;
	background: url(../images/bottom-links-divline.gif) top right no-repeat;
	float: left;
}
#bottom-links ul li a:hover{
text-decoration: underline;
}
.maintext a:hover {

	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	font-size:12px;
	color:#004731;
}

#advanced-holder a {

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:underline;
	color:#C9DA2B
}
#advanced-holder a:hover {

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#C9DA2B
}
#results-list ul{
	margin: 0;
	width:100%;
	float: left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color: #004731;
	list-style-type: none;
}
#results-list ul li{
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#results-list ul li a{
	text-decoration:underline;
	color:#004731;
}
#results-list ul li a:hover {
	text-decoration: none;
}
.green-text {
	color: #004731;
}



.dotLine {
	height: 1px;
	overflow: hidden;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	clear: both;
}

.solidLine {
	border-bottom: 1px solid #C9DA2B;
	height: 1px;
	overflow: hidden;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	clear: both;
}

/**************************************************************/
/* SEARCH RESULTS                                             */
/**************************************************************/

.searchLeft {float: left;}
.searchRight {float:left; width: 310px; padding-left:10px; padding-right:10px;}

.searchImg {
	padding-bottom: 10px;
	width:160px;
	height:120px;
	margin-right:10px;
}
.searchText {
	display:inline;
}
.inlineImg {
	padding-bottom: 10px;
	margin-right:10px;
}
.inlineProductImg {
	padding-bottom: 10px;
	margin-right:20px;
}
.productListBox {
	clear: both;
		overflow: hidden;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #EBEBEB;
	padding: 10px;
	border: 1px solid #CCCCCC;
	text-align:left;
}
.hilite-red {
	color:#FF0000;
}
