/*** general ***/

h1, h2, h3, h4, h5, h6, form {
	margin:0;
	padding:0;
}
body {
	font-family: tahoma;
	margin:0px 0px;	
	background: #15547A;
	
}

#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 {
	

	position:absolute;
	height:100%;
	width:35%;
	margin-left:0%;
	border: 0px dashed blue;
}

#headerWrapper {
	width:100%;
	height:90;
	position:relative;

}
#banner {	

	border: 0px dashed blue;
	position:absolute;
	height:100%;
	width:65%;
	margin-left:35%;
	text-align:center;	
}
#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-size: .70em;
	font-weight:bold;
	}

#navigation a:visited {
	color:#FFFFFF;
	text-decoration:none;
	font-family: verdana;
	font-size: .70em;
	font-weight:bold;
	}

#navigation a:hover {
	color:#FEFFBE;
	text-decoration:underline;
	font-family: verdana;
	font-size: .70em;
	font-weight:bold;
	}

#navigation a:active {
	color:#FFDDDD;
	text-decoration:underline overline;
	font-family: verdana;
	font-size: .70em;
	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;
	font-size: .75em;
	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: .7em;
	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-size: .8em;
	font-weight: bold;
	color: #ffffff;
	padding: 0px 2px 1px;


}
.boxBody {
	background: #ffffff;
	font-family: tahoma;
	font-size: .7em;
	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;
	font-size: .7em;
	height:40;
}

/*** form inputs ***/
.textbox {
	font-size: 11px;
}
.textarea {
	font-size: 1.2em;
	
}
.button {
	padding: 0 10 0;
	font-size: 1em;
}
.labelLeft {
	display: table-cell;
	border: 0px dashed blue;
	width: 150;
	vertical-align: top;
}
.labelRight {	
	display: table-cell;
}

/*** components ***/
#categoryList {
	width: 100%;
	padding: 0;
	border: 0px dashed blue;
	font-family: tahoma;
	font-size: 1em;
	
	margin: 0 0 0 -27;
}
#categoryList a{
	color:#fff;
	font-weight:normal;
	text-decoration:none;
}
#categoryList a:hover{
	color:#D5AE65;
	font-weight:normal;
	text-decoration:underline;
}

#categoryList ul{
	border: 0px dashed green;	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 12px;	

}
#categoryList li{
	margin: 0;
	list-style:none;
	padding:1px 0px 2px 0px;

}

/* newsComponent */
#newsComponent {
	margin: 0px 0px 10px;
	background: #D31C16;
	padding: 1px;	
	
}
#newsComponentHeading {
	height:18;
	background: url(images/navbar_titlebg.gif) #D31C16;
	font-family: verdana;
	font-size: .8em;
	font-weight: bold;
	color: #ffffff;
	padding: 0px 2px 1px;
}	
#newsComponentBody {
	background: #ffffff;
	font-family: tahoma;
	font-size: .7em;
	color: #101010;	
	padding: 2 0 2 3;
	text-align:top;

}

/* viewCat.asp */


#Paging {
	height:20;
	padding:0;
	border: 0px dashed blue;
	text-align: right;
}
#Paging ul{
	margin: 5 0 0 0;
	height: 10;
	border: 0px dashed blue;
}
#Paging a{
	color:#111;
	font-weight:normal;
	text-decoration:underline;
}
#Paging a:hover{
	color:#111;
	font-weight:normal;
	text-decoration:underline;
}

#Paging li{
	margin: 2;
	list-style: none;
	display: inline;
	border: 0px dashed blue;
	
}

#viewCatProducts{
	
	border-width: 0px;
	border-spacing:1px;				
	border-style: dashed;
	border-color: gray;
	border-collapse: separate;
	background-color: #ffffff;

	width:95%;
	height:;
}
#viewCatProducts td{
	
	border-width: 0px;
	padding: 3px;
	border-style: solid;
	border-color: gray;
	background-color: white;

	font-family: tahoma;
	font-size: 1em;
	vertical-align: top;
}
#viewCat_categoryDetails {
	display:block;
	background:#ffffff ;
	width:95%;
	padding:10;

}
#viewCat_pictureLarge {
}
#viewCat_categoryName {
	font-size:1.2em;	
	font-weight:bold;
}


/* viewProd */
#viewProdImage {
	text-align:center;
}
#viewProdTranslation {
	margin-top:5;
	height: 25;
	border: 0px dashed blue;
	text-align:right;
}
#viewProdButtons {
	text-align:left;
	height: 20;	
	padding: 10 0;
}
#nav {
	background: ;
	height:20px;
	padding: 5 5 0;
	margin: 0;
	color:white;
}
#nav a{
	color:#fff;
	font-weight:normal;
	text-decoration:none;
}
#nav a:hover{
	color:#D5AE65;
	font-weight:normal;
	text-decoration:underline;
}


#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: 1em;
	vertical-align: top;

}
.picture {
	border:0px dashed #a0a0a0;
}

/* viewProdPrinter */
#viewProdPrinter {
	margin: 10;	
	font-family: tahoma;
	font-size: .8em;
	color: #202020;
}

/* search product */
#searchProdPicture {
	float:left;
	border: 0px dashed blue;
	margin: 0 10 0 0;
}

#searchProdDetails {
	
	font-family: tahoma;
	font-size: 1em;
	color: #111;
	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:95%;
	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: 1em;

	border-width: 0px;
	border-spacing:1px;				
	border-style: dashed;
	border-color: gray;
	border-collapse: separate;
	background-color: #f0f0f0;



	width: 100%;
	
}
#featuredProductsTable td{
	border-width: 0px;
	padding: 3px;
	border-style: dashed;
	border-color: gray;
	background-color: #f0f0f0;
	
	vertical-align: top;

	
}


.productColumnLeft {
	float:left;
	width:30%;

}
.productColumnRight {
	margin: 0 0 0 0;
	float:left;
	background: #ffffff;
	width:68%;

}

/*** garden silk specific ***/
.PriceBig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #0000FF;
	line-height: 18px;
}

.PriceSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #003399;
}



P {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
}

A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003399;
	text-decoration: underline;
}

A.MenuHeaderLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

A.MenuHeaderLink:hover {
	color: #D5AE65;
	text-decoration: underline;
}

A.TopMenuNaviLink{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #002E44;
	text-decoration: none;
}

A.TopMenuNaviLink:hover {
	color: #002E44;
	text-decoration: underline;
	
}

TABLE {
	FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 11px
}

TD {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px
}

INPUT {
	FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 10px; FONT-WEIGHT: normal
}

.LeftMenuInfoHeadlineNew {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	COLOR: #FFFFFF;
	text-transform: uppercase;
}

.LeftMenuInfoHeadline {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	COLOR: #FFFFFF;
	text-transform: uppercase;
}


.LeftMenuLinkNew {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.LeftMenuLinkNew A:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.LeftMenuLinkNew:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #D5AE65;
	text-decoration: underline;
}

.LeftMenuText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.LeftMenuSubLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #0066CC;
	text-decoration: underline;
}

.LeftSubMenuLink{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0066CC;
	text-decoration: none;
}

.LeftSubMenuLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0066CC;
	text-decoration: underline;
}


.LeftMenuInfoHeadline1 {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	COLOR: #FFFFFF;
	text-transform: uppercase;
}

.HPShowcaseProdName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	color: #000000;
}

.HPShowcaseDesc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	color: #000000;
	text-align: left;
}

.MainTextBlackMarked {
	COLOR: #FFFFFF; FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 11px; FONT-WEIGHT: normal
}


.MenuHeaderLink {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
}


.PageNavCurrent{
	color: #000000;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
}

.PageNavLink{
	color: #000000;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: underline;
}
.leftHeading
{
	font-family: Arial;
	font-size:12px;
	color: #002E44;
	font-weight:bold;
	margin-left:2px;
}
.contentWrapper {
	background: #fff;
	margin: 0 11 0 0;
	
	padding: 5;
	border: 1px solid #d5ae65;
}
/*** custom left menu ***/
#menuLeft {
	margin: 0 0 0 0;	
	font-size:1.2em;
}

#menuLeft ul {	
	padding:0;
	margin:0

}

#menuLeft li {
	padding:0;
	margin-left:5;
	list-style:none
	

}

/*** linkLeft ***/
