/* 

Push - CSS File

*/

/* Generated by Font Squirrel (http://www.fontsquirrel.com) */
@font-face {
    font-family: 'DroidSansRegular';
    src: url('../fonts/DroidSans-webfont.eot');
    src: url('../fonts/DroidSans-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../fonts/DroidSans-webfont.woff') format('woff'),
         url('../fonts/DroidSans-webfont.ttf') format('truetype'),
         url('../fonts/DroidSans-webfont.svg#DroidSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DroidSansBold';
    src: url('../fonts/DroidSans-Bold-webfont.eot');
    src: url('../fonts/DroidSans-Bold-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../fonts/DroidSans-Bold-webfont.woff') format('woff'),
         url('../fonts/DroidSans-Bold-webfont.ttf') format('truetype'),
         url('../fonts/DroidSans-Bold-webfont.svg#DroidSansBold') format('svg');
    font-weight: normal;
    font-style: normal;

}


/*** GLOBAL  ***/
html, body{height:100%;}
body {
	font-family:Arial;
	font-size:12px;
	color:#464646;
	margin:0;
	padding:0;
	line-height:20px;
	background:url(../images/body.jpg) no-repeat left center;
	background-attachment:fixed;
}
* {
	margin:0;
	padding:0;
}
*:focus {
	outline:none; /* removes ugly dotted border but may make template more unsuable, up to you
					 if you want to keep it! */
}
form{margin:0; padding:0;}
hr {
	border-width:0;
	height:1px;
	line-height:0;
	margin:30px 0px;
	page-break-after:always;
	text-align:center;
	width:100%;
	clear:both;
	color:#dfdfdf;
	background:#dfdfdf;
}



/* Self Clearing Goodness */
.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

/* Use clearfix class on parent to clear nested columns,
or wrap each row of columns in a <div class="row"> */
.clearfix:before,
.clearfix:after{
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
 }

.clearfix:after {
  clear: both; }
.clearfix {
  zoom: 1; }

/* You can also use a <br class="clear" /> to clear columns */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/*** END OF GLOBAL  ***/

/*** DEFAULT ELEMENT STYLES ***/
/* heading */
h1, h2{margin-bottom:15px;}
h3, h4, h5, h6{margin-bottom:10px;}
h1 {font-size:28px; line-height:30px;}
h2 {font-size:18px; line-height:20px;}
h3 {font-size:16px; line-height:20px;}
h4 {font-size:15px; line-height:20px;}
h5{font-size:14px; line-height:20px;}
h6 {font-size:13px; line-height:20px;}
h1, h2, h3, h4, h5, h6{ font-weight:normal; font-family:'DroidSansRegular', sans-serif, Arial, Helvetica; color:#202020;}
.pagetitle{margin:0}
.uppercase{text-transform:uppercase;}
.smalltitle{font-size:13px; color:#4e4e4e; font-family:'DroidSansRegular', sans-serif, Arial, Helvetica; text-transform:capitalize}
.valignmiddle{vertical-align:middle; margin-bottom:25px}


/* links */
a, a:visited {text-decoration:none; font-weight:normal; color:#edbe01 }
a:hover{text-decoration:underline; color:#edbe01}
a img{border:none}


/* float align */
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 20px;
	margin-top: 3px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 20px;
	margin-top: 5px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignnone,
img.alignnone {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top:3px;
}


img.alignleft, 
img.alignright, 
img.aligncenter,
img.alignnone {
	margin-bottom: 12px;
}

/* lists, blockquotes and paragraphs */
p, ul, ol, blockquote {
	margin-bottom:20px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 2.2em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
	
blockquote {
	margin:0px 0 20px 0px;
	padding:0px 10px 0px 50px;
	background-image:url(../images/quote.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	clear:both;
	font-size:16px;
	line-height:25px;
	font-family:'Ubuntu', Georgia, Arial;
	font-style:italic
}
	
	
blockquote.left, blockquote.right  {
	float:right;
	letter-spacing:0px;
	margin-bottom:20px;
	margin-left:20px;
	margin-top:0px;
	padding:0px 20px 10px 60px;
	width:43%;
	background-position:0px 0px;
	}
	
blockquote.left{
	float:left;
	margin-left:0px;
	margin-right:20px;}

blockquote p{margin-bottom:0px; font-size:16px; line-height:20px}

/* code */
code {
	font-family:Verdana, Arial;
	letter-spacing:1px;
	margin:25px 0 25px 0px;
	display:block;
	font-size:0.9em;
	border-left:4px solid #cfcfcf;
	padding:15px 10px;
}

/*** END OF DEFAULT ELEMENT STYLES ***/

/*** CONTAINER ***/
#outer-container{min-height:100%; background:url(../images/dot-bg.gif) repeat;}
* html #outer-container{height: 100%;}
#container{
	width:1000px;
	margin:0 auto;
}
#container-shadow{
	-webkit-box-shadow: 0px 0px 50px #000;
	-moz-box-shadow: 0px 0px 50px #000;
	box-shadow: 0px 0px 50px #000;
}
#content{background:#fff;}
#footer{background:#282828; border-top:solid 3px #1e1e1e}


/* TOP PANEL */
#top-panel{}
#panel {
	padding:5px 30px;
	color: #aeaeae;
	background:#edbe01;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
}
#toggle-panel{text-align:center !important; border-top:solid 6px #edbe01; height:11px; line-height:11px }
#toggle-panel a, #toggle-panel a:visited{}
#toggle-panel a:hover{text-decoration:none;}
#toggle-panel a{margin:0;  height:11px; width:27px; display:inline-block}
#toggle-panel a#open{background:url(../images/panel-open.png) no-repeat left top;}
#toggle-panel a#close{background:url(../images/panel-close.png) no-repeat;}

#paneltext{color:#fff; text-align:center; font-family:"DroidSansRegular", Arial; font-size:13px}

/* HEADER */
#header{}
#logo{float:left; height:125px;   width:100%;
color:#FFF;  }
#logo h1{ font-size:40px; line-height:42px; margin-bottom:0}
#logo h1 a, #logo h1 a:visited{color:#fff;}
#logo h1{margin:10px 0 0 0; font-weight:bold}
#logo .desc{color:#fff}
#top-right{float:right; color:#a9a9a9; padding:30px 0 0 0}
#top-right a, #top-right a:visited{color:#fff;}

#container #nav{ position:relative; z-index:200; margin:0 0 0 0; clear:both; background:#efc000 url(../images/bg-nav.gif) repeat-x; height:43px;}
#searchcontainer{float:right; height:43px; background:url(../images/sep-menu.gif) repeat-y top left; padding:0 20px; position:relative}
#searchbutton{background:url(../images/search-icon.png) no-repeat; width:20px; height:17px; text-indent:-9999px; display:block; margin:13px 0 0 0}
.searchbox {
	background:url(../images/bg-searchtoggle.gif) repeat-x;
	width: 205px;
	clear: both;
	position:absolute;
	right:0;
	top:44px;
}
.searchbox .searchcontent {
	padding:5px;
	
}
.searchbox input#s{margin:0; width:185px; padding:8px 5px; border:0; background:#ffe991; color:#505050; font-size:12px;}


#topnav{
	margin:0 0;
	padding:0;
	list-style-type:none;
	overflow:visible;
	position:relative;
	float:left;
	font-family:'DroidSansRegular', sans-serif, Arial, Helvetica;
	font-size:10px;
	line-height:20px;
	text-transform:uppercase;
	text-align:center
}

.sf-menu a {
	text-decoration:none!important;
	display:		block;
	position:		relative;
	padding:0 21px;
	text-decoration:none;
	font-weight:normal;
	font-size:14px;
	height:43px;
	line-height:47px;
		background:url(../images/sep-menu.gif) repeat-y top right
}

#topnav a, .sf-menu a, .sf-menu a:visited {color:#101010}
#topnav a:hover{color:#fff;}
#topnav li a:hover,
#topnav .current > a, #topnav  .current > a:hover
{color:#fff;}


#topnav li li a, .sf-menu li li a, .sf-menu li li a:visited {color:#777; font-size:11px}
#topnav li li a:hover{color:#ccc;}
#topnav li li a:hover,
#topnav li li.current > a, #topnav li li.current > a:hover
{color:#ccc;}

#topnav li:hover,
#topnav .current, #topnav  .current:hover
{ background:url(../images/menu-selected.png) no-repeat center bottom}


/* Drop down menu */
.sf-menu li li {
	text-align:left;
	line-height:20px;
	margin:0;
}
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	
	
}
.sf-menu {
	line-height:100%;
	position:absolute;
	right:0;
	bottom:0;
	float:left;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			27em; /* left offset of submenus need to match (see below) */
	
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
	margin:0;
}

.sf-menu li li{margin:0px 0px;}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			-1px;
	top:			4.3em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
	
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			-1px;
	margin-left:	0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
	
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			5em; /* match ul width */
	top:			-1px;
}
.sf-menu ul li a{
	padding:5px 15px!important;
	height:auto;
	line-height:20px;
	background:transparent
}


.sf-menu ul li:hover{}

.sf-menu li ul {
	padding:0px;
}
.sf-menu a.sf-with-ul {
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			10px;
	top:			1.05em; /* IE6 only */
	width:			5px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
}


#topnav li:hover ul,
#topnav li.sfHover ul {
	background:#282828;
	color:#777;
	text-transform:capitalize; 
}
#topnav li li {
	height:auto; 
	text-transform:capitalize; 
	/*font-family:'DroidSansRegular', Arial;*/
	font-size:0px;
	background:url(../images/sub-menu-line.gif) repeat-x left bottom;
}
#topnav li li:hover,
#topnav li li.current, #topnav li li.current:hover{
	color:#ccc;
	border:0; 
	margin:0;
	background:url(../images/sub-menu-line.gif) repeat-x left bottom;
	
}

/* SLIDER
-------------------------------------------------------------- */
#slider-container{
	position:relative;
	clear:both;
	height:354px;
	background:#000;
}

/* BEFORE CONTENT */
#before-content{padding:25px 30px;background:#fff url(../images/bg-beforecontent.gif) repeat-x bottom; border-bottom:solid 1px #d0d0d0;}
#before-content.inner{padding:20px 30px 15px 30px; border-top:solid 8px #101010}
#before-content.inner.withslider{border:0px;}
.slogantext{font-family:Georgia, "Times New Roman", Times, serif; font-size:17px; font-style:italic; color:#454545; line-height:28px; text-align:center}
#before-content #breadcrumbs{float:right; color:#acacac; padding:2px 0 0 0}
#before-content #breadcrumbs a, #before-content #breadcrumbs a:visited{color:#acacac;}
#before-content .pagetitle{float:left;}


/* CONTENT */
#content{padding:40px 30px; background:#fff;}
#maincontent{width:670px; float:left;}
#maincontent.positionright{float:right; padding:0 0 0 30px}
#maincontent.positionleft{ float:left; padding:0 30px 0 0;}
#maincontent.full{ width:940px;}
#main{width:940px;}

#recentpost h2{font-size:16px; margin-bottom:10px;}
#recentpost h6{font-size:14px;}
#recentpost h6 a, #recentpost h6 a:visited{color:#101010}
#recentpost h6 a:hover{text-decoration:none;color:#edbe01}
#recentpost h6{margin-bottom:3px;}
#recentpost .entry-date{color:#9a9a9a; font-family:Georgia, "Times New Roman"; font-style:italic; display:block; padding-bottom:10px}
#recentpost a.boldtext, #recentpost a.boldtext:visited{color:#777777}
#recentpost a.boldtext:hover{color:#edbe01; text-decoration:none}

#recentproject{margin-bottom:20px;}
#recentproject h2{font-size:16px; margin-bottom:10px;}


/*==== List ====*/
.default-list{line-height:25px;}
.arrow-list{line-height:25px; list-style-type:none; padding:0; margin:0 0 20px 0;}
.arrow-list li{background:url(../images/list.png) no-repeat 0 8px; padding:0 0 0 25px}


/*==== Form & Button ====*/
form{margin:0; padding:0;}
input[type="text"],
textarea, input[type="password"], select{
	font-size:11px;
	padding:8px 5px;
	background:#f6f6f6;
	border:0;
	color:#888;
}

select {
	font-size:11px;
	padding:4px 5px;
}

.button,
.button:visited,
input[type="submit"],
input[type="reset"],
button{
	font-family:"DroidSansRegular";
	font-size:14px;
	background:url(../images/bg-button.gif) repeat-x;
	display:inline-block;
	color:#555555;
	text-transform:uppercase;
	padding:0 10px;
	height:32px;
	line-height:34px;
	border:0;
	margin:0
}

input[type="submit"],
input[type="reset"],
button{
	height:32px;
	
}

.button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover{text-decoration:none; background:url(../images/bg-button-hover.gif) repeat-x; cursor:pointer; color:#101010}

a.more-link, a.more-link:visited{color:#555;}
a.more-link:hover{ text-decoration:none;}
.more-link{
	font-family:"DroidSansRegular";
	font-size:12px;
	background:url(../images/bg-button.gif) repeat-x;
	display:inline-block;
	color:#555555;
	text-transform:uppercase;
	float:left;
	padding:0 0 0 10px;
	height:32px;
}
.more-link span.moretext{float:left; line-height:34px; padding-right:10px}
.more-link span.moresep{ background:url(../images/morelink-span.gif) no-repeat right top; width:33px; height:32px; float:left}

.more-link:hover{background:#ff9900 url(../images/bg-button-hover.gif) repeat-x; height:32px !important; color:#101010}
.more-link:hover span.moretext{color:#101010}
.more-link:hover span.moresep{ background:url(../images/morelink-span-hover.gif) no-repeat right top;}


/*==== Separator ====*/
.separator {
	display:block;
	height:30px;
	padding:10px 0;
	text-align:center;
	width:100%;
	clear:both;
}

.separator.line {
	display:block;
	text-align:center;
	width:100%;
	clear:both;
	padding:0;
	height:auto;
	margin-bottom:20px
}


.separator.line div{
 	height:30px; display:block; clear:both; padding:10px 0;
	background:url(../images/line-dotted.gif) repeat-x left center
}


/*==== Quote ====*/
.pullquote-right,.pullquote-left{
	padding:0px 10px 0px 50px;
	background-image:url(../images/quote.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	float:right;
	font-family:'Ubuntu', Georgia, Arial;
	font-style:italic;
	font-size:16px;
	letter-spacing:0px;
	line-height:22px;
	margin:0px 2px 20px 20px;
	width:50%;
	}
.pullquote-left{float:left;margin-left:2px;margin-right:20px;}


/* == Dropcaps == */
.dropcap1{
	text-shadow:1px 1px 0 #ededed;
	display:block;
	float:left;
	font-size:35px;
	line-height:35px;
	margin:2px 8px 0 0;
}
.dropcap2{
	display: block;
	float:left;
	font-size:35px;
	line-height:45px;
	width: 47px;
	-moz-border-radius: 47px;
	-webkit-border-radius: 47px;
	-khtml-border-radius: 47px;
	border-radius: 47px;
	float:left;
	text-align: center;
	margin:8px 15px 0 0;
	padding-top:3px;
	background:#edbe01; color:#fff;
}
.dropcap3{
	background:#edbe01; color:#fff;
	display:block;
	float:left;
	font-size:35px;
	line-height:40px;
	width:47px;
	height:40px;
	text-align: center;
	margin:6px 8px 0 0;
	padding:5px 0
}


/*== Highlight ==*/
.highlight1{padding:2px 5px; background-color:#edbe01; border:solid 1px #ebebeb}	
.highlight2{padding:2px 5px; background-color:#ebebeb;  border:solid 1px #f7f7f7}




/*==== Tabs ====*/
.tabcontainer{margin:0 0 20px 0;}
ul.tabs {
	margin: 0 0 -2px 0;
	padding: 0 0 2px 0;
	list-style: none;
	height: 36px;
	width: 100%;

}
ul.tabs li {
	float: left;
	margin: 0 0;
	padding: 0 15px;
	line-height:36px;
	height:36px;
	overflow: hidden;
	position: relative;
	border-right:solid 1px #fff;
	text-transform:uppercase;
	background:url(../images/bg-tab.gif) repeat-x;
}


ul.tabs li a {
	text-decoration: none;
	display: block;
	padding: 0 0px;
	outline: none;
	color:#101010;
	font-family:"DroidSansregular", Arial;
	font-size:14px;
}

.tab-content {padding: 20px 0; }
	
ul.tabs li:hover{}
ul.tabs li.active{background:url(../images/bg-tab-active.gif) repeat-x; }
html ul.tabs li.active a{color:#101010}
#tab-body{
	padding:0 20px;
	background:#f2f2f2;
}


/*==== jQuery Toggles ====*/
#toggle{margin:0 0 20px 0}
h2.trigger {
	padding: 12px 20px 14px 20px;
	margin: 0 0 2px 0;
	font-size:14px;
	font-weight: normal;
	text-transform:uppercase;
	background:url(../images/bg-toggle.gif) repeat-x;
}
h2.trigger span {
	text-decoration: none;
	display: block;
	color:#101010;
	height:11px;
	background: url(../images/toggle.png) no-repeat right center;
	padding-right:20px;
	cursor:pointer;
	line-height:12px;
}
h2.active span{ background:url(../images/toggle-down.png) no-repeat right center; color:#101010; }
h2.trigger a:hover {
	color: #101010;
}
h2.active {
	background:url(../images/bg-toggle-active.gif) repeat-x;
}
.toggle_container {
	margin: 0 0 2px 0;
	padding: 10px 25px;
	overflow: hidden;
	clear: both;
	background:#f2f2f2;
}
.toggle_container .block {
	padding: 0px;
}
.toggle_container .block p {
	padding: 5px 0;
	margin: 5px 0;
}


/*==== Tables ====*/
table {border-collapse:separate;border-spacing:0;width:100%; margin-bottom:18px;}
table,td,th { text-align:center;}
th{padding:10px;text-transform:uppercase; border-bottom: 1px solid #f1f1f1;}
td{padding:10px;}
tfoot td{border:0px;}
th,tr:hover{}
table {
	border: 1px solid #f1f1f1;
	border-bottom:0;
	text-align: left;
	margin: 0 -1px 24px 0;
	width: 100%;
}
tr th,
thead th {
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
tr td {
	border-bottom: 1px solid #f1f1f1;
	padding: 6px 24px;
}
tr.odd td {
	background: #F2F7FC;
}


/*==== Column ====*/
.one_half, .one_third, .two_third, 
.three_fourth, .one_fourth, .one_fifth, 
.two_fifth, .three_fifth, .four_fifth, 
.one_sixth, .five_sixth						{margin-right: 4%; margin-left:0; position:relative; float:left;}

.one_half									{ width:48%; }
.one_third									{ width:30.6666%;}
.one_fourth									{ width:22%; }
.one_fifth									{ width: 16.8%;}
.one_sixth 									{ width: 13.3333%;}

.two_third									{ width: 65.3332%;}
.two_fourth 								{ width: 48%;}
.two_fifth 									{ width: 37.6%;}
.two_sixth 									{ width: 30.6666%;}

.three_fourth								{ width:74%;}
.three_fifth 								{ width: 58.4%;}
.three_sixth 								{ width: 47.9998%;}

.four_fifth 								{ width: 79.2%;}
.four_sixth 								{ width: 65.3332%;}

.five_sixth 								{ width: 82.6665%;}
.firstcols									{ margin-left:0px !important; }
.last, .lastcols							{ margin-right:0px !important; clear:right; }

/*==== Testimonial ====*/
.ts-testimonial{padding:0 0 20px 0; margin-bottom:50px; border-bottom:solid 1px #ededed}
.testi-desc{margin:0; font-size:12px; font-style:italic}


/*==== Portfolio ====*/
#ts-display-pf-filterable{list-style-type:none;  padding:0; margin:0;}
.ts-display-pf{border-top:solid 3px #191919;}
.ts-display-pf:hover{border-top:solid 3px #dbaf01;}
.ts-display-pf-img{
	width:220px;
	height:164px;
	position:relative;
	overflow: hidden !important;
	position: relative;
	background:#21cae9;
	
}

.ts-display-pf-img img {
	width: 218px;
	height: 161px;
	position: absolute;
	top: 3px;
	left: 0;
	border: 0;
	z-index: 10;
}

.caption_slide{text-align:center; padding:60px 0 0 0}
.caption_slide h2{font-size:16px; line-height:18px; color:#fff; margin-bottom:5px;}
.caption_slide h2 a, .caption_slide h2 a:visited{color:#fff;}
.caption_slide p{color:#fff; font-size:13px; font-family:"DroidSansRegular",Arial}

#filter-control{background:url(../images/line-dotted.gif) repeat-x left top; padding:5px 0 0 0 }
#filter{line-height:22px; list-style-type:none; padding:0 0 5px 0; margin:0 0 30px 0; float:left; width:100%; background:url(../images/line-dotted.gif) repeat-x left bottom   }
#filter li{list-style-type:none; float:left; padding:0 15px; background:url(../images/sep-filternav.gif) no-repeat left center}
#filter li:first-child{padding:0 15px 0 0; background:transparent}
#filter li a, #filter li a:visited{color:#101010; padding:0}
#filter li a:hover, #filter li.selected-1 a{text-decoration:none; color:#edbe01}

.image-grid {  width: 100%; float:center;}

.image-grid:after {
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
	margin:0;
	padding:0;
	list-style-type:none;
}

.image-grid li {
  width: 250px;
  margin: 0 63px 30px 0;
  float: left;
  height:210px;
  overflow: hidden;
}

.image-grid li.nomargin{margin-right:0 !important;}

#ts-display-pf-filterable .more-link{
	font-family:"DroidSansRegular";
	font-size:14px;
	background:url(../images/bg-button.gif) repeat-x;
	display:inline-block;
	color:#101010;
	text-transform:uppercase;
	float:left;
	padding:0 0 0 20px;
	height:32px;
	width:200px;
}
#ts-display-pf-filterable .more-link span.moretext{float:left; line-height:34px; padding-right:10px}
#ts-display-pf-filterable .more-link span.moresep{ background:url(../images/morelink-span.gif) no-repeat right top; width:33px; height:32px; float:right}

#ts-display-pf-filterable .more-link:hover{background:url(../images/bg-button-hover.gif) repeat-x; color:#101010}
#ts-display-pf-filterable .more-link:hover span.moretext{color:#101010}
#ts-display-pf-filterable .more-link:hover span.moresep{ background:url(../images/morelink-span-hover.gif) no-repeat right top;}

#ts-display-pf-filterable li:hover .more-link{background:url(../images/bg-button-hover.gif) repeat-x !important;}
#ts-display-pf-filterable li:hover .more-link span.moresep{ background:url(../images/morelink-span-hover.gif) no-repeat right top !important;}

/* jCarousel Option */
#tscarousel .more-link{
	font-family:"DroidSansRegular";
	font-size:14px;
	background:url(../images/bg-button.gif) repeat-x;
	display:inline-block;
	color:#101010;
	text-transform:uppercase;
	float:left;
	padding:0 0 0 20px;
	height:32px;
	width:200px;
}
#tscarousel .more-link span.moretext{float:left; line-height:34px; padding-right:10px}
#tscarousel .more-link span.moresep{ background:url(../images/morelink-span.gif) no-repeat right top; width:33px; height:32px; float:right}

#tscarousel .more-link:hover{background:url(../images/bg-button-hover.gif) repeat-x; color:#101010}
#tscarousel .more-link:hover span.moretext{color:#101010}
#tscarousel .more-link:hover span.moresep{ background:url(../images/morelink-span-hover.gif) no-repeat right top;}

#tscarousel li:hover .more-link{background:url(../images/bg-button-hover.gif) repeat-x !important;}
#tscarousel li:hover .more-link span.moresep{ background:url(../images/morelink-span-hover.gif) no-repeat right top !important;}

#tscarousel-button a{ width:20px; height:19px; text-indent:-9999px; float:left; display:block; cursor:pointer;}
#tscarousel-prev{background:url(../images/prev.gif) no-repeat; margin-right:2px}
#tscarousel-prev:hover{background:url(../images/prev-hover.gif) no-repeat;}
#tscarousel-next{ background:url(../images/next.gif) no-repeat;}
#tscarousel-next:hover{ background:url(../images/next-hover.gif) no-repeat;}


/*==== Pricing Box ====*/
.list-box-container{
	padding:0 0 0 0;
	margin-top:0;
}
.list-box-content{ margin:0px 0px; padding:0 15px;}
.list-box-content ul{margin:0px auto; padding:0; list-style-type:none;}
.list-box-content ul li{margin:0; padding:6px; list-style-type:none; text-align:left; border-top:1px solid #e2e2e2; text-align:center}

ul.pricing-box{margin:0 0 10px 0; padding:0; list-style-type:none; list-style-position:outside;  width:940px; float:left}
ul.pricing-box > li{
	background-color:#f5f5f5;
	border:solid 1px #fff;
	border-width:0 1px 0 0;
	float:left;
	width:233px;
	text-align:center;
	padding:0;
	margin:0;
	position:relative;
	z-index:2
 }
ul.pricing-box li.noborder{border:0;}
ul.pricing-box li.current{border:0; z-index:4}
ul.pricing-box li.last{margin-right:0; background:#ededed}
ul.pricing-box .currency{font-size:22px;}
ul.pricing-box .price-text{
	margin:0; color:#202020; padding:22px 0 19px 0; vertical-align:top;
}
ul.pricing-box .price-text h1{font-size:22px; text-transform:uppercase; margin:0; font-family:"DroidSansBold",Arial}
ul.pricing-box .price{font-size:22px;}
ul.pricing-box .priceper{color:#9c9c9c; font-size:16px; text-transform:lowercase}
ul.pricing-box li.current{
	margin-top:-19px;
	-moz-box-shadow: 0px 0px 18px #a1a1a1;
	-webkit-box-shadow: 0px 0px 18px #a1a1a1;
	box-shadow: 0px 0px 18px #a1a1a1;
	background:#fff;
	padding-bottom:20px
}
.list-box-button{background:#e1e0e0; padding:17px 0; text-align:center !important; margin:0 auto}
.list-box-button .more-link{float:none;}
ul.pricing-box li.current .list-box-button{background:transparent; padding:40px 0 17px 0}

ul.pricing-box .more-link{
	font-family:"DroidSansRegular";
	font-size:16px;
	background:url(../images/bg-button-large.gif) repeat-x;
	display:inline-block;
	color:#555555;
	text-transform:uppercase;
	float:none;
	padding:0 0 0 10px;
	height:39px;
}
ul.pricing-box .more-link span.moretext{float:left; line-height:41px; padding-right:10px}
ul.pricing-box .more-link span.moresep{ background:url(../images/morelink-span-large.gif) no-repeat right top; width:33px; height:39px; float:left}

ul.pricing-box .more-link:hover{background:#ff9900 url(../images/bg-button-large-hover.gif) repeat-x; height:39px !important; color:#101010}
ul.pricing-box .more-link:hover span.moretext{color:#101010}
ul.pricing-box .more-link:hover span.moresep{ background:url(../images/morelink-span-large-hover.gif) no-repeat right top;}

/*==== Pricing Table ====*/
.table-box-container{ width:940px; margin-bottom:20px}
.table-box-container ul{ margin:0px; padding:0;float:left; }
.table-box-container ul li{ float:left; list-style-type:none; padding:0; margin:0; color:#212121 !important; width:175px;  border-left:1px solid #fff;  }
.table-box-container ul li h4{ margin:0px; font-size:13px;}
.table-box-container ul li.one{width:195px; padding-left:20px; padding-right:20px}
.table-box-container ul li.two{text-align:center}
.table-box-container ul li.three{text-align:center;}
.table-box-container ul li.four{text-align:center;}
.table-box-container ul li.five{text-align:center;}
ul.table_header li.one{}


ul.tbl-odd{ background-color:#f1f1f1; float:left; border-top:1px solid #fff; }
ul.tbl-odd li{width:175px; padding:7px 0; border-left:1px solid #fff;}
ul.tbl-even{ background-color:#ededed; float:left; border-top:1px solid #fff;  }
ul.tbl-even li{width:175px; padding:7px 0; border-left:1px solid #fff; }
ul.tbl-even.noborder{ border-bottom:0px;}
ul.tbl-btn{float:left; border-top:1px solid #fff;  }
ul.tbl-btn li{width:175px; padding:16px 0; border-left:1px solid #fff;  background-color:#ededed;  }
ul.tbl-btn.noborder{ border-bottom:0px;}
ul.tbl-btn li.one.nobg{background:transparent !important; min-height:0px !important}
ul.tbl-price{ border:0px; font-size:18px;}
ul.tbl-price a, ul.tbl-price a:visited{ color:#707070; text-decoration:underline; font-size:12px;}
ul.tbl-price a:hover{ text-decoration:none;}

ul.tbl-odd li.one, ul.tbl-even li.one{border-left:solid 1px #fff} 

.table-box-container .title-box{margin-bottom:0; padding:3px 0; background:#2a2a2a; color:#c9c9c9; font-size:13px; text-transform:uppercase}
.table-box-container li.three .title-box{ background:#353535; color:#c9c9c9}
.table-box-container .title-box.current{ background:#e4b700; color:#212121; font-size:16px; margin-top:-20px; padding:13px 0;}
.table-box-container .price-text{
	margin:0; color:#fff;
	background:#353535;
	padding:17px 0 7px 0;
}
.table-box-container li.three .price-text{ background:#4b4b4b; }
.table-box-container .price-text.current{ background:#f6c500; color:#fff}
.table-box-container .price{font-size:40px; line-height:25px; font-family:"DroidSansRegular", Arial}
.table-box-container .price span.pertext{display:block; font-size:13px; color:#737373}
.table-box-container .price-text.current .price span.pertext{color:#3f3f3f}

.table-box-container .more-link{
	font-family:"DroidSansRegular";
	font-size:16px;
	background:url(../images/bg-button-large.gif) repeat-x;
	display:inline-block;
	color:#555555;
	text-transform:uppercase;
	float:none;
	padding:0 0 0 10px;
	height:39px;
}
.table-box-container .more-link span.moretext{float:left; line-height:41px; padding-right:10px}
.table-box-container .more-link span.moresep{ background:url(../images/morelink-span-large.gif) no-repeat right top; width:33px; height:39px; float:left}

.table-box-container .more-link:hover{background:#ff9900 url(../images/bg-button-large-hover.gif) repeat-x; height:39px !important; color:#101010}
.table-box-container .more-link:hover span.moretext{color:#101010}
.table-box-container .more-link:hover span.moresep{ background:url(../images/morelink-span-large-hover.gif) no-repeat right top;}


/* SIDEBAR */
#sidebar{width:240px; padding-left:0px; float:left;}
#sidebar.positionleft{float:left}
#sidebar.positionright{float:right}

#sidebar .widget-title{
	font-size:14px;
	color:#202020;
	text-transform:uppercase;
	padding:0;
	margin-bottom:15px;
}

#sidebar ul{
	list-style-type:none;
	list-style-position:outside;
	margin:0;
	padding:0;
}

#sidebar ul li{
	list-style-type:none;
	margin:0;
	padding:0;
	color:#8a8a8a;
	
}
#sidebar .widget-container{
	margin-bottom:40px;
	clear:both
}
#sidebar li li{
	list-style-type:none;
	margin:0 0 8px 0;
	padding:0 0 8px 0px;
	background:url(../images/line-dotted.gif) repeat-x left bottom;
}
#sidebar li li a{color:#8a8a8a; }
#sidebar li li a:hover{text-decoration:none; color:#edbe01;}

/* list second level */
#sidebar ul.sub-menu, #sidebar ul.children, #sidebar ul ul ul{margin:5px 0 0 10px; }
#sidebar ul.sub-menu li, #sidebar ul.children li, #sidebar ul ul ul li{margin-bottom:2px; padding-bottom:2px; border:0; background:transparent}


/* tags widget */
#tag-cloud{margin-bottom:40px; float:left}
#tag-cloud .tag{margin:0 10px 10px 0;}
#tag-cloud .tag, #tag-cloud .tag span{display:block; float:left; height:26px; line-height:25px}
#tag-cloud .tag .left{background:url(../images/tag-middle-hover.png) repeat-x; width:10px;}
#tag-cloud .tag .middle{background:url(../images/tag-middle-hover.png) repeat-x; padding:0 10px 0 0}
#tag-cloud .tag .right{background:url(../images/tag-right-hover.png) no-repeat; width:21px;}
#tag-cloud .tag a, #tag-cloud .tag a:visited{color:#444444;}
#tag-cloud .tag a:hover{text-decoration:none; color:#636363}

/* TS Recent Posts */
.latestpost{margin:0; padding:0; list-style-type:none;}
.latestpost li{padding:10px 0 10px 0 !important; margin:0 !important; background:transparent !important; clear:both;}
.latestpost li:first-child{padding:0 0 10px 0 !important;}
.latestpost li img{padding:2px; border:solid 1px #484848;}
.latestpost .post-date{font-size:12px; color:#888; display:block; padding:4px 0 0 0; overflow:hidden}
.latestpost .post-title{font-family:'DroidSansBold', Arial; font-size:13px; display:block}
#sidebar .latestpost li a{color:#f84864}
#sidebar .latestpost li a:hover{text-decoration:underline;}

.recentproject li{padding:0 !important; background:transparent !important; border:0 !important;}

/* AFTER CONTENT */
#after-content{
	clear:both;
	padding:10px 30px;
	background: #daaf01 url(../images/bg-aftercontent.gif) repeat-x;
}
#twitter_update_list{list-style-type:none; padding:0 15px; margin:0; text-align:center}
#twitter_update_list li{font-size:12px; line-height:32px; font-weight:bold; font-style:italic; font-family:Georgia, Arial; background:url(../images/tweet.png) no-repeat 0 5px; padding:0; text-align:center; padding:0 0 0 20px; color:#101010}
#twitter_update_list li a, #twitter_update_list li a:visited{color:#fff;}



/* FOOTER */
#footer{background:#1b1b1b; border-top:solid 3px #0e0e0e}
#main-footer{padding:30px 30px 0px 30px; color:#777}
#main-footer .footcol1, #main-footer .footcol2, #main-footer .footcol3, #main-footer .footcol4{float:left; width:220px; margin-right:20px}
#main-footer .footcol4{margin-right:0px;}
#main-footer ul{list-style-type:none; margin:0; padding:0;}
#main-footer li.widget-container{list-style-type:none; margin:0 0 40px 0; padding:0; border:0px;}
#main-footer .widget-title{font-size:14px; padding:0; line-height:18px; margin-bottom:15px !important; text-align:left; text-transform:uppercase; color:#fff}
#main-footer li li{ background:url(../images/line.gif) repeat-x left bottom; padding:0 0 8px 0px; margin:0 0 6px 0; }
#main-footer li a{color:#777; padding:0px; margin:0px;}
#main-footer li a:hover{ text-decoration:none; color:#ddd}


#copyright{font-size:12px; color:#fbfefe; }
#copyright a, #copyright a:visited{color:#fbfefe;}


#main-footer ul.sub-menu, #main-footer ul.children, #main-footer ul ul ul{margin:3px 0 0 10px; }
#main-footer ul.sub-menu li, #main-footer ul.children li, #main-footer ul ul ul li{margin-bottom:2px; padding-bottom:2px; border:0}
#main-footer ul.sub-menu li:last-child, #main-footer ul.children li:last-child, #main-footer ul ul ul li:last-child{padding-bottom:0px; margin-bottom:0; border:0; }

#sn{padding:0}
#sn ul{list-style-type:none; margin:0 0 0 0; padding:0;} 
#sn li{list-style-type:none; margin:0; padding:0 10px 0 0; display:inline} 
.sn span{height:32px; width:32px; display:inline;display:inline-block}
.icon-img{background-position:0 0;}
.icon-img:hover{background-position:0 0;}

#main-footer #searchform input.inputsearch, #main-footer input[type=text],
#main-footer textarea, #main-footer input[type="password"], #main-footer select{border:0; background:#202020; width:95%}

/*** AFTER FOOTER ***/
#after-footer{
	background:#FFF;
	padding:10px 30px 9px 30px;
	border-top:solid 2px #0e0e0e;
}

#copyright{font-size:12px; color:#777; padding:0 0 0 0}
#copyright{ padding:8px 0 0 0}
#copyright a, #copyright a:visited{color:#949393;}

#sn{float:right; padding:0 0 0 0}
#sn ul{list-style-type:none; margin:4px 0 0 0; padding:0;} 
#sn li{list-style-type:none; margin:0; padding:0 0 0 6px; display:inline} 
.sn span{height:27px; width:27px; display:inline;display:inline-block}
.icon-img{background-position:0 0 !important;}
.icon-img:hover{background-position:0 -27px !important;}
