	/* CORE ********************************************************************************************************************************************************/
	html
	{
		background:#808080;
	}
	
	body
	{
		margin:0;
		padding:0;
		text-align:center;
	}
	
	#wrap
	{
		width:766px;
		margin:0 auto;
		text-align:center;
		background:#fff;
		
		
	}
	/***************************************************************************************************************************************************************/
	
	/* HEADER ******************************************************************************************************************************************************/
	#header
	{

		background-image:url("../images/topcorner.jpg");
		background-repeat:no-repeat;
		background-position:right top;
		height:144px;
		position:relative;
		width:100%;
	}
		#topcontainer
		{
			margin:0 auto;
			text-align:left;
		position:relative;

		}
		
			#topcontainer #logo
		{
			position:absolute;
			left:20px;
			top:25px;
			border:0; 
		}
		
		#topcontainer #callexperts
		{
			position:absolute;
			right:20px;
			top:27px;
			border:0; 
		}
		
		#topcontainer #requestquote
		{
			position:absolute;
			right:20px;
			top:59px;
			background-image:url(../images/requestquote.jpg);
			background-repeat:no-repeat;
			display:block;
			width:135px;
			height:17px;
		}
		
		#topcontainer #nav
		{ 
			position:absolute;
			left:13px;
			top:104px;
		}

			#nav
			{
				position:relative;
				height:40px;
				width:738px;
				list-style-type:none;
				padding:0;
				margin:0;
				background-image:url("../images/navbar.jpg"); 
				background-repeat:no-repeat;
				list-style-type:none;
			}
			
			#nav li
			{
				float:left;
				padding:0;
				margin:0;
				list-style-type:none;
			}
/***************************************************************************************************************************************************************/
	
	/* CONTENT *****************************************************************************************************************************************************/

	#content
	{
		padding:0;
		text-align:left;
		background:#fff;
		border-top:0;
		position:relative;
		width:766px; /*IE FIX***********/
	}
	
		#content div.area
		{
			min-height:500px;
			height:auto !important;
			height:500px;
			margin:0 14px 0 14px;
			width:737px; /*IE FIX***********/
		}
			
		#standardarea
		{
			margin-right:10px;
			margin-left:20px;
			margin-top:15px;
		}	
			
		#productlayouttable
		{
			border:1px solid #c3e3f9;
			border-collapse:collapse;
		}
		
		#productlayouttable tr td
		{
			border:1px solid #c3e3f9; 
		}	
		
		img.right
		{
			float:right;
			margin:0 0 0 10px;
			border:0;
		}
		
		div.left
		{
			float:left;
		}
		
		div.right
		{
			float:right;
			text-align:right;
		}
		
		img.left
		{
			float:left;
			margin:0 10px 0 0;
			border:0;
		}

		
		#big
		{
			float:left;
			width:450px;
			
		}
		
		#mini
		{
			float:right;
			width:200px;
			
		}
		
		#productlayouttable
		{
		
		}
		
		#productlayouttable tr td
		{
		
		}
		
		a img
		{
			border:0;
		}

		#baskettop
		{
			text-align:right;
		}
		
		/***************************************************************************************************************************************************************/

	/* FOOTER ******************************************************************************************************************************************************/
	#footer
	{
		text-align:right;

		height:50px;
		
		background-image:url("../images/bottomcorner.jpg");
		background-repeat:no-repeat;
		background-position:left bottom;

	} 
	
	#baseinfo
	{
		text-align:center;
		margin-top:7px;
	}
	
/***************************************************************************************************************************************************************/
