@charset "utf-8";
body {
	margin:0;
	padding:0;
	width:100%;
	background:#f3f3f3;
}
html {
	padding:0;
	margin:0;
}

/* main */
.main {
	width:100%;
	padding:0;
	margin:0 auto;
}
.resize {
	width:985px;
	margin:0 auto;
}

/********** header **********/
.header {
	background:url(../images/header_bg.gif) top repeat-x;
	padding:0;
	margin:0 auto;
	height:158px;
}

.block_header {
	margin:0 auto;
	width:993px;
	padding:0;
	border:none;
}
/* logo */
.logo {
	float:left;
	padding:0;
	margin:0;
	width:400px;
}
.rss {
	width:560px;
	text-align:right;
	font: normal 12px Arial, Helvetica, sans-serif;
	color:#8a8a8a;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin: 0;
	float: left;
}
.rss img {
	float:right;
	margin:0 3px;
	padding:0;
}
.rss a { color:#20acc8; text-decoration:none;}
/* search */
.search {
	padding:10px 0 0 0;
	margin:0;
	float:right;
	width:440px;
}
.search form {
	display:block;
	float:right;
	padding:5px 0;
}
.search span {
	display:block;
	float:left;
	background:#fff;
	width:149px;
	padding:0 5px;
	height:30px;
}
.search form .keywords {
	font:normal 14px/14px Arial, Helvetica, sans-serif;
	color:#9c9c9c;
	float:left;
	border:0;
	width:149px;
	padding:8px 0;
	height:14px;
	background:none;
	margin:0;
}
.search form .button {
	float:left;
	margin:0;
	padding:0;
}
/* menu */	
.menu { float:left; padding:2px 0 0 0; margin:0; width:750px;}
.menu ul {
	text-align:right;
	padding:0;
	margin:0;
	list-style:none;
	border:0;
}
.menu ul li {
	text-align:center;
	float:left;
	margin:0;
	padding:0;
	border:0;
}
.menu ul li a {
	float:left;
	margin:0;
	border-right:1px solid #464646;
	padding:13px 25px 10px 25px;
	color:#FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.menu ul li a span {
	color:#7f7f7f;
	padding:13px 0 11px 0;
	font: normal 11px Arial, Helvetica, sans-serif;
}
.menu ul li a:hover {
	padding:13px 25px 10px 25px;
	background:url(../images/hover.gif) top repeat-x;
}
.menu ul li a:hover.home {
	padding:13px 25px 10px 25px;
	background:url(../images/hover.gif) top repeat-x;
}
.menu ul li a:hover.about {
	padding:13px 25px 10px 25px;
	background:url(../images/hover2.gif) top repeat-x;
}
.menu ul li a:hover.services {
	padding:13px 25px 10px 25px;
	background:url(../images/hover3.gif) top repeat-x;
}
.menu ul li a:hover.works {
	padding:13px 25px 10px 25px;
	background:url(../images/hover4.gif) top repeat-x;
}
.menu ul li a:hover.contact {
	padding:13px 25px 10px 25px;
	background:url(../images/hover5.gif) top repeat-x;
}
.menu ul li a:hover.contact {
	padding:13px 25px 10px 25px;
	background:url(../images/hover6.gif) top repeat-x;
}
.menu ul li a:hover span {
	color:#000000;
}
.menu ul li a.active{
	background:url(../images/hover.gif) top repeat-x;
}
.menu ul li a.active2{
	background:url(../images/hover2.gif) top repeat-x;
}
.menu ul li a.active3{
	background:url(../images/hover3.gif) top repeat-x;
}
.menu ul li a.active4{
	background:url(../images/hover4.gif) top repeat-x;
}
.menu ul li a.active5{
	background:url(../images/hover5.gif) top repeat-x;
}
.menu ul li a.active5{
	background:url(../images/hover6.gif) top repeat-x;
}
.menu ul li a.active span {
	color:#000000;
}
.menu ul li a.active2 span {
	color:#000000;
}
.menu ul li a.active3 span {
	color:#000000;
}
.menu ul li a.active4 span {
	color:#000000;
}
.menu ul li a.active5 span {
	color:#000000;
}
.menu ul li a.active6 span {
	color:#000000;
}
/*.accord_top_resize */
.accord_top_resize {
	width:990px;
	margin:0 auto;
	padding:0;
}
.accord_top_resize h2 {
	font: bold 36px Arial, Helvetica, sans-serif;
	color:#fff;
	padding:10px 20px;
	margin:0;
	text-transform:uppercase;
}
/* blog_body */
.blog_body_resize {
	border-bottom:1px solid #c4c4c4;
	border-top:1px solid #c4c4c4;
	background-color: #F8F8F8;
}
.blog_body { width:953px; margin:0 auto; padding:10px 20px;}
.blog_body img { float:left; margin:5px 20px 5px 0; padding:0;}
.blog_body p { font: normal 14px Arial, Helvetica, sans-serif; color:#717171; padding:5px 0 0 0; margin:0; line-height:1.5em;}
.blog_body a { float:right; color:#22a0b8; font-weight:bold; text-decoration:none;}

/********** block index **********/
.body {padding:0 0 30px 0; margin:0; background:#f2f2f2; }
.body_resize { width:993px; margin:0 auto; padding:0;}
.body h2 { font:normal 18px Arial, Helvetica, sans-serif; color:#444; padding:15px 0; margin:0;}
.body h2 span { font:normal 11px Arial, Helvetica, sans-serif; color:#b3b3b3;}
.body p {
	color:#444;
	padding:10px 0;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 20px;
}
.body p span { font: bold 14px Arial, Helvetica, sans-serif; color:#565656;}
.body a { color:#22a0b8; text-decoration:none;}
.body img {margin:10px auto; padding:0;}
.body img.floated {
	padding:0;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0;
	float: left;
}
.left  {
	width:633px;
	float:left;
	margin:0;
	padding:10px 20px;
} 
.right  {
	width:280px;
	float:right;
	margin:0;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
} 
.full  {
	margin:0;
	padding:0 20px;
} 
.port {
	width:301px;
	float:left;
	padding:10px 20px 10px 0;
	margin:0;
}
.servicesbox {
	width:240px;
	float:left;
	margin:0;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0;
}
.port.last { padding:10px 0;}
/********** contact form **********/
#contactform { margin:0; padding:5px 0;}
#contactform * {
	color:#0099CC;
}
#contactform ol { margin:0; padding:0; list-style:none;}
#contactform li { margin:0; padding:0; background:none; border:none; display:block;}
#contactform li.buttons {
	margin:0px 0 0px 0;
	color: #FF0000;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
#contactform label { float:left; margin:0; width:100px; padding:5px 0; font:bold 12px  Arial, Helvetica, sans-serif; color:#444444; text-transform:capitalize;}
#contactform label span { font:normal 10px Arial, Helvetica, sans-serif;}
#contactform input.text { width:530px; border:1px solid #d7d7d7; margin:5px 0; padding:5px 2px; height:15px; background:#fff;}
#contactform textarea { width:530px; border:1px solid #d7d7d7; margin:10px 0; padding:2px; background:#fff; height:250px;}
#contactform li.buttons input { padding:3px 0; margin:0; border:0; color:#FFF;}
p.response { text-align:center; color:#2c2c2c; font:bold 11px Arial, Helvetica, sans-serif; line-height:1.5em; width:auto;}

/********** contact form 2**********/
#form { margin:0; padding:5px 0;}
#form * {
	color:#0099CC;
}
#form ol { margin:0; padding:0; list-style:none;}
#form li { margin:0; padding:0; background:none; border:none; display:block;}
#form li.buttons {
	margin:0px 0 0px 0;
	color: #FF0000;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
#form label { float:left; margin:0; width:100px; padding:5px 0; font:bold 12px  Arial, Helvetica, sans-serif; color:#444444; text-transform:capitalize;}
#form label span { font:normal 10px Arial, Helvetica, sans-serif;}
#form input.text { width:288px; border:1px solid #d7d7d7; margin:5px 0; padding:5px 2px; height:15px; background:#fff;}
#form textarea { width:288px; border:1px solid #d7d7d7; margin:10px 0; padding:2px; background:#fff; height:100px;}
#form li.buttons input { padding:3px 0; margin:0; border:0; color:#FFF;}
p.response { text-align:center; color:#2c2c2c; font:bold 11px Arial, Helvetica, sans-serif; line-height:1.5em; width:auto;}
.submit
{
    background: url(../images/send.jpg) no-repeat;
    height: 39px;
    width: 81px;
    border: none;
}


/*************footer**********/
.footer {padding:0;  margin:0 auto; border-top:1px solid #d7d7d7; background:#e9e9e9; }
.footer_resize { margin:0 auto; padding:20px; width:953px; }
.footer p { font:normal 12px  Arial, Helvetica, sans-serif; color:#565656;}
.footer a { font:normal 12px Arial, Helvetica, sans-serif; color:#565656; text-decoration:underline; padding:5px; margin:0;}
.footer p.leftt { text-align:left; width:650px; margin:0; padding:15px 0 0; float:left;}
.footer p.leftt { text-align:left; width:650px; margin:0; padding:15px 0 0; float:left;} 
.footer p.right {
	text-align:right;
	width:230px;
	margin:0;
	float:right;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
} 

p.clr, .clr { clear:both; padding:0; margin:0; background:none;}
li.bg, .bg { clear:both; border-top:1px solid #d7d7d7; padding:0; margin:10px 0; background:none; line-height:0;}
/********** slider **********/
.accord_top {
	padding:10px 0;
	margin:0;
	background-color: #cdcdcd;
}
/* jquery.v1.4.2 */
/* Small reset */
/*Featuread Area*/
#featured, .featured, .fadeout, .newsselect { height:400px; /*this changes the height of the image slider*/ }
#feature_wrap {
	width:957px;
	border:5px solid #f4f4f4;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/gallery/content_bk.jpg);
	background-repeat: no-repeat;
}
#featured { position: relative; width:957px; overflow: hidden; }
.featured { width:715px; position:absolute; top:0; left:0; overflow: hidden; display:none; border-left:1px solid #aaa; background: #fff url(../images/preload.gif) no-repeat center center; }
.preloading_background { background: transparent url(../images/preload.gif) no-repeat 50% 50%; }
#feature_wrap .fadeout { background: transparent url(../images/overlay.png) repeat-y right top; }
.bottom_left_rounded_corner { background: transparent url(../images/rounded.png) no-repeat left bottom; }
.bottom_right_rounded_corner { background: transparent url(../images/rounded.png) no-repeat right bottom; }
#feature_wrap #featured .feature_excerpt { background: #fff; }
#feature_wrap #featured a { color:#444; }
.accord_top .feature_excerpt { width:660px; position: absolute; display: block; bottom: 0; left:0; z-index: 2; padding:10px 20px; font-size: 11.5px; line-height:1.5em; cursor: pointer; }
.sliderdate { display:none; }
/*fadeslider*/
.fadeslider .featured { width:100%; border:none; }
.accord_top .slidecontrolls { position:absolute; width:10px; right:-15px; bottom:0; }
.accord_top .slidecontrolls span { height:10px; padding:2px 0; width:10px; display:block; cursor: pointer; }
.accord_top .fadeslider .feature_excerpt { width:917px; }
/*newsslider*/
.newsselect { position: absolute; overflow: hidden; width:276px; right:0px; top:0px; border-left:1px solid #e1e1e1; background: #fff; z-index: 5; }
.newsslider .newsItems { position: absolute; top:0; left:0; }
.newsslider .featured { border:none; }
.accord_top .newsselect .sliderheading { font-size:13px; font-family: Arial, Helevtica, Verdana, san-serif; font-weight: bold; padding: 0; }
.newsselect .single_item { padding:10px; border-bottom:1px solid #e1e1e1; display: block; text-decoration: none; line-height: 1.3em; }
.newsselect .single_item:hover,
.newsselect .active_item { background-color: #f1f1f1; outline: none; }
.accord_top .newsslider .fadeout { right:155px; }
.newsselect .sliderdate { display:block; font-size: 11px; }
/*accordion slider*/
.featured img { display:block; position: relative; z-index: 1; }
.accord_top .fadeout { position:absolute; width:200px; display:block; right:0px; z-index: 3; }
.accord_top .sliderheading { display:block; font-size: 26px; }
.accord_top .heading_clone { color:#fff; position: absolute; z-index: 4; bottom:20px; left:20px; font-size: 14px; font-weight:bold; padding:0; margin: 0; }
.featured a,
.featured a img,
.featured img { text-decoration: none; border:none; }
.accord_top .featured1 { border:none; display: block; }
.bottom_right_rounded_corner,
.bottom_left_rounded_corner { position: absolute; z-index: 50; display: block; height:7px; width:7px; bottom:0px !important; /* ie6fix */ left:0px; bottom:-1px; }
.accord_top .bottom_right_rounded_corner { right:0px !important; /* ie6fix */ right:-1px; left:auto; }

p { padding: 0.5em 0; }
.flickr { padding: 0.5em 0; }
body .accord_top #main .noborder,
body #footerwrap #footer .noborder { border:none; padding:0; }
.small_block { font-size: 0.9em; line-height: 1.4em; clear:both; }
.entry ol li { list-style-position:inside; list-style-type:decimal; }
pre { background-color:#FEFEFE; border:1px solid #DDDDDD; color:#333333; display:block; font-family:"Courier New", Courier, monospace; font-size:12px; overflow:auto; padding:10px; width:90%; }


/* BANNER SLIDE */ 
#sliders3 {
    width: 957px; /* important to be same as image width */
    height: 400px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */

}
#sliders3Content {
    width: 957px !important; /* important to be same as image width or wider */
    position: absolute;
	margin:0;
	padding:0;
}
.sliders3Image {
    float: left;
    position: relative;
	display: none;
}
.sliders3Image span {
	position: absolute;
	padding: 10px 13px;
	width: 931px;
	background-color: #000;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	color: #fff;
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
}
.clear {
	clear: both;
}
.slider3Image span strong {
    font-size: 16px;
}
.top_banner {
	top: 0;
	left: 0;
	height: 55px;
}
.bottom_banner {
	bottom: 4px;
	left: 0;
	height: 75px;
}
.left_banner {
	top: 0;
    left: 0;
	width: 200px !important;
	height: 380px;
}
.right_banner {
	right: 0;
	bottom: 3px;
	width: 200px !important;
	height: 385px;
}
/*******************/
.location_container {
	border-bottom:1px solid #c4c4c4;
	border-top:1px solid #c4c4c4;
	background-color: #0e0e0e;
	width:100%;
	background-image: url(../images/bk_footer.png);
	background-repeat: repeat-x;
	height: 100px;
	background-position: center top;
}
.location_body {
	width:953px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.location_body p {
	color:#CCCCCC;
	padding:5px 0 0 0;
	margin:0;
	line-height:1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: center;
}
.full_area {
	width:953px;
	float:left;
	margin:0;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.blue {
	color:#0088b4;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.require {
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.blog_preview {
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
}
.quote {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
}

