/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/


/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc */


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }


/* #Basic Styles
================================================== */
	body {
		background:url(../images/body_pattern.png) repeat;
		background-color:#e3e7e8;
		font: 12px/21px Arial, Helvetica, sans-serif;
		color: #847d7d;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
 }


/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		color: #181818;
		font-family: "Georgia", "Times New Roman", serif;
		font-weight: normal; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1 { 
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 30px; 
	line-height: 30px; 
	color:#810004;
	border-bottom:1px solid #810004;
	margin:0px 0px 20px 0px;
	padding:20px 0px 10px 0px;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold; 
	line-height: 20px; 
	color:#282828;
	padding:0px 0px 0px 0px;
}
h3 { 
	font-size: 18px; 
	line-height: 20px; 
	margin-bottom:10px; 
	color:#810004;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

h4 { 
	font-size:16px; 
	line-height: 22px; 
	color:#282828; 
	border-bottom:1px solid #e3e3e3;
	font-family:Arial, Helvetica, sans-serif;
	padding:10px 0px 5px 0px;
	margin-bottom: 10px;
}

h5 { 
	font-size: 17px; line-height: 24px; 
}

h6 { 
	font-size: 14px; line-height: 21px; 
}

.subheader { color: #777; }

	p { margin: 0 0 20px 0; color:#847d7d; line-height:20px; }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em { font-style: italic; }
	strong { font-weight: bold; color: #333; }
	small { font-size: 80%; }

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }
.copyrights{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}

/* #Links
================================================== */
	a, a:visited { color: #847d7d; text-decoration: none; outline: 0; }
	a:hover, a:focus { color: #810004; }
	p a, p a:visited { line-height: inherit; }


/* #Lists
================================================== */
	ul, ol { margin-bottom: 20px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { line-height: 18px; margin-bottom: 12px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }

/* #Images
================================================== */

img.scale-with-grid {
		max-width: 100%;
		height: auto; }
img{
	max-width:100%;
	height:auto;
	}



/* #Forms
================================================== */

form {
		/*margin-bottom: 20px;*/ }
fieldset {
		margin-bottom: 20px; }
		
input[type="text"]{
	background:#eeeeee url(../images/inputBg.jpg) repeat-x;
	height:34px;
	line-height:34px;
	border:1px solid #e3e3e3;
	padding:0px 0px 0px 10px;
	color:#969696;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	display:block;
	margin-bottom:20px;
	width:70%;
	float: left;
	}
input[type="text"]:focus{
	background:#faf4d5;
	border:1px solid #ffeb92;
	}
input[type="text"].error{
	background:#fce6e6;
	border:1px solid #f1c3c3;
	}

textarea{
	background:#eee url(../images/textareaBG.jpg) repeat-x;
	height:130px;
	display:block;
	border:1px solid #e3e3e3;
	padding:10px 0px 0px 10px;
	color:#969696;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	display:block;
	margin-bottom:20px;
	width:98%;
	}
textarea:focus{
	background:#faf4d5;
	border:1px solid #ffeb92;
	}

input[type="submit"]{
	background:#810004 url(../images/submitBtn.jpg) repeat-x;
	height:31px;
	line-height:31px;
	!line-height:24px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	/*border:1px solid #640003;*/
	border:0px;
	padding:0px 15px 0px 15px;
	font-weight:bold;
	}
input[type="submit"]:hover{
	cursor:pointer;
	background:#666;
	}

	

/* #Misc
================================================== */
.remove-bottom { 
	margin-bottom: 0 !important; 
	}
.half-bottom { 
	margin-bottom: 10px !important; 
	}
.add-bottom { 
	margin-bottom: 20px !important; 
	}
.remove-right{
	margin-right:0px !important;
	}
.remove-left{
	margin-left:0px !important;
	}

/*---------------------------- Main Layout Css ------------------------------------------*/

.offset-left{
	padding-left:140px;
	}
.contant-area{
	background-color:#fff;
	margin:40px 0px 0px 0px;
	}
.orderList{
	margin:10px 0px 15px 0px;
	padding:0px;
	}

.orderList li{
	background:url(../images/tick.png) no-repeat 0px 2px;
	color:#838383;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:8px 0px 8px 0px;
	padding:0px 0px 0px 20px;
	}
.blank{
	height:20px;
	}
.socialRight{
	float:right;
	}

/*----------------------------------- Header -----------------------------------*/

.alignRight{
	float:right !important;
	}
.alignLeft{
	float:left !important;
	}
.header-bg{
	background:#f5f5f5 url(../images/header-bg.jpg) repeat-x;
	min-height:81px;
	border-bottom:3px solid #810004;
	}
.logo{
	padding:25px 0px 0px 0px;
	}
.socialIconSprites{
	padding:25px 0px 0px 0px;
	text-align:center;testimonial-pagination
	}
.socialIconSprites .facebook{
	background:url(../images/social-icons.png) no-repeat;
	width:24px;
	height:23px;
	display:block;
	float:left;
	margin:0px 10px 10px 10px;
	}
.socialIconSprites .facebook:hover{
	background-position:0px -31px;
	cursor:pointer;
	}
.socialIconSprites .twitter{
	background:url(../images/social-icons.png) no-repeat -44px 0px;
	width:24px;
	height:23px;
	display:block;
	float:left;
	margin:0px 10px 10px 10px;
	}
.socialIconSprites .twitter:hover{
	background-position:-44px -31px;
	cursor:pointer;
	}
.socialIconSprites .youtube{
	background:url(../images/social-icons.png) no-repeat -88px 0px;
	width:24px;
	height:23px;
	display:block;
	float:left;
	margin:0px 10px 10px 10px;
	}
.socialIconSprites .youtube:hover{
	background-position:-88px -31px;
	cursor:pointer;
	}
.socialIconSprites .linkedin{
	background:url(../images/social-icons.png) no-repeat -132px 0px;
	width:24px;
	height:23px;
	display:block;
	float:left;
	margin:0px 10px 10px 10px;
	}
.socialIconSprites .linkedin:hover{
	background-position:-132px -31px;
	cursor:pointer;
	}
.socialIconSprites .rss{
	background:url(../images/social-icons.png) no-repeat -176px 0px;
	width:24px;
	height:23px;
	display:block;
	float:left;
	margin:0px 10px 10px 10px;
	}
.socialIconSprites .rss:hover{
	background-position:-176px -31px;
	cursor:pointer;
	}
	

/*----------------------------------- Ribbon Nav -----------------------------------*/

.ribbonBg{
	background-color:#810004;
	width:60px;
	position:absolute;
	z-index:99;
	}
.ribbonBg ul{
	padding-top:60px;
	}
.ribbonBg ul li{
	background:url(../images/navBorder.jpg) no-repeat bottom center;
	display:block;
	padding:5px 0px 5px 0px;
	margin:0px;
	}
.ribbonBg ul li .home{
	background:url(../images/naviconsprites.png) no-repeat -4px 0px;
	width:30px;
	margin: 0 auto;
	height:30px;
	display:block;
	}
.ribbonBg ul li .home:hover{
	background-position:-45px 0px;
	}

.ribbonBg ul li .home.active{
	background-position:-45px 0px;
	}

.ribbonBg ul li .about{
	background:url(../images/naviconsprites.png) no-repeat -4px -51px;
	width:30px;
	height:30px;
	margin: 0 auto;
	display:block;
	}
.ribbonBg ul li .about:hover{
	background-position:-45px -51px;
	}
.ribbonBg ul li .about.active{
	background-position:-45px -51px;
	}
.ribbonBg ul li .portfolio{
	background:url(../images/naviconsprites.png) no-repeat -4px -105px;
	width:30px;
	height:30px;
	display:block;
	margin: 0 auto;
	}
.ribbonBg ul li .portfolio:hover{
	background-position:-45px -105px;
	}
.ribbonBg ul li .portfolio.active{
	background-position:-45px -105px;
	}
.ribbonBg ul li .blog{
	background:url(../images/naviconsprites.png) no-repeat -4px -155px;
	width:30px;
	height:30px;
	margin: 0 auto;
	display:block;
	}
.ribbonBg ul li .blog:hover{
	background-position:-45px -155px;
	}
.ribbonBg ul li .blog.active{
	background-position:-45px -155px; 
	}
.ribbonBg ul li .contact{
	background:url(../images/naviconsprites.png) no-repeat -4px -206px;
	width:30px;
	height:30px;
	margin: 0 auto;
	display:block;
	}
.ribbonBg ul li .contact:hover{
	background-position:-45px -206px;
	}
.ribbonBg ul li .contact.active{
	background-position:-45px -206px;
	}
/*----------------------------------- Slider -----------------------------------*/

.frantSliderNav{
	position:relative;
	}
.frantSliderNavBg{
	background:url(../images/slider-nav-bg.jpg) repeat-x;
	position:absolute;
	right:10px;
	z-index:999;
	bottom:0px;
	padding:8px 10px 3px 10px;
	}
.sliderBG{
	background-color:#fff;
	/*border:1px solid #e3e3e3;*/
	padding:5px 5px 0px 5px;
	position:relative;
	}

.slider-wrap{
	padding:5px 5px 0px 5px;
	margin-bottom:20px;
	}
.sliderNav{
	text-align:center;
	padding:15px 0px 5px 0px;
	}

.sliderArrow{
	position:relative;
	
	}

.sliderArrow .slideNext{
	background:url(../images/slider-nav.png) no-repeat -35px 0px;
	width:35px;
	height:35px;
	display:block;
	background-color:#000;
	margin-bottom:6px;
	position:absolute;
	right:50px;
	bottom:90px;
	}
.sliderArrow .slideNext:hover{
	opacity:0.8;
	filter:alpha(opavity=80);
	background-color:#810004;
	}

.sliderArrow .slideNext:active{
	background-color:#5e0003;
	}
	
.sliderArrow .slidePre{
	background:url(../images/slider-nav.png) no-repeat;
	width:35px;
	height:35px;
	display:block;
	background-color:#000;
	position:absolute;
	right:50px;
	bottom:52px;
	}
.sliderArrow .slidePre:hover{
	opacity:0.8;
	filter:alpha(opavity=80);
	background-color:#810004;
	}
.sliderArrow .slidePre:active{
	background-color:#5e0003;
	}


/*---------------------------------- Index 1 ---------------------------------------------*/

.frantCaption{
	border:1px solid #e3e3e3;
	padding:15px 10px 10px 10px;
	margin-bottom:30px;
	}
.frantCaption h2{
	font-family:Arial, Helvetica, sans-serif;
	color:#2f2e2e;
	font-size:16px;
	font-weight:bold;
	padding-top:7px;
	}
.frantCaption h2 small{
	color:#888888;
	font-size:14px;
	font-weight:normal;
	}

.servicesWrap{
	
	}
.servicesWrap h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#810004;
	border-bottom:1px solid #810004;
	padding:0px 0px 5px 0px;
	margin:0px 0px 15px 0px;
	}
.servicesWrap p{
	text-align:justify;
	}
.servicesWrap img{
	margin:0px 15px 0px 0px;
	}
.servicesBox1{
	float:left;
	width:240px;
	margin:0px 10px 20px 0px;
	}
.servicesBox2{
	float:left;
	width:240px;
	margin:0px 10px 20px 10px;
	}
	
.servicesBox3{
	float:left;
	width:239px;
	margin:0px 0px 20px 10px;
	}

.FrantbottomWrap{
	margin:20px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	}
.FrantbottomWrap h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#810004;
	padding:0px 0px 0px 0px;
	border:0px;
	}
.tabing{
	border:1px solid #e3e3e3;
	margin-bottom:20px;
	}

.tabContant{
	padding:7px 20px 0px 10px;
	}
.tab{
	background-color:#eeeeee;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	color:#555555;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	width:100%;
	}
.tab ul{
	display:block;
	padding:0px 0px 0px 0px;
	margin:0px;
	}
.tab ul li{
	line-height:32px;
	margin:0px;
	float:left;
	}
.tab ul li a {
	padding: 8px 10px;
}	
.tab ul li:hover{
	background-color:#FFF;
	cursor:pointer;
	
	}
.tab ul li.active{
	background-color:#FFF;
	cursor:pointer;
	
	}

/*********************************** Testimonial ***********************************/
.testimonialWrapper{
	margin-bottom:20px;
	}
.testimonalbg{
	border:1px solid #e3e3e3;
	padding:20px 20px 0px 20px;
	}
.testimonalbg img{
	float:left;
	margin:0px 10px 20px 0px;
	}
.testimonalbg p{
	font-style:italic;
	}
.testimonialDown{
	margin:-1px 0px 0px 20px;
	background:url(../images/testimonialDown.png) no-repeat;
	width:29px;
	height:14px;
	
	}
.testimonialWrapper h5{
	color:#151515;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left:30px;
	}
.testimonialWrapper h5 small{
	color:#8f8f8f;
	}
#testimonial-pagination{
	text-align:right;
	padding: 0 10px;
}	
#testimonial-pagination a {
	background: url("../images/testimonial-bullet.png") no-repeat scroll -16px 0 transparent;
    display: inline-block;
    height: 12px;
    margin: 2px;
    width: 15px;
}
#testimonial-pagination a:hover {
	background-position: 0 0;
}
#testimonial-pagination a.selected {
	background-position: 0 0;
}
#testimonial-pagination a span {
    display: none;
}	
/*----------------------------- Portfolio_Wrapper -------------------------------*/

.portfolio_Wrapper{
	
	}
.border{
	border-bottom:1px solid #e3e3e3;
	height:5px;
	margin-bottom:15px;
	}
.portfolio_Wrapper h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#810004;
	margin:0px 0px 0px 0px;
	border:0px;
	padding:0px;
	}
.portfolio_Wrapper h2 small{
	font-size:11px;
	color:#929191;
	font-weight:normal;
	}

.carousel_next{
	background:url(../images/carousel-arrow.png) no-repeat -17px 5px;
	background-color:#dadada;
	display:block;
	height:21px;
	width:21px;
	float:left;
	margin-left:5px;
	}
.carousel_next:hover{
	background-color:#810004;
	}

.carousel_next:active{
	background-color:#5e0003;
	}
	
.carousel_pre{
	background:url(../images/carousel-arrow.png) no-repeat 7px 5px;
	background-color:#dadada;
	display:block;
	height:21px;
	width:21px;
	float:left;
	}
.carousel_pre:hover{
	background-color:#810004;
	}
.carousel_pre:active{
	background-color:#5e0003;
	}

.portfolio_Wrapper ul{
	margin-top:20px;
	}

.portfolio_Wrapper ul li{
	float:left;
	margin:0px 13px 26px 13px;
	width:233px;
	border:1px solid #f6f6f6;
	border-bottom:2px solid #e6e6e6;
	text-align:center;
	}
.portfolio_Wrapper h4{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#696969;
	font-weight:bold;
	margin:10px 0px 0px 0px;
	border:0px;
	padding:0px;
	}
ul.filter li{
	display: inline;
	border-right: 1px solid #e3e3e3;
	padding: 0 10px;
}
ul.filter li.last{
	border-right: none;
}
ul.filter li.current a{
	color: #810004;
}
.view-all{
	float: right;
}
.wrappadd h2 {
	float: left;
}
/*------------------------------------ About -----------------------------------*/
.imgRight{
	float:right;
	margin:0px 0px 0px 20px;
	
	}

.imgLeft{
	float: left;
	margin:0px 20px 0px 0px;
	}

/*--------------------------------- Contact us ----------------------------------*/

.contact_wrap{
	}
.contacts strong{
	color:#810004;
	}
.formwrapper{
	border:1px solid #e3e3e3;
	padding:20px;
	margin:40px 0px 40px 0px;
	}
#map_canvas{
	width: 460px;
	height: 237px;
}
.error_show {
    background-color: #FFFFFF;
    border: 1px solid #FF0000;
    border-radius: 3px 3px 3px 3px;
    display: inline-block;
    float: left;
    height: 34px;
    left: -52px;
    margin: 0;
    position: relative;
    text-align: center;
    width: 50px;
    z-index: -1;
}
.error_show img {
    margin-top: 5px;
}	
.hide {
    display: none;
}
.alert.alert-success {
    background-color: #DFF0D8;
    border-color: #D6E9C6;
    color: #468847;
}
.alert.alert-error {
    background-color: #F2DEDE;
    border-color: #EED3D7;
    color: #B94A48;
}
.alert {
    background-color: #FCF8E3;
    border: 1px solid #FBEED5;
    border-radius: 4px 4px 4px 4px;
    color: #C09853;
    margin-bottom: 18px;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
	
/*----------------------------------- Buttons -----------------------------------*/
.gray_btn{
	background-color:#848484;
	color:#fff !important;
	font-size:14px;
	color:#FFF;
	height:32px;
	line-height:32px;
	display:block;
	text-align:center;
	padding:0px 10px 0px 10px;
	}
.gray_btn:hover{
	background-color:#810004;
	}

.btn_light{
	background:url(../images/btn.jpg) repeat-x;
	height:23px;
	line-height:23px;
	color:#810004;
	padding:0px 10px 0px 10px;
	border:1px solid #e3e3e3;
	display:inline-block;
	}
.btn_light:hover{
	background:#810004;
	border:1px solid #660003;
	color:#fff;
	}
.btn_light:active{
	background:#660003;
	border:1px solid #660003;
	}

/*------------------------------- single-post-wrap  -------------------------------*/

.single-post-wrap{}

.sliderInner{
	position:relative;
	}
.sliderInner .next{
	position:absolute;
	right:0px;
	top:40%;
	background:url(../images/slide-arrow1.png) no-repeat -39px 0px;
	background-color:#000;
	width:40px;
	height:70px;
	opacity:0.8;
	filter:alpha(opacity=80);
	}
.sliderInner .pre{
	position:absolute;
	left:0px;
	top:40%;
	background:url(../images/slide-arrow1.png) no-repeat;
	background-color:#000;
	width:40px;
	height:70px;
	opacity:0.8;
	filter:alpha(opacity=80);
	}
.sliderInner .pre:hover{
	background-color:#810004;
	opacity:1;
	filter:alpha(opacity=100);
	}
.sliderInner .prev:hover{
	background-color:#810004;
	opacity:1;
	filter:alpha(opacity=100);
	}	
.sliderInner .pre:active{
	background-color:#5e0003;
	}
	
.sliderInner .next:hover{
	background-color:#810004;
	opacity:1;
	filter:alpha(opacity=100);
	}

.sliderInner .next:active{
	background-color:#5e0003;
	}

/*----------------------------- blog-wrapper -----------------------------------*/

.blog-wrapper{}
.blog-post{
	margin:0px 0px 30px 0px;
	}
.readmore{
	background:url(../images/arrow.png) no-repeat right 5px;
	padding:0px 15px 0px 0px;
	color:#810004 !important;
	}
.readmore:hover{
	color:#666 !important;
	}
.entry-utility{
	 border-top:1px solid #e3e3e3;
	 margin-top:10px;
	 padding:5px 0px 0px 0px;
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:11px;
	}
.entry-utility a{
	padding:0px 3px 0px 3px;
	}
.blockquote{
	background:url(../images/blockquote.png) no-repeat 0px 0px;
	padding:10px 0px 0px 32px;
	display:block;
	margin:15px 0px 10px 0px;
	}
.blockquote span{
	background:url(../images/blockquote1.png) no-repeat right bottom;
	padding-bottom:20px;
	display:block;
	}
.pagination{
	position:relative;
	border-top:1px solid #e3e3e3;
	}
.pages{
	position:relative;
	float:left;
	left:50%;
	}
.pageswrap{
	position:relative;
	float:left;
	right:50%;
	}
.pageswrap a{
	padding:10px 10px 0px 10px;
	float:left;
	border-top:2px solid #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	}
.pageswrap a:hover{
	border-top:2px solid #810004;
	}
.pageswrap .active{
	border-top:2px solid #810004;
	}
.NextPage{
	background: url("../images/carousel-arrow.png") no-repeat scroll 7px 5px #DADADA;
    display: block;
    float: left;
    height: 21px;
    width: 21px;
	margin-top:10px;
	}
.NextPage:hover{
	background-color:#810004;
	}
.PrePage{
	background: url("../images/carousel-arrow.png") no-repeat scroll -17px 5px #DADADA;
    display: block;
    float: right;
    height: 21px;
    width: 21px;
	margin-top:10px;
	}
.PrePage:hover{
	background-color:#810004;
	}

.search-strip{
	position:relative;
	}

.search-strip input[type="text"]{
	border:1px solid #e3e3e3 !important;
	background:none;
	height:27px;
	line-height:27px;
	padding-left:25px;
	width:88%;
	}
.search-strip input[type="submit"]{
	background:url(../images/search-icon.png) no-repeat;
	width:13px;
	height:13px;
	border:0px;
	position:absolute;
	top:9px;
	left:9px;
	}
.blog-right{
	}
.blog-right h2{
	border-bottom:1px solid #e3e3e3;
	padding:5px 0px 7px 0px;
	font-weight:normal;
	color:#282828;
	
	}
.blog-cate-list ul{
	margin:10px 0px 20px 0px;
	}
.blog-cate-list ul li{
	display:block;
	padding:3px 0px 3px 0px;
	margin:0px;
	}

.blog-cate-list ul li a{
	background:url(../images/arrow-gray.png) no-repeat 0 7px;
	padding:0px 0px 0px 15px;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#888888;
	}
.blog-cate-list ul li a:hover{
	background:url(../images/arrow-1.png) no-repeat 0 7px;
	color:#810004;
	}
.blog-tabing{}

.blog-tabing ul{
	border:1px solid #e3e3e3;
	margin:0px !important;
	}
.blog-tabing ul li{
	float:left;
	display:block;
	margin-bottom: 0;
	width:50%;
	text-align:center;
	margin-bottom:-1px;
	}
.blog-tabing ul li a{
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:700;
	color:#282828;
	padding:10px 10px 10px 10px;
	border-right:1px solid #fff;
}
.blog-tabing ul li a:hover{
	background:url(../images/tabBg.jpg) repeat-x;
	/*border-right:1px solid #e3e3e3;*/
	}
.blog-tabing ul li.last a{
	border-left:1px solid #e3e3e3;
	}
.blog-tabing ul li.active a{
	background:url(../images/tabBg.jpg) repeat-x;
	
	
	}

.latesblogpost{
	border:1px solid #e3e3e3;
	border-top:none;
	padding:10px 10px 0px 10px;
	}

.latesblogpost ul li{
	border-bottom:1px solid #e3e3e3;
	padding:0px 0px 10px 0px;
	}
.latesblogpost img{
	 float:left;
	 margin:0px 10px 0px 0px;
	}
.blogDes{
	float:left;
	}
.blogDesTitle{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
.postdate{
	color:#810004;
	font-style:italic;
	font-size:11px;
	}
.recentTweet{
	margin-top: 15px;
}	
.recentTweet ul{
	margin-top:15px;
	}
.recentTweet li{
	background:url(../images/twitter-icon.png) no-repeat 0px 4px;
	display:block;
	color:#5a5a5a;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	padding:0px 0px 0px 28px;
	margin:10px 0px 5px 0px
	}
.recentTweet li a{
	color:#810004;
	}
.recentTweet li a:hover{
	color:#666;
	}
.recentTweet li span{
	display:block;
	color:#c0c0c0;
	}

.comments{}

.comments p{
	margin-bottom:10px;
	}
.comments ul{}
.comments ul li{
	display:block;
	border-top:1px solid #e3e3e3;
	padding:15px 0px 0px 0px;
	margin-top:5px;
	}
.comments ul li img{
	float:left;
	margin-right:15px;
	}
.BlogDesWrap{
	float:left;
	display:block;
	width:455px;
	}

.BlogDesWrap1{
	float:left;
	display:block;
	width:390px;
	}

.comments ul li ul{
	margin-left:65px;
	}
	
.comments ul li ul li{
	border-top:1px solid #e3e3e3;
	padding:10px 0px 0px 0px;
	}
	
.blogTitle{
	color:#363636;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding-bottom:8px;
	}
	
.posteddate{
	color:#888888;
	font-size:11px;
	padding-bottom:8px;
	}
	
.posteddate a{
	color:#810004 !important;
	}
.posteddate a:hover{
	color:#666 !important;
	}
	
.comment-form{}

.comment-form label{
	color: #676767;
    float: left;
    width: 100%;
	}
	
.red{
	color:#F00;
	}
	
.comment-form input[type="text"]{
	height:36px;
	line-height:36px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#676767;
	background:none;
	}

.comment-form input[type="text"]:focus{
	background-color:#fdf7d8;
	}

.comment-form textarea{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#676767;
	background:none;
	}
	
.comment-form textarea:focus{
	background-color:#fdf7d8;
	}
	
.comment-form input[type="submit"]{
	
	}
.tags a{
	margin: 10px 10px 0 0;
	float:left;
}	
	
/*----------------------------------- Footer -----------------------------------*/
.footerWrap{
	color:#666666;
	font-size:11px;
	text-align:center;
	letter-spacing: 1px;
	padding: 25px 0;
	}
	
.footerWrap a{
	color:#666666;
	}

.footerWrap a:hover{
	color:#810004;
	}

/*----------------------------------- Common -----------------------------------*/
.port-hover{
	position: relative;
}
.display-link{
	position: absolute;
	width: 100%;
	height: 100%;
	background:url(../images/transparent-bg.png) repeat;
	top:0;
	left: 0;
	display: none;
}
.display-link a{
	position: absolute;
	left: 0;
}
a.prev:hover{
	background-color:#810004 !important;
	opacity:1;
	filter:alpha(opacity=100);	
}
a.next:hover{
	background-color:#810004 !important;
	opacity:1;
	filter:alpha(opacity=100);	
}
.home-box{
	float: left;
    margin: 10px;
    max-width:300px;
	background-color:#fff;
	padding:5px;
	text-align:center;
	font-weight:bold;
	
}
.home-box:hover{
	background-color:#f1f1f1;
	}

.wrap{
	margin: 15% auto 0;
    max-width: 660px;
    
}