/*** general ***/

h1, h2, h3, h4, h5, h6, ul, li, form{
	margin:0;
	padding:0;
}
address {
	margin:10px 0;
	font-style:none;
	font-size:12px;
}
#tblSite {
	padding:0px;
	margin:0px;
	width:852px;
	height:100%;
	
}
#divHeader {
	font-size:11px;
	color:#fff;
	padding:90px 0 0 380px;	
	text-align:left;
	
}
#divHeader li {	
	display:inline;
	padding:0 2px;
}
#divHeader a {	
	color:#fff;
}
.textSearch {
	font-size:11px;
	margin:0 0 5px 30px;
}
.buttonSearch {
	background:#000;
	color:#fff;
	font-size:11px;
	margin:0 0 0 4px;
}

#tdHeader {
	background:url('images/headerBG1.jpg');
	height:200px;
}

#tdFooter {
	background:url('images/footerBG.jpg') no-repeat;
	height:60px;
	color:#666;
	text-align:right;
	font-size:11px;	
	padding:10px 20px 0 0;
}
#tdFooter a {
	color:#666;
	font-size:11px;
}
#tdFooter ul {
	list-style:none

}
#tdFooter li {
	display:inline;
}

#tdLeftbar {
	background:url('images/leftbarBG.jpg');
	height:auto;
	width:235px;

}
#tdContent {
	background:url('images/contentBG.jpg') repeat-y;
	height:auto;
	width:617px;	
	
}
#divContent {
	margin:0 30px 0 15px;

}

.contentBox {
	width:572px;
}
.contentBoxHeader {
	background: url('images/contentBoxHeader.jpg');
	width:572px;
	height:19px;
	
}
.contentBoxBody {
	background: url('images/contentBoxBody.jpg');
	padding:0 0 0 20px;
	font-size:11px;
}
.contentBoxFooter {
	background: url('images/contentBoxFooter.jpg');
	height: 19px;
}
body {

	font-family: tahoma;
	margin:0px 0px;
	font-size:11px;
	
}

#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:#FFFFFF;
	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 40px;
	width: 169px;
	border:0px solid red;
	
}	
.boxHeader {
	height:34px;
	background: url('images/leftbarBoxHeader.jpg');
	color: #A80002;
	text-align:right;	
	padding:0 10px 0 0;
}
.boxHeaderText {
	padding:11px 0 0 10px;
	color:#fff;
	font-size:12px;
	font-weight:bold;
}
.boxBody {
	background: #ffffff;
	font-family: tahoma;
	color: #A00808;	
	padding: 2 0 2 10px;
	text-align:right;
	font-size:11px;
}
.boxBody ul {
	list-style:none;
	
}
.boxBody li {
	padding:2px 0;
}
.boxBody a {
	color:#991E20;
	text-decoration:none;
	font-weight:bold;
}
.boxBody a:hover {
	color:#991E20;
	text-decoration:underline;
	font-weight:bold;
}

/*** 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;
	font-family:arial;
	width:250px;
}
.button {
	padding: 0 10 0;
	font-size: 11px;
}
.labelLeft {
	float:left;
	width: 150px;
	display:table-cell;
	padding:0 0 5px 0;
}
.labelRight {	
	float:left;
	display:table-cell;	
	width:400px;
	padding:0 0 5px 0;
}


/*** categoryList ***/
.categoryList {
	margin: 0px 0px 10px 40px;
	width: 169px;
	border:0px solid red;
	
}	
.categoryListHeader {
	height:34px;
	background: url('images/leftbarBoxHeader.jpg');
	color: #A80002;
	text-align:right;
	padding: 0 10px 0 0;
}
.categoryListHeaderText {
	padding:11px 0 0 10px;
	color:#fff;
	font-size:12px;
	font-weight:bold;
}
.categoryListBody {
	background: #ffffff;
	font-family: tahoma;
	color: #A00808;	
	padding: 2 0 2 10px;
	text-align:right;
	font-size:11px;
}
.categoryListBody ul {
	list-style:none;
	
}
.categoryListBody li {
	padding:2px 0;
}


#categoryList_ul_0 {
	margin:0 0 0 0;
}
.categoryLink1{
	color:#991E20;
	font-weight:bold;
	text-decoration:none;

}
.categoryLink2{
	color:#666;
	font-weight:none;
	text-decoration:none;

}
.categoryList2 {
	margin:0 0 0 10px;
}
	


/* newsComponent */
.newsComponent {
	margin: 0px 0px 10px 40px;
	width: 169px;
	border:0px solid red;
	
}
.newsComponentHeaderText {
	padding:11px 0 0 10px;
	color:#fff;
	font-size:12px;
	font-weight:bold;
}
.newsComponent li {
	list-style:none;
	padding:2px 0;
}

.newsComponent ul {
	list-style:none;
	padding:0;
	margin:0;
}

.newsComponentHeader {
	height:34px;
	background: url('images/leftbarBoxHeader.jpg');
	color: #ffffff;
	text-align:right;
	padding:0 10px 0 0;
}	
.newsComponentBody {
	background: #ffffff;
	font-family: tahoma;
	color: #A00808;	
	padding: 2 0 2 10px;
	text-align:right;
	font-size:11px;

}
.newsComponent a {
	color:#991E20;
	text-decoration:none;
	font-weight:bold;
}
.newsComponent a:hover {
	color:#991E20;
	text-decoration:underline;
	font-weight:bold;

}


/* viewCat.asp */


.paging {
	height:auto;
	padding:0;
	border: 0px dashed blue;
	text-align: right;
	clear:both;
	font-size:11px;
	margin:10px 5px;
}
.paging ul{
	margin: 5px 0 0 0;
	height: 10px;
	border: 0px dashed blue;
}
.paging li{
	margin: 2px;
	list-style: none;
	display: inline;
	border: 0px dashed blue;
	
}

.viewCatGrid{
	
	border-width: 0px;
	border-spacing:1px;				
	border-style: dashed;
	border-color: gray;
	border-collapse: separate;
	background-color: #ffffff;

	width:100%;
	height:;
}
.viewCatGrid td{
	
	border-width: 0px;
	padding: 3px;
	border-style: solid;
	border-color: gray;
	background-color: white;

	font-family: tahoma;
	font-size:11px;
	vertical-align: top;
}
.prodItemName {
	font-weight:bold;
}
.catName {
	color:#f00;
}
a.catName:link{
	color:#ff000;	
	text-decoration:none;
}
a.catName:active{
	color:#ff000;
	text-decoration:none;
}
a.catName:visited{
	color:#ff000;
	text-decoration:none;
}
a.catName:hover{
	color:#ff000;
	text-decoration:underline;
} 

.viewCatGridLeftColumn {
	float:left;
	width:30%;

}
.viewCatGridRightColumn{
	margin: 0 0 0 0;
	float:left;
	background: #ffffff;
	width:68%;

}


/* viewProd */
#viewProdImage {
	text-align:center;
}
.viewProdTranslation {
	height: 5;
	border: 0px dashed blue;
	text-align:right;
	display:none;
}
#viewProdButtons {
	text-align:center;
	height: 20;	
	padding: 10 0;
}
#viewProdButtons input{
	margin-right:5;
}
.productNavigation {
	font-size:11px;
	height:20px;
	margin: 0;

}
.productNavigation a{
	color:#111;
}
.viewProdRelatedGrid {
	border-width: 0px;
	border-spacing:1px;				
	border-style: dashed;
	border-color: gray;
	border-collapse: separate;
	background-color: #fff;

	width:100%;
	height:;

}
.viewProdRelatedGrid td {
	border-width: 0px;
	padding: 3px;
	border-style: dashed;
	border-color: gray;
	background-color: #fff;

	font-family: tahoma;
	font-size: .7em;
	vertical-align: top;

}
.picture {
	border:0px;
}
.viewProd_picture {

	text-align:center;
}
.viewProd_productItemLongDesc {
	margin:10px 0;	
}
.viewProd_productItemShortDesc {
	margin:10px 0;
}
.viewProd_productItemName {
	font-size:16px;
}
.viewProd_attachments{
	margin:0 0 0 20px;
}

/* 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;
	color: #101010;
	float: left;
	border: 0px dashed blue;
	width: 200;
	margin: 0 0 0 0;
}

.searchResultsGrid {
	margin:10 0 0 0;
	border-width: 0px;
	border-spacing:1px;				
	border-style: dashed;
	border-color: gray;
	border-collapse: separate;
	background-color: #fff;

	width:100%;
	height:;	
}

.searchResultsGrid 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;
}





.productColumnLeft {
	float:left;
	width:30%;

}
.productColumnRight {
	margin: 0 0 0 0;
	float:left;
	background: #ffffff;
	width:68%;

}

/*** 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%;
	margin:0 0 10 0;
	
}
.gridEnquiryMultiple td {
	
}
.gridEnquiryMultiple th {
	background:#f0f0f0;
}
.enquiryForm {
	margin-top:10px;
}

.warning {
	color:#ff0000;
}

/*** dynamic pages general style ***/

.pageContent {
	/* wraps around the whole content */

}
.pageHeader {
	font-size:17px;
	color:#a80002;
	font-family:arial;
	font-weight:bold;
}
.pageSubHeader {
	/* sub header */
	margin:0 0;
	font-size:11px;
}
.pageBody {
	/* body */
	padding:10px 0 0 0;
	font-size:11px;
}

/*** featured products ***/
.featuredProductsHeader {
	margin:10 0 5 0;
	font-size:14px;	
}
.featuredProductsGrid {
	font-family: tahoma;
	font-size: 11px;
	background-color: #f0f0f0;
	width:100%;
	
}
.featuredProductsGrid td{
	border-width: 0px;
	padding: 3px;
	border-style: dashed;
	border-color: gray;
	background-color: #f0f0f0;
	vertical-align: top;

	
}
.featuredProducts_prodItemName {
	font-weight:bold;
	color:#555;
}
.featuredProducts_priceLabel {
	color:#555;
}
.featuredProducts_prodItemShortDesc {
	color:#555;
}

.mainCategoryDetails{
	display:none;
}
.dropdownlist {
	font-size:11px;
}

/*** section ***/
.sectionGrid {
	font-size:11px;
	width:100%;
}

/*** section component ***/
.sectionComponent {
	font-size:11px;
	margin: 0px 0px 10px;
	background: #D31C16;
	padding: 1px;
	
}
.sectionComponentHeader {
	height:18;
	background: url(images/navbar_titlebg.gif) #D31C16;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	padding: 0px 2px 1px;
}
.sectionComponentGrid {
	font-size:11px;	
	font-family:tahoma;
	background:#fff;	
	width:100%;
}

