a, abbr, acronym, address, applet, article, aside, audio,
b, blockquote, big, body,
center, canvas, caption, cite, code, command,
datalist, dd, del, details, dfn, dl, div, dt, 
em, embed,
fieldset, figcaption, figure, font, footer, form, 
h1, h2, h3, h4, h5, h6, header, hgroup, html,
i, iframe, img, ins,
kbd, 
keygen,
label, legend, li, 
meter,
nav,
object, ol, output,
p, pre, progress,
q, 
s, samp, section, small, span, source, strike, strong, sub, sup,
table, tbody, tfoot, thead, th, tr, tdvideo, tt,
u, ul, 
var{
    background: transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
    vertical-align: top; }

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
table, table td { 
	padding:0;
	border:none;
	border-collapse:collapse;
}
img {
	vertical-align:top; 
}
embed { 
	vertical-align:top;
}

html, body {
	height:100%;	
}
body {
	font:100% BlB, Arial, Helvetica, sans-serif;
	background:#525150 url(images/main-bg.png);
}
a, a:visited {
	text-decoration:none;	
}
a:hover {
	text-decoration:underline;	
}
.wrapper {
	width:100%;
}
.mainwrap {
	width: 960px;
	min-width: 786px;
	margin: 60px auto;
}
.header {
	padding: 0 10px;
	width: 940px;
	margin: auto;
	height: 120px;
}
.headertop {
	width:100%;	
}
.headerright {
	width: 750px;
	float: left;
	margin: 0 0 0 190px;
	padding: 10px 0;
}
.logo {
	position: absolute;
}
.slider {
		
}
.menu {
	background: url(images/menu-bg.png) repeat-x center 3px;
	height: 50px;
}
.menucontainer {
	width: 960px;
	margin: auto;
	height: 50px;
}
.menucontainer .blankdiv {
	width: 200px;
	float:left;
	height:50px;
}
.menucontainer ul li{

}
.menucontainer li{
	background:url(images/menu-sap.png) no-repeat right center;
	display: inline-block;
    padding: 0 7px 0 0;
}
.menucontainer li:last-child{
	background:none;
	display: inline-block;
    padding: 0 7px 0 0;
}
.menucontainer li a{
	color: #d7d7d7;
	display: block;
	float: left;
	padding: 15px 30px;
	text-align: center;
	text-shadow: 1px 1px #212020;
	font-size: 14px;
}
.menucontainer li a:hover {
	background:url(images/selected-menu-bg.png) no-repeat left top;
	text-shadow: 1px 1px #5c3e12;
	color:#FFF;
	padding:0 0 0 30px;
	margin-right:4px;
}
.menucontainer li a:hover span {
	display:inline-block;
	background:url(images/selected-menu-bg.png) no-repeat top right;
	margin-right: -4px;
    padding: 15px 30px 15px 0;
}
.menucontainer li a.current {
	background:url(images/selected-menu-bg.png) no-repeat left top;
	text-shadow: 1px 1px #5c3e12;
	color:#FFF;
	font-weight:bold;
	padding:0 0 0 20px;
	margin-right:10px;
}
.menucontainer li a.current span {
	display:inline-block;
	background:url(images/selected-menu-bg.png) no-repeat top right;
	margin-right: -4px;
    padding: 15px 25px 15px 0;
}

/* ----------------------- Slider Styles --------------------*/

/* container for slides */
.images {
	position:relative;
	height:450px;
	width:960px;
	cursor:pointer;
	margin:0 auto;
	margin:0 auto;
}

/* single slide */
.images div {
	display:none;
	position:absolute;
	top:0;
	left:0;		
	padding:0;
	height:450px;
	font-size:12px;
}

/* header */
.images h3 {
	font-size:50px;
	font-weight:bold;
	color:#FFF;
	display:block;
	width:450px;
	margin:100px 0 0 10px;
}
.images h3 strong {
	color:#84c441;
	font-weight:normal;
}
.images p {
	font-size:24px;
	color:#fff;	
	padding:0 0 20px 10px;
}
.images ul li {
	list-style-position: inside;
	list-style-image: url(images/bullet.png);
	font-size:20px;
	color:#868686;
	text-indent:30px;
	line-height:130%;
}

/* tabs (those little circles below slides) */
.slidetabs {
	top: -40px;
	clear: both;
	width:90px;
	float: right;
	position: relative;
	right: 50%;
}

/* single tab */
.slidetabs a {
	width:16px;
	height:16px;
	float:left;
	margin:2px;
	background:url(images/slide_btn_v2.png) no-repeat center bottom;
	display:block;
	font-size:1px;
}

/* mouseover state */
.slidetabs a:hover {
	background:url(images/slide_btn_v2.png) no-repeat center center;
	width:16px;
	height:16px;
}

/* active state (current page state) */
.slidetabs a.current {
	background:url(images/slide_btn_v2.png) no-repeat;
	width:16px;
	height:16px;	
} 	

/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}
.imgbg01, .imgbg02, .imgbg03, .imgbg04 {
	height: 420px;
	width: 960px;
	display: block;
}
a.play {
	background:url(images/play.png) no-repeat center center;
	width:32px;
	height:32px;
	position: relative;
	top: -50px;
	float: right;
	border:none;
	cursor:pointer;
	right: 600px;
}
a.play:hover {
	background:url(images/play.png);
}
a.play:active {
	background:url(images/play.png);
}
a.pause {
	background:url(images/pause.png) no-repeat center center;
	width:32px;
	height:32px;
	position: relative;
	float: right;
	border:none;
	cursor:pointer;
	right: 535px;
	top: -50px;
}
a.pause:hover {
	background:url(images/pause.png);
}
a.pause:active {
	background:url(images/pause.png);
}
.destext {
	font:16px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#FFF;
	display:block;
	width:400px;
	margin:15px 0 0 70px;
}
.controller {
	position: relative;
	width: 80px;
	float: right;
	left: 0px;
	top: 0px;
	right: 500px;
	bottom: 0px;
}
.sliderMain {
	background:#3f3f3f url(images/slider-bg.png);
	width:100%;
	height:450px;
}

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

.ssectionWrap {
	padding:20px 7px;
	width:946px;
	overflow:hidden;
}
.sbox {
	width:230px;
	margin:0 7px 0 0;
	float:left;
}
.nomargin {
	margin:0px;
}
.sboximg {
	float:left;	
}
.sboxcontent {
	float:left;
	width:100%;	
}
.sboxcontent h2 {
	color:#292929;
	font-size:20px;
	text-shadow: 1px 1px #fff;
}
.sboxcontent h2 em {
	color:#84c441;
}
.sboxcontent p {
	color:#292929;
	font-size:14px;
	padding:10px 0;
	text-shadow: 1px 1px #fff;
}
.psectionWrap {
	width:940px;
	padding:0 10px;
}
.pheading {
	background:url(images/line-light-gray.png) repeat-x center 26px;
	overflow:hidden;
	padding:0 0 20px 0;
}
.pheading h2 {
	display:block;
	font:italic 44px "Times New Roman", Times, serif;
	background:#dddcdc;
	text-align:center;
	width:200px;
	margin:0 auto;
	color:#555555;
	text-shadow: 1px 1px #fff;
}
.pheading p {
	font:italic 20px "Times New Roman", Times, serif;
	color:#9d9d9d;
	text-align:center;
	text-shadow: 1px 1px #fff;
}

/* Portfolio Sectio Styles --------------------------------------- */

.pcontainer {
	margin: 0 auto;
	width: 840px;
	font-size:0.8125em;
}
#gallery {
	height:290px;
	overflow:hidden;
	background:url(../images/gallerry-bg.gif) 0 0 repeat-x;
	width:1000px;
	margin:0 auto;
}
#gallery ul li {
	list-style:none;
}
.roundabout-holder  { 
	width:750px;
	height:280px;
}
.roundabout-moveable-item {
   width: 400px;
   height: 258px;
   cursor: pointer;
	 border:3px solid #ccc;
	 border:3px solid rgba(0, 0, 0, 0.08);
   border-radius:4px;
	 -moz-border-radius:4px;
	 -webkit-border-radius:4px;
}
	.roundabout-moveable-item img{
		width:100%;
	}
.roundabout-in-focus {
	border:3px solid rgba(0, 0, 0, 0.2);
}


/* Portfolio Sectio Styles End --------------------------------------- */

.contentWrap {
	margin:0 10px;
	width:940px;
	overflow: hidden;
}
.content {
	width:700px;
	margin:0 10px 0 0;
	float:left;
}
.content h2 {
	background: url(images/line-dark-gray.png) repeat-x bottom;
	padding: 7px 0;
	font-size:24px;
	color:#d9d9d9;
}
.content p {
	font-size:14px;
	color:#fff;
}
.content p a {
	font-size: 14px;
	font-weight: bold;
	color: #fcb040;
}
.content img {
	border:none;
	margin:10px 0;
}
.content ul li {
	display: inline;
	background: url(images/client-logo-bg.png) no-repeat right center;
	padding:0 15px;
	margin-bottom:20px;
	display:block;
	float:left;
	list-style:none;
}
.content ul li:last-child {
	background:none;
}
.footerWrap {
	background:#101112 url(images/slider-bg.png);
	width:100%;
}
.footer {
	width:940px;
	overflow:hidden;
	margin:0 auto;
	padding:20px 10px;	
	color:#FFF;
	text-align:center;
}
.footer ul li {
	display: inline;
}
.footer ul li a{
	display:inline-block;
	padding:5px 15px;
	line-height:130%;
	color:#FFF;
	font-size:14px;
}
.footer p {
	color: #676767;
	font-size: 11px;
	text-align: center;
	padding-top: 20px;
}
.footer p a {
	color: #676767;
}
.footer p a:hover {
	color: #FFF;
}
.phonenumber {
	color:#8b8b8b;
	text-shadow: 1px 1px #fff;
	font-size:20px;
	text-align:right;
	line-height:130%;
}
.phonenumber span {
	font-size: 30px;
	color: #353535;
	font-weight:bold;
	text-shadow: 1px 1px #fff;
}
.topsocialmedia {
	float:right;
	overflow:hidden;
	padding:5px 0;
}
.topsocialmedia span {
	color:#8b8b8b;
	text-shadow: 1px 1px #fff;
	font-size:14px;
	line-height:130%;
}
.topsocialmedia ul li {
	display: inline;
}
.topsocialmedia ul li a {
	width:28px;
	height:28px;
	display:inline-block;
	float:left;
	margin:0 2px;
}
.topsocialmedia ul li a.twitter {
	background:url(images/social-mdeia-icon-small.png) no-repeat;
}
.topsocialmedia ul li a.facebook {
	background:url(images/social-mdeia-icon-small.png) no-repeat -28px center;
}
.topsocialmedia ul li a.linkedin {
	background:url(images/social-mdeia-icon-small.png) no-repeat -56px center;
}
.topsocialmedia ul li a.youtube {
	background:url(images/social-mdeia-icon-small.png) no-repeat -84px center;
}
.topsocialmedia ul li a.stumbleupon {
	background:url(images/social-mdeia-icon-small.png) no-repeat -112px center;
}

/* Side style ----------*/

.sidebar {
	float:left;
	width:229px;
}
.sidbox {
	width:230px;
	overflow:hidden;
	margin-bottom:20px;
}
.sidebartop {
	background:url(images/sidebar-bg-sprite.png) no-repeat;
	padding:10px;
	width:209px;
}
.sidebartop h3 {
	color:#FFF;
	font-size:16px;
}
.sidebarbottom {
	background:url(images/sidebar-bg-sprite.png) no-repeat left bottom;
	height:10px;
	width:229px;
}
.sidebarcontent {
	background:url(images/sidebar-bg-sprite.png) repeat-y right;
	padding:10px 20px 0  20px;
	width:189px;
	overflow:hidden;
}
.sidebarcontent ul li {
	background: url(images/line-dark-gray.png) repeat-x bottom;
	line-height:30px;
	padding-bottom:5px;
	color:#FFF;
	font-size:14px;
}
.testimonial ul li {
	background: none;
}
.sidebarcontent ul li:last-child {
	background:none;
}
.sidebarcontent ul li a {
	color:#8b8b8b;
}
.sidebarcontent ul li a:hover {
	color:#fff;
}
.sidebarcontent span {
	text-align:right;
	display:block;
}
.sidebarcontent span a {
	color:#a3a3a3;
}
.testext {

}
.testext p {
	color:#a3a3a3;
	font-size:13px;
}
.testext span {
	color:#e7e7e7;
	font-size:12px;
}
.testext a {
	color:#84c441;
	font-size:12px;
	display:block;
	padding:10px 0;
	text-align:right;
}
#largesm ul li {
	display:inline;
}
#largesm ul li a {
	width:68px;
	height:68px;
	display:inline-block;
	float:left;
	margin:10px;
}
#largesm ul li a.twitter {
	background:url(images/social-media-large-icon.png) no-repeat;
}
#largesm ul li a.facebook {
	background:url(images/social-media-large-icon.png) no-repeat -68px top;
}
#largesm ul li a.linkedin {
	background:url(images/social-media-large-icon.png) no-repeat -136px center;
}
#largesm ul li a.youtube {
	background:url(images/social-media-large-icon.png) no-repeat -203px center;
}
#largesm ul li a.stumbleupon {
	background:url(images/social-media-large-icon.png) no-repeat -270px center;
}
.content .entry {
	margin-bottom: 30px;
	padding-bottom:20px;
}
.content .entry .entrydate {
	background: url(images/line-dark-gray.png) repeat-x top;
	padding-top:5px;
	margin-top:15px;
	text-align:right;
	width:100%;
	float:right;
	font-size:12px;
	color:#969696;
}
.logoname {
	float:left;	
}
.searchdiv {
	float:right;	
	padding:20px 0;
}
.searchdiv .searchfield {
	background:transparent url(images/seach-bg.png) no-repeat top left;
	border:none;
	color:#FFF;
	font:12px BlB, Arial, Helvetica, sans-serif;
	padding:0 10px;
	height:27px;
}
.searchdiv .searchbtn {
	background:transparent url(images/seach-bg.png) no-repeat bottom right;
	border:none;
	padding:6px;
	margin-left: -10px;
    width: 30px;
}
