/* CSS Document */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	font: small Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
}

div#container {
	margin:0 auto; /* center, not in IE5 */
	width:927px;
	padding:0 18px;
	background-color:#CCCCCC;
	text-align:left;
}

/************************************** Header **********************************************/
div#header {
	margin:0 0 14px 0;
	padding:0;
	background: url(images/bg_header.png) top left no-repeat;
	height:164px;
}
#headerContent {
	padding:0; 
	margin:0;
	height: 114px;
}
#headerContent h1 {
	padding:0;
	margin:0;
}
.headerContent {
}


#basket {
	float: right;
	margin:105px 0 0 0;
	width:200px;
	color:#FFFFFF;
}
#basket a {
	display:block;
	padding-top:28px;
	padding-left:70px;
	height:30px;
	color:#FFFFFF;
	text-decoration:none;
}

#search {
	float:left;
	margin:105px 0 0 0;
	padding:28px 0 0 15px;
	width:190px;
	color:#FFFFFF;
}
#search input { width:140px; height:14px; padding:2px; border:1px solid #333 }
#search input.searchgo { width:auto; height:auto; border:0; margin-left:0; padding:0; }

#navigation {
	text-align:left; 
	margin:130px 0 0 0px;
	padding:0 0 0 0;
	font-size: 15px;
	float:left;
	font-weight:normal;
}
#navigation ul{
	margin:0;
	padding:0;
	list-style:none;
}
#navigation li {
	margin:0 0 0 1px;
	padding:0;
	float:left;
	height:34px;
}
* html #navigation li {
	width:10px; /* fix for IE width bug */
	overflow:inherit;
}
#navigation li a {
	margin:0;
	padding:0;
	height:34px;
	background:transparent url(images/header-navtab.gif) top left no-repeat;
	text-decoration:none;
	border:0;
	display:block;
	color:#FFFFFF;
	cursor:pointer;
}
#navigation li a:hover, 
#home #navigation li.nav1 a,
#about #navigation li.nav2 a,
#contact #navigation li.nav3 a,
#ordering #navigation li.nav4 a,
#top10 #navigation li.nav5 a {
	background:transparent url(images/tab-red2.gif) top left no-repeat;
	text-decoration:none;
	border:0;
	color:#FFFFFF;
}
#navigation li a:hover {
	background:transparent url(images/tab-darkred2.gif) top left no-repeat;
}
#navigation li a span {
	padding:7px 22px 0 22px;
	height:34px;
	display:block;
	background:transparent url(images/header-navtabr.gif) top right no-repeat;
}
#navigation li a:hover span, 
#home #navigation li.nav1 a span,
#about #navigation li.nav2 a span,
#contact #navigation li.nav3 a span,
#ordering #navigation li.nav4 a span,
#top10 #navigation li.nav5 a span {
	background:transparent url(images/tab-red2r.gif) top right no-repeat;
}
#navigation li a:hover span {
	background:transparent url(images/tab-darkred2r.gif) top right no-repeat;
}



/***************************************** Side Column *****************************************/
#sideNav {
	padding:0px;
	margin: 0 14px 14px 0;
	float:left; 
	width: 188px; 
	color:#FFFFFF;
	clear:both;
	font-size:90%;
}
#sideNav h3 {
	margin:0;
	padding:0;
	height:38px;
	background:top left no-repeat;
}
#sideNav h3.pestBrowse {
	background-image:url(images/browsepest.gif);
}
#sideNav h3.productBrowse {
	background-image:url(images/browseproduct.gif);
	margin-top:12px;
}
#sideNav h3.productSearch {
	background-image:url(images/browsesearch.gif);
		margin-top:12px;
}
#sideNav ul {
	margin:0;
	padding:0 0 15px 0;
	background:#660000 url(images/browse-bottom.gif) bottom left no-repeat;
	list-style:none;
	font-weight:normal;
}
#sideNav ul ul {
	margin:0;
	padding:0;
	background:none;
	list-style:none;
	font-weight:normal;
}
#sideNav li  {
	margin:0;
	padding:0;
}
#sideNav form {
	margin:0; padding:0;
}
#sideNav form li {
	border-bottom:1px solid #f4f3f3;
}
#sideNav form li select {
	margin:8px 5px;
	width:160px;
}
#sideNav li a {
	padding: 3px 3px 6px 8px;
	margin:0;
	display:block;
	text-decoration:none;
	border:0;
	color:#FFFFFF;
	background-color:#660000;
	border-bottom:1px solid #f4f3f3;
}
#sideNav li a:hover {
	color:#222222;
/**	background-color:#184504; **/
	background-color:#ffcc00
}


/************************************** Content **********************************************/
#content {
	background:#FFFFFF url(images/content-bgbottom.gif) bottom left no-repeat; 
	padding:0 0 15px 0;
	margin:0 0 0 202px;
	color:#333333;
}
#contentInfo {
	padding:0 15px;
}
#content p.breadcrumb {
	background: url(images/content-bghead.gif) top left no-repeat;
	margin:0;
	padding:8px 15px 6px 15px;
	font-size:90%;
	color:#999999;
}
#content p {
	margin: 0px 0px 10px 0px;
}
#content h1 {
	font-size: large;
	font-weight: bold;
	color: #660000;
	margin:0px 0px 10px 0px;
}
#content h2 {
	font-size: medium;
	font-weight: bold;
	margin:0px 0px 5px 0px;
}
#content h3 {
	font-size: 14px;
	font-weight: bold;
	color: #184504;
	margin:20px 0px 9px 0px;
}
#content a {
	color:#660000;
	text-decoration:underline;
}

.listhead {
	margin-bottom:5px;
}
#content ul {
	margin-top: 0px;
}
#content li {
	margin-bottom:5px;
}


/************************************** Home Page formatting **********************************************/
#pestBox {
	text-align:left; 
	margin:25px 0 0 0;
	padding:0;
	font-size: 100%;
	font-weight:normal;
}
#pestBox ul{
	margin:0;
	padding:0;
	list-style:none;
}
#pestBox li {
	margin:0 1px 0 0;
	padding:0;
	float:left;
	height:27px;
}
* html #pestBox li {
	width:10px; /* fix for IE width bug */
	overflow:inherit;
}
#pestBox li a {
	margin:0;
	padding:0;
	height:27px;
	background:transparent url(images/tab-lgrey2.gif) top left no-repeat;
	text-decoration:none;
	border:0;
	display:block;
	color:#333333;
	cursor:pointer;
}
#pestBox ul.insects li.tab1 a,
#pestBox ul.mammals li.tab2 a,
#pestBox ul.garden li.tab3 a,
#pestBox ul.birds li.tab4 a {
	background:transparent url(images/tab-green2.gif) top left no-repeat;
	text-decoration:none;
	border:0;
	color:#FFFFFF;
}
#pestBox li a:hover {
	background:transparent url(images/tab-red2.gif) top left no-repeat;
	color:#FFFFFF;
}
#pestBox li a span {
	padding:6px 22px 0 22px;
	height:27px;
	width:60px;
	text-align:center;
	display:block;
	background:transparent url(images/tab-lgreyr.gif) top right no-repeat;
}
#pestBox ul.insects li.tab1 a span,
#pestBox ul.mammals li.tab2 a span,
#pestBox ul.garden li.tab3 a span,
#pestBox ul.birds li.tab4 a span {
	background:transparent url(images/tab-greenr.gif) top right no-repeat;
}
#pestBox li a:hover span {
	background:transparent url(images/tab-redr.gif) top right no-repeat;
}
#pestBoxContent {	
	width:450px;
	border:2px solid #122d06;
	padding:2px 0 2px 2px;
	margin-top:52px;
}
#pestBoxContent .subheading {
	margin:-2px 0 10px -2px;
	padding:5px 12px 7px 12px;
	border-bottom:2px solid #122d06;
	background:#184504;
	color:#FFFFFF;
}
#pestBoxContent img {	
	margin-bottom:1px;
	border:0;
	width:100px;
	height:100px;
}
#pestBoxContent .imageCircle {
	margin:5px 3px 7px 3px;	
	width:100px;
	display:inline-block;
	text-align:center;
	display:block;
	float:left;
}
#pestBoxContent .imageCircle a {
	text-decoration:none;
	font-size:80%;
	font-weight:bold;
}
#pestBoxContent .imageCircle a:hover {
	color:#122d06;
}

#topprod {
	width:223px; margin-top:15px; margin-bottom:15px;
}
#topprod h3 { background:#450404 url(images/topprod-bg.gif) top right no-repeat;
	margin:0;
	padding:0;
	height:38px;
 }
#topprod ul {
	background:#450404 url(images/topprod-bg2.gif) bottom right no-repeat;
	padding:0 0 18px 0;
	margin:0; 
	list-style:none;
}
#topprod li  {
	margin:0;
	padding:0;
	display:inline;
}
#topprod li a {
	width: 223px; 
	display:block;
	background: transparent;
	color:#FFFFFF;
	font-size:13px;
	text-decoration:none;
	text-align:left;
	line-height:1.1; 
}
#topprod li a:hover { background-color:#ffcc00; color:#222222 }
#topprod li a span {
	display:block;
	padding:8px 12px 5px 12px;
	border-bottom:1px dashed #b8b5b5;
}
#topprod li a em { color:#999999 !important }
#topprod li a:hover em { color:#454545 !important }


#topProds, #topProds .gallerylayer,
#newProds, #newProds .gallerylayer  {
	background-color: transparent !important;
}

/************************************** Pest Page formatting **********************************************/

table.identifyPests {
	border:0;
	padding:0;
	margin:0 0 15px 0;
	border-top:1px dotted #cccccc;
	width:690px;
}
table.identifyPests td {
	border-bottom:1px dotted #cccccc;
	padding:2px 4px 8px 0;
	width:265px;
}
table.identifyPests td.identifier, table.thisPest td.identifier {
	font-weight:bold;
	color:#660000;
	width:140px;
	vertical-align: top;
}
table.thisPest, table.thisPest td {
	border:0;
	width:690px;
	font-weight:bold;
	vertical-align: top;
}
table.thisPest img {
	border:0;
	margin-top:10px;
}

#tabbedBox {
	text-align:center; 
	margin:0;
	padding:15px 0 0 0;
	font-size: 12px;
	font-weight:normal;
	clear:right;
}
#tabbedBox ul{
	margin:0;
	padding:0;
	list-style:none;
}
#tabbedBox li {
	margin:0 1px 0 0;
	padding:0;
	float:left;
	height:34px;
}
* html #tabbedBox li {
	width:10px; /* fix for IE width bug */
	overflow:inherit;
}
#tabbedBox li a {
	margin:0;
	padding:0;
	height:34px;
	background:transparent url(images/tab-lgrey2.gif) top left no-repeat;
	text-decoration:none;
	border:0;
	display:block;
	color:#333333;
	cursor:pointer;
}
#tabbedBox li a:hover, 
#tabbedBox ul.found li.tab1 a,
#tabbedBox ul.lifecycle li.tab2 a,
#tabbedBox ul.control li.tab3 a,
#tabbedBox ul.proof li.tab4 a,
#tabbedBox ul.qa li.tab5 a,
#tabbedBox ul.pestproduct li.tab6 a {
	background:transparent url(images/tab-green2.gif) top left no-repeat;
	text-decoration:none;
	border:0;
	color:#FFFFFF;
}
#tabbedBox li a:hover {
	background:transparent url(images/tab-red2.gif) top left no-repeat;
}
#tabbedBox li a span {
	padding:3px 18px 0 18px;
	height:34px;
	display:block;
	background:transparent url(images/tab-lgrey2r.gif) top right no-repeat;
}
#tabbedBox li a:hover span, 
#tabbedBox ul.found li.tab1 a span,
#tabbedBox ul.lifecycle li.tab2 a span,
#tabbedBox ul.control li.tab3 a span,
#tabbedBox ul.proof li.tab4 a span,
#tabbedBox ul.qa li.tab5 a span,
#tabbedBox ul.pestproduct li.tab6 a span {
	background:transparent url(images/tab-green2r.gif) top right no-repeat;
}
#tabbedBox li a:hover span {
	background:transparent url(images/tab-red2r.gif) top right no-repeat;
}
#tabbedBoxContent {	
	border:2px solid #184504;
	padding:10px;
	width:660px;
}
html>body #tabbedBoxContent {
	margin-top:34px;
}
#tabbedBoxContent h3 {	
	font-size:small;
	color:#660000;
	font-weight:bold;
	margin:12px 0px 5px 0px;
	padding:0;
}
#tabbedBoxContent ul {
	margin-top:8px;
}
#tabbedBoxContent .subheading {
	margin:-10px -10px 10px -10px;
	padding:5px 12px 7px 12px;
	background:#184504;
	color:#FFFFFF;
	line-height:1.7;
}
#tabbedBoxContent .subheading a {
	color:#FFFFFF;
	text-decoration:none;
}
#tabbedBoxContent .subheading a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
#tabbedBoxContent .subheading a.showthis {
	font-weight:bold;
	background-color:#FFFF00;
	color:#184504;
}


/************************************** Footer **********************************************/
div#footer {
	clear:both;
	margin:18px 0 0 0;
	padding:0;
	background: url(images/footer-bg.gif) top left no-repeat;
	height:140px;
	color:#FFFFFF;
	font-size:85%;
}
#footerInfo {
	padding:25px;
}
div#footer p {
	padding:5px;
	margin:0;
}
div#footer a {
	color:#FFFFFF;
}
#copyright {
	background-color:#660000;
	margin:0 -18px;
	padding:8px 18px 15px 18px;
	color:#FFFFFF;
	font-size:85%;
}
#copyright a {
	color:#FFFFFF;
	text-decoration:none;
}
