@charset "utf-8";
/* CSS Document */

body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, img, form, fieldset, input, textarea, blockquote {
	margin: 0; padding: 0; border: 0;
}

body{
	background: #39383a url(../images/bg.jpg) no-repeat;
	background-position: center top;
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
}

/* page */

#page{
	width: 960px;
	margin: 0 auto;
	background: #e9e9e9;
	background: #fff;
}


/* topbar */

#topbar{
	background: url(../images/topbar-bg.png) no-repeat;
	height: 165px;
	overflow: hidden;
	z-index: 999999999;
	position: relative;
}

#topbar #newlogo {
  width: 154px;
  height: 108px;
  text-indent: -9999px;
  background: url(../images/new-logo.png) no-repeat;
  margin: 5px 0 0 15px;
  float: left;
}

#topbar h1{
	font-size: 51px;
	color: #39383a;
	margin: 20px 0 0 20px;
	line-height: 0;
	float: left;
}

#topbar h1 span{
	font-size: 20px;
	color: #5b5e45;
}

#topbar .phone{
	float: right;
	margin: 20px 20px 0 0;
	font-size: 25px;
	font-weight: bold;
	color: #39383a;
	background: url(../images/phone-icon.png) no-repeat;
	background-position: left center;
	height: 23px; line-height: 23px;
	padding-left: 30px;
	float: right;
}


/* banner */

#banner{
	margin-top: -115px;
	z-index: 600;
	overflow: hidden;
	height: 470px;
	position: relative;
}

#banner .slider-wrapper{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 600;
}

/* main */

#main{
	background: url(../images/content-bg.png) no-repeat;
	background-position: left top;
	padding: 107px 20px 20px 20px;
	position: relative;
	margin-top: -87px;
	z-index: 900;
	overflow: hidden;
}

#main #left{
	float: left;
	width: 500px;
}
#main #right{
	float: right;
	width: 380px;
}

#main h1{
	font-size: 20px;
	color: #d0202f;
	margin-bottom: 20px;
}
#main h1 strong{
	color: #39383a;
}

#main p{
	margin: 0 0 20px 0;
	color: #60605f;
	font-size: 14px;
	line-height: 1.6em;
}

#main ul li{
	margin: 0 0 20px 0;
	color: #60605f;
	font-size: 14px;
	list-style: none;
}

#main .secondary ul li {
    margin: 0;
}

#main .tri-list{
	overflow: hidden;
	margin-bottom: 13px;
}

#main .tri-list ul{
	float: left;
	width: 140px;
	margin-right: 25px;
}
#main .tri-list ul li{
	border-bottom: 1px solid #d1d1d1;
	padding-bottom: 7px;
	margin-bottom: 7px;
}

#main .gallery{
	overflow: hidden;
}

#main .gallery li{
	float: left;
	margin: 0 20px 20px 0;
}

#main iframe{
	margin: 0; padding: 0;
}

/* footer */

#footer{}
#footer div{
	width: 960px;
	margin: 0 auto;
	background: url(../images/topbar-bg.png) no-repeat;
	background-position: left bottom;
	height: 115px;
	overflow: hidden;
}
#footer div p{
	color: #60605f;
	font-size: 14px;
}
#footer div p strong{
	color: #060606;
	font-weight: normal;
}
#footer div p a{
	text-decoration: none;
	color: #060606;
}
#footer .copyright{
	float: left;
	margin: 10px 0 0 20px;
	line-height: 1.6em;
}
#footer .designer{
	color: #fff;
	float: right;
	margin: 50px 20px 0 0;
}

#footer .designer a{
	color: #fff;
}

/* scrollbar */

/* scrollbar */

#scrollbar1 { width: 500px; height: 100%; clear: both; margin: 0; float: left;}
#scrollbar1 .viewport { width: 455px; height: 197px; overflow: hidden; position: relative; }
#scrollbar1 .overview { list-style: none; position: absolute; left: 0; top: 0; }
#scrollbar1 .thumb .end,
#scrollbar1 .thumb { background: #d0202f;
background-position: center center;
background-repeat: no-repeat !important; }
#scrollbar1 .thumb .end { background: #d0202f;
background-image: none; }
#scrollbar1 .scrollbar { position: relative; float: right; width: 21px; }
#scrollbar1 .track { background-color: #e4e4e4; height: 100%; width:21px; position: relative; padding: 0; }
#scrollbar1 .thumb { height: 20px; width: 21px; cursor: pointer; overflow: hidden; position: absolute; top: 0; }
#scrollbar1 .thumb .end { height: 5px; width: 11px; }
#scrollbar1 .disable{ display: none; }


#testi p.q{
	background: url(../images/quote-double.png) no-repeat;
	padding: 15px 0 0 0;
}

#testi p.sep{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

/***********blog***************/
/***********blog***************/
/***********blog***************/

.blog{}
.primary{ width: 65%; float: left;}
.secondary{ width: 30%; float: right;}

#blogroll{ min-height: 500px; }

.block{
	overflow: hidden;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #f1f1f1;
}
.block:last-child{
	border-bottom: none;
}



.block .thumb{ float: left; width: 200px;
	height: 200px;
	margin: 0 20px 20px 0;
	position: relative;
}
.block .thumb span.upper,
.block .thumb span.lower{
	display: block;
	height: 50px;
	width: 100%;
	position: absolute;
	left: 0; right: 0;
}
.block .thumb span.upper{
	background: url(../images/topbar-bg.png) no-repeat left -110px;
	top: 0;
	z-index: 200;
}
.block .thumb span.lower {
  background: url(../images/content-bg.png) no-repeat left bottom;
  bottom: 0;
  z-index: 200;
}
.block.article .thumb {
  width: 150px;
  height: 150px;
}
.block.article .thumb img{
	width: 100%; height: auto;
	display: block;
}


.block.article .thumb {
    float: right;
    margin: 0 0 20px 20px;
}
.block.article .thumb img{}

.block .info{
	overflow: hidden;
}

.block h1,
.block h2,
.block h3,
.block h4{
	margin: 0 0 20px 0;
	line-height: normal;
}

.block h1{
	font-size: 30px;
}
.block h2{
	font-size: 20px;
}
.block h3{
	font-size: 18px;
}
.block h4{
	font-size: 14px;
}

.block.summary h1{
	margin-bottom: 20px;
}

.block ul{ list-style: disc!important; }
.block ul li {
	margin: 0 0 20px 20px !important;
	list-style-type: disc !important;
}
.block ol{ list-style: decimal; }
.block ol li {
	margin: 0 0 20px 20px;
}


.block small {
  display: block;
  margin-bottom: 20px;
}

.block.summary small{}

.secondary h2{
	margin: 0 0 20px 0;
}

.posts {
    margin-bottom: 20px;
}
.posts li{
	border-top: 1px solid #e1e1e1;
}
.posts li a{
	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	text-decoration: none;
	color: #d0202f;
}
.posts li a:hover{
	opacity: 0.8;
}

.block .optimizer a{
	text-decoration: underline;
}
.block .optimizer a:hover{
	text-decoration: none;
}

.callto{}
.callto a {
  display: block;
  padding: 10px 20px;
  background: #000;
  color: #fff;
  float: left;
  text-decoration: none;
}
.callto a:hover{
	opacity: 0.7;
}


.bloglink {
  color: #d0202f;
  float: right;
  margin: 20px 20px 0 0;
}

.bloglink a{
	text-decoration: none;
	color: #d0202f;
	font-size: 20px;
	text-transform: uppercase;
}
.bloglink a:hover{}

h1, 
.bloglink a,
.block h1,
.block h2{ font-family: Arial, Helvetica, sans-serif; font-weight: bold; }


