/*** general ***/

form, h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
}
body {

	font-family: tahoma;
	margin:0px 0px;
	font-size:11px;
	
}

		#header
		{
			height:;
			background-color: #fff;
			margin-bottom: 10px;
		}
	
		#gutter
		{
			float: left;
			width: 1.5%;
			height: 1px;
		}
		
		#col1
		{
			float: left;
			width: 57%;
			height: auto;
			background-color: #ffffff;
			margin-bottom:20;
			padding:0 0 0 0 0;
			border: 0px dashed blue;
			font-family: tahoma;
			font-size: 11px;
			color: #101010;

	
		}
		
		#col2
		{
			float: left;
			width: 20%;
			background-color: #ffffff;
			margin-bottom: 10px;
			margin-left: 0.0%;
			
		}
		
		#col3
		{
			float: left;
			width: 20%;
			margin-right: 0.0%;
			background-color: #ffffff;
			margin-bottom: 10px;
		}
		#footer
		{
			clear: both;
			height: 70px;
			background-color: #ffffff;
			text-align: center;
		}

		#wrapper 
		{
			background:#ffffff;
			width: 760px;
			left: 50%;
			margin-left: -380px;
			position:absolute;
		}

#bodyWrapper {
	
	width: 760px;
	position:absolute;
	left:50%;
	margin-left: -380px;
	border: 0px dashed blue;

}
#flash {

	margin:0;
	padding:0;
	border: 0px dashed blue;
	text-align: center;	
}
/*** header ***/
#companyLogo {
	
	float:left;	
	width:35%;
	background:#fff;
}

#headerWrapper {
	width:100%;
	height:90;
	position:relative;

}
#banner {	
	float:left;
	width:60%;
	text-align:center;
	margin-left:10px;	
	margin-top:10;
	background:#fff;
	
}
#bannerImage {
	margin: 15px 0px 0px 0px;
	border: 1px solid #c0c0c0;
}


/*** navigation ***/
#navigation {	
	width: 100%;
	height:4%;
	background-color: #a0a0a0;
	background-image: url(images/menu_bg.gif);
	margin: 0px 0px;
	position:relative;

}


#navigation a:link {
	color:#9A959C;
	text-decoration:none;
	font-family: verdana;
	font-weight:bold;
	}

#navigation a:visited {
	color:#FFFFFF;
	text-decoration:none;
	font-family: verdana;
	font-weight:bold;
	}

#navigation a:hover {
	color:#FEFFBE;
	text-decoration:underline;
	font-family: verdana;
	font-weight:bold;
	}

#navigation a:active {
	color:#FFDDDD;
	text-decoration:underline overline;
	font-family: verdana;
	font-weight:bold;
	}

#navigation ul {
	margin:0px;
	padding:0px 5px 3px 5px;
	
	}

#navigation li {
	padding:0px;
	list-style:none;
	display:inline;
	padding:0px 3px 0px 0px;

	}


#dropShadow {
	
	background: url(images/drop_shadow_right.gif) repeat-x;
	height:4;	
	margin:0;
	padding:0;
	
}


#leftNav {

	width:100%;
}
#leftNav ul {
	margin:0px;
	padding:2px 5px;
	
	}

#leftNav li {
	list-style:none;
	padding:2px 8px 2px 0px;

	}


#navFooter{
	font-family: tahoma;
	color: #101010;

}


/*** content ***/
#contentWrapper {
	padding: 0;
	margin: 0;
	background: #ffffff;
	border: 0px dashed green;
	width:100%;
	height:100%;
	position: absolute;
	top: 125;
}

#contentLeft {

	position: absolute;
	top:0px;
	left:0px;
	width: 150;
	margin: 0px;
	height:100%;
}

#contentCenter {
	border: 0px dashed green;
	position: relative;
	padding:0px;
	height:100%;
	margin: 0 160 0;
	
}
#contentRight {

	position: absolute;
	width: 150;
	margin: 0px;
	top:0px;
	right:0px;
	height:100%;
}
#content {
	height:auto;
	min-height: 550;
	font-family: tahoma;
	font-size: 11px;
	color: #101010;
	border: 0px dashed green;
	margin-bottom:10;

}

.clear {
	clear:both;
}

/*** box ***/
.box {
	margin: 0px 0px 10px;
	background: #D31C16;
	padding: 1px;	

}	
.boxHeader {
	height:18;
	background: url(images/navbar_titlebg.gif) #D31C16;
	font-family: verdana;
	font-weight: bold;
	color: #ffffff;
	padding: 0px 2px 1px;


}
.boxBody {
	background: #ffffff;
	font-family: tahoma;
	color: #101010;	
	padding: 2 0 2 3;
	text-align:top;
}


/*** footer ***/

#footerWrapper {	

	border: 0px dashed blue;
	width:100%;
	height:10%;
	position:relative;
	text-align:center;

}
#neoFooter {
	border: 0px dashed blue;
	margin: 10 0;
	font-family: tahoma;
	height:40;
}

/*** form inputs ***/
.textbox {
	font-size: 11px;
}
.textarea {
	font-size: 11px;
	
}
.button {
	padding: 0 10 0;
	font-size: 11px;
}
.labelLeft {
	display: table-cell;
	border: 0px dashed blue;
	width: 150;
	vertical-align: top;
}
.labelRight {	
	display: table-cell;
}

/*** components ***/
.categoryList {
	width: 100%;
	padding: 0;
	font-family: tahoma;
	font-size: 11px;
	color: #202020;

}
.categoryList ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}
.categoryList li{	
	border:0px solid blue;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 1px 0px;
	list-style:none;
	
}

.categoryListHeader {

}


.categoryListBody {
	background: #ffffff;
	font-family: tahoma;
	font-size:11px;
	margin: 0 0 0 0;
}

.categoryListFooter {

}

#categoryList_ul_0 {
	margin:0 0 0 0;
}

/* newsComponent */
.newsComponent {
	margin: 0px 0px 10px;
	background: #D31C16;
	padding: 1px;	
	
}
.newsComponent li {
	list-style:none;
	padding:2 0;
}

.newsComponent ul {
	padding:0;
	margin:0;
}

.newsComponentHeader {
	height:18;
	background: url(images/navbar_titlebg.gif) #D31C16;	
	font-size:12px;
	font-family:verdana;
	font-weight: bold;
	color: #ffffff;
	padding: 0px 2px 1px;
}	
.newsComponentBody {
	background: #ffffff;
	font-family: tahoma;
	color: #101010;	
	padding: 2 0 2 3;
	text-align:top;

}

/* viewCat.asp */


#Paging {
	height:auto;
	padding:0 0 10 0;
	border: 0px dashed blue;
	text-align: right;
	clear:both;
	font-size:11px;
	color:#b11f25;	
}
#Paging ul{
	margin: 5 0 0 0;
	height: 10;
	border: 0px dashed blue;
}
#Paging li{
	margin: 2;
	list-style: none;
	display: inline;
	border: 0px dashed blue;
	
}
#paging a {
	color:#9A959C;
	font-size:11px;
}

#viewCatProducts{
	width:500px;
	border-width: 0px;
	border-spacing:1px;				
	border-style: dashed;
	border-color: gray;
	border-collapse: separate;
	background-color: #ffffff;
}
#viewCatProducts td{
	
	border-width: 0px;
	padding: 3px;
	border-style: solid;
	border-color: gray;
	background-color: white;

	font-family: tahoma;
	font-size: .7em;
	vertical-align: top;
}
#viewCat_categoryDetails {
	display:none;
	background: ;
	width:100%;

}
#viewCat_pictureLarge {
}
#viewCat_categoryName {
	font-size:1.2em;	
	font-weight:bold;
}


/* viewProd */
#viewProdImage {	
	padding:10 0 0 0;
	text-align:center;
}
#viewProdTranslation {
	height: 5;
	border: 0px dashed blue;
	text-align:right;
}
#viewProdButtons {
	text-align:center;
	height: 20;	
	padding: 10 0;
}
#viewProdButtons input{
	margin-right:5;
}
#nav {
	font-size:11px;
	background: #fff;
	height:20px;
	padding: 3 0 0;
	margin: 0;
}
#nav a {
	color: #625D69;
	text-decoration:none;
}
.currNavText {
	color:#F50F1A;
	font-weight:none;
}

#viewProdRelated {
	border-width: 0px;
	border-spacing:1px;				
	border-style: dashed;
	border-color: gray;
	border-collapse: separate;
	background-color: #f0f0f0;

	width:100%;
	height:;

}
#viewProdRelated td {
	border-width: 0px;
	padding: 3px;
	border-style: dashed;
	border-color: gray;
	background-color: #f0f0f0;

	font-family: tahoma;
	font-size: .7em;
	vertical-align: top;

}
.picture {
	border:0px;
}

/* viewProdPrinter */
#viewProdPrinter {
	margin: 10;	
	font-family: tahoma;
	font-size: 11px;
	color: #202020;
}

/* search product */
#searchProdPicture {
	float:left;
	border: 0px dashed blue;
	margin: 0 10 0 0;
}

#searchProdDetails {
	
	font-family: tahoma;
	font-size: .75em;
	color: #101010;
	float: left;
	border: 0px dashed blue;
	width: 200;
	margin: 0 0 0 0;
}

#searchResultsTable {
	border-width: 0px;
	border-spacing:1px;				
	border-style: dashed;
	border-color: gray;
	border-collapse: separate;
	background-color: #fff;

	width:100%;
	height:;	
}

#searchResultsTable td{
	border-width: 0px;
	padding: 3px;
	border-style: dashed;
	border-color: gray;
	background-color: #fff;
	
	vertical-align: top;
	
}

/* news */
#newsItem {
	border-bottom: 1px dashed #e0e0e0;
	margin:10 0;
	
}
#newsHeader {
	border: 0px dashed blue;

}
#newsTitle {	
	padding: 0 3 0;
	height:20;
	float:left;
	font-size:1.2em;
	background: #f0f0f0;
	width:80%;
}
#newsDate {
	height:20;
	width:80;
	float:left;
	text-align:center;	
	background: #e6e6fa;
}
#newsContent {
	border: 0px dashed blue;
	background: #fffff;
	padding:5 3;
}

/* featured products */
#featuredProductsTable {
	font-family: tahoma;
	font-size: 11px;

	border-width: 0px;
	border-spacing:1px;				
	border-style: dashed;
	border-color: gray;
	border-collapse: separate;
	background-color: #fff;
	width: 100%;
	margin:0 0 0 0;
	
}
#featuredProductsTable td{
	border-width: 0px;
	padding: 3px;
	border-style: dashed;
	border-color: gray;
	background-color: #fff;
	
	vertical-align: top;

	
}


.productColumnLeft {
	float:left;
	width:auto;

}
.productColumnRight {
	margin: 0 0 0 0;
	float:left;
	background: #ffffff;
	width:60%;

}

/*** enquiryMultiple.asp ***/
.gridEnquiryMultiple {	
	font-size:11px;
	
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: white;
	width:100%;
	
}
.gridEnquiryMultiple td {
	
}
.gridEnquiryMultiple th {
	background:#f0f0f0;
}
.enquiryForm {
	margin-top:10px;
}

.warning {
	color:#ff0000;
}

/*** dynamic pages general style ***/

.pageContent {
	/* wraps around the whole content */	
	border:0px solid blue;
	padding:0 0 0 0;

}
.pageHeader {
	/* header section */
}
.pageSubHeader {
	/* sub header */
	margin:0;
	font-size:11px;
}
.pageBody {
	/* body */
	font-size:11px;	
}

/*** leftbarDiv ***/
.leftbarDiv {
	padding:0 0 0 34;
	width:auto;
	border:0px solid red;
	font-size:11px;	
}
.leftbarDiv ul {
	padding:0;
	margin:0;
}
.leftbarDiv li {
	list-style:none;
}
/*color:#b11F25;*/
.linkLeftbar1 {

	color:#958D5F;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
.linkLeftbar2 {
	color:#625D69;
	font-family:arial;
	font-size:11px;
	text-decoration:none;
	padding:0 0 0 15;
}

.categoryLink {
	font-weight:bold;
	color:#A09EA3;
	text-decoration:none;
}
.categoryShortDesc {
	color:#A09EA3;	
}
.productItemLink {
	color:#A09EA3;
	text-decoration:none;

}
.prodItemName {
	color:#757675;
	font-weight:bold;
}
.divSearch {
	width:200;
	height:20;
	float:right;
	margin:50 0 0 0;
	border:0px solid blue;
}
.ProdItemLongDesc {
	padding:20 0 0 0;
}

.tdContent {
	padding:0 10px 10px 10px;
	vertical-align:top;
}
