body {
	margin: 0;
	padding: 10px 0 10px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}

#shadow {
	background:url(../grfx/shadow.jpg) repeat-y;
	width: 970px;
	margin-left: auto;
	margin-right: auto;
}



#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

	* html #container {
		margin-left: 5px;
	}

#header {
	background:url(../grfx/header_shadow.jpg) no-repeat;
	width: 970px;
	height: 165px;
	padding: 11px 0 0 10px;
	margin-left: -5px;
	float: left;
	position: relative;
	z-index: 1;
}

	#phone {
		float: left;
		margin: -100px 0 0 620px;
	}
	
		* html #phone {
			margin: -100px 0 0 300px;
		}
		
	.enews {
		margin: -1px 0px 0 120px;
	}

#content_banners {
	padding-top: 5px;
}

	.middle_image img {
		padding: 0 2px 0 2px;
	}
	
#content_wrapper {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	line-height: 150%;
	padding: 40px 0 40px 0;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	text-align: justify;
}

	.order_table {
		width: 700px !important;
		border: 1px solid #676767;
		border-collapse: collapse;
		margin-left: -123px;
	}
	
		.order_table th {
			text-align: left;
			border-right: 1px solid #676767;
			border-bottom: 1px solid #676767;
			border-top: 1px solid #676767;
			background-color: #d1d1d1;
			color: #000;
		}
		
		.order_table td {
			border-right: 1px solid #676767;
		}
		
		.order_table .light_bg {
			background-color: #e5e5e5;
		}
		
		.order_table .border {
			border-bottom: 1px solid #676767;
			border-top: 1px solid #676767;
		}
		
		.button {
			padding: 5px;
			background-color: #ff0000;
			color: #fff;
			font-weight: bold;
			border: 1px solid #000;
		}

                .button a:hover, .button a
                {
                    color: #fff;
                }
		
		.dark_grey {
			background-color: #aeaeae !important;
			color: #000 !important;
		}
		
	#detail_wrapper {
		float: left;
	}
	
		#product_image {
			float: left;
			width: 300px;
		}
		
			#product_image img {
				border: 1px solid #ccc;
			}
	
		#product_detail {
			float: left;
			width: 400px;
		}
	
	
		
	#side_image {
		float: right;
		width: 300px;
	}
	
	#side_images img {
		border: 1px solid #ccc;
	}

#footer {
	background-color: #ff0000;
	height: 40px;
	
	padding: 25px 0 0 15px;
	color: #fff;
	font-size: 10px;
}

	#footer a {
		color: #fff;
		text-decoration: none;
		font-weight: bold;
		padding: 0 5px 0 5px;
		
	}
	
		#footer a:hover {
			color: #000;
		}
	
	.perthweb {
		position: absolute;
		margin-top: -8px;
		padding-left: 5px;
		
	}