/* general reset */
* {font-size: 100%;}
html {height:100%;}
body{
	margin:0;
	font:62.5% Arial, Helvetica, sans-serif;
	color:#000;
	background:#b9b9b8;
	min-width:960px;
}
img {border-style:none;}
a {
	text-decoration:underline;
	color:#e47100;
}
a:hover {text-decoration:none;}
input, textarea, select { vertical-align:middle;}
form, fieldset {
	margin:0;
	padding:0;
	border-style:none;
}
#wrapper {
	width:100%;
	position:relative;
	overflow:hidden;
	padding-top:101px;
	background:#fff url(../images/bg-wrapper2.jpg) repeat-x 0 100%;
}
.home{
	background:#f1f1f1 url(../images/bg-wrapper.jpg) repeat-x 0 100% !important;
}
#header {
	width:100%;
	position:absolute;
	top:0;
	left:0;
	background:url(../images/bg-header.gif) repeat-x;
	height:101px;
}
.header-holder {
	width:960px;
	margin:0 auto;
	padding-top:10px;
	overflow:hidden;
}
.header-holder .logo {
	float:left;
	width:111px;
	height:102px;
	margin-left:-5px;
	position:relative;
}
.header-holder .logo a{
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	height:100%;
	background:url(../images/logo.png) no-repeat;
	cursor:pointer;
}
.header-top {
	float:right;
	width:845px;
	height:31px;
	overflow:hidden;
}
.header-top .phone{
	float:left;
	font-size:1.7em;
	color:#fff;
}
.f-search {
	padding-top:2px;
	float:right;
	width:259px;
}
.f-search .i-text{
	float:left;
	width:160px;
	height:16px;
	background:url(../images/bg-search.gif) no-repeat;
	padding:2px 4px 0;
	margin-right:8px;
}
.f-search .text {
	float:left;
	width:160px;
	background:none;
	border:0;
	font:10px Arial, Helvetica, sans-serif;
	color:#000;
}
.btn-search {
	float:left;
	width:62px;
	height:19px;
	background:url(../images/sprites.gif) no-repeat -93px 0;
}
.btn-search .search{
	float:left;
	padding:0 16px 4px 0;
	color:#fff;
	font:bold 10px/13px Arial, Helvetica, sans-serif;
	width:62px;
	background:none;
	border:0;
	margin-top:2px;
	cursor:pointer;
	height:15px;
}
.btn-search:hover, .btn-search.hover {
	background-position:-93px -19px;
}
ul#nav {
	margin:0 -5px 0 0;
	padding:0;
	list-style:none;
	float:right;
	position:relative;
}
ul#nav li{
	float:left;
	font-size:16px;
	line-height:39px;
	font-weight:bold;
	position:relative;
}
ul#nav li a{
	text-decoration:none;
	color:#fff;
	float:left;
	padding:0 20px 0;
}
ul#nav li a span{
	position:absolute;
	width:8px;
	height:8px;
	left:45%;
	top:39px;
	background:url(../images/sprites.gif) no-repeat -10px -134px;
	visibility:hidden;
	overflow:hidden;
}
ul#nav li a:hover span{
	visibility:visible;
}
ul#nav li.active a {
	background:#a8a8a8;
	border:1px solid #6a6a6a !important;
	border-width:0 1px !important;
}

ul#nav li.active a span{
	visibility:visible;
	background:url(../images/sprites.gif) no-repeat -19px -134px;
}
ul#nav li a:hover {border:0;}
.intro {
	width:100%;
	background:#f1f1f1 url(../images/bg-intro.gif) repeat-x 0 100%;
	font-size:1.3em;
	line-height:1.4em;
} 
.intro-holder {
	width:960px;
	margin:0 auto;
	overflow:hidden;
	padding:19px 0 25px;
}
.intro .text {
	float:left;
	width:480px;
}
.intro h1{
	margin:0 0 12px;
	font-size:2.462em;
	line-height:normal;
	color:#434242;
	font-weight:normal;
}
.intro p {margin:0 0 17px;}
.intro ul.btn-holder {
	margin:0;
	padding:6px 0 0 30px;
	list-style:none;
	overflow:hidden;
	height:1%;
}
.intro ul.btn-holder li{
	float:left;
	padding-left:75px;
}
.intro ul.btn-holder li:first-child {
	padding-left:0;
}
.intro ul.btn-holder li a{
	float:left;
	width:163px;
	height:46px;
	background:url(../images/sprites.gif) no-repeat -255px 0;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
}
.intro ul.btn-holder li a:hover{text-decoration:underline;}
.intro ul.btn-holder li a span {
	float:left;
	width:134px;
	padding:9px 0 0 24px;
	text-align:center;
}
.intro ul.btn-holder li a:hover span {text-decoration:underline;}
.gallery {
	float:right;
	width:435px;
	height:248px;
	background:url(../images/bg-gallery-holder.png) no-repeat;
	padding:15px 17px;
	margin-top:5px;
}
.gallery-holder {
	width:435px;
	overflow:hidden;
	position:relative;
}
.gallery .s-items{
	position:relative;
	z-index:1;
}
.gallery .s-items ul {
	margin:0;
	padding:0;
	list-style:none;
	width:435px;
	height:248px;
	position:relative;
}
.gallery .s-items ul li{
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:435px;
	z-index:1;
}
.gallery .s-items ul li.active{z-index:2;}
.gallery .s-items ul li img{display:block;}
.gallery .control{
	position:absolute;
	right:9px;
	bottom:10px;
	width:auto !important;
	line-height:normal;
	z-index:5;
}
.gallery ul {
	margin:0;
	padding:0;
	list-style:none;
}
.gallery .control ul li{
	float:left;
	padding-left:4px;
	width:auto !important;
}
.gallery .control ul li a{
	display:block;
	width:16px;
	height:14px;
	background:url(../images/bg-galley-control.png);
	color:#797876;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
	padding-top:2px;
	cursor:pointer;
}
.gallery .control ul li a:hover, .gallery .control ul li.active a{
	background:#fff !important;
	color:#000;
}
#main {
	overflow:hidden;
	background:url(../images/separator-twocolumns.png) no-repeat 644px 47px;
	width:960px;
	margin:0 auto;
	padding-top:18px;
	margin-bottom:21px;
}
.home #main {
	padding-top:12px;
	background:url(../images/separator-home.png) no-repeat 644px 28px;
}
#content {
	float:left;
	width:645px;
}
.two-columns {
	overflow:hidden;
	width:100%;
}
.two-columns .column{
	float:left;
	width:295px;
	font-size:1.3em;
	text-align:justify;
	padding-right:29px;
	position:relative;
}
.two-columns .alt-column{padding-right:0;}
.two-columns h2 {
	margin:0 0 5px;
	font-size:1.77em;
	font-weight:normal;
	color:#434242;
}
.two-columns .column .img-holder {
	background:url(../images/bg-img-holder.png) no-repeat;
	width:281px;
	height:184px;
	padding:8px;
	margin-bottom:15px;
}
.two-columns .column .img-holder img{display:block;}
.two-columns .column .text{
	padding-left:3px;
	overflow:hidden;
	height:1%;
}
.two-columns .column p {margin:0 0 7px !important;}
img.bckbut {float:right;cursor:pointer;margin-top:5px;}
a.read {
	float:right;
	text-decoration:none;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
	background:url(../images/sprites.gif) no-repeat -427px 0;
	width:89px;
	height:21px;
	padding:5px 0 0 9px;
}
a.read:hover {text-decoration:underline;}
a.read span{
	float:left;
	background:url(../images/bg-read-l.png) no-repeat;
	padding:5px 2px 6px 9px;
}
a.read:hover span {text-decoration:underline;}
a.read em{
	float:left;
	width:26px;
	height:24px;
	background:url(../images/bg-read-r.png) no-repeat;
}
.two-columns .column .mark {
	float:right;
	margin:2px 0 0 10px;
}
#sidebar {
	float:right;
	width:295px;
	padding-top:46px;
}
.home #sidebar {
	padding-top:32px !important;
	margin-bottom:-8px;
	position:relative;
}
.sidebox {
	width:294px;
	font-size:1.2em;
	margin:0 0 14px 1px;
}
.sidebox .t {
	height:7px;
	font-size:1px;
	background:url(../images/bg-sidebox-t.png) no-repeat;
}
.sidebox .c {
	height:1%;
	background:url(../images/bg-sidebox-c.png) repeat-y;
	padding:0 3px;
}
.sidebox .c:after {
	clear: both;
	content:"";
	display: block;
}
.sidebox .b {
	height:8px;
	font-size:1px;
	background:url(../images/bg-sidebox-b.png) no-repeat;
}
.sidebox .holder {
	padding:3px 6px 0 8px;
}
.sidebox .service-holder {
	background:url(../images/bg-service.jpg) no-repeat 100% 100%;
	float:left;
	width:277px;
	margin-bottom:-5px;
	position:relative;
	padding:0 3px 8px 8px;
}
.sidebox h3 {
	margin:0 0 4px;
	font-size:1.5em;
	color:#434242;
}
.sidebox .service-holder h3 {margin:0 0 9px;}
.sidebox strong.phone {
	font-size:2.167em;
	color:#e47100;
	padding:2px 0 0 29px;
	background:url(../images/sprites.gif) no-repeat -5px -80px;
}
.sidebox strong.title {
	font-size:1.167em;
	color:#e47100;
	display:block;
	padding:3px 0 10px;
}
.sidebox ul {
	margin:0;
	padding:1px 0 0 3px;
	list-style:none;
}
.sidebox ul li{
	padding:0 10px 13px 20px;
	background:url(../images/arrow.gif) no-repeat 0 2px;
}
.sidebox ul li a{color:#000;}
.f-sign {
	padding:3px 6px 4px 9px;
}
.f-sign h3 {margin-bottom:7px !important;}
.f-sign .row{
	overflow:hidden;
	width:100%;
}
.f-sign .i-text {
	float:left;
	width:164px;
	height:21px;
	padding:3px 4px 0 7px;
	background:url(../images/bg-sign.gif) no-repeat;
	margin-right:10px;
}
.f-sign .text {
	background:none;
	border:0;
	font:12px Arial, Helvetica, sans-serif;
	color:#8b8b8b;
	width:164px;
	height:15px;
}
.f-sign #btn-sign {
	float:left;
	background:url(../images/sprites.gif) no-repeat;
	width:84px;
	height:24px;
}
.f-sign #btn-sign:hover, .f-sign #btn-sign.hover {
	background-position:0 -24px;
}
.f-sign #btn-sign .sign {
	float:left;
	font:bold 12px/18px Arial, Helvetica, sans-serif;
	color:#fff;
	width:84px;
	height:24px;
	padding:3px 18px 4px 0;
	background:none;
	border:0;
	cursor:pointer;
	position:relative;
}
a.tweet {
	display:block;
	margin:-13px 0 8px -3px;
	position:relative;
}
a.tweet img{display:block;}
#footer {
	width:100%;
	background:#b9b9b8 url(../images/bg-footer.gif) repeat-x;
}
.footer-holder {
	width:954px;
	margin:0 auto;
	padding:30px 0 20px 6px;
	text-align:center;
}
.footer-holder ul{
	margin:0;
	padding:0;
	list-style:none;
	font-size:1.2em;
	color:#fff;
}
.footer-holder ul li{
	display:inline;
	background:url(../images/sep-footer.gif) no-repeat 0 50%;
	padding:0 5px 0 7px;
}
.footer-holder ul li:first-child {
	padding-left:0;
	background:none;
}
.footer-holder ul li a{
	color:#fff;
	text-decoration:none;
}
.footer-holder ul li a:hover {text-decoration:underline;}
ul.breadcrumbs {
	margin:0;
	padding:7px 0 0 167px;
	list-style:none;
	overflow:hidden;
	height:1%;
	clear:right;
	color:#ee821d;
	font-size:10px;
}
ul.breadcrumbs li{
	float:left;
	background:url(../images/arrow2.gif) no-repeat 0 50%;
	padding:0 4px 0 8px;
}
ul.breadcrumbs li:first-child {
	padding-left:0;
	background:none;
}
ul.breadcrumbs li a{
	color:#ee821d;
	text-decoration:none;
}
ul.breadcrumbs li a:hover{text-decoration:underline;}
#content p {margin:0 0 16px;}
.article-holder {
	font-size:1.3em;
	width:629px;
	text-align:justify;
	padding-bottom:6px;
}
#content h1 {
	margin:0 0 12px;
	font-size:2.462em;
	color:#434242;
	font-weight:normal;
}
#content h3 {
	margin:0 0 12px;
	font-size:1.5em;
	color:#434242;
	font-weight:normal;
}
.article-holder .img-holder {
	border:1px solid #bcbcbc;
	padding:5px 5px 5px 6px;
	margin:0 2px 22px 0;
}
.article-holder .img-holder img{display:block;}
.article-holder ol {
	margin:0;
	padding:8px 0 0 21px;
	list-style:none;
}
.article-holder ol li{
	padding:0 0 5px 17px;
	background:url(../images/arrow.gif) no-repeat 0 2px;
}
.blog-holder {padding-bottom:9px;}
.blog-holder h1 {margin:0 0 8px !important;}
.blog-holder {
	font-size:1.3em;
	width:630px;
}
.blog-holder .post{
	overflow:hidden;
	width:100%;
	margin-bottom:9px;
}
.blog-holder .title {
	overflow:hidden;
	width:100%;
	padding-top:9px;
	margin-bottom:15px;
}
.blog-holder .avatars {
	float:left;
	width:48px;
	margin-right:12px;
}
.blog-holder .avatars img{display:block;}
.blog-holder .title .text{
	float:left;
	width:569px;
}
.blog-holder .title h2 {
	margin:0 0 4px;
	font-size:1.539em;
	color:#ee821d;
	font-weight:normal;
}
#content .blog-holder .title h1 {
	margin:0 0 4px !important;
	font-size:1.539em;
	color:#ee821d;
	font-weight:normal;
}
.blog-holder .title h2 a{
	text-decoration:none;
	color:#ee821d;
}
.blog-holder .title h2 a:hover{text-decoration:underline;}
.blog-holder .info {
	overflow:hidden;
	width:100%;
	border-top:1px solid #ccc;
	font-size:0.847em;
	color:#868686;
	padding-top:5px;
}
.blog-holder .info a.comment {
	float:right;
	padding-left:22px;
	background:url(../images/sprites.gif) no-repeat -8px -59px;
}
.blog-holder .info p{
	margin:0 !important;
	float:left;
	padding:0 0 0 22px !important;
	background:url(../images/sprites.gif) no-repeat -6px -115px;
}
.blog-holder .info p em{font-style:normal;}
.blog-holder .info p strong {font-weight:normal;}
.blog-holder p {
	margin:0 !important;
	padding-bottom:16px;
}
.blog-holder .content {
	overflow:hidden;
	width:100%;
	text-align:justify;
}
.blog-holder .content span.read{
	float:right;
	padding-right:4px;
	margin-top:-16px;
	position:relative;
}
.widget {margin:0 0 16px 6px;}
.widget h3 {
	margin:0 0 5px;
	font-size:1.4em;
	color:#ee821d;
}
.widget-links ul {
	border-top:1px solid #ccc;
	margin:0;
	padding:13px 0 0 4px;
	list-style:none;
	font-size:1.2em;
}
.widget-links ul li{
	padding:0 0 6px 20px;
	background:url(../images/arrow.gif) no-repeat 0 2px;
}
.widget-links ul li a{
	color:#8c8c8c;
	text-decoration:none;
}
.widget-links ul li a:hover{text-decoration:underline;}
#comments {
	padding-top:2px;
	margin-bottom:15px;
}
#comments h2 {
	margin:0 0 5px;
	font-size:1.167em;
	color:#ee821d;
}
ol.comments {
	border:1px solid #ccc;
	background:#fff;
	margin:0;
	padding:9px 15px 17px 20px;
	list-style:none;
}
ol.comments li{padding-bottom:15px;}
.comment .title {
	width:100%;
	overflow:hidden;
	margin-bottom:22px;
}
* html .comment .title {margin-bottom:20px;}
*+html .comment .title {margin-bottom:20px;}
.comment .avatars {
	float:left;
	border:1px solid #ccc;
	padding:2px;
	margin-right:10px;
}
.comment .avatars img{display:block;}
.comment .text {
	width:450px !important;
	padding-top:5px;
	color:#8c8c8c;
}
.comment .text strong.bypostauthor{
	font-size:1.167em;
	display:block;
}
.comment .text em.date {
	font-style:normal;
	font-size:0.834em;
}
.comment p {padding:0 !important;}
#respond {margin-bottom:15px;}
.f-comment h2 {
	margin:0 0 5px;
	font-size:1.167em;
	color:#ee821d;
}
.f-comment dl {
	margin:0;
	width:577px;
	overflow:hidden;
	border:1px solid #ccc;
	background:#fff;
	padding:21px 30px 14px 21px;
	color:#8c8c8c;
}
.f-comment dl dd{
	margin:0;
	float:left;
	clear:left;
	width:121px;
	font-size:1.167em;
	font-weight:bold;
	padding:1px 0 10px;
}
.f-comment dl dd.alt{
	width:149px;
	margin-top:-5px;
	position:relative;
}
.f-comment dl dd span{
	color:#ee821d;
	font-weight:normal;
}
.f-comment dl dt {
	float:left;
	width:437px;
	padding-bottom:10px;
}
.f-comment dl dt.alt {
	width:400px;
	margin-top:-5px;
	position:relative;
}
.f-comment .text {
	width:427px;
	border:1px solid #ccc;
	background:#fff;
	font:12px Arial, Helvetica, sans-serif;
	color:#000;
	padding:1px 4px 2px;
	float:left;
	height:15px;
}
.f-comment .area {
	width:427px;
	height:124px;
	border:1px solid #ccc;
	background:#fff;
	font:12px Arial, Helvetica, sans-serif;
	color:#000;
	padding:2px 4px 2px;
	overflow:auto;
	max-width:427px;
}
.f-comment .check {
	float:left;
	margin:2px 0 0;
	padding:0;
	width:15px;
	height:15px;
}
.f-comment .btn-post {
	float:right;
	width:84px;
	height:24px;
	background:url(../images/sprites.gif) no-repeat -164px 0;
	padding:0 17px 3px 0;
	font:bold 12px/22px Arial, Helvetica, sans-serif;
	color:#fff;
	border:0;
	margin:5px 51px 0 0;
	cursor:pointer;
}
#textchanger{
	float: right;
	font:bold 11px Arial, Helvetica, sans-serif;
	padding-top:1px;
}
#textchanger a{
	color: #fff;
	display: block;
	float: left;
	text-decoration: underline;
}
#textchanger ul{
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}
#textchanger ul li{
	float: left;
	margin: 0 0 0 6px;
}
#textchanger #decrease{
	font:bold 11px Arial, Helvetica, sans-serif;
	padding:5px 0 0;
}
#textchanger #reset{
	font:bold 13px Arial, Helvetica, sans-serif;
	padding:3px 0 0;
}
#textchanger #increase{
	padding:4px 0 0;
	font:bold 15px/13px Arial, Helvetica, sans-serif;
}
* html #textchanger #increase{
	padding:5px 0 0;
	font:bold 15px/12px Arial, Helvetica, sans-serif;
}
*+html #textchanger #increase{
	padding:5px 0 0;
	font:bold 15px/12px Arial, Helvetica, sans-serif;
}
.safari3 #textchanger #increase{padding:3px 0 0;}
#textchanger #increase a{
	text-decoration:none;
	border-bottom:1px solid #fff;
}
#textchanger #increase a:hover{border-bottom:0;}
#textchanger a:hover {
	text-decoration:none;
}
#textchanger span{
	float: left;
	padding: 7px 11px 0 0;
}