/* ICONOGRAPHY 2006 - Standard Screen CSS */
body {
	background: #fff;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;	
	text-align: center;
	line-height: 140%;
	color: #848282;
	font-size: x-small; /* for IE5 */
	f\ont-size: small; /* everyone else */
}
.contenthome em {text-decoration: none !important;}
#dhtmltooltip{
	position: absolute;
	padding: 2px 6px;
	background-color: #ffffff;
	border:1px solid #8CC041;
	color: #8CC041;
	-moz-border-radius: 5px;
	-moz-opacity:1;
	opacity:1;
	visibility: hidden;
	z-index: 1000;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
}
/**************** STYLES FOR WYSIWYG CMS *******************/
.mceContentBody {
	background: #FFF;
	text-align: left;
}
.mceContentBody p {	
	color: #848282;
	font-size: 85%;
}
/************* COMMON ****************/
a {
	color: #8CC041;
	text-decoration: underline;
}
a:hover {
	color: #B8B8B8;
	text-decoration: none;
}
p {
	position: relative;
	margin: 0 0 0.7em 0;
	padding: 0;
	color: #848282;
}
td, li {
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 180%;	
	font-weight: normal;
	padding: 0;
	margin: 0;
}
h2 {
	font-size: 180%;
	font-weight: normal;
	line-height: 1.1em;
	padding: 0;
	margin: 0 0 0.5em 0;
}
h3 {
	margin: 1.5em 0 0 0;	
	font-size: 160%;
	font-weight: normal;
	color: #8CC041;	
}
h4 {
	margin: 1em 0 0 0;
	padding-bottom: 2px;
	font-size: 160%;
	font-weight: normal;
	color: #8CC041;
	line-height: 1.2em;
	border-bottom: 1px dotted #CCC;
	text-align: left;
}
h5 {
	margin: 1.5em 0 -0.5em 0;
	font-size: 110%;
	line-height: 1.2em;
	text-align: left;
	color: #596C8C;
	font-weight: normal;
}
input { 
	border: 1px solid #666; 
}
/******************** HEADER ***********************/
#wrap {
	margin: 10px auto;
	padding: 0;
	text-align: left;
	width: 980px;
}
#header {
	overflow: hidden;
	width: 100%;
	height: 78px;
	color: #fff;
	padding: 0;
	margin: 0 0 5px 0;
	background: url("/flash/flash_placeholder.gif") no-repeat top left;
}
/*************************** TABS ****************************/
#tabs {
	float: left;
	width: 100%;
	font-size: 90%;
	line-height: normal;
	background: url("/images/lasttab.gif") no-repeat right bottom;
}
#tabs ul {
	margin: 0;
	padding: 5px 5px 5px 0;
	list-style: none;
}
#tabs li {
	float: left;
	background: url("/images/left.gif") no-repeat left top #fff;
	margin: 0;
	padding: 0 3px 0 12px;
}
#tabs a {
	float: left;
	display: block;
	background: #8CC041 url("/images/right.gif") no-repeat right top;
	border-bottom: none;
	padding: 8px 24px 4px 10px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}
/* Commented backslash hack hides rule from IE5-Mac \*/
#tabs a {
	float: none;
} 
/* End IE5-Mac hack */
#tabs a:hover {
	color: #EAEAEA;
}
#tabs #current {
	background-image: url("/images/left_on.gif");
}
#tabs #current a {
	background-image: url("/images/right_on.gif");
	color: #8CC041;
	margin: 0;
	padding-bottom: 5px;
}
/********* subnav ************/
#subnav {
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
	/* height: 34px; */
	font-size: 90%;
	line-height: normal;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	color: #8CC041;
	background-image:url(/images/subtab0.gif); 
	background-position:4px 13px; 
	background-repeat:repeat-x;
}
#subnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#subnav li {
	float: left;
	margin: 0;
	padding: 0;
}
#subnav a {
	float: left;
	padding: 0;
	margin: 0;
	text-decoration: none;
	color: #8CC041;
	width:120px;
	display:block;
}
#subnav li a {
	color: #848282;
	background: url(/images/subtab.gif) repeat-x;
	background-position:0 6px;
	margin: 0 0 0 0px;
	font-weight: bold;
	padding-bottom: 5px;
	display:block;
	float:left;
	width:162px;
	margin-top:6px;
	text-align:center;
	line-height:40px;
	height:30px;
}
/* Commented backslash hack hides rule from IE5-Mac \*/
#subnav a {
	float: none;
}
/* End IE5-Mac hack */
#subnav a:hover {
	color: #B8B8B8;
}
#subnav .current {

}
#subnav .current a {
	color: #8CC041;
	background: url(/images/right_on.gif) no-repeat right bottom;
	margin: 0;
	font-weight: bold;
	display:block;
	float:left;
}
#subnav .currentsub a {
	color: #8CC041;
	background: #ffffff url(/images/subtab.gif) no-repeat;
	background-position:bottom;
	margin: 11px 0 0 0;
	font-weight: bold;
	padding: 0;
	display:block;
	float:left;
	width:162px;
	line-height:40px;
	height:30px;
	text-align:center;
}

/********* subnav 2 ************/
#subnav2 {
	margin: 0;
	padding: 10px 0 10px 0;
	width: 100%;
	float: left;
	/* height: 34px; */
	font-size: 90%;
	line-height: normal;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #8CC041;
}
#subnav2 ul {
	margin: 0;
	padding: 0 0 0 20px;
	list-style: none;
}
#subnav2 li {
	float: left;
	margin: 0;
	padding: 0;
}
#subnav2 a {
	padding: 0;
	margin: 0;
	text-decoration: none;
	color: #8CC041;
}
/* Commented backslash hack hides rule from IE5-Mac \*/
#subnav2 a {
	float: none;
}
/* End IE5-Mac hack */
#subnav2 a:hover {
	color: #B8B8B8;
}
#subnav2 .currentsub a {
	color: #8CC041;
	margin: 0;
	font-weight: bold;
	padding:0;
}




#tabs2 {
	margin: 0 0 12px 0;
	padding: 0;
	float: left;
	width: 100%;
	font-size: 100%;
	line-height: normal;
	background: url("/images/lasttab.gif") no-repeat right bottom;
}
#tabs2 ul {
	margin: 0;
	padding: 5px 5px 5px 0;
	list-style: none;
}
#tabs2 li {
	float: left;
	background: url("/images/left1.gif") no-repeat left top #fff;
	margin: 0;
	padding: 0 3px 0 12px;
}
#tabs2 a {
	float: left;
	display: block;
	background: #fff url("/images/right1.gif") no-repeat right top;
	border-bottom: none;
	padding: 8px 24px 4px 10px;
	text-decoration: none;
	color: #B3B3B3;
}
/* Commented backslash hack hides rule from IE5-Mac \*/
#tabs2 a {
	float: none;
} 
/* End IE5-Mac hack */
#tabs2 a:hover {
	color: #8CC041;
}
#tabs2 .current {
	background-image: url("/images/left_on.gif");
}
#tabs2 .current a {
	background-image: url("/images/right_on.gif");
	color: #8CC041;
	margin: 0;
	padding-bottom: 5px;
	font-weight: bold;
}
/************** MAIN CONTENT *****************/
#main-body {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}
/******************* left column ***********************/
#sidebar {	
	float: left;
	margin: 0 0 12px 0;
	padding: 0;
	color: #888;
	width: 294px;
}
#sidebar p, #sidebar ul, #sidebar dl {
	margin: 0;
	padding: 5px 10px 5px 10px;
	list-style: none;
}	
#sidebar dt {
	margin-top: 10px;
	padding-left: 10px;
}
#sidebar dd {
	margin: 0;
	padding-left: 20px;
}
#sidebar li {
	display: inline; /* fixes extra gaps in IE5/win */
	margin: 0;
	padding: 0;
}
#sidebar li a {
	margin: 5px 0 5px 0;
}
#sidebar li p {
	padding-top: 0px;
}
/************************* BULLET PROOF BOXES *************************/
.box1 {
	width: 281px;	
	margin: 12px 0 0 0;
	padding: 0;
	border: 1px solid #CCCCCC;
}
.box {
	width: 261px;	
	margin: 12px 0 0 0;
	padding: 10px;
	border: 1px solid #CCCCCC;
}
/************************ right content *********************/
.contenthome {
	margin: 12px 0 12px 295px;
	padding: 10px;
	/*height: 208px;*/
	border: 1px solid #CCCCCC;
	font-size: 90%;
}
.contenthome a {
	font-weight: bold;
}
.article-texthome {
	margin: 0;
	padding: 0;
	/*height: 208px;*/
}
.contenthome2 {
	margin: 12px 0 12px 295px;
	border: 1px solid #CCCCCC;
	font-size: 90%;
}
.contenthome2 a {
	font-weight: bold;
}
.article-texthome2 {
	margin: 0;
	padding: 10px;
	height: 129px;
	background: #EFF7E2;
}
.contenthome3 {
	margin: 12px 0 12px 295px;
	padding: 0;
	font-size: 90%;
}
.contenthome3 .left {
	margin: 0;
	padding: 10px;
	width: 314px;
	border: 1px solid #CCCCCC;
}
.contenthome3 .right {
	margin: 0;
	padding: 10px;
	width: 314px;
	border: 1px solid #CCCCCC;
}
.fullwidth {
	clear: both;
	width: 98%;
	padding: 10px;
	margin: 0 0 12px 0;
	border: 1px solid #CCCCCC;
}
.fullwidth p {
	font-size: 90%;
}
/* sub pages */
.content {
	margin: 12px 0 12px 295px;
	padding: 10px;
	height: 529px;
	border: 1px solid #CCCCCC;
	font-size: 90%;
}
.content a {
	font-weight: bold;
}
.article-text {
	margin: 0;
	padding: 0 10px 0 0;
	height: 529px;
	overflow: auto;
}
/********************* footer *********************/
#footer {
	clear: both;
	margin: 0;
	width: 98%;
	padding: 10px 12px 5px 12px;
	border-top: 6px solid #8DC03F;
}
#footer768 {
	width: 768px;
	margin: 0;
	padding: 0;
}
#footer768 p {
	margin: 0;
	padding: 0 0 1em 0;
	font-size: 75%;
	color: #999;
	line-height: normal;
}
#footer768 img {
	vertical-align: middle;
}
#footer768 a {
	color: #8CC041;
	text-decoration: underline;
}
#footer768 a:hover {
	color: #B8B8B8;
	text-decoration: none;
}
/********************* MISC ***********************/

a img {
	border: none;
}
.hide, hr {
	display: none;
}
code {
	color: #7B9905;
	font-size: 90%;
	line-height: 1.2em;
	text-align: left;
}
abbr, acronym {
	font-style: normal;
	border-bottom: 1px dotted #bbb;
	cursor: help;
}
a abbr {
	border: none;
}
form {
	margin: 0;
}
label {
	cursor: pointer;
}
em {
	font-style: normal;
	text-decoration: underline;
}
dl, dt, dd {
	margin: 0;
	padding: 0;
}
fieldset { 
	margin: 0; 
	padding: 0; 
	border: none; 
}

/*************** extra classes for CMS ***************/
.alternative {
	color: #C00;
	}
.highlight {
	background-color: #FF0;
	}
	
.odd {
	background-color: #EEE;
}
#errbox {
	margin: 20px auto;
	color: #ff0000;
	border: 1px solid #ff0000;
	padding: 10px;
	width: 300px;
	text-align: center;
}
#confbox {
	margin: 20px auto;
	color: #003399;
	border: 1px solid #003399;
	padding: 10px;
	width: 300px;
	height: 50px;
	text-align: center;
}
#errbox a {
	color: #ff0000;
}
#errbox a:hover {
	color: #000000;
}
#errbox a:visited {
	color: #ff0000;
}
.category1 {
	float: left;
	width: 201px;
	margin: 0;
	padding: 0;
}
.category2 {
	float: right;
	width: 201px;
	margin: 0;
	padding: 0;
}
.viewdetails {
	margin: 4px auto;
	display: block;
	width: 100px;
	text-decoration: none;
	text-align: center;
	font-size: 85%;
	font-weight: bold;
	color: #fff;
	background: #C60;
	padding: 2px;
	cursor: pointer;
	border: 1px solid #C60;
}
.addtobasket {
	text-decoration: none;
	text-align: center;
	font-size: 85%;
	font-weight: bold;
	color: #fff;
	background: #8EAC91;
	padding: 4px;
	margin: 0;
	cursor: pointer;
}
#viewbasket {
	clear: both;
	color: #FFF;
	font-size: 80%;
	float: right;
	background: none;
	margin: 0 30px 0 0;
}
.padding { padding: 10px; }

.qty {
	width: 3em;
}
.forumtopic {
	background-color: #EEE;
	border: 1px solid #999;
	margin-top: 10px;
}
.productframe {
	padding: 5px;
	margin: 10px;
	border: 1px solid #CCC;
	width: 25%;
	float: left;
	text-align: center;
}
#prodlist {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}	
.price {
	font-size: 150%;
	margin: 5px 0 5px 0;
	padding: 5px;
	color: #900;
}
.productdetailbox {
	float: right;
	width: 230px;
}
.clear {
	clear: both;
}
.newsphoto {
	float: right;
	padding: 5px;
	border: 1px solid #CCC;
}

.sectortitle {
	color: #8CC041;
	width: 100%;
	font-size:20px;
	margin-left:10px;
}
.sectorsub {
	font-weight: bold;
	color: #8CC041;
	width: 100%;
	margin-left:10px;
	float:left;
	/*padding:5px;*/
}
.grey {
	background-color:#EEEEEE;
	padding: 5px;
	margin: 2px;
}