@charset "utf-8";
/*----------------------------------------------------
                 FORENSICLAB - CSS
------------------------------------------------------*/
#line-header{
border:5px solid #fe0000;
}
body{
	background-color:#ebebeb;
	padding:0;
	margin:0;
	font-family:Arial, Verdana;
	font-size:12px;
	color:#b5b5b5;
	line-height:18px;
}

/* links */
#logo a{
height:61px;
}
a, a:visited{
	color:#a6ce39; 
	text-decoration:none;
}
a:hover{
	color:#a6ce39; 
	text-decoration:underline;
}
a img{
	border:none
}
.imgcenter{
	margin:4px auto 20px auto;
	display:block
}
.imgmiddle{
	vertical-align:middle;
	margin-right:8px;
}

.imgleft{
	float:left;
	margin:3px 14px 18px 0;
}
.imgright{
	float:right;
	margin:3px 0 18px 14px;
}
.shadow{
	padding:4px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;	
	box-shadow:0px 0px 4px #afaeae;
	-webkit-box-shadow:0px 0px 4px #afaeae;
	-moz-box-shadow:0px 0px 4px #afaeae;
}
hr {
	background-color:#e4e4e4;
	border-width:0;
	color:#d6d6d6;
	height:1px;
	line-height:0;
	margin:30px 0 !important;
	page-break-after:always;
	clear:both;
}
.clr{
	clear:both;
	height:1px;
}

/* lists, blockquotes and paragraphs */
p, ul, ol, blockquote{
	margin-bottom:20px;
}
blockquote{
	background-image:url(../images/quote2.png);
	background-repeat:no-repeat;
	background-position:0px 5px;
	margin:0px;
	padding:8px 0 8px 10px;
}
blockquote.quote{
	background-image:url(../images/quote.png);
	background-repeat:no-repeat;
	background-position:0px 5px;
	margin:0px;
	font-size:11px;
	padding:8px 0 8px 10px;
}
/* code */
code{
	border-left:2px solid #cccccc;
  	background:#f7f7f7;
  	padding:5px 10px;
	font-size:11px;
  	display:block;
  	color:#858585;
  	margin-bottom:10px;
}
ul li{
	padding:0;
	line-height:20px;
}
ol li{
	list-style:decimal;
	line-height:20px;
	list-style-position:inside
}

/* heading */
h1, h2, h3, h4, h5, h6{
	color:#868686;
	margin-bottom:15px;
	font-weight:normal;
}
h1{font-size:32px;line-height:34px;font-weight:bold;color:#585858;}
h2{font-size:24px;line-height:26px;}
h3{font-size:18px;line-height:20px;}
h4{font-size:16px;line-height:18px;}
h5{font-size:14px;line-height:16px;}
h6{font-size:13px;line-height:15px;}
.heading-green{color:#a4a4a4;}
.heading-contact{margin-bottom:5px;}


/* Container
------------------------------------------------------*/
#wrapper{
	overflow-x: hidden;
	background:url(images/bg.png) center top no-repeat #ebebeb;
	background-image:url(images/bg.png);
	/*background-color:#e9e9e9;*/
	/*background-color:#ebebeb;*/
	/*background-repeat:repeat-x;*/
	padding:0px;
}
#container{
	background-color:#fff;
	background-repeat:no-repeat;
	background-position:75px 0px;
	width:976px;
	margin:0 auto;
	border-right:1px solid #bebebe;
	border-left:1px solid #bebebe;
	box-shadow:#c9c9c9 1px 1px 10px;
}
#headers{
	height:135px;
	/*padding:50px 0 0 0;*/
}

/* Top
------------------------------------------------------*/
#top{

}
#top-alt{
	/*background-image:url(../images/bg-top2.png);*/
	background-repeat:no-repeat;
	height:95px;
}

#logo{
    position:relative;
	float:left;
	width:195px;
	padding:40px 0 0 30px;
}
#mainmenu{
	float:left;
	width:970px;
	position:Absolute;
	z-index:20;
	margin:0 0 30px;
	/*background-image:url(../images/bg-top.png);*/
	background-repeat:no-repeat;
	height:95px;
}
#mainmenu ul{
float:right; 
padding:60px 10px 0 20px;
}
#mainmenu ul li{
	float:left;
	padding:0px 25px 0px 25px;
	color:#aaaaaa;
	position:relative;
	font-size:11px;
	font-family:Verdana, Arial;
	text-transform:uppercase;
	background-position:0 5px;
	background-repeat:no-repeat;
}
#mainmenu ul li#home{
	background-image:none;
}
#mainmenu ul li a, #mainmenu ul li a:visited{
	color:#aaaaaa;
	text-decoration:none;
	/*text-shadow:0px 1px 0px #fefefe;*/
}
#mainmenu ul li a:hover{
	text-decoration:none;
	color:#fff;
}
#menu li li{
	margin:0;
	padding:0;
	position:relative;
	z-index:100;
	background-image:none;
	
}
#menu 
#menu ul{
	display:none;
	position:absolute;
	top:20px;
	left:0px;
	width:135px;
	padding:8px 0px 8px 0px !important;
	background-color:#eeeeee;
	-moz-border-radius-topright:4px;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-webkit-border-top-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	border-top-right-radius:4px;
	border-bottom-right-radius:4px;	
	border-bottom-left-radius:4px;	
}
#menu ul ul{top:0px; left:135px;}
#menu li ul a, #menu li ul a:visited{
	padding:3px 15px;
	text-decoration:none;
	text-transform:capitalize;
	width:105px;
	display:block;
    /*background-color:#fe0000;*/
}
#menu li a{
padding: 6px 10px; 
height:25px;
font-size:12px; 
text-decoration:none; 
color:#B3B3B3;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}
#menu li.current a , #menu li a:hover, #menu li.current li a:hover{
	text-decoration:none;
	background-color:#fe0000;
	color:#fff;	
}

/* Header
------------------------------------------------------*/
#header{
	height:auto;/*344px;*/
	width:960px;
	/*margin:30px 5px;*/
	/*margin-top:30px;
	margin-right:5px;
	margin-bottom:0px;
	margin-left:5px;*/
	position:relative;
}

/* header slideshow */
.header-left{float:left; width:300px; padding:30px 0 0 40px;}
.header-right{float:left; width:636px;}
.header-left p{color:#7b7b7b; text-shadow:0px 1px 0px #fefefe;}
.header-left h1{text-shadow:0px 1px 0px #fefefe;}
ul#slideshow{list-style-type:none; padding:0 0 0 0; margin:10px 0 0 0;}
ul#slideshow li{list-style-type:none; padding:0; margin:0; width:976px}
.glow-box{
	width:300px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	background-color:#000;
	padding:10px;
	opacity:0.5;
	filter: alpha(opacity=50); /* IE lt 8 */
	-ms-filter: "alpha(opacity=50)"; /* IE 8 */
	float:left;
}
.glow-box-alt{
	width:280px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	background-color:#000;
	padding:20px;
	opacity:0.5;
	filter: alpha(opacity=50); /* IE lt 8 */
	-ms-filter: "alpha(opacity=50)"; /* IE 8 */
	float:left;
}
.glow-box li, .glow-box-alt li{clear:both;}
.td1, .td2, .td3{display:inline; padding:0 4px; float:left}
.td1{width:100px;}
.td2{width:20px;}
.td3{width:140px;}
#pagerslide{bottom:20px; left:40px; position:absolute; z-index:10}
#pagerslide a{background-image:url(../images/nav-cycle-slide.png); background-repeat:no-repeat; width:10px; height:10px; display:block; float:left; margin:0 2px; text-indent:-9999px;}
#pagerslide a.activeSlide{background-image:url(../images/nav-cycle-slide-active.png); background-repeat:no-repeat;}

/* slideshow alternate */
#header-alt{
	height:360px;
	width:976px;
	padding:0 0px;
	position:relative;
	margin-top:-18px;
}

.slide2 .header-left{float:left; width:616px; padding:20px 0 0 0}
.slide2 .header-right{float:left; width:320px; padding:30px 0 0 0; color:#fff}
.slide2 .header-right p{color:#fff;}
.slide2 .header-right h1{color:#fff}
ul#slideshow.slide2 li{list-style-type:none; padding:0; margin:0; width:976px;}
.slide2 .glow-box{padding:20px;}
ul#slideshow li.bg1{ background-image:url(../images/bg-slide1.png); background-repeat:no-repeat; background-position:center; height:360px;}
ul#slideshow li.bg2{ background-image:url(../images/bg-slide2.png); background-repeat:no-repeat; background-position:center; height:360px;}
ul#slideshow li.bg3{ background-image:url(../images/bg-slide3.png); background-repeat:no-repeat; background-position:center; height:360px;}
ul#slideshow li.bg4{ background-image:url(../images/bg-slide4.png); background-repeat:no-repeat; background-position:center; height:360px;}

#header-inner{
	height:83px;
	width:976px;
	clear:both
}


/* Content
------------------------------------------------------*/
#content{
	background-image:url(../images/bg-content.png);
	background-repeat:no-repeat;
	width:980px;
	/*height:700px;/* 700 px*/
	clear:both
}
#content.alt{
	background-image:url(../images/bg-content.png);
	background-repeat:no-repeat;
	width:976px;
	clear:both;
	margin-top:-10px;
}
#top-content{
	height:70px;
	padding:0 30px;
}
#newsflash{
	float:left;
	width:700px;
	padding:32px 0 0 0;
	text-shadow:0px 1px 0px #fefefe;
}
#tnews{
	font-weight:bold;
	text-shadow:0px 1px 0px #fefefe;
	background-image:url(../images/separator-menu.gif);
	background-position:right center;
	background-repeat:no-repeat;
	padding:0 0px 0 0;
	margin-right:15px;
	float:left;
	width:90px;
}
#newsflash-text{
	float:left;
	width:600px;
	line-height:16px;
}
#topsearch{
	float:left;
	width:216px;
	padding:25px 0 0 0;
	text-align:right
}
#topsearch form{
	float:right;
}
.input-search{
	width:161px;
	padding:5px 0 0 0;
	background:none;
	border:0;
	vertical-align:middle;
	color:#fff;
}
.bg-search{
	background-image:url(../images/bg-search.png);
	background-repeat:no-repeat;
	width:161px;
	padding:0px 25px 0 5px;
	height:28px;
	display:block;
	text-align:right
}
#main{
	padding:15px 20px 25px 15px;
}
#main-inner{
	padding:25px 30px 65px 30px;
	clear:both
}
#main-fullwidth{
	padding:25px 20px 65px 30px;
}
#main-fullwidth-text{
	padding:0px;
}
.brochure{margin-top:4px;}
.front-box-text{font-size:11px; line-height:18px; margin-bottom:0px;}


/* Home
------------------------------------------------------*/
#main-home-left{
	width:305px;
	float:left;
	border-right:solid 1px #e4e4e4;
	padding:0 0 15px 0;
}
.list1{
	margin:20px 0 0 20px;
	padding:0;
	list-style-type:none;
}
.list1 li{
	background-image:url(../images/list.gif);
	background-repeat:no-repeat;
	background-position:0 5px;
	padding:0 0 5px 20px;
	float:left;
	display:inline;
	width:120px;
}
*+html .list1{display: inline; display: inline-block;}
*+html .list1{display: inline; display: inline-block;}

#main-home-right{
	width:940px;
	float:left;
	padding:0 0 10px 3px;
}
.list2{
	margin:0;
	padding:0;
	list-style-type:none;
}
.list2 li{
	padding:0;
	float:left;
	width:30%;
	margin-right:23px;
}
.but-details{
	padding:0 0 0 0;
	margin:15px 28px 0 0 ;
	display:inline;
	display:inline-block
}
.but-buynow{
	padding:0 0 0 0;
	margin:15px 0 0 0 ;
	display:inline;
	display:inline-block
}

.but-details a, .but-details a:visited, .but-buynow a, .but-buynow a:visited{
	color:#aaa;
	background-image:url(../images/list.gif);
	background-repeat:no-repeat;
	background-position:0 4px;
	padding:0 0 0 15px;
}
.but-details a:hover{
color:#fe0000;
}
.grey-box{
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	background-color:#efefef;
	clear:both;
	margin-top:15px !important;
	padding:12px 20px;
}
.list-box{
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	/*background-color:#efefef;*/
	clear:both;
	margin-top:15px !important;
	padding:12px 20px;
}

ul.column-two{
	margin:0;
	padding:0;
	list-style-type:none;
}
ul.column-two li{
	padding:5px 10px;
	float:left;
	width:29%;
	margin-right:25px;
}
.marginoff{margin-right:0 !important; border:0 !important; padding-right:0 !important}
.marginoff-box{margin:0px 0px 0px 5px!important; border:0 !important; padding-right:0 !important}
/*.borderright{border-right:solid 1px #dcdcdc;}*/

/*  Homepage Slider
------------------------------------------------------*/
#slideshow-container{
width:auto;/*809px;*/
height:128px; 
margin:0px 0px 15px 40px ;
float:left;
}
#slideshow1{
width:185px;
height:128px;
margin-right:30px;
float:left;
}
#slideshow2{
width:185px;
height:128px;
margin-right:30px;
float:left;
}
#slideshow3{
width:185px;
height:128px;
margin-right:30px;
float:left;
}
#slideshow4{
width:185px;
height:128px;
margin-right:30px;
float:left;
}
#slideshow5{
width:185px;
height:128px;
margin-right:0px;
float:left;
}
/*-----------------------------------------*/
/*-------------- logo icon ----------------*/

#client-logo {
    background-color: #EDEDED;
    border: 1px solid #D5D5D5;
    border-radius: 5px 5px 5px 5px;
    height: 80px;
    /*margin-bottom: 34px;*/
    width: auto;
}
#client-logo ul {
    float: left;
    margin: 16px 0 0 25px;
}
#client-logo ul li {
    display: inline-block;
    float: left;
    margin: 0 20px;
    width: 130px;
}

/*----------------------------------------*/

/* About
------------------------------------------------------*/
.title-page{
	height:55px;
	text-align:right;
	background-image:url(../images/logo-title.png);
	background-repeat:no-repeat;
	background-position:left center;
	font-size:26px;
	float:right;
	text-transform:capitalize;
	padding:23px 30px 0 90px;
	margin-top:5px;
}

#main-left{
	float:left;
	width:612px;
	padding-right:15px;
	border-right:solid 1px #e4e4e4;
}
#main-left.noseparator{
	float:left;
	width:auto;/*600px;*/
	padding-right:20px;
	border:0
}

#main-right{
	float:left;
	width:265px;
	padding-left:18px;
}
#main-right.noseparator{
	float:left;
	width:290px !important;
	padding-left:6px;
}

.img-caption{
	margin-bottom:10px;
	position:relative;
}
.caption{
	position:absolute;
	background-color:#000;
	padding:20px;
	bottom:5px;
	right:0;
	font-size:18px;
	color:#fff;
	opacity:0.8
}
.title-box{
	border-bottom:solid 1px #e4e4e4;
	padding-bottom:8px;
	margin-bottom:10px;
}
.title-box h5{
	margin-bottom:4px;
}
.number{
	font-size:36px;
	line-height:38px;
	float:left;
	width:34px;
	text-align:center;
	border-right:solid 1px #e4e4e4;
	margin-right:15px;
	
}
#fade-box{
	list-style-type:none;
	padding:0 !important;
	margin:0 !important;
}
#fade-box li{list-style-type:none;
	background:none !important;
	padding:0 !important;
	margin:0 !important;
}


/* Showroom Car List
------------------------------------------------------*/
.box-desc{
	background-image:url(../images/bg-boxlist.gif);
	background-repeat:no-repeat;
	width:180px;
	padding:10px 15px;
}
.box-desc h4{
	font-weight:bold;
	background-image:url(../images/doubleline.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding:0 0 8px 0;
	margin-bottom:8px;
}
.box-desc h4 a, .box-desc h4 a:visited{
	text-decoration:none;
	color:#868686;
}
.list-block{
	position:relative;
}
.list-block li{
	float:left;
	width:210px;
	margin-right:10px;
	margin-left:1px;
}
.box-desc li{
	float:none;
	width:auto;
	margin:0;
	background-image:url(../images/list.gif);
	background-repeat:no-repeat;
	background-position:0 5px;
	padding:0 0 2px 20px;
}
#list-column, #list-column2, #list-column3{
	height:258px;
	margin-bottom:3px;
}
.title-list{
	border-bottom:solid 1px #e4e4e4;
	padding-bottom:6px;
	margin-bottom:4px;
}
.list-nav{
	background-image:url(../images/bg-navlist.gif);
	background-repeat:no-repeat;
	width:44px;
	height:28px;
	position:absolute;
	right:0;
	top:-1px;
}
.prev, .prev2, .prev3{
	background-image:url(../images/prev.gif);
	width:9px;
	height:5px;
	display:inline;
	display:inline-block;
	top:13px;
	right:9px;
	position:absolute;
	cursor:pointer;
}
.next, .next2, .next3{
	background-image:url(../images/next.gif);
	width:9px;
	height:5px;
	display:inline;
	display:inline-block;
	top:13px;
	left:10px;
	position:absolute;
	cursor:pointer;
}

/*---- Column ----*/
.col-288{
	float:left;
	width:288px;
	padding-right:35px;
	margin-bottom:10px;
}

/*---- Top Box ----*/
#block-top{
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	background-color:#efefef;
	padding:10px;
	margin-bottom:20px

}
#block-top ul{}
#block-top ul li{
	float:left;
	width:265px;
	padding-right:0px;
	padding-left:8px;
	font-size:11px;
	line-height:16px;
	}
#block-top li.arrowLarge{
	width:25px;
	padding:12px 10px 0 0;
	border:0px;
}
#block-top li.arrowLarge img{
	vertical-align:middle;
}
#block-top ul li.nomargin{
	border:0px;
	padding-right:0px;
}
#block-top ul li h5{margin-bottom:5px;}
#block-top ul li .imgleft{margin-bottom:0px;}

.italicText{
	font-size:14px;
	font-style:italic;
}

/*---- Bottom Box ----*/
#block-bottom{
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	background-color:#efefef;
	margin-top:20px;
	padding:10px;
}
#block-bottom ul{}
#block-bottom ul li{
	float:left;
	width:270px;
	border-right:solid 1px #dcdcdc;
	padding-right:15px;
	padding-left:15px;
	font-size:11px;
	line-height:16px;
	}
#block-bottom ul li.nomargin{
	border:0px;
	padding-right:0px;
}
#block-bottom ul li h5{margin-bottom:10px;}
#block-bottom ul li .imgleft{margin-bottom:0px;}


/* Showroom Car Detail
------------------------------------------------------*/
#column-left{
	width:360px;
	float:left;
}
#column-right{
	width:235px;
	float:left;
	padding:0 0 0 15px !important;
}
.th{
	background-image:url(../images/bg-title-table.gif);
	background-color:#a6ce39;
	height:30px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
}
.tb{
	border:solid 1px #e4e4e4;
	
}
.tc table{
	padding:10px 0 !important;
}
.tcol{
	width:90%;
	margin:0 auto;
}
.tcol{
	margin-top:4px;
}
.tcol td{
	padding:2px;
}
.tcol table{
	margin-bottom:10px
}
.col1{
	width:160px;
	border-right:solid 1px #e4e4e4;
}
.col2{
	width:50px;
	padding:0 10px 0 10px !important;
	border-right:solid 1px #e4e4e4;
}
.col3{
	padding:0 0 0 10px !important;
}
.tcol2{
	width:100%;
	margin:0 auto;
}

#column-right h3{
	margin-bottom:8px;
}
ul.listitem li{
	border-top:solid 1px #e4e4e4;
	padding:6px 0;
}
#rating{
	text-align:center;
}
.title-rating{
	font-size:14px;
	display:block;
	padding-bottom:5px;
}

/* Parts and Service
------------------------------------------------------*/
.tcol2{
	margin-top:4px;
}
.tcol2 td{
	padding:2px;
	text-align:center
}
.tcol2 table{
	margin-bottom:10px;
}
.th1{padding-left:0px !important; width:190px;}
.th2, .th3, .th4, .th5{
	width:92px;
	text-align:center;
}
.th1, .th2, .th3, .th4, .th5{padding:4px 0 0 0;}
.tcol2 .col1{text-align:left !important; width:170px; padding-left:20px !important}
.tcol2 .col2, .tcol2 .col3, .tcol2 .col4, .tcol2 .col5{
	width:92px
}

.tcol2 .col1, .tcol2 .col2, .tcol2 .col3, .tcol2 .col4{
	border-right:solid 1px #e4e4e4;
}

/* slideshow with thumb image */
#img-slide{
	height:265px;
}
#img-slide-large{
	width:518px;
	float:left;
	border:solid 1px #e4e4e4
}
#img-slide-thumb{
	width:90px;
	float:left;
	text-align:right;
}
#img-slide-thumb img{
	border:solid 1px #e4e4e4
}
#nav-thumb li{
	margin:0px 0px 4px 9px;
}
#nav-thumb li img{
	width:80px;
	height:80px;
}
#nav-thumb li.active li img {border:solid 1px #000}


/* Blog
------------------------------------------------------*/
.post{ clear:both; margin-bottom:20px}
.entry{padding:10px 0;}
.meta{font-size:11px;}
.meta a, .meta a:visited{color:#b5b5b5;}
.blog-h{margin-bottom:3px;}
.title-post{
	border-bottom:solid 1px #e4e4e4;
	padding-bottom:8px;
	margin-bottom:10px;
}
.title-post h2{margin-bottom:0;}
.title-post h2 a:hover{text-decoration:none;}
.meta-date{
	font-size:36px;
	line-height:38px;
	float:left;
	border-right:solid 1px #e4e4e4;
	margin-right:15px;
	padding-right:10px
	
}
.date{float:left; padding-right:6px}
.month{font-size:20px; float:left; line-height:20px}
.year{font-size:12px; display:block}

.readmore{
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:solid 1px #e4e4e4;
	padding:4px 15px 8px 20px;
	float:right
}

.readmore a, .readmore a:visited{
	background-image:url(../images/arrow-more.gif);
	background-repeat:no-repeat; background-position:bottom right;
	padding-right:15px;
	color:#c4c4c4;
	font-size:14px;
}
.readmore a:hover{text-decoration:none;}

#comment{
	padding:0px 0px 20px 0px
}
#comment ol{
	margin:0px;
	padding:10px 0px 0px 0px;
	list-style-type:none !important;
}
#comment ol li ol{
	margin-left:80px;
	}
.commentlist li{position:relative; list-style:none; list-style-position:outside}
.commentlist li small{font-size:11px; font-style:italic}
.avatar{position:absolute; top:0; left:0}
.comment-text{ margin-left:80px; width:auto; border-bottom:solid 1px #e2e1e1;  padding:0px 0px 5px 0px; margin-bottom:10px}
.reply{float:right}
#comment-form{
	
}
#comment-form form{
	padding:20px 20px 50px 0px;
	position:relative;
}
#comment-form form label{
	width:100px;
	margin-right:20px;
	float:left;
	text-align:right;
	}
#comment-form .input{
}
#comment-form .textarea{
}
.comment-but{
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	background-color:#eaf0f4;
	background-image:url(../images/but.gif);
	background-repeat:repeat-x;
	border:solid 1px #c7d0d9;
	border-width:1px 1px 1px 1px;
	color:#738695;
	padding:5px;
	cursor:pointer;
	min-width:100px;
	display:block;
	margin:5px 132px 2px 0px;
	font-size:14px;
	float:right;
}
.pages{line-height:30px; margin-bottom:10px; clear:left}
.blogpages{margin:30px 0px 0px 0px}
.pfpages{margin:-15px 0px 12px 0px;}
.pageof{
	border:solid 1px #e4e4e4;	
	padding:7px 10px !important;
	margin-right:3px;
}
.pages a{
	border:solid 1px #e4e4e4;	
	padding:7px 8px;
	margin:0px 3px;
	color:#a7a7a7 !important;
	text-decoration:none;
}
.pages a:hover{color:#fff !important; background-color:#e4e4e4; text-decoration:none;}
.pages a.current{
color:#fff !important; 
background-color:#e4e4e4; 
font-weight:bold;
}


/* Sidebar
------------------------------------------------------*/
#main-right .box{
	background-image:url(../images/bg-sidebar.gif);
	background-repeat:repeat-y;
	padding:12px;
	position:relative;
}
#main-right .box2{
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:solid 1px #e4e4e4;
	padding:12px;
	position:relative;
}
#sidebar ul{
	padding:0;
	margin:0;
	list-style-type:none;
}
#sidebar li{
	margin:0 0 30px 0;
}
#sidebar li li{
	background-image:url(../images/list.gif);
	background-repeat:no-repeat;
	background-position:0 5px;
	padding:0 0 4px 15px;
	margin:0;
	text-shadow:0px 1px 0px #fefefe;
}
#sidebar li a, #sidebar li a:visited{
	color:#aaa;
}
#fade-nav{
	line-height:14px;
	margin-top:10px;
}
#fade-nav a{
	background-image:url(../images/nav-cycle.png);
	background-repeat:no-repeat;
	width:9px;
	height:8px;
	display:inline-block;
	text-indent:-9999px;
	margin-right:4px;
}

#fade-nav a.activeSlide{
	background-image:url(../images/nav-cycle-active.png);
	background-repeat:no-repeat;
	width:9px;
	height:8px;
}
.cleft{display:inline;}
.cright{float:right; border-left:solid 1px #e0e0e0; padding-left:30px; line-height:24px; padding-bottom:0px}

.box .heading-green{margin-bottom:2px}
.box2 h5{border-bottom:solid 1px #e0e0e0; padding-bottom:8px; color:#9c9c9c}
#scroll-box{}
#scroll-box div{
	width:240px;
	margin:0 auto;
	text-align:center;
}
#arrowprev{
	background-image:url(../images/nav-prev.png);
	background-repeat:no-repeat;
	width:12px;
	height:20px;
	position:absolute;
	left:15px;
	top:100px;
	z-index:100;
	cursor:pointer;
	
}
#arrownext{
	background-image:url(../images/nav-next.png);
	background-repeat:no-repeat;
	width:12px;
	height:20px;
	position:absolute;
	right:15px;
	top:100px;
	z-index:100;
	cursor:pointer;
}

	
.green-text{color:#a6ce39; font-weight:bold}
.borderbottom{
	list-style-type:none;
	padding:0;
	margin:0;
}
.borderbottom li{
	border-bottom:solid 1px #e4e4e4;
	padding:0 0 17px 0;
	margin:0 0 17px 0 !important;
}


/* Contact
------------------------------------------------------*/
.contact-area{padding:5px 10px 20px 10px; margin:0px 0px 0px 6px}
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0)
{
#contactFormArea{
	margin-bottom:50px;
}
}
form{
	margin:0; 
	padding:0;
}
fieldset{
	border:0;
	margin:0;
	padding:0; 
}
#contactFormArea label{
	width:60px;
	font-size:12px;
	color:#a5a6a6;
	padding-right:15px;
	margin-top:6px;
	float:left; 
}
#contactFormArea{
	width:415px; 
	margin-top:0px; 
	color:#606060; 
	float:left;
}
.textfield{
	background-color:#f5f5f5;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	behavior:url(border-radius.htc);
	border:1px solid #cfcfcf;
	font-family:Tahoma, Arial, verdana;
	font-size:12px; 
	padding:7px 5px; 
	margin:0px 0px 16px 0px; 
	color:#939393;
	display:block;
	width:328px;
}
.textarea{
	background-color:#f5f5f5;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	overflow:hidden;
	border:1px solid #cfcfcf;
	font-family:Tahoma, Arial, verdana;
	font-size:12px; 
	padding:7px 5px; 
	margin:0px 0px 12px 0px; 
	color:#939393;
	display:block;
	width:328px;
}
.buttoncontact{
  	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	background-color:#eaf0f4;
	background-image:url(../images/but.gif);
	background-repeat:repeat-x;
	border:solid 1px #c7d0d9;
	border-width:1px 1px 1px 1px;
	color:#738695;
	padding:5px;
	cursor:pointer;
	min-width:100px;
	display:block;
	margin:2px 0px;
	font-size:14px;
	float:right;	
}
.require{
	float:right;
	display:inline;
	color:#f00;
	font-weight:bold;
	margin-right:8px;
}
.loading{
    background:url(../images/loading-contact.gif) top left no-repeat;
    padding-left:20px;
    margin-top:8px;
    float:left;
}
.success-contact {
	width:370px;
	text-align:center;
    color:#3F9153;
	margin:-15px 0px 15px 0px;
    padding:8px 10px 8px 37px;
    background:#D7F7DF url(../images/success.png) no-repeat;
	background-position:40px 8px;
    border-top:1px solid #A3F7B8;
	border-bottom:1px solid #A3F7B8;
} 

.col-458{width:458px; float:left;}
.col-right{ padding-left:20px;}

.list3{
	margin:0px 0 0 0px !important;
	padding:0 !important;
	list-style-type:none;
	list-style-position:outside !important;
}
.list3 li{
	background-image:url(../images/list.gif);
	background-repeat:no-repeat;
	background-position:0 5px;
	padding:0 0 0px 20px !important;
	margin:0 !important;
	list-style-position:outside;
	float:none !important;
	font-size:11px;
}

.col-right .column-two li{
	width:100%;
	padding:0;
	margin:0;
}

.col-right .column-two li.marginoff{padding-left:30px;}

/* Map */
#box-map{
	width:427px;
	height:265px;
	margin-bottom:26px;
	padding:4px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;	
	box-shadow:0px 0px 4px #afaeae;
	-webkit-box-shadow:0px 0px 4px #afaeae;
	-moz-box-shadow:0px 0px 4px #afaeae;
	float:left;
}
#map{
	width:427px;
	height:265px;
	float:left;
}


/* Gallery
------------------------------------------------------*/
#gallery-box{
	padding:4px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;	
	box-shadow:0px 0px 4px #afaeae;
	-webkit-box-shadow:0px 0px 4px #afaeae;
	-moz-box-shadow:0px 0px 4px #afaeae;
	background-color:#fff;
	border:solid 1px #f1f1f1;
	width:898px;
	position:relative;
	margin-bottom:30px;
	
}

#gallery {list-style:none; color:#fff; position:relative}
#gallery span {display:none}
#wrapper-gallery {width:898px; display:none}
#wrapper-gallery * {margin:0; padding:0}
#fullsize {position:relative; width:898px; height:476px; padding:0px;}
#information {position:absolute; top:0; width:898px; height:0; background:#000; color:#fff; overflow:hidden; z-index:200; opacity:.7; filter:alpha(opacity=70)}
#information h3 {padding:4px 8px 3px; font-size:14px; color:#fff; !important; position:relative; display:block;  z-index:1000}
#information p {padding:0 8px 8px}
#image {width:898px}
#image img {position:absolute; z-index:25; width:auto}
.imgnav {position:absolute; width:25%; height:482px; cursor:pointer; z-index:150}
#imgprev {left:0; background:url(../images/left.gif) left center no-repeat}
#imgnext {right:0; background:url(../images/right.gif) right center no-repeat}
#imglink {position:absolute; height:482px; width:100%; z-index:100; opacity:.4; filter:alpha(opacity=40)}
.linkhover {background:url(../images/link.gif) center center no-repeat}
#thumbnails {margin-top:0px; z-index:300; height:95px; width:898px; position:absolute; bottom:5px; background:#000; opacity:.9; filter:alpha(opacity=90)}
#slideleft {float:left;  width:29px; margin:4px 0 0 0px; height:85px; background:url(../images/scroll-left.png) center center no-repeat;}
#slideleft:hover {}
#slideright {float:right; margin:4px 0px 0 0; width:29px; height:85px; background:url(../images/scroll-right.png) center center no-repeat}
#slideright:hover {}
#slidearea {float:left; position:relative; width:836px; margin:2px 0px 0px 0px !important; padding-left:0px; height:85px; overflow:hidden;}
#slider-gallery {position:absolute; left:0; top:8px; height:90px; z-index:400;}
#slider-gallery img {cursor:pointer; border:1px solid #fff; margin:0px 4px; padding:0px}

/* Gallery Alternate */
.cleaner {
	clear: both;
}
ul {
	margin: 0;
	text-align: left;
}
ul.menu {
	margin-left: .5em;
	margin-bottom: 0em;
}
ul.menu li {
	list-style-type: none;
	display: inline-block;
	font-weight: bold;
	text-shadow: 1px 1px 0px #f3f5da;
	padding: 2px 15px;
}	
.selected {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #d2d2d2;
	-webkit-box-shadow: 1px 1px 0px #8c8c5d;
}
	
.selected a, .selected a:visited {
	text-shadow: 1px 1px 0px #898989;
	color: #fff;
}
ul.item li {
	list-style-type: none;
	display: block;
	float: left;
	margin: 10px 10px 10px 10px;
}	
ul.item li img {
	border: 5px solid #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px #ac987e;
	-moz-box-shadow: 0px 0px 5px #ac987e;
	box-shadow: 0px 0px 5px #ac987e;
}
.menu li a, menu li a:visited {
	color: #979797;
	text-decoration: none;
	text-shadow: 1px 1px 0px #fff;
}


/* Footer
------------------------------------------------------*/
#footer-color{
width:auto;
background-color:#000;
}
#footer{
	clear:both;
	width:960px;
	margin:0 auto;
	/*border-top:solid 1px #fe0000 ;*/
	padding:20px 0 20px 0;
	font-family:Verdana, Arial;
	font-size:11px;
	background-color:#000;
}
#footer-link{
	float:left;
	width:784px;
}
#footer-link ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
#footer-link ul li{
	margin:0;
	padding:0 0 0 0;
	list-style-type:none;
	display:inline;
	text-transform:capitalize;
	color:#bebebe;
}
.copyright{
	text-transform:capitalize;
	padding-left:8px;
	line-height:20px
}
#footer-link ul li a, #footer-link ul li a:visited{color:#bebebe; padding:0 8px}
#footer-right{
	float:left;
	width:156px;
	height:40px;
	background-image:url(../images/line.gif);
	background-repeat:repeat-y;
	padding-left:20px;
	padding-top:0px;
}
#footer-right .phone{
	font-size:15px;
	line-height:20px;
	font-family:Arial;
}

#touch{
	clear:both;
	width:975px;
	margin:0 auto;
	/*border-top:solid 1px #fe0000 ;*/
	padding:20px 20px 35px;/*20px 0 20px 0;*/
	font-family:Verdana, Arial;
	font-size:11px;
	/*color:#cacaca;*/
	text-align:center;
	background:url(../images/bg-ayrade.png) no-repeat center 0;
	margin-bottom:20px;
}
#touch a:hover{
    text-decoration:none;
	color: #fff;
	text-shadow: -1px 1px 8px #bbfeff, 1px -1px 8px #fff;
}
/* Element
------------------------------------------------------*/
/* Pullquotes */
.pullquote_right,.pullquote_left{
	color:#9c9c9c;
	float:right;
	font-size:1.2em;
	letter-spacing:0px;
	margin-bottom:2px;
	margin-top:7px;
	margin-left:20px;
	padding-left:15px;
	width:40%;
	font-weight:bold;
    font-style:italic; 
    line-height:1.4em;
    border-left:2px solid #cccccc;
}
.pullquote_left{
    border-right:2px solid #cccccc;
    border-left:none;
	float:left;
	margin-left:0px;
	margin-right:10px;
	padding-left:0;
	padding-right:15px ;
}

/* Dropcap */
.dropcap{
	float:left;
	font-size:38px;
	height:41px;
	line-height:30px;
	margin-bottom:-10px;
	margin-right:0px;
	padding-top:3px;
	text-align:center;
	width:41px;
}

/* used for 2 column */
.col-438 { 
	display:inline-block;
	width:438px !important;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
	margin-right:20px;
}
.col-438-last { 
	display:inline-block;
	width:438px !important;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
	margin-right:0px;
}

/* used for 4 column */
.col-217 { 
	display:inline-block;
	width:209px !important;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
	margin-right:20px;
}
.col-217-last { 
	display:inline-block;
	width:209px !important;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
	margin-right:0px;
}

/* used for 3 column */
.col-300 { 
	display:inline-block;
	width:285px !important;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
	margin-right:27px;
}
.col-300-last { 
	display:inline-block;
	width:285px !important;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
	margin-right:0px;
}

.col-630 { 
	display:inline-block;
	width:591px !important;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
	margin-right:20px;
}
.col-630-last { 
	display:inline-block;
	width:591px !important;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
	margin-right:0px;
}

/* column for faq */
.col-275 { 
	display:inline-block;
	width:275px !important;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
	margin-right:20px;
}
.col-275-last { 
	display:inline-block;
	width:275px !important;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
	margin-right:0px;
}

/* Custom Message Styling */
.info {
	margin: 15px 0;
	color: #478BBF;
	padding: 8px 10px 8px 37px;
	background: #DCEFF5 url(../images/info.png) 12px 9px no-repeat;
	border: 1px solid #B8E7F5;
} 
.success {
	margin: 15px 0;
    color:#3F9153;  
    padding:8px 10px 8px 37px;
    background:#D7F7DF url(../images/success.png) 12px 9px no-repeat;
    border:1px solid #A3F7B8
}
.error {
    margin: 15px 0;
    color: #C24848;  
    padding: 8px 10px 8px 37px;
    background: #FFD6D6 url(../images/error.png) 12px 9px no-repeat;
    border: 1px solid #FFC2C2;
} 
.warning {
    margin: 15px 0;
    color: #CF9E00;  
    padding: 8px 10px 8px 37px;
    background: #FAF2D7 url(../images/warning.png) 12px 9px no-repeat;
    border: 1px solid #FAE8AF;
} 

/* List Styling */
ul.listarrow{
	list-style-type:none;
	margin:0px 0px 25px 0px;
	padding:0px;
	}	
ul.listarrow li{
	list-style-type:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 10px 16px;
	background-image:url(../images/list.gif);
	background-repeat:no-repeat;
	background-position:0px 4px
}
ul.circle{
	list-style-type:none;
	margin:0px 0px 25px 0px;
	padding:0px;
	}
ul.circle li{
	background-image:url(../images/circle.gif);
	background-repeat:no-repeat;
	background-position:0px 11px;
	padding:4px 0px 4px 18px;
	margin:0px;
	}

/* Button Styling */
.button{
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	background-color:#ecebeb;
	background-image:url(../images/but.gif);
	background-repeat:repeat-x;
	border:solid 1px #c7d0d9;
	border-width:1px 1px 1px 1px;
	color:#738695;
	padding:8px 12px;
	cursor:pointer;
	display:block;
	margin:2px 10px 2px 0px;
	font-size:14px;
	float:left;
}


/* FAQ accordion styling
------------------------------------------------------*/
.ask{	
	cursor:pointer;	
	font-size:12px;
	border-bottom:1px solid #e4e4e4;
	padding:1px 0px 9px 0px;
	clear:both;
}
.question{
	background-color:#f7f7f7;
	margin:-5px 0px 10px 0px;
	padding:11px 13px 1px 13px;
}
.openquestion{
	color:#b5b5b5 !important;
	margin-bottom:5px;
}
.closedquestion{
	color:#b5b5b5 !important; 
	margin-bottom:5px;
}