@charset "utf-8";
/* CSS Document */

body {
	font-size:0.75em;
	font-family:Helvetica, Arial, Tahoma, sans-serif;
	width:100%;
	margin:0;
	position:relative;
	background: #ffffff;
}
#container {
	width:auto;
	margin: 1em;
}
#header {
	width:100%;
	background: #cccccc;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#ffffff'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#ffffff)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #cccccc, #ffffff); /* for firefox 3.6+ */
	background: -o-linear-gradient(top, #cccccc, #ffffff);
	border-bottom: 1em solid #80c33d;
	position: relative;
}
#logo {
	width:25%;
	padding: 1em;
	display: inline-block;
}
#logo img {
	width:100%;
}
#header-links {
	display: inline-block;
	position: absolute;
	bottom: 2em;
	right: 0;
}
#home-link {
	background-image:url(images/sprite.png);
	background-position: 0 0;
	display:inline-block;
	height:45px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	width:55px;
}
#contact-link {
	background-image:url(images/sprite.png);
	background-position: -60px 0;
	display:inline-block;
	height:45px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	width:55px;
}
#call-link {
	background-image:url(images/sprite.png);
	background-position: -170px 0;
	display:inline-block;
	height:45px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	width:55px;
}
#menu, #sub-menu {
	margin: 1em 0 0 -3.2em;
}
#menu ul li {
	width: auto;
	padding: 1.3em;
	background: #80c33d url(images/arrow.png) no-repeat right;
	list-style-type: none;
}
#menu ul li a, #sub-menu ul li a {
	color: #ffffff;
	font-size: 1.6em;
	text-decoration: none;
	padding-left: 0.3em;
	display: block;
}
#sub-menu ul li {
	width: auto;
	padding: 1.3em;
	list-style-type: none;
	background: #999 url(images/arrow.png) no-repeat right;
}
a#close {
	background-color: #000000;
	list-style-type: none;
	width: auto;
	padding: 0.6em;
	text-decoration: none;
	color: #ffffff;
}
#menu .title, #content .title {
	font-size: 4em;
	border-top: 3px solid #000000;
	border-bottom: 3px solid #000000;
	padding: 0.5em 0 0.5em 0;
}
.desc {
	font-size: 2.8em;
	display: none;
}
#content, #smallprint, #title {
	font-size: 1.3em;
	margin-top: 1em;
}
.title {
	font-size: 0.8em;
	border-top: 0.3em solid #80c33d;
	border-bottom: 0.3em solid #80c33d;
	padding: 0.5em 0 0.5em 0;
}
.titleh {
	font-size: 1.4em;
	color: #80c33d;
	border-top: 0.3em solid #80c33d;
	border-bottom: 0.3em solid #80c33d;
	padding: 0.5em 0 0.5em 0;
	margin-bottom: 1em;
}
#footer {
	width:auto;
	background: #cccccc;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#ffffff'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#ffffff)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #cccccc, #ffffff); /* for firefox 3.6+ */
	background: -o-linear-gradient(top, #cccccc, #ffffff);
	margin-bottom: 0;
	color: #999999;
	padding: 1em;
	font-size: 1.2em;
	height: auto;
	text-align: right;
}
#footer a {
	color: #555;
	text-decoration: none;
	font-size: 1.1em;
	margin-bottom: 2em;
}
span.breadcrumb {
	color: #80c33d;
	text-transform: capitalize;
	font-size: 1.1em;
	padding-left: 0.3em;
}
span.breadcrumb a {
	color: #999;
	text-decoration: none;
	font-size: 1.1em;
}
.thumbs {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.thumbs li {
	list-style: none;
	float: left;
	margin: 5px;
	padding: 3px;
	-moz-box-shadow: 0 0 4px #444;
	-webkit-box-shadow: 0 0 2px #000;
}
.thumbs li a {
}
.thumbs li img {
	display: block;
}
.thumbs li a img {
	border: none;
}
h3 {
	font-size: 1.4em;
	color: #80c33d;
	border-top: 0.3em solid #80c33d;
	border-bottom: 0.3em solid #80c33d;
	padding: 0.5em 0 0.5em 0;
	margin-bottom: 1em;
}