html {
	min-height: 100%;
	height: 100%;
}
body{
	font-family: Verdana;
	font-size: 12px;
	width: 100%;
	min-height: 100%;
	background: transparent url(../images/bg_wood.jpg) top left;
	text-align: center;
	color: #333;
}
div#outter{
	width: 100%;
	min-height: 100%;
	text-align: center;
}
div#wrapper{
	position: relative;
	width: 960px;
	margin: 0 auto;
	background: #fff url(../images/wrapper_bg.png) no-repeat top left;
	min-height: 400px;
}
div#container{
	width: 860px;
	float: left;
	margin-left: 50px;
}
div#header{
	width: 860px;
	float: left;
}
div#logo{
	float: left;
}
div#topContact{
	color: #181818;
	font-size: 22px;
	float: right;
	width: 310px;
	height: 140px;
	line-height: 140px;
	background: url(../images/iphone.png) no-repeat center left;
}
div#topContact p{
	padding: 60px 0 0 90px;
	text-align: left;
}
div#navigation{
	width: 860px;
	height: 36px;
	float: left;
	background: transparent url(../images/nav_bg.gif) repeat-x bottom left;
}
div#navigation ul li{
	float: left;
}
div#navigation ul li a{
	display: block;
	height: 29px;
	text-decoration: none;
	color: #000;
	font-size: 16px;
	padding: 7px 15px 0 15px;
}
div#navigation ul li a.active,
div#navigation ul li a:hover{
	background: #97bf0d;
}
div#content{
	width: 860px;
	float: left;
	text-align: left;
	padding-bottom: 30px;
}
div#content h1{
	float: left;
	display: block;
	height: 33px;
	line-height: 45px;
	font-size: 24px;
	color: #97bf0d;
	background: transparent url(../images/big_arrow.png) no-repeat center left;
	padding: 12px 0 0 40px;
	margin: 25px 0 25px 15px;
	width: 860px;
}
div#homepageCategories{
	width: 810px;
	height: 147px;
	float: left;
	background: transparent url(../images/bg_wood.jpg) top left;
	text-align: center;
	padding: 25px;
	margin-bottom: 45px;
}
div#homepageCategories a{
	display: block;
	float: left;
	width: 240px;
	height: 139px;
	overflow: hidden;
	border: 5px solid #181818;
	position: relative;
	margin-right: 30px;
	text-decoration: none;
}
div#homepageCategories a.last{
	margin-right: 0;
}
div#homepageCategories a span{	
	display: block;
	position: absolute;
	color: #fff;
	font-size: 18px;
	left: 0;
	bottom: 10px;
	width: 210px;
	height: 28px;
	padding: 9px 15px 0 15px;
	background: url(../images/home_cat_span_bg.png) repeat-x top left;	
	text-align: left;
}
div.clearer{
	clear: both;
	width: 860px;
	height: 1px;
}
div#leftSide{
	float: left;
	width: 450px;
}
div#rightSide{
	float: left;
	width: 365px;
	margin-left: 45px;
}
div#newsBox h2{
	font-size: 26px;
	color: #181818;
	height: 35px;
	padding: 15px 0 0 70px;
	background: url(../images/news_icon.png) no-repeat center left;	
}
div.newsItem h3 a{
	color: #97bf0d;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}
div.newsItem{
	margin-top: 25px;
}
div.newsItem p{
	color: #333333;
	line-height: 20px;
	margin-top: 10px;
}
div.newsItem p.readMore{
	text-align: right;
}
div.newsItem p.readMore a{
	color: #97bf0d;
}
div.newsItem p.readMore a:hover{
	text-decoration: none;
}
div#scheduleBox h2{
	font-size: 26px;
	color: #181818;
	background: url(../images/schedule_icon.png) no-repeat center left;
	height: 44px;
	padding: 16px 0 0 70px;
}
div#scheduleBox table{
	width: 100%;
	margin-top: 15px;
}
div#scheduleBox table tr td{
	color: #97bf0d;
	padding: 4px 7px;
}
div#scheduleBox table tr.current td{
	background: #181818;
}
div#footer{
	width: 860px;
	float: left;
	text-align: center;
	margin: 20px 0;
	height: 30px;
	line-height: 30px;
	background: transparent url(../images/bg_wood.jpg) top left;
	font-size: 11px;
	color: #fff;
}
div#footer p a{
	color: #fff;
}
div#footer p a:hover{
	text-decoration: none;
}
div.offerBox{
	width: 307px;
	margin-left: 15px;
	float: left;
	border: 2px solid #b5b5b5;
	padding: 15px 15px 15px 95px;
	background: #e6e6e6 url(../images/iphone.png) no-repeat center left;
}
div.offerBox h3{
	font-size: 14px;
	color: #000;
	font-weight: bold;
}
div.offerBox p{
	margin-top: 10px;
	line-height: 20px;
}
div.offerBox p a{
	color: #97bf0d;
}
div.offerBox p a:hover{
	text-decoration: none;
}
div.articleGallery{
	width: 300px;
	float: right;
	background: transparent url(../images/bg_wood.jpg) top left;
	text-align: center;
	padding: 25px 0 0 25px;
}
div.articleGallery a{
	display: block;
	float: left;
	width: 115px;
	height: 88px;
	overflow: hidden;
	border: 5px solid #878b7b;
	margin: 0 25px 25px 0;
	text-decoration: none;
}
div.articleGallery a.last{
	margin-right: 0;
}
div#references{
	float: left;
	margin-left: 15px;
}
div.referenceItem{
	width: 125px;
	height: 125px;
	float: left;
	overflow: hidden;
	margin: 0 47px 47px 0;
}
div.referenceItem.last{
	margin-right: 0;
}
div.referenceItem a{
	display: block;
}
div.referenceItem a img{
	border: 5px solid #878b7b;
}
div#contactMap{
	margin-bottom: 20px;
}
div.formHolder{
	float: left;
	width: 435px;
	margin-left: 15px;
}
