body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background:url(../grfx/background/background.jpg) repeat-x;
	color: #8a8a8a;
	
}

#container {
	width: 900px;
	margin: 0 auto;
}

#logo {
		margin-top: 5px;
		margin-left: 110px;
	}
	
#header
{
	margin-left: 110px;
	background: url(../grfx/background/bg_header.gif) repeat-x;
}

* html #header
{
	margin-top: -3px;
}
	
#content_wrapper {
	float: left;
	padding-top: 20px;
	padding-bottom: 60px;
	margin-left: 100px;
}

* html #content_wrapper
{
	margin-left: 50px;
}

#product_wrapper {
	float: left;
	padding-top: 20px;
	padding-bottom: 40px;
}

	#internal_nav {
		float: left;
		border-right: 1px solid #e3e3e3;
		min-height: 300px;
		height: auto !important;
		height: 300px;
		width: 110px;
	}

	#content {
		float: left;
		width: 520px;
		padding: 0 40px 0 20px;
	}
	
		.blue_box {
			background-color: #edf3f8;
			border: 1px solid #d3e4f6;
			padding: 10px;
		}
		
		#product_container {
			width: 500px;
			background-color: #f7f9fc;
			padding: 5px;
			border: 1px solid #eaf3fb;
			float: left;
			margin-top: 5px;
		}
		
		#product_container2 {
			width: 500px;
			padding: 5px;
			float: left;
		}
		
			.product_price {
				color: #02a3e6;
				position: absolute;
				padding: 5px 0 0 60px;
			}
		
		#product_left {
			float: left;
			width: 120px;
			
		}
		
		#product_right {
			float: left;
			width: 350px;
		}
		
		#product_table {
			width: 500px;
		}
		
		#product_table td {
			vertical-align: top;
		}
		
		
	
	#right {
		float: left;	
		padding: 0 0 0 15px;
		border-left: 1px solid #e3e3e3;
		font-size: 11px;
	}

	
#footer {
	padding-top: 15px;
	clear: both;
	background:url(../grfx/background/footer_bg.jpg) repeat-x;
	height: 40px;
}

	#footer_text {
		width: 790px;
		padding-left: 110px;
		font-size: 11px;
		margin: 0 auto;
		
	}
	
	.ftcopy {
		color: #296cb1;
	}
	
	.ftlink {
		color: #565656;
	}
	
		.ftlink a {
			color: #565656;
			text-decoration: none;
		}
		
		.ftlink a:hover {
			color: #296cb1;
		}
