body {
	margin: 0 0 0 0;
	padding: 0;
	font: normal 12px Arial, Verdana;
	color: #000;
	line-height: 18px;
	background: #fff;
}

* html { margin: 0; padding: 0; }

p {
	margin: 0;
	padding: 0 0 12px 0;
	line-height: 18px;
}

h1 {
	color: #1e83fe;
	font: bold 16px Arial;
	margin: 0 0 12px 0;
	padding: 0 15px 0 0;
}

h2 {
	color: #1e83fe;
	font: bold 16px Arial;
	margin: 0 0 12px 0;
	padding: 0;
}

h3 {
	font-size: 14px;
	margin: 0 0 15px 0;
	padding: 0;
}

h4 {
	font-size: 13px;
	margin: 0 0 15px 0;
	padding: 0;
}

a, a:visited {
	color: #1e83fe;
	/* font-weight: bold; */
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#pdf_table, #pdf_table a { color: #888888; }


#wrapper {
	width: 980px;
	margin: 0 auto;
}

#header {
	width: 950px;
	height: 85px;
	margin: 0 auto;
	padding: 12px 15px 8px 15px;
}

	#logo {
		padding: 0px;
		width: 140px;
		float: left;
	}
	
	#header_right {
		float: right;
		color: #5f5f5f;
		font-size: 10px;
		padding: 16px 0 0 0;
	}
	
		#header_right a, #header_right a:visited {
			color: #5f5f5f;
			font-size: 10px;
			font-weight: normal;
		}
	
	.auswide {
		font-size: 12px;
		color: #006de0;
		font-weight: bold;
		padding: 0 15px 0 0;
	}
	
	#top_menu {
		float: right;
		margin: 0 0 10px 0;
		padding: 0 3px 0 0;
	}
	
	#searchbar {
		float: right;
		clear:both;
	}

	#searchinput {
		border:1px solid #b2b2b4;
		font-size:11px;
		margin:0 3px 0 0 !important;
		padding:2px;
		width:160px;
		color: #6c6c6c;
	}

	.gobutton {
		background: url(../images/search_button.jpg) top left no-repeat;
		border:medium none;
		height:22px;
		padding: 0;
		width: 22px;
	}

#banner {
	background: url('../images/banner_home.jpg') top left no-repeat;
	width: 980px;
	height: 120px;
	margin: 0 0 3px 0;
}

#navbar {
	width: 980px;
	height: 30px;
	margin: 0 0 20px 0;
}

	#navbar ul {
		list-style: none;
		margin: 0;
		padding: 0;
		width: 980px;
	}
	
	#navbar ul li {
		float: left;
		height: 30px;
	}

	#navbar a, #navbar a:visited {
		color: #5f5f5f;
		font: normal 14px Arial, Verdana;
		font-weight: bold;
		padding: 7px 15px 0 15px;
		display: block;
		height: 23px;
		margin-left: 3px;
		width: 131px;
		text-align: center;
		background: url('../images/nav_button.jpg') bottom left no-repeat;
	}
	
	#navbar a:hover {
		text-decoration: none;
		background: url('../images/nav_button.jpg') top left no-repeat;
	}
	
	.first {
		border: none !important;
		width: 130px !important;
		margin-left: 0 !important;
		background: url('../images/nav_button_first.jpg') bottom left no-repeat !important;
	}
	
	.first:hover {
		background: url('../images/nav_button_first.jpg') top left no-repeat !important;
	}

#content_wrap_home {
	width: 980px;
	margin: 0 auto 20px auto;
	padding: 0;
	background: url('../images/bg_content_wrap.jpg') top left repeat-y;
}

#content_wrap {
	width: 980px;
	margin: 0 auto 20px auto;
	padding: 0;
	background: url('../images/bg_content_wrap_main.jpg') top left repeat-y;
}

	#sidebar_left {
		width: 160px;
		float: left;
		padding: 0 15px;
		font-weight: normal;
		color: #000;
	}

		#sidebar_left h3 {
			color: #1e83fe;
			font: bold 16px Arial;
			margin: 0 0 3px 0;
			padding: 0;
		}
		
		#sidebar_left ul {
			padding: 0;
			margin: 0 0 20px 13px;
			color: #479fff;
		}
		
		#sidebar_left ul li a, #sidebar_left ul li a:visited {
			font-weight: normal;
			font-size: 12px;
			color: #479fff;
		}
		
		.howto_contact {
			color: #4fa600 !important;
			font-size: 12px !important;
		}
		
		.contact_us_block {
			color: #88d200 !important;
			font-size: 11px;
			margin:0 0 20px 0 !important;
			background: url('../images/bg_contact_us_block.jpg') top left no-repeat;
			padding: 0 0 0 60px !important;
		}
		
			.contact_us_block li a, .contact_us_block li a:visited {
				color: #88d200 !important;
				font-size: 11px !important;
				font-weight: bold !important;
			}
			
			.contact_us_block li {
				background-position: bottom right !important;
			}
				
		.contact_us_text {
			color: #000;
		}
		
		#promo_left {
			width: 148px;
			background:#eee;
			font-size: 10px;
			padding: 0px 6px;
		}
		
		#promo_left p {
			padding: 0;
		}

	#content {
		width: 750px;
		float: left;
		margin: 0 20px;
		_margin: 0 0 0 20px;
		padding: 0 0 12px 0;
	}
	
	#content_home {
		width: 510px;
		float: left;
		margin: 0 20px;
		_margin: 0 0 0 20px;
		padding: 0 0 12px 0;
		/*background: url('../images/bg_header.jpg') 0 10px repeat-x ;*/
	}	
		
	#sidebar_right {
		width: 200px;
		float: right;
		padding: 0 20px;
	}

#footer {
	height: 22px;
	width: 980px;
	color: #5f5f5f;
	background: #e4e4e4;
	font: normal 11px Arial, Verdana;
	margin: 0 0 20px 0;
}

	#footer_left {
		float: left;
		padding: 4px 0 0 10px;
	}

	#footer_right {
		float: right;
		padding: 4px 10px 0 0;
	}

	#footer a, #footer a:visited {
		color: #5f5f5f;
		font-weight: normal;
		text-decoration: none;
	}
	
	#footer a:hover {
		text-decoration: underline;
	}

.clear { clear: both; }

.stats { display: none; }

img, div, a, input, td, table { behavior: url('/persistent/pngfix/iepngfix.htc') }

.cat_description {
	color: #5f5f5f;
}

.subcategory_block {
	width: 100%;
	margin: 0 0 35px 0;
	color: #5f5f5f;	
}

	.subcategory_block a, .subcategory_block a:visited {
		color: #5f5f5f;
		font: bold 14px Arial, Verdana;
		line-height: 20px;		
	}
	
	.subcat_left {
		float: left;
		width: 570px;
	}
	
	.subcat_right {
		float: right;
		text-align: center;
		width: 160px;
	}

.subcategory_block2 {
	width: 230px;
	margin: 0 0 15px 0;
	color: #5f5f5f;
	float: left;
	margin: 0 30px 30px 0;
	background: url('../images/arrow_button.jpg') 208px 197px no-repeat;
}

	.subcategory_block2 a, .subcategory_block2 a:visited {
		color: #5f5f5f;
		font: bold 100% Arial, Verdana;
		line-height: 20px;		
	}
	
.subcat_body {
	text-align: center;
	display: block;
	width: 230px;
	padding: 15px 0;
}

.subcat_heading {

}

.subcategory_link {
	display: block;
	width: 187px;
	height: 25px;
	padding: 5px 30px 0 13px;
	background: url('../images/sub_cat_bg2.jpg') top left no-repeat;
	margin: 0 0 15px 0;
}

.subcategory_link2 {
	display: block;
	width: 207px;
	/*height: 23px;*/
	padding: 7px 10px 7px 13px;
	background: url('../images/sub_cat_bg.jpg') top left no-repeat;
	margin: 0;
}

.breadcrumbs {
	background: url('../images/bg_breadcrumb.jpg') top left no-repeat;
	height: 20px;
	padding: 1px 0 0 25px;
	margin: 0 0 20px 0;
}

	.breadcrumbs a, .breadcrumbs a:visited {
		font-weight: normal;
	}

.you_are_here {
	font-weight: bold;
	color: #4fa600;
	padding: 0 5px 0 0;
}

#product_category {
	border-bottom: solid 1px #c9c9c9;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	color:#1E83FE;
	font-family:Arial;
	font-size:16px;
	font-weight: bold;
}

.product_heading {
	font-size: 20px;
}

.ss_plugin h2 a, .ss_plugin h2 a:visited, .ss_plugin h2 {
	color: #000;
	font-size: 12px;
	margin: 0 !important;
	padding: 0 !important;
}

.ss_plugin ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.posts .exerpt {
	padding: 0 !important;
	margin: 0 !important;
}

.ss_plugin .post-meta {
	display: none !important;
}

.ss_plugin .post-summary {
	color: #292929 !important;
}

#showcase_include {
	text-align: center;
	padding: 20px 0 0 0;
}

.showcase_product {
	margin: 0 0 25px 0;
}

	.showcase_product a, .showcase_product a:visited {
		color: #000;
		text-decoration: underline;
	}
	
.products {
	border-top: solid 1px #c9c9c9;
	padding: 15px 0 0 0;
}

#files {

}

#files ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#files ul li {
	background: url('../images/file_icon.jpg') 0 0 no-repeat;
	padding:0 0 0 18px;
}

#files a, #files a:visited {
	font-weight: normal;
}

.cat_main {
	margin: 20px 0 0 0;
}

.product_title_div {
	border: solid 1px #c9c9c9;
	margin: 0 0 15px 0;
}

.product_title_block {
	background: #e2e2e2;
	border: solid 1px #fff;
	padding: 5px 7px;
	width: 322px;
	display: block;
}

.product-item {
	padding: 0 !important;
	margin: 0 20px 40px 0;
}

.product-item a, .product-item a:visited {
	color: #000;
}

.view_product {
	background: url('../images/arrow_button.jpg') 0 2px no-repeat;
	padding: 0 0 0 15px;
}

