/* Default CSS Stylesheet for a new Web Application project */

body,
html 
{
    margin:5px;
    padding:0;
    background:white;
    color:#486374;
    font-family: Arial, Tahoma, Verdana;
    font-size: x-small;
}

A:link
{	
	text-decoration: none;
	color: #486374;
}	
		
A:visited	
{	
	text-decoration: none;
	color: #486374;
}	
		
A:active	
{	
	text-decoration: none;
	color: #486374;
}	
		
A:hover	
{	
	text-decoration: underline;
	color: #486374;
}

h1
{
	font-size:large;
    margin-bottom:10px;
    padding-top:0px;
    margin-left:0px;
    margin-top:0px;
}

h2
{
	font-size:medium;
    margin-bottom:8px;
    padding-top:0px;
    margin-top:0px;
}

h3
{
	font-size:x-small;
	font-weight:normal;
	margin-top:0px;
}


input
{
	font-size:x-small;
	font-family:Arial;
}

textarea
{
	font-size:x-small;
	font-family:Arial;
}

select
{
	font-size:x-small;
	font-family:Arial;
}

#divWrapper 
{
    width:735px;
    text-align:center;
}

#divMenu
{
	height:100px;
	position:relative;
    border: dashed 0px silver;
}

		#divMenuLogo 
		{
			float:left;
		}

		#divMenuList 
		{
			width:570px;
			border:0px;
			float:right;
			text-align:right;
			position: absolute;
			right: 0px;
			bottom: 0px;
		}
		#divMenuList ul
		{
			list-style:none;
			margin-bottom:0px;
		}
		#divMenuList li
		{
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
			display:inline;
		}

#divMain 
{
	clear:both;
	margin:0px 0px 0px 0px;
    text-align:left;
}

#divFooter
{
	clear:both;
	color:Silver;
	padding-bottom:20px;
	text-align:left;
	border-top: solid 1px silver;
}
#divFooter a:link {color:silver}
#divFooter a:visited {color:silver}
#divFooter a:hover {color:silver}
#divFooter a:active {color:silver}
#divFooter ul
{
	margin-top:0px;
	margin-left:0px;
	margin-bottom:0px;
	padding-left:0px;
}
#divFooter li
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display:inline;
}

		#divFooterLeft
		{
			width:33%;
			float:left;
			text-align:left;
		}
		
		
		#divFooterMiddle
		{
			width:33%;
			float:left;
			text-align:center;
		}
		
		#divFooterRight
		{
			width:33%;
			float:right;
			text-align:right;
		}
		
#divAdmin_HeaderLinks
{
	width:130px;
	margin-left:6px;
	padding: 5px 5px 5px 12px;
	border: dashed 0px red;
}

.tabProductListEnabled
{
	background-color:Silver;
}

.tabProductListDisabled
{
	background-color:#EfEfEf;
	color:Gray;
}

.spanProductListItem 
{
	float:left;
    width:215px;
    text-align:center;
    margin-bottom: 15px;
    margin-left: 15px;
    border: dashed 1px gold;
}

.HideElement
{
	display:none;
}

/*---------------------------------------------------------------------------------------------
Start: INDEX.ASPX - Homepage
-------------------------------------------------------------------------------------------- */

#divIndex_Left
{
	width:550px;
	border: solid 0px red;
	float:left;
}

		#divIndex_Main
		{
			position:relative;
			border: solid 0px red;
			margin-bottom:15px;
			width:538px;
			height:270px;
			background: #4C4240;
			background-position: right top;
			background-repeat: no-repeat;
			color:White;
		}
				#divIndex_Main_SWF
				{
					position: absolute;
					padding-top:0px;
					width:350px;
				}
				
				#divIndex_Main_Catalogue
				{
					position: absolute;
					right: 0px;
					padding-top: 10px;
					text-align:left;
					border: solid 0px red;
					width:140px;
				}
				#divIndex_Main_Catalogue a:link {color:white}
				#divIndex_Main_Catalogue a:visited {color:white}
				#divIndex_Main_Catalogue a:hover {color:white}
				#divIndex_Main_Catalogue a:active {color:white}

				/* #divIndex_Main_Content
				{
					position: absolute;
					right: 0px;
					top:-26px;
					padding-right: 10px;
					text-align:left;
					border: solid 0px red;
					width:150px;
				} */

				#divIndex_Main_Content
				{
					position: absolute;
					right: 0px;
					top: -26px; /* 30px; */
					padding-right: 10px;
					text-align:left;
					border: solid 0px red;
					width:150px;
				}
/*
                                #divIndex_Main_Content p { padding: 0; margin: 4px 0 0 0; position:relative; top:-10px; }
                                #divIndex_Main_Content img { padding: 0; margin: 0; position: relative; top:-10px;}
                                #divIndex_Main_Content p { line-height: 110%; }
*/				
#divIndex_Row
{
	height:180px;
	padding: 0px;
	margin-bottom:10px;
	border: solid 0px red;
}

		#divIndex_Row_LatestProducts
		{
			float:left;
			position:relative;
			width:170px;
			height:180px;
			padding: 0px;
			margin-right:13px;
			vertical-align:bottom;
			background-image: url(Images/Box-Trade.jpg);
			background-repeat:no-repeat;
			background-position: left top;
			background-color: #d5d2b1;
			color:#86a5ba;
			border: solid 0px red;
		}

				#divIndex_Row_LatestProductsLeft
				{
					position:absolute;
					margin: 0px;
					padding: 0px;
					bottom:0px;
					border: solid 0px red;
				}

				#divIndex_Row_LatestProductsMain
				{
					position:absolute;
					width:110px;
					padding-right:5px;
					top:15px;
					left:40px;
					border: solid 0px red;
					color:#4C4240;
				}
				
				#divIndex_Row_LatestProductsImage
				{
					position:absolute;
					width:90px;
					height:110px;
					bottom:0px;
					left:45px;
					text-align:left;
					padding-left:18px;
					padding-top:5px;
					background-image: url(Images/frameshad.gif);
					background-repeat:no-repeat;
					background-position: left top;
					border: solid 0px red;
				}
				
		#divIndex_Row_LatestNews
		{
			float:left;
			position:relative;
			width:170px;
			height:180px;
			padding: 0px;
			margin-right:13px;
			vertical-align:bottom;
			background-image: url(Images/Box-Trade.jpg);
			background-repeat:no-repeat;
			background-position: left top;
			background-color: #d5d2b1;
			color:#86a5ba;
			border: solid 0px red;
		}

				#divIndex_Row_LatestNewsLeft
				{
					position:absolute;
					margin: 0px;
					padding: 0px;
					bottom:0px;
					border: solid 0px red;
				}

				#divIndex_Row_LatestNewsMain
				{
					position:absolute;
					width:110px;
					padding-right:5px;
					top:15px;
					left:40px;
					border: solid 0px red;
					color:#4C4240;
				}
				#divIndex_Row_LatestNewsMain a:link {color:#4C4240}
				#divIndex_Row_LatestNewsMain a:visited {color:#4C4240}
				#divIndex_Row_LatestNewsMain a:hover {color:#4C4240}
				#divIndex_Row_LatestNewsMain a:active {color:#4C4240}
				#divIndex_Row_LatestNewsMain ul
				{
					margin-top:0px;
					margin-left:0px;
					margin-bottom:0px;
					padding-left:0px;
					display:block;
				}
				#divIndex_Row_LatestNewsMain li
				{
					list-style-type:none;
					padding-bottom:0px;
					padding-bottom:8px;
					display:block;
				}
				
				#divIndex_Row_LatestNewsImage
				{
					position:absolute;
					width:90px;
					height:110px;
					bottom:0px;
					left:45px;
					text-align:left;
					padding-left:18px;
					padding-top:5px;
					background-image: url(Images/frameshad.gif);
					background-repeat:no-repeat;
					background-position: left top;
					border: solid 0px red;
				}
				
		#divIndex_Row_Trade
		{
			float:left;
			position:relative;
			width:170px;
			height:180px;
			padding: 0px;
			margin-right:0px;
			vertical-align:bottom;
			background-image: url(Images/Box-Trade.jpg);
			background-repeat:no-repeat;
			background-position: left top;
			background-color: #d5d2b1;
			color:#4C4240;
			border: solid 0px red;
		}

				#divIndex_Row_TradeLeft
				{
					position:absolute;
					margin: 0px;
					padding: 0px;
					bottom:0px;
					border: solid 0px red;
				}

				#divIndex_Row_TradeMain
				{
					position:absolute;
					width:110px;
					padding-right:5px;
					top:15px;
					left:40px;
					border: solid 0px red;
					color:#4C4240;
				}
				
				#divIndex_Row_TradeMain a:link {color:#4C4240}
				#divIndex_Row_TradeMain a:visited {color:#4C4240}
				#divIndex_Row_TradeMain a:hover {color:#4C4240}
				#divIndex_Row_TradeMain a:active {color:#4C4240}				
				#divIndex_Row_TradeMain ul
				{
					margin-top:0px;
					margin-left:0px;
					margin-bottom:0px;
					padding-left:0px;
					display:block;
				}
				#divIndex_Row_TradeMain li
				{
					list-style-type:none;
					padding-bottom:0px;
					display:block;
				}
				
				#divIndex_Row_TradeMainImage
				{
					position:absolute;
					width:90px;
					height:110px;
					bottom:0px;
					left:45px;
					text-align:left;
					padding-left:18px;
					padding-top:5px;
					background-image: url(Images/frameshad.gif);
					background-repeat:no-repeat;
					background-position: left top;
					border: solid 0px red;
				}

#divIndex_Right
{
	width:182px;
	border: solid 0px red;
	float:left;
}

		#divIndex_Links
		{
			position:relative;
			height:105px;
			padding: 0px;
			margin-bottom:10px;
			vertical-align:bottom;
			background-image: url(Images/Box-Links.jpg);
			background-repeat:no-repeat;
			background-position: left top;
			background-color: #86a5ba;
			color:White;
			border: solid 0px red;
		}

				#divIndex_LinksLeft
				{
					position:absolute;
					margin: 0px;
					padding: 0px;
					bottom:0px;
					border: solid 0px red;
				}

				#divIndex_LinksMain
				{
					position:absolute;
					top:30px;
					left:40px;
					border: solid 0px red;
				}
				#divIndex_LinksMain a:link {color:white}
				#divIndex_LinksMain a:visited {color:white}
				#divIndex_LinksMain a:hover {color:white}
				#divIndex_LinksMain a:active {color:white}
				#divIndex_LinksMain ul
				{
					margin-top:0px;
					margin-left:15px;
					margin-bottom:0px;
					padding-left:0px;
					display:block;
				}
				#divIndex_LinksMain li
				{
					list-style-image: url(Images/Arrow-SE-Blue.gif);
					padding-bottom:5px;
					display:block;
				}
				
		#divIndex_Trade
		{
			position:relative;
			height:140px;
			padding: 0px;
			margin-bottom:9px;
			vertical-align:bottom;
			background-image: url(Images/Box-Trade.jpg);
			background-repeat:no-repeat;
			background-position: left top;
			background-color: #d5d2b1;
			color: #86a5ba;
			border: solid 0px red;
		}

				#divIndex_TradeLeft
				{
					position:absolute;
					margin: 0px;
					padding: 0px;
					bottom:0px;
					border: solid 0px red;
				}

				#divIndex_TradeMain
				{
					position:absolute;
					width:136px;
					top:20px;
					left:40px;
					
					border: solid 0px red;
				}
				
		#divIndex_Logo
		{
			height:220px;
			background-image: url(Images/Box-LogoArea.jpg);
			background-repeat:no-repeat;
			background-position: left top;
			color:White;
			border: solid 0px red;
		}
		#divIndex_Logo a:link {color:white}
		#divIndex_Logo a:visited {color:white}
		#divIndex_Logo a:hover {color:white}
		#divIndex_Logo a:active {color:white}
		#divIndex_Logo ul
		{
			padding-top:170px;
			margin-bottom:0px;
		}
		#divIndex_Logo li
		{
			list-style-image: url(Images/Arrow-WhiteClear-E.gif);
			padding-bottom:5px;
		}
/*---------------------------------------------------------------------------------------------
End: INDEX.ASPX
-------------------------------------------------------------------------------------------- */


/*---------------------------------------------------------------------------------------------
Start: PRODUCTS.ASPX, PRODUCTSCAT.ASPX
-------------------------------------------------------------------------------------------- */

#productThumb
{
	width:88px;
	height:104px;
}

#divProducts_Left
{
	width:550px;
	border: solid 0px red;
	float:left;
}

		#divProducts_Main
		{
			position:relative;
			border: solid 0px red;
			margin-bottom:15px;
			width:536px;
			height:189px;
			/*background-image: url(images/Header-OurProducts-Main.jpg);
			background-repeat: no-repeat;*/
			color:White;
		}
		
				#divProducts_Main_Catalogue
				{
					position: absolute;
					right: 0px;
					padding-top: 5px;
					padding-right: 10px;
					text-align:left;
					border: solid 0px red;
					width:140px;
				}
				#divProducts_Main_Catalogue a:link {color:white}
				#divProducts_Main_Catalogue a:visited {color:white}
				#divProducts_Main_Catalogue a:hover {color:white}
				#divProducts_Main_Catalogue a:active {color:white}

				#divIndex_Main_Content
				{
					position: absolute;
					right: 0px;
					padding-top: 45px;
					padding-right: 10px;
					text-align:left;
					border: solid 0px red;
					width:150px;
				}

				#divProducts_Main_Content
				{
					position: absolute;
					right: 0px;
					padding-top: 60px;
					padding-right: 10px;
					text-align:left;
					border: solid 0px red;
					width:140px;
				}
				
#divProducts_Right
{
	width:182px;
	border: solid 0px red;
	float:left;
}
				
		#divProducts_Links
		{
			position:relative;
			height:101px;
			padding: 0px;
			margin-bottom:10px;
			vertical-align:bottom;
			background-image: url(Images/Box-Links.jpg);
			background-repeat:no-repeat;
			background-position: left top;
			background-color: #86a5ba;
			color:White;
			border: solid 0px red;
		}

				#divProducts_LinksLeft
				{
					position:absolute;
					margin: 0px;
					padding: 0px;
					bottom:0px;
					border: solid 0px red;
				}

				#divProducts_LinksMain
				{
					position:absolute;
					top:30px;
					left:40px;
					border: solid 0px red;
				}
				#divProducts_LinksMain a:link {color:white}
				#divProducts_LinksMain a:visited {color:white}
				#divProducts_LinksMain a:hover {color:white}
				#divProducts_LinksMain a:active {color:white}
				#divProducts_LinksMain ul
				{
					margin-top:0px;
					margin-left:15px;
					margin-bottom:0px;
					padding-left:0px;
					display:block;
				}
				#divProducts_LinksMain li
				{
					list-style-image: url(Images/Arrow-SE-Blue.gif);
					padding-bottom:5px;
					display:block;
				}
				
		#divProducts_Catalogue
		{
			position:relative;
			height:78px;
			padding: 0px;
			margin-bottom:9px;
			vertical-align:bottom;
			background-image: url(Images/Box-Trade.jpg);
			background-repeat:no-repeat;
			background-position: left top;
			background-color: #d5d2b1;
			color: #86a5ba;
			border: solid 0px red;
		}

				#divProducts_CatalogueLeft
				{
					position:absolute;
					width:28px;
					margin: 0px;
					padding: 0px;
					bottom:20px;
					text-align:right;
					border: solid 0px red;
				}

				#divProducts_CatalogueMain
				{
					position:absolute;
					width:136px;
					top:20px;
					left:40px;
					border: solid 0px red;
				}
				#divProducts_CatalogueMain a:link {color:#86a5ba}
				#divProducts_CatalogueMain a:visited {color:#86a5ba}
				#divProducts_CatalogueMain a:hover {color:#86a5ba}
				#divProducts_CatalogueMain a:active {color:#86a5ba}
				
#divProducts_Breadcrumbs
{
	clear:both;
	padding: 0px 4px 6px 2px;
	color:#486374;
}
#divProducts_Breadcrumbs a:link {color:#a7895d}
#divProducts_Breadcrumbs a:visited {color:#a7895d}
#divProducts_Breadcrumbs a:hover {color:#a7895d}
#divProducts_Breadcrumbs a:active {color:#a7895d}
#divProducts_Breadcrumbs ul, li
{
	padding:0px;
	margin:0px;
	display:inline;
}

#divProducts_Low
{
	padding: 0px;
	margin-bottom:10px;
	border: solid 0px red;
}

		#divProducts_LowLeft
		{
			float:left;
		}

				#divProducts_LowLeft_Menu
				{
					position:relative;
					width:169px;
					padding: 0px;
					margin-bottom:10px;
					background-image: url(Images/Nav-Products-SideBar.jpg);
					background-repeat:no-repeat;
					background-position: left top;
					background-color: #d5d2b1;
					color:#86a5ba;
					border: solid 0px red;
				}

						#divProducts_LowLeft_MenuMain
						{
							position:relative;
							width:110px;
							padding-right:5px;
							padding-bottom:40px;
							top:15px;
							left:35px;
							border: solid 0px red;
						}
						#divProducts_LowLeft_MenuMain ul
						{
							margin-top:0px;
							margin-left:10px;
							margin-bottom:0px;
							padding-left:0px;
							display:block;
						}
						#divProducts_LowLeft_MenuMain li
						{
							list-style-type:none;
							padding-bottom:0px;
							display:block;
						}
						
				#divProducts_LowLeft_Catalogue
				{
					position:relative;
					height:78px;
					width:169px;
					padding: 0px;
					margin-bottom:9px;
					vertical-align:bottom;
					background-image: url(Images/Box-Trade.jpg);
					background-repeat:no-repeat;
					background-position: left top;
					background-color: #d5d2b1;
					color: #86a5ba;
					border: solid 0px red;
				}

						#divProducts_LowLeft_CatalogueLeft
						{
							position:absolute;
							width:28px;
							margin: 0px;
							padding: 0px;
							bottom:20px;
							text-align:right;
							border: solid 0px red;
						}

						#divProducts_LowLeft_CatalogueMain
						{
							position:absolute;
							width:136px;
							top:20px;
							left:40px;
							border: solid 0px red;
						}
						#divProducts_LowLeft_CatalogueMain a:link {color:#86a5ba}
						#divProducts_LowLeft_CatalogueMain a:visited {color:#86a5ba}
						#divProducts_LowLeft_CatalogueMain a:hover {color:#86a5ba}
						#divProducts_LowLeft_CatalogueMain a:active {color:#86a5ba}
						
				#divProducts_LowLeft_Logo
				{
					left:10px;
					width:169px;
					height:205px;
					margin-top:-220px;
					padding-bottom:10px;
					background-image: url(Images/SubPage-LogoFooter.jpg);
					background-repeat:no-repeat;
					background-position: left top;
					color:White;
					border: solid 0px red;
				}
				#divProducts_LowLeft_Logo a:link {color:white}
				#divProducts_LowLeft_Logo a:visited {color:white}
				#divProducts_LowLeft_Logo a:hover {color:white}
				#divProducts_LowLeft_Logo a:active {color:white}
				#divProducts_LowLeft_Logo ul
				{
					padding-top:155px;
					margin-bottom:0px;
					display:block;
				}
				#divProducts_LowLeft_Logo li
				{
					margin-left:25px;
					list-style-image: url(Images/Arrow-WhiteClear-E.gif);
					padding-bottom:5px;
					display:block;
				}
		
		#divProducts_LowLeft_Main
		{
			position:relative;
			width:545px;
			float:left;
			margin-left:15px;
			padding: 0px;
			border: solid 0px red;
		}
		
				.divProducts_LowLeft_Main_Item
				{
					float:left;
					position:relative;
					width:155px;
					height:200px;
					padding: 0px;
					padding-left: 10px;
					padding-right: 10px;
					left:20px;
					margin-right:0px;
					vertical-align:bottom;
					background-color: white;
					color:#486374;
					border: solid 0px red;
				}
						
						.divProducts_LowLeft_Main_ItemImage
						{
							position:absolute;
							width:123px;
							height:114px;
							text-align:left;
							left:27px;
							padding-left:18px;
							padding-top:6px;
							background-image: url(Images/Products-ImageFrame.jpg);
							background-repeat:no-repeat;
							background-position: left top;
							border: solid 0px green;
						}
						
						.divProducts_LowLeft_Main_ItemText
						{
							position:relative;
							top:125px;
							text-align:center;
							border: solid 0px blue;
						}
	
				
				
/*---------------------------------------------------------------------------------------------
End: PRODUCTS.ASPX, PRODUCTSCAT.ASPX
-------------------------------------------------------------------------------------------- */



/*---------------------------------------------------------------------------------------------
Start: PRODUCTSITEM.ASPX
-------------------------------------------------------------------------------------------- */

#divProductItem_Main_Catalogue
{
	width:105px;
	height:19px;
	right:0px;
	float:right;
	padding-top:6px;
	padding-left:45px;
	background-image: url(Images/Product-Request-Tab.gif);
	background-repeat:no-repeat;
	background-position: left top;
	border: solid 0px blue;
}
#divProductItem_Main_Catalogue a:link {color:white}
#divProductItem_Main_Catalogue a:visited {color:white}
#divProductItem_Main_Catalogue a:hover {color:white}
#divProductItem_Main_Catalogue a:active {color:white}

#divProductItem_Main
{
	float:left;
	position:relative;
	width:545px;
	padding-bottom:30px;
	margin-bottom:0px;
	color:White;
	background-color:#7593a9;
	border: solid 0px red;
}

		#divProductItem_Main_Image0
		{
			position:relative;
			width:295px;
			left:10px;
			top:20px;
			padding-left:0px;
			padding-top:0px;
			border: solid 0px white;
		}
		
		#divProductItem_Main_Table
		{
			float:left;
			position:relative;
			height:260px;
			border: solid 0px red;
		}
		
		#divProductItem_Main_Cell1
		{
			height:26px;
			background-image:url(Images/prod_bg_topleft.jpg);
			background-repeat:no-repeat;
			background-position: left top;
		}
		#divProductItem_Main_Cell2
		{
			background-image:url(Images/prod_bg_left.jpg);
			background-repeat:repeat-y;
			background-position: left top;
		}
		#divProductItem_Main_Cell3
		{
			height:40px;
			background-image:url(Images/prod_bg_bottomleft.jpg);
			background-repeat:no-repeat;
			background-position: left top;
		}
		#divProductItem_Main_Cell4
		{
			height:40px;
			background-image:url(Images/prod_bg_bottom.jpg);
			background-repeat:repeat-x;
			background-position: left top;
		}
		#divProductItem_Main_Cell5
		{
			height:40px;
			background-image:url(Images/prod_bg_bottomright.jpg);
			background-repeat:repeat-x;
			background-position: right top;
		}
		
		#divProductItem_Main_Enlarge
		{
			position:absolute;
			width:197px;
			height:22px;
			left:315px;
			top:30px;
			background-image: url(Images/MainImageFrame.jpg);
			background-repeat:no-repeat;
			background-position: left top;
			background-color:#7593a9;
			border: solid 0px green;
		}
		
		#divProductItem_Main_Image1
		{
			position:absolute;
			width:117px;
			height:125px;
			left:310px;
			top:70px;
			padding-left:16px;
			padding-top:6px;
			background-image: url(Images/SmImageFrame.jpg);
			background-repeat:no-repeat;
			background-position: left top;
			border: solid 0px green;
		}
		
		#divProductItem_Main_Image2
		{
			position:absolute;
			width:117px;
			height:125px;
			left:425px;
			top:70px;
			padding-left:16px;
			padding-top:6px;
			background-image: url(Images/SmImageFrame.jpg);
			background-repeat:no-repeat;
			background-position: left top;
			border: solid 0px green;
		}
		
		#divProductItem_Main_Info
		{
			position:absolute;
			width:220px;
			text-align:center;
			height:120px;
			left:315px;
			top:200px;
			border: solid 0px green;
		}
		#divProductItem_Main_Info a:link {color:white}
		#divProductItem_Main_Info a:visited {color:white}
		#divProductItem_Main_Info a:hover {color:white}
		#divProductItem_Main_Info a:active {color:white}
		
		DIV.divProductItem_Main_InfoLink
		{
			height:22px;
			text-align:left;
			padding-left:30px;
			padding-top:4px;
			background-image: url(Images/Link-Arrow-SingleProduct.jpg);
			background-repeat:no-repeat;
			background-position: left top;
			border: solid 0px green;
		}
		
		#divProductItem_Main_Details
		{
			float:left;
			position:relative;
			border: solid 0px green;
		}
		
				#divProductItem_Main_DetailsTop
				{
					width:545px;
					margin-top:0px;
					height:10px;
					background-image: url(Images/Box-ProductInfo-Top.gif);
					background-repeat:no-repeat;
					background-position: left bottom;
				}
				
				#divProductItem_Main_DetailsMiddle
				{
					width:523px;
					padding-left:12px;
					padding-right:10px;
					background-image: url(Images/Box-ProductInfo-Middle.gif);
					background-repeat:repeat-y;
					background-position: left top;
				}
				
				#divProductItem_Main_DetailsBottom
				{
					width:545px;
					height:24px;
					background-image: url(Images/Box-ProductInfo-Bottom.gif);
					background-repeat:no-repeat;
					background-position: left top;
				}
		
/*---------------------------------------------------------------------------------------------
End: PRODUCTSITEM.ASPX
-------------------------------------------------------------------------------------------- */


/*---------------------------------------------------------------------------------------------
Start: STANDARD PAGES
-------------------------------------------------------------------------------------------- */

#divStandard_Left
{
	width:550px;
	border: solid 0px red;
	float:left;
}

		#divAbout_Main
		{
			position:relative;
			border: solid 0px red;
			margin-bottom:15px;
			width:536px;
			height:189px;
			background-image: url(images/Header-AboutUs-Main.jpg);
			background-repeat: no-repeat;
			background-position:top left;
			color:White;
		}
		#divContact_Main
		{
			position:relative;
			border: solid 0px red;
			margin-bottom:15px;
			width:536px;
			height:189px;
			background-image: url(images/Header-ContactUs-Main.jpg);
			background-repeat: no-repeat;
			background-position:top left;
			color:White;
		}
		#divHowToBuy_Main
		{
			position:relative;
			border: solid 0px red;
			margin-bottom:15px;
			width:536px;
			height:189px;
			background-image: url(images/Header-HowToBuy-Main.jpg);
			background-repeat: no-repeat;
			background-position:top left;
			color:White;
		}
		#divTrade_Main
		{
			position:relative;
			border: solid 0px red;
			margin-bottom:15px;
			width:536px;
			height:189px;
			background-image: url(images/Header-Trade-Main.jpg);
			background-repeat: no-repeat;
			background-position:top left;
			color:White;
		}
		#divNews_Main
		{
			position:relative;
			border: solid 0px red;
			margin-bottom:15px;
			width:536px;
			height:189px;
			background-image: url(images/Header-News-Main.jpg);
			background-repeat: no-repeat;
			background-position:top left;
			color:White;
		}
		#divShowroom_Main
		{
			position:relative;
			border: solid 0px red;
			margin-bottom:15px;
			width:536px;
			height:189px;
			background-image: url(images/Header-ShowRoom-Main.jpg);
			background-repeat: no-repeat;
			background-position:top left;
			color:White;
		}
		#divPrivacy_Main
		{
			position:relative;
			border: solid 0px red;
			margin-bottom:15px;
			width:536px;
			height:189px;
			background-image: url(images/Header-PrivacyPolicy.jpg);
			background-repeat: no-repeat;
			background-position:top left;
			color:White;
		}
				#divStandard_Main_Catalogue
				{
					position: absolute;
					right: 0px;
					padding-top: 5px;
					padding-right: 10px;
					text-align:left;
					border: solid 0px red;
					width:140px;
				}
				#divStandard_Main_Catalogue a:link {color:white}
				#divStandard_Main_Catalogue a:visited {color:white}
				#divStandard_Main_Catalogue a:hover {color:white}
				#divStandard_Main_Catalogue a:active {color:white}

				#divIndex_Main_Content
				{
					position: absolute;
					right: 0px;
					padding-top: 45px;
					padding-right: 10px;
					text-align:left;
					border: solid 0px red;
					width:150px;
				}

				#divStandard_Main_Content
				{
					position: absolute;
					right: 0px;
					padding-top: 60px;
					padding-right: 10px;
					text-align:left;
					border: solid 0px red;
					width:140px;
				}
				
#divStandard_Right
{
	width:182px;
	border: solid 0px red;
	float:left;
}
				
		#divStandard_Links
		{
			position:relative;
			height:101px;
			padding: 0px;
			margin-bottom:10px;
			vertical-align:bottom;
			background-image: url(Images/Box-Links.jpg);
			background-repeat:no-repeat;
			background-position: left top;
			background-color: #86a5ba;
			color:White;
			border: solid 0px red;
		}

				#divStandard_LinksLeft
				{
					position:absolute;
					margin: 0px;
					padding: 0px;
					bottom:0px;
					border: solid 0px red;
				}

				#divStandard_LinksMain
				{
					position:absolute;
					top:30px;
					left:40px;
					border: solid 0px red;
				}
				#divStandard_LinksMain a:link {color:white}
				#divStandard_LinksMain a:visited {color:white}
				#divStandard_LinksMain a:hover {color:white}
				#divStandard_LinksMain a:active {color:white}
				#divStandard_LinksMain ul
				{
					margin-top:0px;
					margin-left:15px;
					margin-bottom:0px;
					padding-left:0px;
					display:block;
				}
				#divStandard_LinksMain li
				{
					list-style-image: url(Images/Arrow-SE-Blue.gif);
					padding-bottom:5px;
					display:block;
				}
				
		#divStandard_Catalogue
		{
			position:relative;
			height:78px;
			padding: 0px;
			margin-bottom:9px;
			vertical-align:bottom;
			background-image: url(Images/Box-Trade.jpg);
			background-repeat:no-repeat;
			background-position: left top;
			background-color: #d5d2b1;
			color: #86a5ba;
			border: solid 0px red;
		}

				#divStandard_CatalogueLeft
				{
					position:absolute;
					width:28px;
					margin: 0px;
					padding: 0px;
					bottom:20px;
					text-align:right;
					border: solid 0px red;
				}

				#divStandard_CatalogueMain
				{
					position:absolute;
					width:136px;
					top:20px;
					left:40px;
					border: solid 0px red;
				}
				#divStandard_CatalogueMain a:link {color:#86a5ba}
				#divStandard_CatalogueMain a:visited {color:#86a5ba}
				#divStandard_CatalogueMain a:hover {color:#86a5ba}
				#divStandard_CatalogueMain a:active {color:#86a5ba}
				
#divStandard_Breadcrumbs
{
	clear:both;
	padding: 0px 4px 6px 2px;
	color:#486374;
}
#divStandard_Breadcrumbs a:link {color:#a7895d}
#divStandard_Breadcrumbs a:visited {color:#a7895d}
#divStandard_Breadcrumbs a:hover {color:#a7895d}
#divStandard_Breadcrumbs a:active {color:#a7895d}
#divStandard_Breadcrumbs ul, li
{
	padding:0px;
	margin:0px;
	display:inline;
}

#divStandard_Low
{
	padding: 0px;
	margin-bottom:10px;

	border: solid 1px white;
}

		#divStandard_LowLeft
		{
			position:relative;
			float:left;
			border: solid 0px red;
		}

				#divStandard_LowLeft_Menu
				{
					position:relative;
					width:169px;
					padding: 0px;
					margin-bottom:10px;
					background-color:White;
					color:#86a5ba;
					border: solid 0px red;
				}
				
				#divStandard_LowLeft_Contact
				{
					position:relative;
					width:149px;
					padding: 10px;
					margin-bottom:10px;
					background-color:White;
					color:#86a5ba;
					border: solid 1px gray;
				}
						
				#divStandard_LowLeft_Logo
				{
					position:absolute;
					text-align:left;
					left:0px;
					width:169px;
					clear:both;
					margin-top:-230px;
					height:205px;
					background-image: url(Images/SubPage-LogoFooter.jpg);
					background-repeat:no-repeat;
					background-position: left top;
					color:White;
					border: solid 0px red;
				}
				#divStandard_LowLeft_Logo a:link {color:white}
				#divStandard_LowLeft_Logo a:visited {color:white}
				#divStandard_LowLeft_Logo a:hover {color:white}
				#divStandard_LowLeft_Logo a:active {color:white}
				#divStandard_LowLeft_Logo ul
				{
					padding-top:155px;
					margin-bottom:0px;
					display:block;
				}
				#divStandard_LowLeft_Logo li
				{
					margin-left:25px;
					list-style-image: url(Images/Arrow-WhiteClear-E.gif);
					padding-bottom:5px;
					display:block;
				}
		
		#divStandard_LowLeft_Main
		{
			position:relative;
			width:545px;
			float:right;
			margin-left:15px;
			margin-top:0px;
			padding: 0px;
			border: solid 0px red;
		}
		#divStandard_LowLeft_Main a:link {text-decoration:underline}
		#divStandard_LowLeft_Main a:visited {text-decoration:underline}
		#divStandard_LowLeft_Main a:hover {text-decoration:underline}
		#divStandard_LowLeft_Main a:active {text-decoration:underline}
		#divStandard_LowLeft_Main h1
		{
			padding-top:0px;
			margin-top:0px;
		}
		
		
/*---------------------------------------------------------------------------------------------
End: STANDARD PAGES
-------------------------------------------------------------------------------------------- */
#vvLogo
{
	float:left;
	width:236;
}
#vvMenu
{
	float:left;
	width:499px;
	padding-top:36px;
}
#vvMenuLine1,
#vvMenuLine2
{
	text-align:right;		
	font-weight:bold;
	font-size:11px;
}
#vvMenuLine2
{
	padding-top:8px;
}
#vvMenuLine1 a,
#vvMenuLine2 a
{
	color:#4C4240;
}
#vvHomeBanner
{
	background:url(Images/spring-summer-sale-banner.jpg);
	width:184px;
	height:463px;
}
#vvHomeBannerInner
{
	padding-top:395px;
	text-align:center;
}
#vvHomeBannerInner a
{
	color:#fff;
	font-weight:bold;
	font-size:16px;	
}


