#homepage-container {
	top: 400px;
	left: 33px;
	width: 738px;
	margin: -7px 0 0 33px;
	/*background-image: url("/i/homepage/homepage-grey-bg.png");
	background-position: 100% 0;
	background-repeat: repeat-y;*/
}

#homepage-banner {
	width: 738px;
	height: 280px;
	background-color: #7fc2e7;
	background-image: url("/i/homepage/image-border.png");
	background-position: 0 0;
	background-repeat: no-repeat;
}

#homepage-banner-2 {
	width: 738px;
	height: 280px;
	background-color: #7fc2e7;
	background-image: url("/i/homepage/homepage-banner-2.png");
	background-position: 0 0;
	background-repeat: no-repeat;
}

	#homepage-image {
		position: absolute;
		top: 12px;
		left: 12px;
		display: block;
		width: 345px;
		height: 255px;
	}
	
	#homepage-logo {
		position: absolute;
		top: 136px;
		right: 37px;
	}
	
	#homepage-left {
		width: 369px;/*369*/
		float: left;
		border-top: 12px #fff solid;
	}
	
		img.banners {
			display: block;
			border: 1px #999 solid;
			margin-bottom: 12px;
		}
	
	#homepage-right {
		width: 319px;/*369*/
		padding: 25px 25px 0 25px;
		height: 639px;
		float: left;
		background-color: #e4e4e4;
	}
	
		#homepage-right h4 {
			font-size: 11px;
			font-weight: bold;
			margin-bottom: 10px;
			color: #514132;
		}
		
		#homepage-right p {
			font-size: 12px;
			margin-bottom: 20px;
			line-height: 16px;
			color: #4a493a;
		}
		
		#homepage-right ul {
			padding-right: 30px;
		}
		
			#homepage-right ul li {
				font-size: 12px;
				line-height: 16px;
				color: #4a493a;
				padding: 0 0 0 15px;
				background-image: url("/i/homepage/lidot.png");
				background-position: 0 6px;
				background-repeat: no-repeat;
			}
			
				#homepage-right ul li strong {
					font-weight: bold;
				}
				
		p.quote {
			color: #8e837a !important;
		}
		
			p.quote strong {
				font-weight: bold;
			}
			
			p.quote a {
				font-size: 10px;
				color: #514132;
				text-decoration: none;
			}
			
				p.quote a:hover {
					color: #000;
				}
		
		p.home-testimonial {
			font-size: 10px !important;
			margin-bottom: 13px !important;
			line-height: 12px !important;
		}
		
		p.home-testimonial span {
			display: block;
			margin-top: 10px;
			font-weight: bold;
		}
		
		p.home-testimonial span a {
			color: #4d95bc;
			text-decoration: none;
			font-weight: bold;
			padding: 0 0 0 5px;
		}
		
		#design {
			color: #7b797c;
			font-size: 25px;
			font-family: georgia, verdana, sans-sarif;
			margin-top: 40px;
		}
