body {
	background-image:url(images/2011/body-bg.gif); background-repeat:repeat-x; background-color:#120842;
	background-position: 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#2c2c2c;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.Wrapper {
	width: 1000px;
	margin: 0px auto;
	display: block;
	padding: 0px 0px 0px 0px;
	}

.header {
	width: 990px;
	height: 188px;
	margin-bottom: 18px;
	}
	.header .logo{
		display: block;
		float: left;
		background-image: url(images/2011/header-logo.gif);
		width: 177px;
		height: 162px;
		margin: 18px 0px 0px 35px;
		}
	.header .info{
		float: right;
		width: 220px;
		height: 27px;
		background-image: url(images/2011/header-info-bg.gif);
		background-repeat: no-repeat;
		padding-top: 73px;
		margin: 20px 10px 0px 0px;
		}
	.header .info .email {
		display: block;
		float: right;
		width: 216px;
		height: 22px;
		background-image: url(images/2011/header-info-email.gif);
		background-repeat: no-repeat;
		margin-right: 4px;
		}

.prinav {
	float: right;
	width: 622px;
	height: 46px;
	background-color: #A29061;
	background-image: url(images/2011/prinav-lt.gif);
	background-repeat: no-repeat;
	margin-top: 22px;
	}

	.prinav .home,
	.prinav .about,
	.prinav .services,
	.prinav .products,
	.prinav .testimonials,
	.prinav .contact {
		display: block;
		float: left;
		background-image: url(images/2011/prinav-bg.gif);
		height: 46px;
		}
	.prinav .home {width: 81px; background-position: 0px 0px; margin-left: 18px;}
	.prinav .about {width: 136px; background-position: -81px 0px;}
	.prinav .services {width: 112px; background-position: -217px 0px;}
	.prinav .products {width: 136px; background-position: 0px 0px;}
	.prinav .testimonials {width: 155px; background-position: -328px 0px;}
	.prinav .contact {width: 100px; background-position: -482px 0px;}


.Layout-Table {
	width: 1000px;
	}
.Layout-BG {
	width: 10px;
	background-color: #544F6D;
	}
.Layout-ContentCol {
	width: 980px;
	background-color: #FFFFFF;
	overflow: hidden;
	color: #2C2C2C;
	}

.ContentColA {
	float: left;
	width: 600px;
	padding: 0px 40px 40px 40px ;
	margin-top: 60px;
	}
.ContentColB {
	float: right;
	width: 240px;
	padding: 0px 40px 0px 20px;
	margin-top: 60px;
	}
.ContentColB img{
	
	align: center;
	}


.footer-bar {
	width: 980px;
	height: 13px;
	background-color: #A29061;
	}
.footer {
	width: 1000px;
	height: 30px;
	background-color: #544F6D;
	text-align: center;
	color: #FFFFFF;
	padding: 30px 0px 20px 0px;
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: bold;
	}
.site-credit {
	width: 1000px;
	height: 10px;
	text-align: center;
	color: #FFFFFF;
	padding: 0px 0px 20px 0px;
	margin-bottom: 40px;
	font-size: 10px;
	}
.site-credit a { color: #FFFFFF; }

	
	
	
h1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#120842;
	font-size:24px;
	margin:0px;
	font-weight:normal;
	}
h2 {
	color:#120842;
	font-size:18px;
	margin:0px;
	font-weight:normal;
	}
h3 {
	color:#120842;
	font-size:14px;
	margin:0px;
	font-weight:normal;
	}

a:link {
	color: #A29061;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #A29061;
	text-decoration: underline;
}

.clear {
	clear: both;
	}
