/*	homepage	
--------------------------------------------------*/	
#barone {
	position: relative;
	width: 980px;
	height: 288px;
	margin: 0 auto;
	}
	
	#main-content {
		position: absolute;
		top: 0;
		left: 0;
		width: 506px;/*536*/
		height: 258px;/*288*/
		padding: 30px 30px 0 0;
		}
		
		#main-content h1 {
			font-size: 24px;
			background-color: inherit;
			color: #262622;
			margin: 0 0 15px 0;
			}
		
		#main-content p {
			margin: 15px 0;
			line-height: 22px;
			background-color: inherit;
			color: #474742;
			}
	
	#flash-image {
		position: absolute;
		width: 444px;
		height: 288px;
		top: 0;
		right: 0;
		background-color: #fff;
		color: #000;
		}
		
		#flash-image a {			
			position: absolute;
			display: block;
			width: 330px;
			height: 11px;
			background-image: url("/i/click-here.png");
			background-position: 0 0;
			top: 238px;
			left: 55px;
			}
			
		#flash-image a:hover {
			color: inherit;
			background-color: inherit;
			background-position: 0 -11px;
			}
	
#bartwo {
	background-color: #efeebe;
	color: #000;
	}
	
	#bartwo-wrapper {
		position: relative;
		width: 980px;
		height: 288px;
		margin: 0 auto;
		}
	
	#quote-box {
		position: absolute;
		top: 0;
		left: 0;
		width: 350px;/*268*/
		height: 248px;/*288*/
		padding: 40px 50px 0 0;
		/*background-image: url('/i/quote-box-line.jpg');
		background-position: 93% 30px;
		background-repeat: no-repeat;*/
		}
		
		#quote-box h2 {
			font-size: 18px;
			margin: 0 0 20px 0;
			}
			
		#quote-box p {
			font-size: 12px;
			margin: 10px 0;
			line-height: 20px;
			background-color: inherit;
			color: #474742;
			}
			
		a#download-file {
			display: block;
			width: 203px;
			height: 38px;
			margin: 30px 0 0 0;
			background-image: url('/i/download-file-button.png');
			background-position: 0 0;
			background-repeat: no-repeat;
			}
			
		a#download-file:hover {
			background-position: 0 -38px;
			}
		
	#contact-box {
		display: none;
		position: absolute;
		top: 0;
		left: 268px;
		width: 228px;/*536*/
		height: 248px;/*288*/
		padding: 40px 20px 0 15px;
		}
		
		#contact-box h2 {
			font-size: 18px;
			margin: 0 0 20px 0;
			}
			
		#contact-box p {
			font-size: 12px;
			margin: 10px 0;
			line-height: 20px;
			background-color: inherit;
			color: #474742;
			}
			
			#contact-box p span {
				font-size: 14px;
				font-weight: bold;
				}
		
	#consultancy-box {
		position: absolute;
		top: 0;
		right: 0;
		width: 364px;/*364*/
		height: 208px;/*288*/
		padding: 40px;
		background-color: #fff;
		color: #474742;
		}
		
		#consultancy-box h2 {
			font-size: 21px;
			margin: 0 0 20px 0;
			background-color: inherit;
			color: #262622;
			}
			
		#consultancy-box p {
			font-size: 14px;
			margin: 10px 0;
			font-style: italic;
			line-height: 20px;
			}
