html,body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,blockquote,fieldset,input { margin: 0; padding: 0; }

html,body
{
	background-color:#ffffff;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
	padding:0px 0px 0px 0px; 
	margin:0px 0px 0px 0px;
	background-image:url(/Images/BG.gif);
	background-repeat:repeat;
}

.PageBreak		{PAGE-BREAK-AFTER: always;}

img	{border-width: 0px 0px 0px 0px;}

div	{padding:0px 0px 0px 0px;border-width: 0px 0px 0px 0px;}



/************************************************************************
* 	Main Containers & Borders
************************************************************************/
div#FullContainer
{
width:100%;
float:left;
background-image:url(/Images/BG.gif);
background-repeat:repeat;
}

div#MainContainer
{
width:945px;
margin:auto;
}

/************************************************************************
*	Header
************************************************************************/
div#HeaderContainer
{
width:945px;
float:left;
}

	div#Banner
	{
		width:945px;
		float:left;
		height:269px;
		background-image:url(/Images/MainBanner.jpg);
	}
	
	div#Nav
	{
		width:631px;
		height:29px;
		float:left;
		background-image:url(/Images/NavBG.jpg); 
		background-repeat:repeat-x;
	}
	
	div#NewsHead
	{
		width:314px;
		height:29px;
		float:left;
		background-image:url(/Images/LatestNews_Head.jpg);
		background-repeat:no-repeat;
	}
	
	div#AlsoHead
	{
		width:314px;
		height:29px;
		float:left;
		background-image:url(/Images/AlsoInThisSection_Head.jpg);
		background-repeat:no-repeat;
	}
	
	div#QuickLinks
	{
		width:314px;
		height:29px;
		float:left;
		background-image:url(/Images/QuickLinks_Head.jpg);
		background-repeat:no-repeat;
	}

/************************************************************************
*	MainBody
************************************************************************/
div#MainBodyContainer
{
width:945px;
background-image:url(/Images/MainContainer_BG.jpg);
background-repeat:repeat-y;
float:left;
background-color:#FFFFFF;
min-height:200px;
_height:200px;
}

div#MainINTBodyContainer
{
width:945px;
background-image:url(/Images/MainContainer_BG_INT.jpg);
background-repeat:repeat-y;
float:left;
background-color:#FFFFFF;
min-height:200px;
_height:200px;
}

	div#LeftPane
	{
		width:631px;
		float:left;
		padding:0px 0px 10px 0px;
	}
	
		div#ProductFlashContentContainer
		{
			float:left;
			width:298px;
			padding:10px 0px 0px 12px;
		}
		
		div#ProdContent
		{
			float:left;
			width:321px;
		}
	
		div#HomePortfolio
		{
			width:631px;
			float:left;
			padding:0px 0px 10px 0px;
		}
		
		div#FormContainer{
			width:571; float:left; 
			padding:30px 30px 0px 30px;
		}
	
	div#RightPane
	{
		width:314px;
		float:left;
	}
	
	
		div#ProdPane
		{
			width:314px;
			min-height:150px;
			_height:150px;
			float:left;
			background-image:url(/Images/NewsBG.jpg);
			background-repeat:repeat-y;
		}

	
		div#NewsPane
		{
			width:314px;
			min-height:180px;
			_height:180px;
			float:left;
			background-image:url(/Images/NewsBG.jpg);
			background-repeat:repeat-y;
		}
		
			div#BrandHead
			{
				width:314px;
				height:32px;
				float:left;
				background-image:url(/Images/BrandPort_Head.jpg);
				background-repeat:no-repeat;
			}
			
			div#RangeHead
			{
				width:314px;
				height:32px;
				float:left;
				background-image:url(/Images/OurRange_Head.jpg);
				background-repeat:no-repeat;
			}
			
				div#BrandPane
				{
					background-color:#666666;
					width:314px;
					min-height:200px;
					_height:200px;
					float:left;
				}

/************************************************************************
*	Footer
************************************************************************/
div#FooterContainer
{
	width:945px;
	height:23px;
	background-color:#333333;
	float:left;
	padding:0px 0px 0px 0px;
}

	div#CopyRight{
		overflow:hidden;
		float:left;
		width:385px;
		height:18px;
		padding:6px 0px 0px 10px;
		text-transform:uppercase;
		font-size:10px;
		color:#6e6e6e;
	}
	
	
	/************************************************************************
*	Classes
************************************************************************/


.textformat
			{
			font:Arial;	
			font-size:12px; color:#696969; font-weight:normal;
			border:solid 1px #696969;
			padding :0px 0px 0px 3px ;
			width:180px;
			
			}
.ErrMsg
			{
			font-size:11px; color:red; font-weight:bold;
		
			
			}
	.dropdownformat
	{
			font:Arial;	
			font-size:12px; color:#696969; font-weight:normal;
			border:solid 1px #696969;
			padding :0px 0px 0px 3px ;
			width:186px;
			
}