html,body {
	background: #e6e6e7;
	
	font-size: 11px;
	font-family: arial;
	color: #555;
	
	background: top url('../img/body-back.gif') repeat-x #e6e7e8;
	
	overflow-x: hidden;
	overflow-y: auto;
}

a {
	color: #f89c28;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

.clear {
	clear: both;
}

#site-wrap {
	padding: 0 0 50px 0;
}

#head-wrap,
#banner-wrap,
#main-wrap,
#work-wrap,
#foot-wrap {
	margin: 0 auto;
	width: 960px;
}


#head-wrap {
	position: relative;
	
	height: 100px;
	
	background: #FFF;
}
	A#contact {
		position: absolute;
		
		padding: 12px 20px 10px;
		
		top: -4px;
		right: 0;
		
		font-size: 14px;
		font-weight: bold;
		text-decoration: none;
		
		color: #fff;
		background: #f89c28;
		
		cursor: pointer;
		
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	}
	
	#logo {
		position: absolute;
		display: block;
		
		top: 15px;
		left: 0;
		
		width: 159px;
		height: 42px;
		
		text-indent: -9999px;
		outline: none;
		
		background: 0 0 url('../img/head-logo.png') no-repeat;
	}
	
	#nav {
		position: absolute;
		
		left: 0;
		bottom: 0;
		
	}
		#nav li {
			float: left;
			margin: 0 10px 0 0;
		}
			#nav li a {
				float: left;
				display: block;
				
				margin: 0 30px 0 0px;
				padding: 4px 0;
				
				font-size: 14px;
				text-decoration: none;
				color: #333;
				
				-moz-border-radius: 4px;
				-webkit-border-radius: 4px;
			}
			#nav li.selected a {
				margin: 0 15px 0 -5px;
				padding: 4px 15px;
				
				color: #fff;
				background: #f89c28;
			}
	
	#sub-nav {
		position: absolute;
		
		left: 0;
		bottom: -30px;
	}
		#sub-nav li {
			float: left;
			
			margin: 0 10px 0 0px;
		}
			#sub-nav li a {
				float: left;
				display: block;
				
				margin: 0 30px 0 0px;
				padding: 4px 0;
				
				font-size: 12px;
				text-decoration: none;
				color: #777;
				
				-moz-border-radius: 4px;
				-webkit-border-radius: 4px;
			}
			#sub-nav li a.selected {
				font-weight: bold;
				color: #444;
			}
	
#banner-wrap {
	position: relative;
	
	margin-top: 15px;
	min-height: 300px;
	
	/*background: url('../img/banner-new-back.png') no-repeat;*/
	padding: 1px;
	border: 1px solid #ddd;
	background: #fff;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}	
	#banner-wrap .banner-arrow {
		position: absolute;
		
		left: 60px;
		bottom: 51px;
		
		width: 13px;
		height: 8px;
		
		background: 0 0 url('../img/banner-arrow.png') no-repeat;
		
	}
	
	#banner .slide-title {
		position: absolute;
		
		top: 25px;
		left: 30px;
		
		font-size: 40px;
		font-family: Calibri, arial, tahoma, verdana;
		font-weight: bold;
		color: #3f3e33;
		
		text-shadow : 1px 1px 0px rgba(255,255,255,0.5);
	}
	
	#banner .slide-text {
		position: absolute;
		
		top: 80px;
		left: 30px;
		right: 400px;
		
		line-height: 20px;
		
		font-size: 12px;
		color: #777;
		text-shadow : 1px 1px 0px rgba(255,255,255,1);
	}
	#banner .slide-image {
		position: absolute;
		
		bottom: 30px;
		right: -10px;
		
		background: bottom right url('../img/front-banner-disill.png') no-repeat;
		
	}
	
	#banner-wrap ul {
		position: absolute;
		
		bottom: 0;
		left: 10px;
	}
		#banner-wrap ul li {
			padding: 21px 30px;
			float: left;
			
			cursor: pointer;
			
			font-weight: bold;
			color: #f89b27;
		}
		#banner-wrap ul li.selected {
			color: #fff;
		}


#work {
	position: relative;
	
	margin: 40px 0 0 0;
	height: 350px;	
}
	
	#work .slide {
		position: absolute;
		
		top: 0;
		left: 0;
		
		height: 350px;
		width: 960px;
		
		background: #46453c;
		
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	}
		#work .slide .slide-title {
			position: absolute;
			
			top: 20px;
			left: 30px;
			
			font-size: 38px;
			font-family: Calibri, arial, tahoma, verdana;
			font-weight: bold;
			color: #f89c28;
		}
		#work .slide .slide-text {
			position: absolute;
			
			top: 70px;
			left: 30px;
			bottom: 50px;
			
			width: 400px;
			
			line-height: 17px;
			
			font-size: 11px;
			color: #fff;
			
		}
		#work .slide .slide-link {
			position: absolute;
			
			bottom: 20px;
			left: 30px;
			
			font-size: 18px;
			font-family: arial, tahoma, verdana;
			color: #f89c28;
		}
		#work .slide .slide-image {
			position: absolute;
			
			top: 30px;
			right: 30px;
			
			
			width: 400px;
			height: 290px;
		}
		#work .slide ul {
			position: absolute;
			
			right: 440px;
			bottom: 30px;
			
			width: 60px;
		}
			#work .slide ul li {
				margin: 10px 0 0 0;
				
				height: 45px;
				
				background: #000;
			}
				#work .slide ul li.selected {
					font-weight: bold;
				}
	
	#main.work-overview {
		padding: 15px 0 15px 20px;
	}
		#main.work-overview .col {
			margin: 0;
			border: 0;
		}
			#main.work-overview .col h2  {
				margin: 0 20px 8px 0;
				padding: 0 0 8px 0;
				
				font-size: 14px;
				
				border-bottom: 1px solid #DDD;
			}
			#main.work-overview .col ul {
				margin: 0 20px 0 0;
			}
				#main.work-overview .col ul li {
					padding: 3px 0 3px 12px;
					
					cursor: pointer;
					
					background: 0 6px url('../img/work-bullet.png') no-repeat;
				}
				#main.work-overview .col ul li.selected {
					font-weight: bold;
				}
	
#main-wrap {
	position: relative;
	margin-top: 20px;
	
	background: #FFF;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	
	border: 1px solid #DDD;
}
.sub #main-wrap {
	margin-top: 40px;
}
	
	#breadcrumbs {
		position: absolute;
		
		top: 15px;
		left: 32px;
		
		color: #DDD;
	}
		#breadcrumbs A {
			padding: 0 8px;
			color: #888;
			
			text-decoration: none;
		}
	

	#main {
		padding: 10px 10px;
		
	}
		#main .col {
			float: left;
			
			margin: 0 0 0 -1px;
			
			width: 33.333%;
			min-height: 150px;
			
			background: #fff;
			border-left: 1px solid #ddd;
		}
		#main .col:first-child {
			margin: 0;
			border: 0;
		}
		
		#main .col .box {
			margin: 0 10px;
			font-size: 12px;
		}
			#main .col .box h2 {
				font-size: 15px;
				font-weight: bold;
				
				color: #5b584d;
				
				line-height: 25px;
				
				text-align: left;
			}
			
			
			#main .col .box h1 {
				font-size: 15px;
				font-weight: bold;
				
				color: #5b584d;
				
				line-height: 30px;
				
				text-align: left;
			}
			#main .col .box .text {
				height: 100px;
				
				line-height: 20px;
			}
				#main .col .box .text ul {
					margin: 0 0 0 0;
					padding: 0 0 0 10px;
				}
					#main .col .box .text ul li {
						padding: 3px 0 3px 12px;
						
						color: #777;
							
						background: 0 center url('../img/work-bullet.png') no-repeat;
					}
			
			#main .col .box .more {
				text-align: right;
			}
				#main .col .box .more A {
					padding: 0 12px 0 0;
					font-weight: bold;
					text-decoration: none;
					
					background: right 4px url('../img/work-bullet.png') no-repeat;
				}
			
	
	#content {
		float: left;
		
		padding: 40px;
		
		line-height: 18px;
		
		width: 530px;
		min-height: 400px;
	}	
	#content.full {
		float: none;
		width: auto;
	}
		
		#content h1,
		#content h2,
		#content h3,
		#content h4,
		#content h5
		{
			color: #333;
		}
		
		
		#content h1,
		#side h1 {
			margin: 0 0 10px 0;
			font-size: 18px;
			font-weight: normal;
		}
		#side h1 {
			margin: 40px 0 10px 0;
		}
		
		h2 {
			margin: 0 0 10px 0;
			font-size: 15px;
			font-weight: bold;
		}
		
		h3 {
			margin: 10px 0 10px 0;
			font-size: 12px;
			font-weight: bold;
		}
		
		#content h5,
		#side h5 {
			margin: 0px 0 15px 0;
			padding: 0 0 15px 0;
			font-size: 12px;
			font-weight: normal;
			color: #888;
			
			border-bottom: 1px solid #ddd;
		}
		
		#content p {
			margin: 0 0 10px 0;
		}
		
		
		#content  ul {
			margin: 15px 0;
			padding: 0 0 0 10px;
		}
		#content  ul.multi-col {
		}
		
			#content  ul li {
				padding: 3px 0 3px 12px;
				
				color: #777;
					
				background: 0 8px url('../img/work-bullet.png') no-repeat;
			}
			#content ul li:first-child {
				
			}
			
			#content  ul.multi-col li {
				margin: 0 -15px 1px 0;
				padding: 4px 0 4px 10px;
				
				float: left;
				width: 33.333%;
				
				
			}
	
	
	.add-this {
		margin: 40px;
	}
		.add-this a {
			color: #555;
			text-decoration: none;
		}
	
		
		
	
	#side {
		float: left;
		
		width: 350px;
		min-height: 300px;
		
		
	}
		#side img {
			margin: -30px -30px 0 0;
			
		}
		
		#side .index {
			
		}
			#side .index .item {
				margin: 0;
				padding: 0 0 10px 0;
			}
				#side .index .item .date {
					color: #999;
					font-style: italic;
				}
				#side .index .item h1 {
					margin: 0;
					padding: 0;
					font-size: 12px;
				}
					#side .index .item h1 A {
						text-decoration: none;
					}
		
	


#foot-wrap {
	position: relative;
	
	margin-top: 20px;
	background: #d2d2d3;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
	#foot-wrap #bird {
		display: block;
		_display: none;
		position: absolute;
		
		top: -26px;
		
		right: -12px;
		
		width: 79px;
		height: 67px;
		
		background: url('../img/foot-bird.png') no-repeat;
	}
	
	#foot {
		padding: 10px;
		
		color: #555;
		
	}
		#foot .col {
			float: left;
			
			margin: 0 0 0 0;
			
			width: 33.333%;
		}
		#foot .col:first-child {
			margin: 0;
			border: 0;
		}
		
			#foot h2 {
				margin: 0 10px 0 10px;
				padding: 6px 0;
				
				font-weight: bold;
				
				border-bottom: 1px solid #BBB;
			}
			#foot .last h2 {
				margin: 0 0 0 10px;
			}
			#foot ul {
				margin: 0 10px 0 10px;
				
				color: #666;
			}
			#foot .last ul {
				margin: 0 0 0 10px;
			}
				#foot ul li {
					padding: 6px 0;
					border-bottom: 1px solid #BBB;
					border-top: 1px solid #DDD;
					
					height: 15px;
					overflow: hidden;
					
					line-height: 15px;
					
				}
				#foot ul li:first-child {
					
				}
				#foot ul li:last-child {
					border-bottom: 0;
				}
					#foot ul li A {
						display: block;
						color: #666;
						
						height: 15px;
						overflow: hidden;
						
						text-decoration: none;
					}
					#foot ul li A:hover {
						color: #333;
					}


			
			.contact {
				margin: 20px 0 0 20px;
				padding: 5px 0 0 80px;
				
				line-height: 18px;
				
				background: 20px 10px url('../img/foot-new-logo.png') no-repeat;
			}
				.contact strong {
					font-weight: bold;
					font-size: 12px;
				}



.staff-index {
	
}
	.staff-index .item {
		float: left;
		
		margin: 0 0 30px 0;
		
		width: 33.333%;
		height: 80px;
	}
		.staff-index .item .image {
			float: left;
			
			margin: 0 15px 0 0;
			padding: 1px;
			
			width: 50px;
			
			
			border: 1px solid #ddd;
		}
			.staff-index .item .image img {
				width: 100%;
			}
		
		.staff-index .item .name {
			font-weight: bold;
		}
			.staff-index .item .name A {
				text-decoration: none;
				
				color: #444;
			}
		.staff-index .item .email {
			color: #777;
		}


.index {
	
}
.index.testamonials {
	margin: 30px 0 0 0;
}
	.index .item {
		margin: 0 0 30px 0;
	}
	.index.testamonials .item {
		float: left;
		width: 50%;
	}
	.index.testamonials .item .item-inner {
		padding: 0 30px 0 0;
	}
		#content .index .item h1 {
			margin: 0 0 5px 0;
			padding: 0 0 5px 0;
			
			font-size: 12px;
			font-weight: bold;
			
			border-bottom: 1px solid #ddd;
		}
			#content .index .item h1 span {
				margin: 0 0 0 10px;
				font-weight: normal;
				/*font-style: italic;*/
				color: #777;
			}

		.index.testamonials .item .item-inner img {
			margin: 0 10px 60px 0;
			
		}
	
	.index.testamonials .item .item-inner .more {
		margin: 10px 0 0 0;
		text-align: right;
	}
		.index.testamonials .item .item-inner .more A {
			font-weight: bold;
			text-decoration: none;
		}


#side #form-container {
	margin: 0 40px 0 0;
}
#side h5 {
	margin-right: 40px;
}

.form-title {
	display: none;
	margin: 0 0 20px 0;
	
	font-size: 14px;
	font-weight: bold;
}

.form.txt {
	padding: 0 0 0 14px;
}
.form.txt.drp {
	padding: 0;
}

	.form.txt label {
		display: block;
		
		margin: 0 0 0 -14px;
		padding: 0 0 5px 0;
	}
	.form.txt.drp label {
		margin-left: 0;
	}
	
	.form.txt input,
	.form.txt textarea,
	.form.txt select
	{
		margin: 0 0 20px -14px;
		padding: 6px;
		
		width: 100%;
		
		font-size: 13px;
		
		border: 1px solid #ddd;
		border-top: 1px solid #AAA;
	}
	
	.form.txt select
	{
		margin-left: 0;
	}
	
	.form.txt textarea {
		height: 120px;
	}

.form.btn {
	padding: 0px 0 0 0;
	
	text-align: right;
}
	.form.btn input {
		padding: 6px 10px;
		
		color: #fff;
		font-weight: bold;
		font-size: 12px;
		
		cursor: pointer;
		
		background: #F89C28;
		border: 0;
		
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	}




.cols {
	margin: 30px 0;
}
	.cols .box {
		float: left;
		
		width: 50%;
		height: 150px;
	}
		.cols .box .title {
			margin-right: 20px;
			font-weight: bold;
		}
		.cols .box .text {
			margin-right: 20px;
			height: 70px;
		}
		.cols .box .link {
			margin-right: 20px;
			text-align: right;
		}
			.cols .box .link A {
				text-decoration: none;
			}





.image-list {
	margin: 20px 0 30px 0;
}
	.image-list .image-item {
		float: left;
		
		margin: 0 20px 20px 0;
		
		width: 80px;
		height: 80px;
		overflow: hidden;
		
		padding: 1px;
		border: 1px solid #ddd;
	}
		.image-list .image-item A {
			display: block;
			
			height: 80px;
			width: 80px;
			
			background: center no-repeat #fff;
			
		}


.image-list-logo {
	position: relative;
	
	width: 280px;
	height: 150px;
}
	.image-list-logo .item {
		position: absolute;
		top: 0;
		left: 0;
		
		width: 280px;
		height: 150px;
		
		visibility: hidden;
	}
		.image-list-logo .item A {
			display: block;
			
			width: 280px;
			height: 150px;
			
			background: center no-repeat #fff;
		}





















