/*
	Layout Divs
----------------------------------------------------------	*/
html {
}

body {
	text-align:center;
	margin:0 auto;
	padding:0;
	font-family:Helvetica, Arial, sans-serif;
	font-size:small;
}


* html body {
	font-size:x-small; /* for IE5/Win */
	f\ont-size: small; /* for other IE versions */
}

div#container {
	margin: 0 auto;
	width:930px;
	text-align:left;
	font-size:100%;
	line-height:1.4em;	
}

/*
	Header elements
----------------------------------------------------------*/

div#header {
	height:90px;	
}

div#header .tollfree {
	width:300px;
	height:64px;	
	float:right;
}
div#header .tollfree img {
	margin:8px 0px 0px 30px;
}

div#header .logo {
	clear:both;
	float:left;
	width:250px;
	padding:0px 0px 0px 25px;
}

div#header .logo img {
	padding:0 0 0 0px;
}

div#header .search {
	float:left;
	width:610px;
	height:64px;
	margin-top:18px;
	margin-left:20px;
	display:none;
	
}

/*
	Navigation elements
----------------------------------------------------------*/

div#navigation {
	display:none;
}

div#navigation .menu_icons {
/*	background-color:#fee800;*/
	text-align:left;
	float:left;
}

/*
	Content elements
----------------------------------------------------------*/

div#content {
}

div#content .content_wrap {
	background:url(../img/content-bg.gif) top left repeat-y;
}

div#content .content_container {
	clear:both;
	padding:0px 15px 0px 20px;
	margin:0px 0 0 0;
	height:100%;
	overflow:auto;
}

div#content .with_crumb {
		padding-top:15px;
}

div#content .content_home {
	clear:both;
	padding:15px 15px 0px 20px;
	margin:0px 0 0 0;
	overflow:auto;
	background:url(../img/home_image.gif) no-repeat;
	border:1px solid #fff;
}

div#content .content_container_with_sidebar {
	clear:both;
	padding:5px 0px 0px 20px;
	margin:0px 3px 0 0;
	overflow:auto;
	height:100%;	
}

div#content .proventag {
	overflow:auto;
	text-align:right;
}

div#content .crumb_container {
	padding:0px 25px 10px 25px;
	width:870px;
	margin:0 auto;	
	margin-left:3px;
	overflow:auto;
}
div#content .crumb_bottom {
	clear:both;
	padding:5px 0 0 13px;
}

div#content .crumb_data {
	float:left;
	width:100%;
}
div#content .crumb_data h1 {
	float:left;
	margin-top:5px;	
}

div#content .crumb_dropdown {
	float:right;
}

form#crumbform {
	margin:35px 10px 0px 20px;
}

form#crumbform a, form#crumbform a:link, form#crumbform a:visited, form#crumbform a:active {
	font-size:90%;
	padding-right:5px;
	color:#000;
	text-decoration:none;
	font-weight:bold;	
}

form#crumbform a:hover {
	text-decoration:underline;
}

form#crumbform select {
	margin-left:10px;
	background-color:#c6c6c6;
	font-size:90%;
	width:auto;
}

div#content .crumbs {
	line-height:18px;
	color:#868686;
	font-weight:bold;
	font-size:90%;	
	width:450px;	
	float:left;
}

div#content .crumbs a:link {
	color:#000;
	text-decoration:none;	
}

div#content .crumbs a:visited {
	color:#000;
	text-decoration:none;	
}

div#content .crumbs a:hover {
	color:#000;
	text-decoration:underline;
}

div#content .crumbs a:active {
	color:#000;
	text-decoration:none;	
}

/*
	Generic form styles
----------------------------------------------------------	*/

.print_hide {
	display:none;
}

form label {
	font-weight:bold;
	color:#000;
}

input.input-text {
	display:block;
	border:1px solid #7d7d7d;
	width:270px;
	padding:3px !important;
	padding:0;	
	font-size:100%;
	color:#000;
}

select {
	border:1px solid #7d7d7d;
	width:270px;
	padding:3px !important;
	padding:0;	
	font-size:100%;
	color:#000;
}

a:link {
	color:#387822;
	font-weight:bold;
	text-decoration:none;
}

a:visited {
	color:#387822;
	text-decoration:none;
}

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

a:active {
	color:#387822;
	text-decoration:none;
}

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

div#footer_print {
	display:block;
	text-align:center;
	font-size:24pt;
	color:#252525;
	font-weight:bold;
	padding-top:40pt;
	
}

div#footer {
	display:none;
	text-align:center;
	text-transform:uppercase;
	background:url(../img/content-bg-bottom.gif) top left no-repeat;
	overflow:auto;	
	padding:15px 0 30px 0;
	clear:both;
}

div#footer .footer_wrap {
	margin:20px 0 0 0;

}
div#footer .footer_wrap img{
	margin:0 0 20px 0;

}

div#footer a:link {
	color:#fff;
	text-decoration:none;
	padding:0 1em;
	font-weight:normal;
}

div#footer a:visited {
	color:#fff;
	text-decoration:none;	
}

div#footer a:hover {
	color:#fff;
	text-decoration:underline;
}

div#footer a:active {
	color:#fff;
	text-decoration:none;
}

div#footer .copy {
	color:#fff;
	padding:1em 0;
	font-size:100%;
	text-transform:capitalize;
}

div#footer .skipjack  {
	color:#fff;
	text-transform:capitalize;	
}

div#footer .skipjack a:link  {
	padding:0;		
}

/*
	Sidebar Styles
----------------------------------------------------------*/
div#sidebar_large {
	width:372px;
	float:right;
	background:url(../img/sidebar-bg.gif) top left repeat-y #fff;
	text-align:left;
}

div#sidebar_large .sidebar_wrap_a {
	background:url(../img/sidebar-bg-top.gif) top left no-repeat;
}

div#sidebar_large .sidebar_wrap_b {
	padding:10px;
	text-align:center;
}

div#content_sidebarpage_small {
	float:left;
	width:500px;
}

div#content_sidebarpage_large {
	float:left;
	width:550px;
	background-color:#fff;
}

div#sidebar_small {
	margin-top:0px;
	width:295px;
	float:right;
	background:url(../img/sidebar-small-bg.gif) top left repeat-y #ececec;	
}

div#sidebar_small .sidebar_wrap_a {
	background:url(../img/sidebar-small-bg-top.gif) top left no-repeat;
}

div#sidebar_small .sidebar_wrap_b {
	padding:10px;
	text-align:center;
	font-size:85%;
	background:url(../img/sidebar-small-bg-bottom.gif) bottom left no-repeat;	
}

div#sidebar_small .sidebar_wrap_b h2 {
	text-align:left;
	padding-left:27px;
	font-size:135%;
	font-weight:bold;
	text-transform:uppercase;	
}

div#sidebar_small .sidebar_wrap_b p {
	text-align:left;
	padding:0 27px;
}

div#sidebar_small .product_sub_image {
	background:url(../img/product-subimage-bg.gif) top center #fff;
	height:172px;
	padding-top:26px;
}

/*
	Page style: home
----------------------------------------------------------*/
div.home_diy_products {
	float:left;
	width:400px;
	margin:8px 5px 0px 4px;	
	font-size:11px;
	color:#252525;
	line-height:18px;
}

div.home_ind_products {
	float:left;
	width:399px;
	margin:8px 5px 0px 45px;	
	
	font:11px arial;
	color:#252525;
	line-height:18px;
}

div.homeinfobox {
	clear:both;
	height:200px;
	background:url(../img/infobox.gif) no-repeat;
	padding:45px 400px 0px 28px;
	line-height:18px;
}

div.homeinfobox h1 {
	font:20px arial;
	letter-spacing:-.01em;
	font-weight:bold;
	color:#252525;
	margin:10px 0px 0px 0px;
}

div.homeinfobox p {
	font:13px arial;
	color:#252525;
	margin:8px 0px 0px 0px;
	line-height:20px;
}

div.homeinfo2 {
	padding:0px 200px 0px 28px;
	line-height:18px;
}

div.plain_content {
	padding:0px 28px 0px 28px;
	line-height:18px;
}

div.homeinfo2 h1 {
	font:14px arial;
	letter-spacing:-.01em;
	font-weight:bold;
	color:#181818;
	margin:10px 0px 0px 0px;
}

div.homeinfo2 p {
	font:12px arial;
	color:#252525;
	margin:8px 0px 0px 0px;
	line-height:20px;
}

div.homeinfo2 ul {
	font:12px arial;
	font-weight:normal;
	color:#252525;
	margin:15px 0px 0px 0px;
	line-height:20px;
}

div.homeinfo2 ul li {
	margin-left:0;
}

.diy-pic-left {
	text-align:right;
	margin:30px 0px 0px 0px;
	float:right;
}

.diyproduct-pic-left {
	margin:25px 0px 0px 0px;
}

.diy-pic-right {
	float:right;
}

.diyproduct-pic-right {
	margin:25px 0px 0px 0px;
}
/*
	Page style: about us
----------------------------------------------------------*/

/*
	Page style: diy categorydiy_category
----------------------------------------------------------*/

div.diy_category {
	float:left;
	width:250px;
}

div.diy_category .diy_category_wrap {
	padding:0 0px 15px 0;	
	margin-right:0px;
}

div.diy_category h2 {
	font-size:160%;
	font-weight:bold;
	line-height:26px;		
}

/*
	Page style: Thumbnail / list views
----------------------------------------------------------*/

div.thumbnail_view {
}

div.list_view {
	display:none;	
	padding:20px 0 0 20px;
	overflow:auto;	
}

div.list_view_show {
	padding:20px 0 0 20px;
	overflow:auto;
}

div.list_view .category_title, div.list_view_show .category_title {
	font-size:180%;
	text-transform:uppercase;
	font-weight:bold;
	line-height:normal;	
	padding:40px 0 10px 0;
}

div.list_view .category_title_first, div.list_view_show .category_title_first {
	font-size:180%;
	text-transform:uppercase;
	font-weight:bold;
	line-height:normal;	
	padding:0px 0 10px 0;	
}

div.list_view .listitem, div.list_view_show .listitem {
	border-top:1px dashed #a0a0a0;
	padding-top:10px;	
	padding-bottom:20px;	
}

div.list_view .listitemfirst {
	border:none;
}

div.list_view_show .listitemfirst {

}

div.list_view h2, div.list_view_show h2 {
	font-size:14px;
	font-weight:bold;
	line-height:normal;
}


/*
	Page style: product list
----------------------------------------------------------*/

div.product_list {
	background-color:#fff;
	height:100%;
}

div.product_list_item {
	width:215px;
	text-align:center;	
	border-left:1px dashed #a0a0a0;
	margin:20px 0px 30px 5px;
	display: block;	
	vertical-align:top;
	float:left;
	background-color:#fff;
}

div.product_list .first {
	width:215px;
	text-align:center;	
	border-left:none;
	margin:20px 0 30px 0;
	display: block;		
	vertical-align:top;	
	float:left;	
}

div.product_list_item h2 {
	font-size:14px;
	font-weight:bold;
	line-height:normal;
}

/*
	Page style: industrial categories
----------------------------------------------------------*/

div.indcategory_list {
	background-color:#fff;
	height:100%;
}

div.indcategory_list_item {
	width:215px;
	text-align:center;	
	border-left:1px dashed #a0a0a0;
	margin:20px 0px 30px 5px;
	display: block;	
	vertical-align:top;
	float:left;
	background-color:#fff;
}

div.indcategory_list .first {
	width:215px;
	text-align:center;	
	border-left:none;
	margin:20px 0 30px 0;
	display: block;		
	vertical-align:top;	
	float:left;	
}

div.indcategory_list_item h2 {
	font-size:14px;
	font-weight:bold;
	line-height:normal;
}


div.indcategory_list_item a .categoryimage, div.product_image .categoryimage {
	border:1px solid #c8c8c8;
	padding:12px;
	background-color:#ededed;
}

div.product_image .categoryimage {
	border:1px solid #c8c8c8;
	padding:12px;
	background-color:#ededed;
	margin-right:50px;
}

/*
	Page style: industrial products
----------------------------------------------------------*/

div.indproduct_list_container {
	padding:5px 0 15px 0;
	
	height:100%;
	overflow:auto;
}

div.indproduct_list_container h2 {
	color:#387922;
	margin-left:15px;
}	

div.indproduct_list {
	background:url(../img/ind-products-bg-top.gif) top left no-repeat #f0f0f0;
	width:877px;		
	overflow:auto;
	float:left;
}

div.indproduct_list .indproduct_list_wrap_a {
	background:url(../img/ind-products-bg-bottom.gif) bottom left no-repeat;
	width:877px;
	overflow:auto;	
}

div.indproduct_list .indproduct_list_wrap_b {
	background:url(../img/ind-products-bg-middle.gif) top left repeat-y #f0f0f0;
}

div.indproduct_list .indproduct_list_wrap_c {
	margin:10px;
}

div.indproduct_list table {
/*	width:100%;*/
	width:855px;
}

div.indproduct_list .no_file {
	color:#999999;
}

div.indproduct_list table td {
	text-align:left;
	vertical-align:top;	
	padding:10px 5px 10px 5px;
}

div.indproduct_list table tr.first td {
	border-top:none;
	padding:1px 5px 10px 5px;	
}

div.indproduct_list table td.product {
	font-weight:bold;
	width:200px;
	font-size:90%;
}

div.indproduct_list table td.product a:link,
div.indproduct_list table td.product a:visited
div.indproduct_list table td.product a:hover,
div.indproduct_list table td.product a:active
 {
 	font-size:90%;
	color:#000;
}

div.indproduct_list table td.desc {
	font-size:85%;
	padding-right:35px;
	width:370px;
}

div.indproduct_list table td.desc p {
	width:370px;
}

div.indproduct_list table tr td.download {
	white-space:nowrap;
	width:230px;
	padding-right:0;
	text-align:right;
}

div.indproduct_list table tr td {
	border-top:1px dashed #8a8888;
}

div.indproduct_list a:link, div.indproduct_list a:active, div.indproduct_list a:visited {
	font-weight:bold;
	font-size:90%;
	color:#32731b;
	text-decoration:none;
}

div.indproduct_list a:hover {
	color:#32731b;
	text-decoration:underline;
}

/*
	Page style: product detail page
----------------------------------------------------------*/

div.product_image {
	padding:25px 0px 20px 20px;
	float:right;
	color:#32731b;
}

div.product_image a:link, div.product_image a:active, div.product_image a:visited {
	font-weight:bold;
	font-size:90%;
	color:#32731b;
	text-decoration:none;
}

div.product_image a:hover {
	color:#32731b;
	text-decoration:underline;
}


div.relatedproduct_list_item {
	width:115px;
	text-align:center;	
	border-left:1px dashed #a0a0a0;
	margin:10px 0px 30px 10px;
	padding:0 0 0 10px;		
	display: block;	
	vertical-align:top;
	float:left;
	background-color:#fff;	
}

div.relatedproduct_list .first {
	width:115px;
	text-align:center;	
	border-left:none;
	margin-left:0;
	margin-right:0;		
}

div.relatedproduct_list_item h2 {
	font-size:85%;
	font-weight:bold;
	line-height:normal;
}


/*
	Generic Styles
----------------------------------------------------------*/
h1 {
	font-size:150%;
	text-transform:uppercase;
}

h1.crumb_title {
	font-size:235%;
	font-weight:bold;
	line-height:34px;
	text-transform:none;
	margin-bottom:5px;
}

h2 {
	font-size:125%;
	font-weight:bold;
	line-height:26px;	
	text-transform:uppercase;	
	padding:0;
}

h3 {
}

a:link {
}

a:visited {
}

a:hover {
}

a:active {
}



/*
	Oteng - News items
----------------------------------------------------------	*/

div.newsitem {
	padding-bottom:20px;
}

div.newsitem-line {
	clear:both;
	border-bottom:1px solid #E8E8E8;		
	margin-bottom:30px;
}

div.newsitem img {
	float:left;
	padding:0px 15px 20px 0px;	
}

div.newsitem .newsitemcontainer {
	float:left;
	width:450px;
}


div.newsitem .ndate {
	color:#666666;
	font-size:11px;
}

div.newsitem h2 {
	color:#000;
	font-size:18px;
	padding:0;
	margin:0;
}

div.newsitem a.readmore:link,
div.newsitem a.readmore:visited {
	color:#387822;
	text-decoration:none;
	font-weight:bold;
	padding-bottom:10px;
}

div.newsitem a.readmore:hover, div.newsitem a.readmore:active {
	color:#387822;
	text-decoration:underline;
	font-weight:bold;	
}



div.fullnewsitem {
}

div.fullnewsitem img {
	float:left;
	padding:0px 15px 20px 0px;	
}

div.fullnewsitem .newsitemcontainer {
	float:left;
	width:560px;
	padding-bottom:50px;	
}

div.fullnewsitem .ndate {
	color:#666666;
	font-size:11px;
}

div.fullnewsitem h2 {
	color:#000;
	font-size:18px;
	padding:0;
	margin:0;
}

div.fullnewsitem a.back:link,
div.fullnewsitem a.back:visited {
	color:#0168E2;
	text-decoration:none;
	font-weight:bold;
	padding-bottom:10px;
}

div.fullnewsitem a.back:hover, div.fullnewsitem a.back:active {
	color:#0168E2;
	text-decoration:underline;
	font-weight:bold;	
}

/*
	Oteng - Search Results Styles 
----------------------------------------------------------	*/

div.searchresult {
	padding-bottom:20px;
}

div.searchresult-line {
	clear:both;
	border-bottom:1px solid #E8E8E8;		
	margin-bottom:30px;
}

div.searchresult img {
	float:left;
	padding:0px 25px 20px 0px;	
}

div.searchresult .searchresultcontainer {
	float:left;
	width:430px;
}


div.searchresult .ndate {
	color:#666666;
	font-size:11px;
}

div.searchresult h2 {
	color:#000;
	font-size:18px;
	padding:0;
	margin:0;
}

div.searchresult a.readmore:link,
div.searchresult a.readmore:visited {
	color:#387822;
	text-decoration:none;
	font-weight:bold;
	padding-bottom:10px;
}

div.searchresult a.readmore:hover, div.searchresult a.readmore:active {
	color:#387822;
	text-decoration:underline;
	font-weight:bold;	
}

div.refinedSearchForm{

	
}

div.searchForm{	
	float:left;
}

label.validate-error{
	display:block;
	color:#F00;
}


/*
	Search Form
----------------------------------------------------------*/

form#search_form {
}

form#search_form .search_container {
	background:url(../img/search-form-textbox-bg.gif) top left no-repeat;
	width:232px;
	height:38px;
	float:right;
	margin-top:12px;
	margin-right:20px;
	vertical-align:middle;
}

form#search_form input.search_text {
	margin-left:17px;
	margin-top:7px;
	width:140px;
	height:20px;
	font-family:Helvetica, Arial, sans-serif;
	border:1px solid #fff;
	font-size:14px;
	line-height:18px;
	font-style:italic;
}

form#search_form input.search_button {
	float:right;
	padding:12px 10px 0 0 ;
}
