/* @override 
	http://circlefactory.local/style.css
	http://circlefactory.temp.thisbythem.com/style.css
*/

html, body {
	font: 14px/1.4em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #afafaf;
	background: #000 center top;
}

* {
	margin: 0;
	padding: 0;
}

a, a:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	border-style: none;
}

a:hover, a.active {
	color: #afafaf;
}

a img {
	border-style: none;
}

#wrapper {
	background: url(images/bg-main.jpg) center;
}

#carousel-wrapper.front {
	background: url(images/bg-carousel.jpg) no-repeat center top;
}

#content-wrapper {
	width: 820px;
	margin-left: auto;
	margin-right: auto;
}

#footer {
	height: 80px;
	background: url(images/bg-footer.png) repeat-x;
	margin-top: -10px;
}

#content-wrapper-inner {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

#header {
	height: 112px;
	position: relative;
}

#footer-inner {
	width: 840px;
	margin-left: auto;
	margin-right: auto;
	font-size: 10px;
	text-align: center;
	color: #6f6f6f;
	padding-top: 40px;
}

h1 {
	float: left;
	margin-top: 10px;
}

h1 a, h1 a:visited {
	background: url(images/logo.png) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 80px;
	width: 310px;
	text-transform: uppercase;
	font-size: 1px;
}

h2 {
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
}

/* Main Nav */

#main-nav {
	position: absolute;
	top: 40px;
	width: 350px;
	left: 456px;
}

#main-nav ul {
	float: right;
}

#main-nav ul li {
	list-style: none;
	float: left;
	display: block;
	text-align: right;
	padding-left: 30px;
}

#main-nav ul li a {
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	color: #7e7e7e;
}

#main-nav ul li a:hover {
	color: #fff;
	text-decoration: none;
}

/* Carousel */

#front-carousel {
	padding-bottom: 30px;
	padding-left: 10px;
	position: relative;
}

#front-carousel ul {
	background: #dbdbdb no-repeat center center;
}

#front-carousel ul li {
	list-style: none;
	height: 410px;
}

#front-carousel span {
	display: block;
}

span.view-more {
	margin-top: -23px;
	position: absolute;
	top: 450px;
	width: 150px;
	text-align: right;
	left: 655px;
}

span.front-image-title {
	font-style: italic;
	overflow: hidden;
	float: left;
	padding: 2px 10px 0 5px;
	margin-top: -26px;
	position: relative;
	z-index: 50;
	font-size: 12px;
	background: url(images/bg-main.jpg) 60px 360px;
}

/* SLIDER */
#slider {
  width: 790px;
	height: 410px;
}

#slider ul, #slider li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#slider li {
  display: none;
}
#slider li.first {
  display: block;
}

/* SECTIONS */

.section-wrapper {
	margin-bottom: 15px;
	background: url(images/line-white-hort.jpg) repeat-x 0 bottom;
	padding-bottom: 15px;
	clear: both;
}

.section-wrapper p {
	margin-bottom: 10px;
	display: block;
}

.section-wrapper a {
	background: url(images/Icon_External_Link.png) no-repeat right 4px;
	padding-right: 15px;
}

.section-wrapper a:hover {
	background: url(images/Icon_External_Link.png) no-repeat right -26px;
}

a.thickbox, a:hover.thickbox {
	background-image: none;
	padding-right: 0;
}

.section-wrapper h2 {
	float: left;
	width: 90px;
	color: #6d6d6d;
}

.section-content {
	margin-left: 220px;
}

.news-content-wrapper {
	padding-left: 90px;
}

.section-wrapper.news .section-date {
	font-size: 24px;
	letter-spacing: -1px;
	padding-top: 4px;
	display: block;
	margin-right: 45px;
	float: left;
}

.section-wrapper.news .section-content {
	width: 585px;
	text-align: justify;
	float: left;
	margin-bottom: 10px;
	margin-left: 0;
	margin-right: 0;
}

.section-wrapper.contact {
	color: #fff;
	font-weight: bold;
	letter-spacing: 0;
	background: url(images/bg-contact.png) no-repeat 662px 1px;
}

.section-wrapper.contact span {
	font-style: italic;
	font-weight: normal;
	color: #6d6d6d;
}

.section-wrapper.contact p {
	margin-bottom: 3px;
}

.section-wrapper.products p {
	margin-bottom: 10px;
}

.section-wrapper.products {
	padding-bottom: 15px;
}

.section-wrapper.products ul li {
	list-style: none;
	float: left;
	margin: 0 5px 5px 0;
	line-height: 0;
}

.section-wrapper.products ul li a img {
	padding: 3px;
		border: 1px solid #3e3e3e;

}

.section-wrapper.products ul li a:hover img {
	padding: 3px;
		border: 1px solid #7b7b7b;

}

.section-wrapper.links ul li {
	list-style: none;
	padding-bottom: 10px;
}

.section-wrapper.links ul li span {
	display: block;
	font-style: italic;
}

.section-wrapper.cv p {
	margin-bottom: 3px;
}

.section-wrapper.cv p.quote {
	margin-bottom: 10px;
}

.section-wrapper.cv h3 {
	margin-bottom: 10px;
	padding-bottom: 15px;
	background: url(images/line-white-hort.jpg) repeat-x left bottom;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	color: #6d6d6d;
	margin-top: 20px;
}

.section-wrapper.cv h4 {

	color: #6d6d6d;
	font-size: 16px;
	padding-bottom: 10px;
	padding-top: 5px;
	font-weight: normal;
	font-style: normal;
}

.section-wrapper.cv span {
	font-style: italic;
}

.section-wrapper.about img {
	border: 1px solid #2d2d2d;
	padding: 3px;
	float: left;
	margin-right: 10px;
}

/* GENERAL */

.clear-block:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display:inline-block;
	}

.clear {
	clear: both;
}