/* WWW.AGRISENSE.CO.UK - CSS PEST CONTROL */

/* CSS by Octopus Creative Design Ltd 2007 - www.octopus-creative.co.uk */

/* GLOBAL POSITIONS */

* {
	margin: 0;
	padding: 0;
}

.map {
		font-size:10pt;
}

body {
	font-family: "Arial", Arial, Verdana, Sans-serif;
	font-style: normal; 
	font-size: medium;
	margin: 0;
	padding: 0;
	line-height: 1.4em;
	color: #666;
	background-color: #d7d3d0;
	background-image: url("../images_pest/bg_body.jpg");
	background-repeat: repeat-x;
	background-position: top left;
}

em {
	font-weight: 800;
}

#container {
	width: 780px;
	height: 800px;
	margin: 0 auto;
	padding: 0;
	background: url("../images_pest/bg_container.gif") no-repeat;
	background-position: bottom center; 
}

#head {
	background: #236e54 url("../images/bg_head.jpg") no-repeat right bottom;
	height: 94px;
	text-align: left;
	margin: 0;
	padding: 0 0 0 10px;
}
/*Spanish varient*/
#head_es {
	background: #236e54 url("../images/bg_head_es.jpg") no-repeat right bottom;
	height: 94px;
	text-align: left;
	margin: 0;
	padding: 0 0 0 10px;
}

#main {
	margin: 0;
	padding: 15px 0 15px 20px;
}

/*Style for news items with alternating colours*/
.news a:link {
	color: #666666;
}

.news #newsa {
	background:#a39c98;
}

.news #newsb {
	background:#cbc9c7;
}

#content {
	float: left;
	width: 520px;
	margin: 0;
	padding-left: 0;
	padding-right: 20px;
	background: url("../images_pest/bg_line_vert.gif") repeat-y right top;
}

#content_wide {
	padding-left: 0;
}

#content_specific {
	padding-left: 0;
}

#icons {
	float: right;
	width: 200px;
	margin: 0;
	padding: 0;
}

.clearer {
	display: block;
	margin: 0;
	padding: 0;
	clear: both;
	font-size: 1px;
}

#sub_content {
	clear: both;
	min-height: 40px;
	margin: 0;
	padding: 5px 10px 10px 20px;
	background: url("../images_pest/bg_line_horiz.gif") repeat-x left top;
}

#footer {
	clear: both;
	min-height: 40px;
	margin: 0;
	padding: 10px 10px 10px 20px;
	background: url("../images_pest/bg_line_horiz.gif") repeat-x left top;
}





/* GLOBAL LINKS */

a:link, a:visited {
	color: #a39c98;
 }
  
a:hover {
	color: #cbc9c7;
}





/* HEAD STYLES */

#head h1 {
	font-size: 140%;
	font-weight: bold;
	line-height: 1.1em;
	margin: 0;
	padding: 0;
	color: #fff;
}




/* TOP MENU STYLES & FUNTIONALITY */
#top_menu {
	width:756px; 
	height:30px; 
	font-size:medium; 
	position:relative; 
	z-index:1;
	border-right:0px solid #000;
	font-family:Arial, Helvetica, sans-serif;
	background: #236e54 url("../images/bg_nav_main.jpg") repeat-x left bottom;
	margin: 0;
	padding: 0;
	z-index:100;
}
/* hack to correct IE5.5 faulty box model */
* html #top_menu {width:757px; w\idth:756px;}
/* remove all the bullets, borders and padding from the default list styling */
#top_menu ul {padding:0;margin:0;list-style-type:none;z-index:100;}
#top_menu ul ul {width:149px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#top_menu li {
	float:left;
	width:108px;
	position:relative;
	text-align:left;
}
/* style the links for the top level */
#top_menu a, #top_menu a:visited {
	display:block;
	font-size:12px;
	text-align:center;
	text-decoration:none; 
	color:#79a69b;
	height:30px; 
	border:0px solid #000; 
	border-width:0px 0 0px 0px;
	background:url("/images/bg_nav_main_all_off2.jpg");
	padding-left:0px;
	padding-right:0px;
	line-height:30px;
}
#active a, #active a:visited {
	background:url("/images_pest/bg_nav_main_all_on2.jpg");
	color:#000;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html #top_menu a, * html #top_menu a:visited {
	width:97px;
	w\idth:86px;
}
/* style the second level background - with links - unselected */
#top_menu ul ul a.drop, #top_menu ul ul a.drop:visited {	
	background: #007942;
}
/* style the second level hover - withlinks - selected */
#top_menu ul ul a.drop:hover{	
	background: #074530;
}
#top_menu ul ul :hover > a.drop {
	background: #074530;
}
/* style the third level background */
#top_menu ul ul ul a, #top_menu ul ul ul a:visited {
	background:#336600;
}
/* style the third level hover */
#top_menu ul ul ul a:hover {
	background:#b2ab9b;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
#top_menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:30px;
	left:0px;
	width:auto;
	border-top:0px solid #000;
	text-align:left;
}
/* another hack for IE5.5 */
* html #top_menu ul ul {top:29px;t\op:30px;}
/* position the third level flyout menu */
#top_menu ul ul ul{
	left:200px;
	top:-1px;
	width:180px;
	text-align:left;
}
/* position the third level flyout menu for a left flyout */
#top_menu ul ul ul.left {left:-149px;}
/* style the table so that it takes no ppart in the layout - required for IE to work */
#top_menu table {position:absolute; top:0; left:0; border-collapse:collapse;}
/* style the second level links - without submenus - unselected */
#top_menu ul ul a, #top_menu ul ul a:visited {
	background:#007942;   /********************************* TOP LEVEL BUTTON DROP DOWN COLOUR */
	color:#000;
	height:auto;
	line-height:1em; 
	padding:5px 10px; 
	width:180px;
	border-width:0 0px 0px 0px;
	border-bottom: 1px solid #0b8950;
	text-align:left;
}

#top_menu ul ul.active a, #top_menu ul ul.active a:visited {
	background:#ededeb;   /********************************* TOP LEVEL 'ACTIVE' BUTTON DROP DOWN COLOUR */
	color:#000;
	height:auto;
	line-height:1em; 
	padding:5px 10px; 
	width:180px;
	border-width:0 0px 0px 0px;
	border-bottom: 1px solid #e5e5e3;
	text-align:left;
}

#top_menu ul ul.active a:hover {
	background: #d9d6d3;   /********************************* TOP LEVEL 'ACTIVE' BUTTON DROP DOWN COLOUR */
}

/* yet another hack for IE5.5 */
* html #top_menu ul ul a, * html #top_menu ul ul a:visited {
	width:202px;
	w\idth:180px;
	text-align:left;
}
/* style the top level hover */
#top_menu a:hover, #top_menu ul ul a:hover{
	color:#FFF; 	
	background-color:#06653a;   /********************************* TOP LEVEL BUTTON DROP DOWN COLOUR */
}
#top_menu :hover > a, #top_menu ul ul :hover > a {
	color:#FFF;
	background-color:#074530;
}
/* make the second level visible when hover on first level list OR link */
#top_menu ul li:hover ul,
#top_menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
#top_menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
#top_menu ul :hover ul :hover ul{ visibility:visible;}





/*SUB MENU STYLES & FUNCTIONALITY*/
#sub_menu {
	width:auto; 
	height:32px; 
	font-size:medium; 
	position:relative; 
	z-index:1;
	border-right:0px solid #000;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 10px 0 0 15px;
}
/* hack to correct IE5.5 faulty box model */
* html #sub_menu {width:746px; w\idth:745px;}
/* remove all the bullets, borders and padding from the default list styling */
#sub_menu ul {padding:0;margin:0;list-style-type:none;z-index:1;}
#sub_menu ul ul {width:149px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#sub_menu li {
	float:left;
	width:auto;
	position:relative;
	z-index:1;
}
/* style the links for the top level */
#sub_menu a, #sub_menu a:visited {
	display:block;
	font-size:13px;
	text-decoration:none; 
	color:#a39c98;
	height:32px; 
	border:0px solid #000; 
	border-width:0px 0 0px 0px; 
	background: #e5e5e3 url("../images_pest/sub_nav_li_img.gif") no-repeat left center;;
	padding-left:10px;
	padding-right:10px;
	line-height:29px;
	z-index:2;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html #sub_menu a, * html #sub_menu a:visited {
	width:107px;
	w\idth:96px;
}
/* style the second level background - with links - unselected */
#sub_menu ul ul a.drop, #sub_menu ul ul a.drop:visited {	
	background: #c0bdb9;  /******************************************************************** 1st SUB LIST BACKGROUND COLOUR Dark ***/
}
/* style the second level hover - withlinks - selected */
#sub_menu ul ul a.drop:hover{	
	background: #d9d6d3;  /******************************************************************** 1st SUB LIST BACKGROUND COLOUR Light ***/
}
#sub_menu ul ul :hover > a.drop {
	background: #d9d6d3;  /******************************************************************** 1st SUB LIST BACKGROUND COLOUR Light ***/
}
/* style the third level background */
#sub_menu ul ul ul a, #sub_menu ul ul ul a:visited {
	background: #ededeb;  /******************************************************************** 1st SUB LIST BACKGROUND COLOUR Extra Light ***/
}
/* style the third level hover */
#sub_menu ul ul ul a:hover {
	background: #d9d6d3; /******************************************************************** 1st SUB LIST BACKGROUND COLOUR Light ***/
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
#sub_menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:31px;
	left:0px;
	width:auto;
	border-top:0px solid #000;
	z-index:2;
}
/* another hack for IE5.5 */
* html #sub_menu ul ul {top:30px;t\op:31px;}
/* position the third level flyout menu */
#sub_menu ul ul ul{
	left:200px;
	top:-1px;
	width:180px;
}
/* position the third level flyout menu for a left flyout */
#sub_menu ul ul ul.left {left:-149px;}
/* style the table so that it takes no ppart in the layout - required for IE to work */
#sub_menu table {position:absolute; top:0; left:0; border-collapse:collapse;z-index:1;}
/* style the second level links - without submenus - unselected */
#sub_menu ul ul a, #sub_menu ul ul a:visited {
	background:#c0bdb9; /***************************************************** 2nd, 3rd, 4th & 5th SUB LIST BACKGROUND COLOUR Dark ***/ 
	color:#000;
	height:auto;
	line-height:1em; 
	padding:5px 10px; 
	width:180px;
	border-width:0 0px 0px 0px;
	border-bottom: 1px solid #e5e5e3;
	z-index:1;
}
/* yet another hack for IE5.5 */
* html #sub_menu ul ul a, * html #sub_menu ul ul a:visited {
	width:202px;
	w\idth:180px;
}
/* style the top level hover */
#sub_menu a:hover, #sub_menu ul ul a:hover{
	color:#000; 	
	background-color:#d9d6d3;  /*********************************************** 2nd, 3rd, 4th & 5th SUB LIST BACKGROUND COLOUR Light ***/
}
#sub_menu :hover > a, #sub_menu ul ul :hover > a {
	color:#000;
	background-color:#d9d6d3;   /************************************ 2nd, 3rd, 4th & 5th SUB LIST BACKGROUND COLOUR Light ***/
}
/* make the second level visible when hover on first level list OR link */
#sub_menu ul li:hover ul,
#sub_menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
#sub_menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
#sub_menu ul :hover ul :hover ul{ visibility:visible;}






/* CONTENT STYLES */

#content p, #content_wide p {
	margin: 0;
	padding-bottom: 1.5em;
}

#content h1, #content_wide h1, #content_specific h1 {
	font-size: 180%;
	font-weight: bold;
	line-height: 1.1em;
	margin: 0;
	padding-bottom: 0.6em;
	color: #666;
}

#content h2, #content_wide h2, #content_specific h2 {
	font-size: 120%;
	font-weight: bold;
	line-height: 1.4em;
	margin: 0;
	padding-top: 0.2em;
	padding-bottom: 0.3em;
	color: #333;
}

#content h3, #content_wide h3, #content_specific h3 {
	font-size: 96%;
	font-weight: bold;
	line-height: 1.4em;
	margin: 0;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	color: #333;
}

#content ul, #content_wide ul, #content_specific ul {
	list-style-position: outside;
	margin-left: 15px;
	padding-top: 1em;
	padding-bottom: 1.5em;
}

#content li, #content_wide li, #content_specific li {
	padding-bottom: 0.5em;
}

#content ol, #content_wide ol, #content_specific ol {
	list-style-position: outside;
	padding-left: 28px;
	padding-top: 1em;
	padding-bottom: 1.5em;
}

#content img, #content_wide img {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 0;
	border-top: 0;
	border-right: 0;
	border-bottom: 8px solid #a39c98;
	border-left: 0;
}

#content td, #content_wide td {
	margin: 0;
	padding: 4px;
	background: url("../images_pest/bg_line_vert.gif") repeat-y right top;
}

#content td.end, #content_wide td.end {
	background: none;
}




/* TABLE STYLES

#pdf td, #content_wide td {
	margin: 0;
	padding: 4px;
	background-color: #cbc6c3;
	border-bottom: 1px solid #e5e5e5;
}

#pdf td.end, #content_wide td.end {
	background-image: none;
}

#pdf td.bg_color {
	background-color: #c2bebb;
	border-bottom: 1px solid #e5e5e5;
}

#pdf td.title {
	color: #fff;
	background-color: #b1adaa;
	border-bottom: 1px solid #e5e5e5;
}

#pdf td.title h2 {
	color: #fff;
}

#pdf td.bg_color a {
	color: #fff;
}

#pdf td.bg_color a:hover {
	color: #b4b4b4;
}

*/




/* SUB CONTENT STYLES */

#sub_content p {
	margin: 0;
	padding-bottom: 1.5em;
	font-size: 100%;
}

#sub_content h1 {
	font-size: 110%;
	font-weight: bold;
	line-height: 1.1em;
	margin: 0;
	padding-top: 0.3em;
	padding-bottom: 0.2em;
	color: #fff;
}

#sub_content ol, #sub_content ul {
	list-style: disc;
	list-style-position: inside;
	margin: 0 0 10px 10px;
	padding: 0;
}

#sub_content td {
	margin: 0;
	padding: 4px 8px;
}

#sub_content img.button {
	margin: 0;
	padding: 5px 0 0 0;
}

#sub_content img.ag {
	float: left;
	margin: 0 10px 5px 0;
	padding: 0;
	border-bottom: 5px solid #958d87;
}

#sub_content img.pco {
	float: left;
	margin: 0 10px 5px 0;
	padding: 0;
	border-bottom: 5px solid #d09021;
}

#sub_content img.retail {
	float: left;
	margin: 0 10px 5px 0;
	padding: 0;
	border-bottom: 5px solid #45ae24;
}
/*remove border on download pdf's*/
#pdf img{
	float:right;
	margin: 0 0px 0px 0;
	padding: 0;
	border-bottom: 0px solid #000;
	text-align:center;
	vertical-align:middle;
}


#sub_content td {
	background: url("../images_pest/bg_line_vert.gif") repeat-y right top;
	margin: 0;
	padding: 4px 8px;
}

#sub_content td.end {
	background: none;
}




/* ICONS STYLES */

#icons h3 {
	padding-top: 0.6em;
}

#icons p {
	font-size: 80%;
	padding-left: 35px;
}

#icons img.icon {
	vertical-align: middle;
}




/* FOOTER STYLES */

#footer p {
	font-size: 80%;
}

#footer img {
	padding: 15px 10px 0 0;
}

/* DOWNLOAD TABLE STYLES */

#pdf tr {
	margin: 0;
	padding: 4px;
	background-color: #d9d6d3;
	border-bottom: 1px solid #ebead6;
}
#pdf .bg_color {
	background-color: #c0bdb9;
	border-bottom: 0px solid #ebead6;
}
#pdf .bg_color h2, #pdf .bg_color a {
	color:#000;
}
#pdf .title {
	background-color: #a39c98;
	border-bottom: 1px solid #a39c98;
	font-weight: bold;
	text-align: left;
}
#pdf .docitem {
	font-size:12px;
}
#pdf .bg_color a:hover {
	color:  #003300;
}
#pdf a {
	color: #000;
}
#pdf a:hover {
	color:#003300;
}
#pdf {
	background-color:#d9d6d3;
}
#pdf .icon {
	background-color: #a39c98;
	border-bottom: 1px solid #a39c98;
	font-weight: bold;
	text-align: left;
}
#pdf .icon td {
	padding:0px;
}
