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


#shadow_top {
	background:url(../grfx/backgrounds/top-shadow.jpg) no-repeat;
	background-position: 0px 0;
	width: 946px;
	margin-left: auto;
	margin-right: auto;
	
	
}

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

}


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

#header {
	background:url(../grfx/header.jpg) no-repeat;
	background-position: right;
	width: 934px;
	height: 89px;
	float: left;
}

	* html #header {
		margin-top: -1px;
		margin-bottom: -2px;
	}

	#logo {
		float: left;
	}
	
#home-banner {
	height: 235px;
	width: 935px;
}

#content_wrapper {
	width: 884px;
	background-color: #fff;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	padding: 20px 20px 0 30px;
	line-height: 150%;
	float: left;	
}

	#content {
		width: 600px;
		float: left;
		padding-bottom: 20px;
	}
	
	#internal-content {
		width: 880px;
		padding-bottom: 20px;
	}
	
	#right-col {
		width: 230px;
		padding: 20px 0 20px 40px;
		float: left;
	}
	
		.image-box {
			width: 190px;
			border: 2px solid #a4a6a7;
		}
		
			.caption {
				background-color: #4a7aa5;
				width: 180px;
				color: #fff;
				min-height: 30px;
				height: auto !important;
				height: 30px;
				padding: 5px;
				line-height: 110%;
				font-size: 10px;
			}
			
			.caption a {
				color: #fff;
				text-decoration: none;
				font-weight: bold;
			}
			
			.caption a:hover {
				color: #ffbc78;
			}
			
		.contact-table td {
			vertical-align: top;
		}
		
		
		
			.products-table td {
				border: 1px solid #ccc;
			}
			
	.gallery-table {
		margin-left: auto;
		margin-right: auto;
	}
	
		.gallery-table td {
			padding: 5px;
		}
		
		.gallery-table img {
			border: 3px double #ccc;
		}


		

#footer {
	background:url(../grfx/footer.jpg) no-repeat;
	width: 934px;
	height: 27px;
	color: #fff;
	font-size: 10px;
	text-align: center;
	padding: 6px 0 0 0;
}

.ftlink {
	color: #6da7da;
	padding-left: 10px;
}

.ftlink a {
	color: #6da7da;
	text-decoration: none;
}

.ftlink a:hover {
	color: #ff8300;
}

.pw img  {
	margin: 0px -20px 0 5px;
	padding-left: 10px;
	vertical-align: middle;
}
	