/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4a4a4a;
	margin: 0;
	padding: 0;
}

#shadow {
	background:url(../grfx/backgrounds/shadow.jpg) repeat-y;
	width: 986px;	
	margin: 0 auto;
}

#container {
	width: 960px;
	margin: 0 auto;
	border-left: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
}

#header {
	height: 129px;
}

	.logo {
		float: left;
		width: 393px;
		margin: 18px 0 0 20px;
	}
	
	.licensed {
		float: right;
		width: 98px;
		margin: 10px 20px 0 0;
	}
	
.contactform {
	margin: 20px 0 0 0;
	border: 1px solid #ccc;
	border-collapse: collapse;
	width: 250px;
}

	.contactform th {
		padding: 0 10px 10px 10px;
	}

	.contactform td {
		padding: 7px 10px 7px 10px;
		border-bottom: 1px solid #ccc;
		border-top: 1px solid #ccc;
	}
	
	.closed {
		color: #b4b4b4;
	}
	
.contactform2 {
	border: 1px solid #ccc;
}

	.contactform2 td {
		padding: 7px 10px 7px 10px;
	}
	
#googlemap {
	float: right;
}

#banner {
	clear: both;
	margin-top: 5px;
}

#int-content-wrapper {
	padding: 30px 40px 30px 40px;
	line-height: 140%;
}

#content-wrapper {
	float: left;
	padding: 40px 0 30px 0px;
}

	#content {
		float: left;
		width: 660px;
		padding: 0 20px 30px 60px;
		line-height: 160%;
	}
	
	#rightcol {
		float: left;
		width: 190px;
		border-left: 1px solid #dedede;
		padding: 0 0 20px 20px;
	}
	
		.contacthome {
			font-size: 14px;
			font-weight: bold;
			padding: 10px 0 0 0;
		}
		
			.contacthome td {
				padding: 3px;
			}
		
			.contacthome strong {
				color: #010342;
			}
	
	#contentlogos {
		padding: 10px 0 20px 7px;
	}
	
	#contentlogos img{
		max-width:137px;	
	}
	
	#contentlogos .maxam {
		padding-top:15px;
	}
	
	.products strong {
		color: #375b76;
	}
	
	.products td {
		vertical-align: top;
	}
	
	.producttext {
		border: 1px solid #aeaeae;
		padding: 5px 10px 5px 10px;
	}
	
	.products ul {
		padding: 0 0 0 5px;
	}
	
	.products ul li {
		background:url(../grfx/bullet.jpg) no-repeat;
		background-position: 0 5px;
		list-style-type: none;
		padding: 0 0 0 15px;
	}

#footer {
	width: 986px;
	margin: 0 auto;
	background:url(../grfx/backgrounds/footer.jpg) no-repeat;
	height: 88px;	
	font-size: 10px;
}

	#ftlinks {
		margin: 0;
		padding: 25px 0 10px 120px;
	}
	
		#ftlinks li {
			float: left;
			list-style-type: none;
			padding: 0 15px 0 15px;
		}
		
		#ftlinks li a {
			color: #656565;
			text-decoration: none;
			font-weight: bold;
		}
		
			#ftlinks li a:hover {
				color: #04093e;
			}
			
		.copyright {
			padding: 0 0 0 135px;
		}
		
			.copyright a {
				text-decoration: none;
				color: #4a4a4a;
			}
			
				.copyright a:hover {
					text-decoration: underline;
				}
		
		.perthweb {
			float: right;
			margin: -20px 40px 0 0;
		}
		
			*:first-child+html .perthweb {
				margin-top: -30px;
			}
			
			* html .perthweb {
				margin-top: -30px;
			}
		
			.perthweb a {
				color: #a5a5a5;
				text-decoration: none;
				font-weight: bold;
			}
			
				.perthweb a:hover {
					color: #04093e;
				}
