
	#topbox
	{
		position:relative;
		background-image:url("../images/topbox.jpg");
		background-repeat:no-repeat;
		height:243px;
		width:738px;
		margin-top:10px;
	}
	
		#topbox .inner
		{
			padding:20px 0 0 21px; 
		}
		
		#topbox .leftcol
		{
			float:left;
			width:323px;
		}
		
		#topbox .rightcol
		{
			float:left;
			
			width:307px;
		}
		
		#topbutton
		{
			position:absolute;
			right:45px;
			bottom:20px;
			background-image:url("../images/requestaquote2.jpg"); 
			background-repeat:no-repeat; 
			height:28px;
			width:183px;
		}
		
	#mainboxes
	{
		height:462px;
		margin-top:10px;
	}
	
		.longboxleft
		{
			position:relative;
			background-image:url("../images/box2.jpg"); 
			background-repeat:no-repeat; 
			width:333px;
			height:462px;
			float:left;
			/*margin-left:31px;*/
		
			margin-left:31px;
			
		}
	
		.longboxright
		{
			position:relative;
			background-image:url("../images/box2.jpg"); 
			background-repeat:no-repeat; 
			width:333px;
			height:462px;
			float:right;
			/*margin-right:31px;*/

				margin-right:31px;
		}
		
		.longboxleft .inner, .longboxright .inner
		{
			margin:13px 10px 10px 10px;
		}
		
		img.feature
		{
			width:313px;
			height:200px;
		}
		
		.longboxleft .bottombutton
		{
			position:absolute;
			right:20px;
			bottom:20px;
			background-image:url("../images/requestaquote2.jpg"); 
			background-repeat:no-repeat; 
			height:28px;
			width:183px;
		}
		
		.longboxright .bottombutton
		{
			position:absolute;
			right:20px;
			bottom:20px;
			background-image:url("../images/requestaquote2.jpg"); 
			background-repeat:no-repeat; 
			height:28px;
			width:183px;
		}
		
			.indent
			{
				margin-left:26px;
			}
			
			#sizeindex tr td
			{
				vertical-align:top;
			}
			
			table.sizel, table.sizer
			{
				border-collapse:collapse;
				border:1px solid #ccc;
				padding:2px 5px;
				width:330px;
			}
			
			table.sizel tr td, table.sizel tr th, table.sizer tr td, table.sizer tr th
			{
				border-collapse:collapse;
				border:1px solid #ccc;
				padding:2px 5px;
			}
			 
			table.sizer 
			{
				margin-left:40px;
			}
