body {
	background-repeat:repeat-x;
	font: 13px/1.5 Arial, Helvetica, 'Liberation Sans', FreeSans, sans-serif;
	color:#666;
	margin:0px;
	background-color:#fff;
	
}
a:focus {

	outline: 1px dotted invert;
}
hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}
/* default link style
----------------------------------------------------------------------------------------------------*/
a:link, a:visited, a:active {
color:#089dcb;
text-decoration:none;
}
a:hover {
color:#111;
text-decoration:none;
}
/* Headings
----------------------------------------------------------------------------------------------------*/
h1 {
	font-size: 22px;
	letter-spacing:-1px;
	font-weight:bold;
}
h2 {
	font-size: 20px;
	letter-spacing:1px;
}
h3 {
	font-size: 18px;
	letter-spacing:-1px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
/* `Spacing
----------------------------------------------------------------------------------------------------*/
ol {
	list-style: decimal;
}
ul {

	list-style-type: square;

}



p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 10px;
	
}
/* imgage alignment
----------------------------------------------------------------------------------------------------*/
.alignright {
  float: right; 
  margin: 0px 0 20px 20px;
  width:auto;
}
.alignleft {
  float: left; 
  margin: 0px 20px 10px 0;
  width:auto;
}
a img {
	border:none;
}

blockquote{
	border:1px solid #ccc;
	background-color:#eee;
	padding:10px 10px 10px 20px;
	margin:10px 0px 10px 0px;
	border-right:3px solid #ccc;
	font-size:12px;
	color:#555;
	
}
.vspace{
height:40px;
}

/* shortcode 
------------------------------------------------------*/

.alert-blue {
	background:url("images/info.png") no-repeat scroll 12px 50% #E4F5FD;
	border:1px solid #AFDBEE;
		display:block;
	margin:10px 0 15px;
	padding:10px 10px 10px 40px;
}
.alert-green {
	background:url("images/alert.png") no-repeat scroll 12px 50% #FFFADE;
	border:1px solid #F8ECA9;
	display:block;
	margin:10px 0 15px;
	padding:10px 10px 10px 40px;
}	

.alert-yellow  {
	background:url("images/tick.png") no-repeat scroll 12px 50% #EDFFD6;
	border:1px solid #D2EBB1;
	display:block;
	margin:10px 0 15px;
	padding:10px 10px 10px 40px;
}

.quotes {
	background-color: #eee;
	color:#000;
	padding:10px 20px;
	border:1px solid  #ccc;
	display:block;
	margin-bottom:20px;
	font-style: italic;
}

.tm{
	background-image: url(images/quotes.png);
	background-repeat: no-repeat;
	background-position: right top;
}

/*shortcode columns for full width pages*/

.divider{
border-bottom:1px solid #ccc;
margin:20px 0px;


}
.last{
margin-right:0px !important;
float:right;
}

.norightmargin{
margin-right:0px;

}

.one-fourth-last, .one-half-last, .one-third-last{
margin-right:0px !important;
margin-bottom:20px;
}
.one-fourth h4, .one-third h4, .one-half h4{

margin:0px;
padding:0px 0px;

}


.full{
float:left;
margin-bottom:20px;
}

.one-fourth{
width:22.90%;
float:left;
margin-right:2.80%;
margin-bottom:20px;
}


.one-third{
width:74.25%;
float:left;
margin-right:2.80%;
margin-bottom:20px;
}



.one-half-home{
	width:48.0%;
	float:left;
	margin-right:2.80%;
	margin-bottom:20px;
	position:relative;

}
.one-half-home h2{
	position: relative;
	display:block;
	border-bottom:1px  dotted #ccc;
	z-index:1;
	padding-bottom:5px;

}

.one-half-home-left{
	width:45.0%;
	float:left;
	padding-right:5.80%;
	margin-bottom:20px;
	background-image: url(../images/home-divider.png);
	background-repeat: no-repeat;
	background-position: 430px top;

}



.one-half{
	width:49.0%;
	float:left;
	margin-right:2.80%;
	margin-bottom:20px;

}

/* lists Styles
------------------------------------------------------*/
.ol li {
background-image: url(images/orderd-list.png);
background-repeat: no-repeat;
background-position: 0 50%;
padding: 3px 0 3px 25px;
margin: .1em 0;
list-style:none;
}

.ul {
margin-top:20px;
margin-left:0px;
}

.ul li {
background-image: url(images/unorder-list.png);
background-repeat: no-repeat;
background-position: 0 50%;
padding: 5px 0 5px 25px;
list-style:none;

}
/* Genral style
----------------------------------------------------------------------------------------------------*/

/*Image borders*/
.thumbnail-border{
border:1px solid #eee;
padding:2px;
}
.biggerimg-border{
border:1px solid #eee;
padding:8px;
margin-bottom:20px;
}
/*horizontal divider line*/
.h-divider{
	background-image: url(images/h-divider.png);
	background-repeat: no-repeat;
	background-position: center center;	
	height:39px;
}

/*view more button style*/
a.view-more{
	background-image: url(images/view-more.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 18px;
	width: 80px;
	display:block;
}
a.view-more:hover{
	background-image: url(images/view-more-ho.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 18px;
	width: 80px;
	display:block;
}
/*view more button style for alternate home page*/
a.view-more2{
	background-image: url(images/view-more1.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 18px;
	width: 80px;
	display:block;
}
a.view-more2:hover{
	background-image: url(images/view-more1-ho.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 18px;
	width: 80px;
	display:block;
}
/* home boxes 
--------------------------------------------------------------------------------------------------*/

.homebox			{
 padding:0px 0px 0px 0px; 
 overflow:hidden; 
 height:100%; 
 width:33.33%;
 min-height:160px;
 float:left; 
 margin-bottom:30px;}
 
.homeboxtext{
margin-top:20px;
margin-right:20px;
}
 
.homeboxtext h3 span	 	{ display:block; margin-bottom:15px;}
.homeboxicon			{ vertical-align:top; float:left; width:50px; height: auto; margin-right:10px;}


/* services 
--------------------------------------------------------------------------------------------------*/

.servicesbox			{ margin:0; padding:20px 20px 0px 0px; overflow:hidden; height:100%; clear:both;}
.servicestext h3 span	 	{ display:block; margin-bottom:0px;}
.servicesicon			{ vertical-align:top; float:left; width:148px;}


.servicestext			{ margin-left:148px; margin-top:0px; padding-top:0px;}
/* @ Pagination    style
------------------------------------------------*/

.wp-pagenavi {
	clear: both;
	margin-top:20px;

}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #ddd;
	padding: 3px 5px;
	margin: 2px;
	background-color:#eee;
	color:#333;
	display:block;
	float:left;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #999;

}

.wp-pagenavi span.current {
	font-weight: bold;
}

/*header*/
#header{

min-height:80px;
height:auto;
margin-top:30px;
display:block;
overflow:hidden;
}

	.logo{
	width:27%;
	float:left;
	}
	
	.slogan{
	font: 20px Arial, Helvetica, 'Liberation Sans', FreeSans, sans-serif;
	letter-spacing:3px;
	margin-top:80px;
	width:auto;
	}
	
	.contact-topright{
		float:right;
		margin-top:5px;
		width:auto;
		display:block;
		}

/*left navigation*/
ul.navigation{
}

	ul.navigation li{
	margin-left:0px;
	list-style-type:none;
	}
	
	
.mid-wrapper{
	background-image: url(images/h-divider-wide.png);
	background-repeat: no-repeat;
	background-position: center top;
	display:block;
	float:left;
	padding:40px 0;
	width:auto;


}

/*---------------------slider--------------------*/

.slider-frame{
	width:700px;
	height: 400px;
	background-image: url(images/shadow-slider.png);
	background-repeat: no-repeat;
	margin-bottom:10px;	
}



/*gallery*/

ul.gallery{
list-style:none;
}
ul.gallery li{
display:inline;
}

ul.gallery li img{
float:left;
margin:5px;
border:1px solid #ccc;
padding:2px;
}
.portfolio-col p{
padding-right:10px;



}
/*image and video icons for gallery*/

.hover_video{ 
	position: absolute;
	background:transparent url(images/video.png) no-repeat 54% center;}
	 
.hover_image{ position: absolute; background:transparent url(images/image.png) no-repeat 54% center;}
ul.gallery li a img, a:hover img { position:relative; z-index:2;}

	
	
.portfolio-col{
min-height:300px;
height:auto !important;
  height:300px;
}	

/* sidebar section elements style
----------------------------------------------------------------------------------------------------*/
.tm-section{
margin:20px 0 ;
}
	.tm-section p.quote{
		background-image: url(images/testimonial-quote.png);
		background-repeat: no-repeat;
		background-position: right top;
		padding-right:30px;
		font-size:11px;
		color:#999;
		
	}
	
	strong.tm-client-name{
	font-weight:normal;
	
	}
	
.quotes{
	background-image: url(images/quotes.png);
	background-repeat: no-repeat;
	background-position: right 10px;
	float:left;
	width:100%;
	margin-bottom:10px;
	font-style: italic;	
}

ul.follow-us{
list-style:none;
	
}
	ul.follow-us li{
	margin:0px;
	padding:3px 0;

	}
	ul.follow-us li img{
	padding-right:5px;


	}

/*left column*/
#left-column{
float:left;

}
/*widget style*/
li.widget{
margin:0px;
list-style:none;
padding:0px;
float:left;

}
/*Right column / section*/

#right-column{	
	background-image: url(images/v-divider.png);
	background-repeat: repeat-y;
	background-position: 20px top;
	float: right;
	

}

/*blog*/
.grid_8 h3{
margin-bottom:0px;

}
.post small{
margin:0;
padding:0px;
}

.entry p{
margin:10px 0;
}

.entry-wide{
width:100%;
background-color:#003300;

}

.post {
margin-bottom:30px;
float:left;
width:auto;

}

.navigation a{
border:1px solid #eee;
padding:5px;
background-color:#f9f9f9;
font-weight:bold;
width:50px;
height:50px;
}
.navigation a.current{
background-color:#777;
color:#fff;

}



/*portfolio 2*/
.portfolio-2{
margin-bottom:30px;
float:left;
width:auto;
}

/* @ comments style
----------------------------------------------------------------------------------------------------*/
	
h3#comments, #respond{
color:#222;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	border:1px solid #ccc;
	background-color:#f2f2f2;
	color:#333;
	
	}
#commentform textarea {
	width: 99%;
	padding: 2px;
	border:1px solid #ccc;
	background-color:#f2f2f2;
	color:#333;
	overflow:auto;
	}

#commentform #submit2 {
	margin: 0;
	float: left;
	margin-bottom:10px;
	border:none;
	width:83px;
	height:23px;
	padding: 5px 10px;
	font-weight:bold;
	background-image: url(images/submit.png);
	background-repeat: no-repeat;
	background-color:#fff;
	}
	
	#commentform #submit2:hover {
	cursor: pointer;

	}

.alt {
	margin: 0;
	padding: 10px;

	}
.commentlist {
	padding: 0px;
	float:left;
	padding:0px;	
	}
	
ol.commentlist{
	margin:0px;
	padding:0px;
	width:100%;
}
	
	.commentlist a:link, .commentlist a:visited  {
		color:#0099CC;	
		}
	
	.commentlist li {
		margin: 5px 0 10px 0;
		padding: 15px 5px 10px 10px;
		list-style: none;
		border:1px solid #ccc;
		background-color:#f1f1f1;
		color:#333;
		
		}
		.commentlist li ul li { 
			margin-right: -5px;
			margin-left: 10px;
		}

		.commentlist p {
			margin: 10px 5px 10px 0;
		}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	
.navigation{
	background-image: url(images/pf-bg.jpg);
	background-repeat: repeat-x;
	background-position: -50px;
	font-size:2em;
}

.avatar {
	padding:3px;
	background-color:#fff;
	border:1px solid #ddd;
	float:right;
	width:auto;
}

.navigation{

float:left;
margin:20px 0px 20px 0;

}

/*Contact form  style*************************************************************/

#container
{
	margin: auto;
	overflow: hidden;
	position: relative;

}
.contact-us input{
	padding:10px;
	border:1px solid #ccc;
	background-color:#eee;
	height:20px;
	width: 25em;

}

.contact-us {
	text-align:left;	
	padding:10px 0;
	width:auto;
}
.contact-us textarea {
	width: 30em;
	padding:10px;
	border:1px solid #ccc;

	background-color:#eee;

}
.contact-us .submit {
	position:relative;
	left:105px;
	border:none;	
	width:81px;
	height:24px;	
	background-image:none;
	background-color:#fff;
}

.red {
	color:red;
	font-weight:700;
}
.contact-us .form-col1 {
	color:#666;
	width:100px;
	height:30px;
	float:left;
	display:block;
	text-align:left;
	padding-right:10px;
	font-weight:700;
}
.message {background-color:#333;
	border:1px solid #444; color:#ccc;display:none;width:460px;padding:10px;}
	.contact {text-align:right;}
	.contact ul {list-style-type:none;width:390px;}
	.contact li {list-style-type:none;}
	.contact input {width:260px;}
	.contact textarea {width:260px;}

#alert ul{
list-style:none;

}

/* bryant individual product section
----------------------------------------------------------------------------------------------------*/

.holder {
  height:auto;
  width:546px;
  margin-bottom:5px;
  float:left;
 } 

 .holder p {
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:12px;
	background-color:#FFF; /* for non-css3 browsers */
	font-weight:lighter;
	padding-top:10px;
	padding-right:1px;
	padding-bottom:10px;
	padding-left:0px;
	border-top:2px solid #FFF;
	border-right:2px solid #FFF;
	border-left:2px solid #FFF;
	margin: 0;
  }
   .holder li {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	background-color:#FFF; /* for non-css3 browsers */
	font-weight:lighter;
	margin-left:120px;
	padding-top:0px;
	padding-right:10px;
	padding-bottom:0px;
	padding-left:0px;
	border-top:2px solid #FFF;
	border-right:2px solid #FFF;
	border-left:2px solid #FFF;
  }
  
 .holder p img{
	 padding-bottom:50px;
  }

 .top {
	width:546px;
	height:30px;
	background:#ccc;
 } 

 .top h3 {
	margin:0;
	line-height:30px;
	padding:0px 10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size: 14px;
	letter-spacing:2px;
	font-weight:100;
	background-color: #69C;
	border-top:0px solid #FFF;
	border-right:2px solid #FFF;
  	border-left:2px solid #FFF;
 }

/*Footer section*/

.footer{
	padding:10px 0px;
	border-top:1px solid #ccc;
	float:left;
	width:100%;
	margin:0px 0px;
}
	.copy{
	width:60%;
	float:left;
	
	}
	.copy p{
	margin:0px;
	}
	ul.footer-links{	
	float:right;
	width:auto;
	}

	ul.footer-links li{
	display:inline;
	margin-left:0px;		
	}

		ul.footer-links li a{
		
		padding:0px 10px;
		margin-left:0px;	
		
		}
		/*footer link active/ current page link*/
		ul.footer-links li.current a{
		color:#000;
		
		}