body, p, td, th {
    color: #000000;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal; 
    }

body {
	background: #fff url(../i/bg.png) repeat-x top left;
	}

#wrapper {
/*border: 1px solid #f00;*/
	background: transparent url(../i/bg-header.png) no-repeat top center;
    margin: 0 auto;
    width: 800px;
    }
        
#main {
	margin: 0 auto;
    width: 800px;
    }
	#header {
		height: 282px;
		margin: 0 auto;
		width: 800px;
		}
	.navLogo {
		float: left;
		height: 282px;
		width: 530px;
		}
	.navCont {
		height: 52px;
		padding-top: 70px;
		width: 530px;
		}
	.nav {
		border-right: 1px solid #cbcbcb;
		color: #666;
		cursor: pointer;
		float: left;
		font-weight: bold;
		padding: 0 22px 0 22px; 
		text-decoration: none;
		}
	.navOn {
		border-right: 1px solid #cbcbcb;
		color: #4e7cbd;
		cursor: pointer;
		float: left;
		font-weight: bold;
		padding: 0 22px 0 22px; 
		text-decoration: none;
		}
	.navFirst {
		border-right: 1px solid #cbcbcb;
		color: #666;
		cursor: pointer;
		float: left;
		font-weight: bold;
		padding: 0 22px 0 0;
		text-decoration: none;
		}
	.navFirstOn {
		border-right: 1px solid #cbcbcb;
		color: #4e7cbd;
		cursor: pointer;
		float: left;
		font-weight: bold;
		padding: 0 22px 0 0;
		text-decoration: none;
		}
	.navLast {
		border-right: 0px solid #cbcbcb;
		color: #666;
		cursor: pointer;
		float: left;
		font-weight: bold;
		padding: 0 0 0 22px;
		text-decoration: none;
		}
	.navLastOn {
		border-right: 0px solid #cbcbcb;
		color: #4e7cbd;
		cursor: pointer;
		float: left;
		font-weight: bold;
		padding: 0 0 0 22px;
		text-decoration: none;
		}
	.nav:hover, .navFirst:hover, .navLast:hover {
		color: #4e7cbd;
		}
	
	.logoCont {
		height: 160px;
		width: 530px;
		}
	.sectionImg {
		float: right;
		height: 282px;
		position: relative;
		width: 260px;
		}
	img.sectHome {
		border: 0px;
		position: absolute;
		bottom: -1px;
		right: 0px;
		}
	img.tn {
		float: left;
		width: 40px;
		}
	.contProducts {
		overflow: hidden;
		padding: 40px 0 40px 0;
		width: 800px;
		}
	.product {
		background: transparent url(../i/bg-box.png) repeat-x top left;
		border: 1px solid #757577;
		float: left;
		height: 54px;
		padding: 16px 0 0 14px;
		margin-right: 31px;
		width: 230px;
		}
	.productLast {
		background: transparent url(../i/bg-box.png) repeat-x top left;
		border: 1px solid #757577;
		float: left;
		height: 54px;
		padding: 16px 0 0 14px;
		margin-right: 0px;
		width: 230px;
		}
	.product:hover {
		background: none;
		background-color: #eaf3ff;
		}
	.productLast:hover {
		background: none;
		background-color: #eaf3ff;
		}
	div.blueText {
		color: #4079c8;
		display: block;
		font-size: 18px;
		padding-bottom: 4px;
		}
	div.greySub {
		color: #757676;
		display: block;
		font-size: 11px;
		}
		
	.contactPic {
    	color: #666;
    	float: left;
    	line-height: 20px;
    	padding: 0 0 18px 0;
    	width: 200px;
    	}
	.info {
    	color: #666;
    	float: left;
    	line-height: 20px;
    	padding: 0 0 18px 0;
    	width: 200px;
    	}
    .profiles {
    	background-color: #eaf3ff;
    	margin-bottom: 12px;
    	padding: 16px;
    	}
    	
    
#content {
    float: left;
    overflow: hidden; /* makes any floating element within contents stay inside */
    padding-bottom: 22px;
    width: 474px;
    }
    
#sidebar {
    float: right;
    overflow: hidden; /* makes any floating element within contents stay inside */
    padding-bottom: 22px;
    width: 270px;
    }
.sidepic {
	border: 0;
	padding: 0 0 16px 0;
	width: 270px;
	}

#footer {
	background: transparent url(../i/bg-footer.png) repeat-x bottom left;
	}
.footer {
	background: transparent url(../i/bg-floatfooter.png) no-repeat bottom left;    
    height: 260px;
    margin: 0 auto;
    width: 800px;
    }
    .address {
    	color: #fff;
    	float: left;
    	line-height: 20px;
    	padding: 78px 0 0 0;
    	width: 400px;
    	}
