@import "layout.css";
@import "horinaja.css";

/* HEADINGS */
h2 {
	color: #fff;
	font-size: 20px;
	height: 30px;
	text-transform: uppercase;
	padding: 12px 0 0 40px;
	width: 186px;
	position: relative;
	left: -4px;
}

/* headers by name */
h2.recentNews {
	background: url(../images/h2-recent-news.png) no-repeat;
}

h2.caseStudy {
	background: url(../images/h2-case-study.png) no-repeat;
}

h2.about {
	background: url(../images/h2-about.png) no-repeat;
}

/* BOXES */
.boxHolder {
	float: left;
	margin-right: 20px;
	width: 222px;
}

.boxHolder.last {
	float: right;
	margin-right: 0;
	padding-top: 5px;
}

.box {
	background: #fff url(../images/box.jpg) no-repeat bottom;
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	color: #858585;
	font-size: 11px;
	min-height: 155px;
	padding: 10px;
}

.box h3 {	
	color: #f26529;
	font-weight: bold;
}

.box a {
	color: #f26529;
	text-decoration: underline;
}

.box a:hover {
	text-decoration: none;
}

.box p {
	line-height: 20px;
}

.boxBottom {
	background: url(../images/home-box-bottom.png) no-repeat;
	height: 6px;
}

/* recent news box */
.recentNews p {
	padding: 5px 0;
}

.recentNews p a {
	color: #858585;
	text-decoration: none;
}

.recentNews p a:hover {
	text-decoration: underline;
}

/* case study box */
.caseStudy img {
	display: block;
	margin: 5px auto 10px auto;
}

/* GALLERY */
.galleryTop {
	background: url(../images/gallery-top.png) no-repeat;
	height: 7px;
	margin-top: 25px;
}

.gallery {
	background: #fff;
	border-left: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	padding: 15px 20px 0 20px;
	text-align: center;
	width: 908px;
	position: relative;
}

.galleryBottom {
	background: url(../images/gallery-bottom.png) no-repeat;
	height: 7px;
	margin-bottom: 30px;
}

.gallery ul {
	overflow: hidden;
}

.gallery ul li {
	display: inline;
	padding: 0 10px;
}

/* gallery arrows */
.arrow {
	display: block;
	height: 34px;
	text-indent: -9999px;
	width: 34px;
	position: absolute;
	top: 60px;
}

.arrow.left {
	background: url(../images/gallery-arrow-left.png) no-repeat;
	left: -15px;
}

.arrow.right{
	background: url(../images/gallery-arrow-right.png) no-repeat;
	right: -15px;
}
