body,p,div,h1,h2,h3,h4,h5,h6,table,tbody,tr,td,span,blockquote,a,abbr,address,cite,code,img,ul,ol,dl,dd,dt,form,label,fieldset,caption,input,textarea,button {
	border:0;
	outline:0;
	font-family:Arial, Helvetica, Sans-Serif;
	color:#999999;
	vertical-align:baseline;
	list-style:none;
	text-decoration:none;
	line-height:1.5em;
	margin:0;
	padding:0;
}
#bg {
}

body {
	font-size:10pt;
	/*background: #333333; /* Old browsers */
	/*background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #212121 100%); /* FF3.6+ */
	/*background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#212121)); /* Chrome,Safari4+ */
	/*background: -webkit-radial-gradient(center, ellipse cover,  #333333 0%,#212121 100%); /* Chrome10+,Safari5.1+ */
	/*background: -o-radial-gradient(center, ellipse cover,  #333333 0%,#212121 100%); /* Opera 12+ */
	/*background: -ms-radial-gradient(center, ellipse cover,  #333333 0%,#212121 100%); /* IE10+ */
	/*background: radial-gradient(center, ellipse cover,  #333333 0%,#212121 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#212121',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	background-color: #151515;
}

div#wrap {
	width:960px;
	position:relative;
	margin:0 auto !important;
}

div#sidebar {
	width:225px;
	height:100%;
	float:left;
	padding-top:60px;
	position:fixed;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #000000;
}

a#logo {
	text-align:center;
	display:block;
	background:url(./images/bg/90.png);
	border-right:5px solid #000000;
	width:100%;
	position:relative;
	z-index:999;
	opacity:1;
	-webkit-transition:all 300ms;
	-moz-transition:all 300ms;
	-o-transition:all 300ms;
	transition:all 300ms;
	padding:15px 0;
}

ul#navigation {
	margin-top:25px;
	margin-right:-5px;
	position:relative;
	width:230px;
	z-index:999;
}

ul#navigation li {
	border:none;
	background:none;
	margin:0;
	padding:0;
}

ul#navigation li a:link,ul#navigation li a:visited {
	background:url(images/bg/40.png);
	text-decoration:none;
	font-family:'Open Sans', Arial, sans-serif;
	margin-bottom:1px;
	width:auto;
	border-right:5px solid #666;
	text-align:right;
	display:block;
	transition:all 200ms;
	-webkit-transition:all 200ms;
	-moz-transition:all 200ms;
	-o-transition:all 200ms;
	padding:5px 10px 5px 0;
}

ul#navigation li a:hover {
	color:#FFFFFF;
	background-image: url(images/bg/90.png);
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #F37325;
}

ul#navigation li a.active {
	background-color: #922989;
	color:#FFFFFF;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #F37325;
}

ul#navigation li a.link {
	font-style:italic;
}

div#container {
	width:730px;
	float:right;
	left:-5px;
	position:relative;
	padding-top:0;
}

div.page {
	margin-bottom:0;
	padding-top:20px;
	background-image: url(images/bg/div_line_hor.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}

div.page_content {
	text-align:justify;
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 40px;
	padding-left: 25px;
	text-shadow: 0px 1px 1px #000;
}
#textWrap {
	padding: 0px;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 0px;
}

div#container h3.page_title {
	background:url(./images/bg/80.png);
	font-weight:400;
	font-family:'Open Sans', Arial, sans-serif;
	color:#FFF;
	text-shadow:0 0 1px #535353;
	line-height:2;
	padding:5px 0 5px 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #116D39;
}

div#container h3.page_title_home {
	font-weight:400;
	font-family:'Open Sans', Arial, sans-serif;
	color:#CCC;
	text-shadow: 0px 1px 1px #000;
	line-height:2;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #F37325;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 10px;
	
background: rgb(51,51,51); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(51,51,51,1) 0%, rgba(28,28,28,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(51,51,51,1)), color-stop(100%,rgba(28,28,28,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(51,51,51,1) 0%,rgba(28,28,28,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(51,51,51,1) 0%,rgba(28,28,28,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(51,51,51,1) 0%,rgba(28,28,28,1) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(51,51,51,1) 0%,rgba(28,28,28,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#1c1c1c',GradientType=0 ); /* IE6-9 */

	-moz-box-shadow: 0px 0px 2px #000;
	-webkit-box-shadow: 0px 0px 2px #000;
	box-shadow: 0px 0px 2px #000;
}

div#container h3.page_title_about {
	font-weight:400;
	font-family:'Open Sans', Arial, sans-serif;
	color:#CCC;
	text-shadow: 0px 1px 1px #000;
	line-height:2;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #F5E90A;
	
background: rgb(51,51,51); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(51,51,51,1) 0%, rgba(28,28,28,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(51,51,51,1)), color-stop(100%,rgba(28,28,28,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(51,51,51,1) 0%,rgba(28,28,28,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(51,51,51,1) 0%,rgba(28,28,28,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(51,51,51,1) 0%,rgba(28,28,28,1) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(51,51,51,1) 0%,rgba(28,28,28,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#1c1c1c',GradientType=0 ); /* IE6-9 */

	-moz-box-shadow: 0px 0px 2px #000;
	-webkit-box-shadow: 0px 0px 2px #000;
	box-shadow: 0px 0px 2px #000;
}

div#container h3.page_title_services {
	font-weight:400;
	font-family:'Open Sans', Arial, sans-serif;
	color:#CCC;
	text-shadow: 0px 1px 1px #000;
	line-height:2;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #116D39;
	
background: rgb(51,51,51); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(51,51,51,1) 0%, rgba(28,28,28,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(51,51,51,1)), color-stop(100%,rgba(28,28,28,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(51,51,51,1) 0%,rgba(28,28,28,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(51,51,51,1) 0%,rgba(28,28,28,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(51,51,51,1) 0%,rgba(28,28,28,1) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(51,51,51,1) 0%,rgba(28,28,28,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#1c1c1c',GradientType=0 ); /* IE6-9 */

	-moz-box-shadow: 0px 0px 2px #000;
	-webkit-box-shadow: 0px 0px 2px #000;
	box-shadow: 0px 0px 2px #000;
}

div#container h3.page_title_clients {
	font-weight:400;
	font-family:'Open Sans', Arial, sans-serif;
	color:#CCC;
	text-shadow: 0px 1px 1px #000;
	line-height:2;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #2F69B3;
	
background: rgb(51,51,51); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(51,51,51,1) 0%, rgba(28,28,28,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(51,51,51,1)), color-stop(100%,rgba(28,28,28,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(51,51,51,1) 0%,rgba(28,28,28,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(51,51,51,1) 0%,rgba(28,28,28,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(51,51,51,1) 0%,rgba(28,28,28,1) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(51,51,51,1) 0%,rgba(28,28,28,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#1c1c1c',GradientType=0 ); /* IE6-9 */

	-moz-box-shadow: 0px 0px 2px #000;
	-webkit-box-shadow: 0px 0px 2px #000;
	box-shadow: 0px 0px 2px #000;
}

div#container h3.page_title_portfolio {
	font-weight:400;
	font-family:'Open Sans', Arial, sans-serif;
	color:#CCC;
	text-shadow: 0px 1px 1px #000;
	line-height:2;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #5A4A9F;
	
background: rgb(51,51,51); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(51,51,51,1) 0%, rgba(28,28,28,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(51,51,51,1)), color-stop(100%,rgba(28,28,28,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(51,51,51,1) 0%,rgba(28,28,28,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(51,51,51,1) 0%,rgba(28,28,28,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(51,51,51,1) 0%,rgba(28,28,28,1) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(51,51,51,1) 0%,rgba(28,28,28,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#1c1c1c',GradientType=0 ); /* IE6-9 */

	-moz-box-shadow: 0px 0px 2px #000;
	-webkit-box-shadow: 0px 0px 2px #000;
	box-shadow: 0px 0px 2px #000;
}

div#container h3.page_title_contact {
	font-weight:400;
	font-family:'Open Sans', Arial, sans-serif;
	color:#CCC;
	text-shadow: 0px 1px 1px #000;
	line-height:2;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #922989;
	
background: rgb(51,51,51); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(51,51,51,1) 0%, rgba(28,28,28,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(51,51,51,1)), color-stop(100%,rgba(28,28,28,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(51,51,51,1) 0%,rgba(28,28,28,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(51,51,51,1) 0%,rgba(28,28,28,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(51,51,51,1) 0%,rgba(28,28,28,1) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(51,51,51,1) 0%,rgba(28,28,28,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#1c1c1c',GradientType=0 ); /* IE6-9 */

	-moz-box-shadow: 0px 0px 2px #000;
	-webkit-box-shadow: 0px 0px 2px #000;
	box-shadow: 0px 0px 2px #000;
}

div#members img {
	border:10px solid #dbdbdb;
	width:91.5%;
}

div#members h3.member_name {
	text-align:center;
}

div#members span.role {
	text-transform:uppercase;
	font-size:10px;
	text-align:center;
	display:block;
	margin-bottom:15px;
}

div#works {
	margin-top:10px;
	overflow:visible !important;
	width:680px;
}

div#works img {
	width:30%;
	min-height:150px;
	position:relative;
	margin-right:18px;
	margin-bottom:18px;
	float:left;
	border:2px solid #666;
	cursor:pointer;
	box-shadow:0px 0px 3px #000;
	-moz-box-shadow:0px 0px 3px #000;
	-webkit-box-shadow:0px 0px 3px #000;
	-o-box-shadow:0px 0px 3px #000;
	transition:all 500ms;
	-webkit-transition:all 500ms;
	-moz-transition:all 500ms;
	-o-transition:all 500ms;
	filter: alpha(opacity=60); /* internet explorer */
	-khtml-opacity: 0.6;      /* khtml, old safari */
	-moz-opacity: 0.6;       /* mozilla, netscape */
	opacity: 0.6;
}

div#works img:hover {
	border:2px solid #fff;
	filter: alpha(opacity=100); /* internet explorer */
	-khtml-opacity: 1;      /* khtml, old safari */
	-moz-opacity: 1;       /* mozilla, netscape */
	opacity: 1;
}

ul#works_filter {
	float:left;
	clear:both;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}

ul#works_filter li {
	border:none;
	background:none;
	float:left;
	padding:0;
}

ul#works_filter li a:link,ul#works_filter li a:visited {
	font-size:12px;
	text-decoration:none;
	background:#636363;
	display:block;
	color:#FFF;
	margin-right:1px;
	opacity:.5;
	padding:2px 10px;
}

ul#works_filter li a:hover,ul#works_filter li a.selected {
	opacity:1;
}

div.social_icons {
	clear:both;
	margin-top:0;
	float:left;
	margin-left:12.5%;
}

a.facebook,a.twitter,a.linkedin,a.dribbble {
	font-size:.1px;
	width:35px;
	height:35px;
	float:left;
	margin-left:5px;
	display:block;
	transition:all 500ms;
	-webkit-transition:all 500ms;
	-moz-transition:all 500ms;
	-o-transition:all 500ms;
}

a.facebook {
	background:url(./images/social_icons/facebook.png) no-repeat center;
}

a.twitter {
	background:url(./images/social_icons/twitter.png) no-repeat center;
}

a.linkedin {
	background:url(./images/social_icons/linkedin.png) no-repeat center;
}

a.dribbble {
	background:url(./images/social_icons/dribbble.png) no-repeat center;
}

fieldset#contact_form {
	width:98%;
	float:left;
}

fieldset#contact_form textarea {
	font-size: 10pt;
	width:98%;
	height:150px;
}

div.map {
	float:right;
	width:40%;
}

div.map h3 {
	border-left:5px solid #8f8f8f;
	background:url(./images/bg/15.png);
	padding:5px 0 5px 10px;
}

div.map iframe {
	border:10px solid #dbdbdb;
	margin-top:1px;
	width:93%;
	height:280px;
}

div.blogposts {
	border-left:5px solid #dbdbdb;
	width:100%;
}

div.blogpost {
	left:-5px;
	position:relative;
	width:100%;
	border-bottom:5px solid #dbdbdb;
	padding-bottom:25px;
	margin-bottom:25px;
}

h3.post_title a:link,h3.post_title a:visited {
	text-decoration:none;
	display:block;
	text-transform:none;
	background:url(./images/bg/15.png);
	font-weight:400;
	font-family:'Open Sans', Arial, sans-serif;
	border-left:5px solid #8f8f8f;
	line-height:1.5;
	padding:5px 0 5px 10px;
}

h3.post_title a:hover {
	background:url(./images/bg/50.png);
	border-left:5px solid #000000;
	color:#FFF;
}

div.misc {
	float:left;
	clear:both;
	width:100%;
}

div.misc p.post_info {
	background:url(./images/bg/15.png);
	font-size:small;
	float:left;
	padding:3px 10px;
}

div.misc p.comments {
	background:url(./images/bg/15.png);
	font-size:small;
	float:right;
	padding:3px 10px;
}

div.blogpost a.readmore:link,div.blogpost a.readmore:visited {
	text-decoration:none;
	background:url(./images/bg/15.png);
	float:right;
	padding:2px 10px;
}

div.post_content {
	padding-left:25px;
}

img.featured_image {
	max-width:97.2% !important;
	margin-top:5px;
}

img.no_border {
	border:none !important;
}

ul.pagination {
	clear:both;
	float:right;
	display:block;
	margin-right:5px;
	margin-top:-10px;
}

ul.pagination li,ul.pagination li:hover {
	display:inline;
	background:none;
	border:none;
	margin-left:1px;
	padding:0;
}

ul.pagination a:link,ul.pagination a:visited {
	display:inline-block;
	text-decoration:none;
	background:url(./images/bg/15.png);
	padding:5px 10px;
}

div.image_gallery {
	clear:both;
	width:690px;
	float:left;
}

div.image_gallery img {
	width:85px;
	float:left;
	position:relative;
	margin-right:10px;
	margin-bottom:10px;
	cursor:pointer;
	transition:all 500ms;
	-webkit-transition:all 500ms;
	-moz-transition:all 500ms;
	-o-transition:all 500ms;
}

div.footer {
	text-align:center;
	font-size:12px;
	margin-top:40px;
	padding:15px 0;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #F5E90A;
	
background: rgb(35,35,35); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(35,35,35,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(35,35,35,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(35,35,35,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(35,35,35,1) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(35,35,35,1) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(35,35,35,1) 0%,rgba(0,0,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#232323', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

.top {
	position:fixed;
	right:15px;
	bottom:15px;
	width:50px;
	height:25px;
	padding-top:25px;
	line-height:25px;
	background:#444;
	color:#fff;
	display:block;
	text-transform:uppercase;
	text-decoration:none;
	text-align:center;
	font-size:14px;
	z-index:999;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	transition:all 300ms;
	-webkit-transition:all 300ms;
	
	filter: alpha(opacity=50); /* internet explorer */
	-khtml-opacity: 0.5;      /* khtml, old safari */
	-moz-opacity: 0.5;       /* mozilla, netscape */
	opacity: 0.5;
}

.top:before {
	position:absolute;
	top:11px;
	left:14px;
	content:"";
	border-bottom:11px solid #fff;
	border-left:11px solid transparent;
	border-right:11px solid transparent;
}

.top:hover {
	color:#eee;
	filter: alpha(opacity=90); /* internet explorer */
	-khtml-opacity: 0.9;      /* khtml, old safari */
	-moz-opacity: 0.9;       /* mozilla, netscape */
	opacity: 0.9;
}

.top:hover:before {
	border-bottom-color:#eee;
}

.top.hidden {
	display:none;
	opacity:0;
}

a.top {
	text-decoration:none !important;
}

h1,h2,h3,h4,h5,h6 {
	font-family:'Open Sans', Arial, sans-serif;
	font-weight:400;
	text-transform:uppercase;
	color:#1d1d1d;
}

.one_half {
	float:left;
	width:50%;
}

.one_third {
	float:left;
	width:33.33%;
}

.one_fourth {
	float:left;
	width:25%;
}

.one_half > .column_content,.one_third > .column_content,.one_fourth > .column_content,.one_half > div,.one_third > div,.one_fourth > div {
	padding-right:15px;
}

.last > .column_content,.last > div {
	padding-right:0;
}

.one_half.last > .column_content,.one_half.last > div {
	padding-left:15px;
}

.one_third.first > .column_content,.one_third.first > div {
	padding-right:20px;
	padding-left:0;
}

.one_third > .column_content,.one_third > div {
	padding-left:10px;
	padding-right:10px;
}

.one_third.last > .column_content,.one_third.last > div {
	padding-left:20px;
	padding-right:0;
}

.first {
	clear:left;
}

.last {
	clear:right;
}

.left {
	float:left;
}

.clear {
	clear:both;
}

.space {
	display:block;
	float:left;
	clear:both;
	margin:10px 0;
}

/*
ul li {
	line-height:2;
	background:url(images/icons/bullet.jpg) no-repeat left center;
	padding-left:15px;
}
*/

a:link,a:visited {
	text-decoration:underline;
}

input,textarea,button {
	background:url(./images/bg/50.png);
	clear:both;
	float:left;
	padding:5px;
}

input {
	width:98%;
}

textarea {
	width:320px;
	height:120px;
}

button {
	cursor:pointer;
	text-transform:uppercase;
	font-style:normal;
}

/*
ol li {
	list-style:decimal inside;
	padding:5px 0;
}
*/

table,tbody,thead,tfoot,tr {
	width:100%;
	border-collapse:collapse;
}

thead {
	background:url(./images/bg/50.png);
}

thead th {
	color:#FFF;
	border:1px solid #1d1d1d;
	text-align:center;
	padding:7px 10px;
}

tfoot {
	background:url(./images/bg/15.png);
}

tfoot th {
	color:#1d1d1d;
	border:1px solid #1d1d1d;
	text-align:center;
	padding:3px 5px;
}

th {
	font-weight:400;
	border:1px solid #1d1d1d;
	padding:5px 10px;
}

tbody th {
	font-size:12px;
}

blockquote {
	border-left:10px solid #8f8f8f;
	border-top:1px dashed #8f8f8f;
	border-bottom:1px dashed #8f8f8f;
	border-right:1px dashed #8f8f8f;
	padding:5px 5px 5px 10px;
}

ol.comments {
	clear:both;
	float:left;
	margin-bottom:0;
}

ol.comments li.comment {
	list-style:none;
	clear:both;
	float:left;
}

ol.comments li.comment .avatar img {
	width:48px;
	height:auto;
	float:left;
	border-width:5px;
}

ol.comments li.comment .comment_info {
	float:left;
	line-height:.5;
	text-decoration:none;
	margin-left:5px;
}

ol.comments li.comment .comment_info a {
	text-decoration:none;
	color:#1d1d1d;
}

ol.comments li.comment .comment_info span.date {
	clear:both;
	font-style:italic;
	font-size:12px;
}

ol.comments li.comment p.comment {
	clear:both;
	margin-top:5px;
	float:left;
	font-size:13px;
}

ol.comments li.comment a.reply:link,ol.comments li.comment a.reply:visited {
	float:right;
	clear:both;
	text-decoration:none;
	background:#dbdbdb;
	padding:3px 10px;
}

ol.comments li.comment > ol.comments li.comment {
	margin-left:30px;
	border-left:5px solid #dbdbdb;
	padding-left:15px;
	margin-bottom:0;
	padding-top:0;
	padding-bottom:0;
}

div.tab {
	width:100%;
}

div.tab ul.tab_menu {
	clear:both;
	display:block;
}

div.tab ul.tab_menu li {
	background:#dbdbdb;
	border:none;
	display:inline-block;
	cursor:pointer;
	padding:3px 10px;
}

div.tab div.tab_container {
	border:1px solid #8f8f8f;
	display:block;
	margin-top:0;
	padding:10px;
}

div.tab div.tab_container > div {
	display:none;
}

div.tab div.tab_container > div.active {
	display:block;
}

span.highlight {
	background:url(./images/bg/50.png);
	color:#FFF;
	padding:3px 5px;
}

.toggle {
	margin:15px 0;
}

.toggle h3 {
	background:url(./images/icons/down.png) no-repeat 5px center;
	cursor:pointer;
	font-size:13px;
	font-weight:700;
	font-family:arial;
	text-transform:none;
	border:1px dashed #8f8f8f;
	color:#8f8f8f;
	padding:5px 10px 5px 30px;
}

.toggle .toggle_data {
	border-left:10px solid #dbdbdb;
	margin-top:1px;
	display:none;
	padding:0 5px 0 10px;
}

p.success,p.error,p.warning,p.info {
	text-shadow:none;
	margin:10px 0;
	padding:15px 15px 15px 175px;
}

p.success {
	background:#effeb9 url(./images/bg/boxes/success.png) no-repeat 10px 10px;
	border:1px solid #98c700;
	border-left:5px solid #98c700;
}

p.error {
	background:#fccac1 url(./images/bg/boxes/error.png) no-repeat 10px 10px;
	border:1px solid #eb5439;
	border-left:5px solid #eb5439;
}

p.warning {
	background:#ffe9ad url(./images/bg/boxes/warning.png) no-repeat 10px 10px;
	border:1px solid #fab418;
	border-left:5px solid #fab418;
}

p.info {
	background:#d1e4f3 url(./images/bg/boxes/info.png) no-repeat 10px 10px;
	border:1px solid #4d8fcb;
	border-left:5px solid #4d8fcb;
}

ul.tick li,ul.plus li,ul.arrow li,ul.nostyle li {
	border:none;
	color:#636363;
	background:none;
	margin:0;
}

ul.tick li {
	background:url(./images/icons/tick.png) no-repeat left center;
	padding-left:23px;
}

ul.plus li {
	background:url(./images/icons/plus.png) no-repeat left center;
	padding-left:20px;
}

ul.arrow li {
	background:url(./images/icons/arrow.png) no-repeat left center;
	padding-left:20px;
}

a.button {
	display:inline-block;
	color:#fff !important;
	line-height:1;
	text-decoration:none;
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:700;
	text-shadow:0 -1px 1px rgba(0,0,0,0.25);
	border-bottom:1px solid rgba(0,0,0,0.25);
	position:relative;
	cursor:pointer;
	overflow:visible;
	width:auto;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	box-shadow:0 1px 1px 0 #bfbfbf;
	-webkit-box-shadow:0 1px 1px 0 #bfbfbf;
	-moz-box-shadow:0 1px 1px 0 #bfbfbf;
	margin:5px 0;
	padding:7px 10px 8px;
}

button::-moz-focus-inner {
	border:0;
	padding:0;
}

.button:hover {
	background-color:#111;
	color:#fff;
}

.button:active {
	-webkit-transform:translateY(1px);
	-moz-transform:translateY(1px);
	-o-transform:translateY(1px);
	-ms-transform:translateY(1px);
	transform:translateY(1px);
}

.green.button {
	background-color:#9dbb40;
}

.green.button:hover {
	background-color:#749a02;
}

.red.button {
	background-color:#db2c2c;
}

.red.button:hover {
	background-color:#872300;
}

.orange.button {
	background-color:#e25d33;
}

.orange.button:hover {
	background-color:#d45500;
}

.olive.button {
	background-color:#898a75;
}

.olive.button:hover {
	background-color:#6c6e48;
}

.black.button {
	background-color:#222;
}

.black.button:hover {
	background-color:#444;
}

.grey.button {
	background-color:#666;
}

.grey.button:hover {
	background-color:#555;
}

#switcher {
	position:fixed;
	margin-top:5px;
	background:#fff;
	height:100px;
	box-shadow:1px 0 5px #ccc;
	padding:10px;
}

#switcher a {
	cursor:pointer;
	display:block;
}

.isotope-item {
	z-index:2;
}

.isotope-hidden.isotope-item {
	pointer-events:none;
	z-index:1;
}

.isotope,.isotope .isotope-item {
	-webkit-transition-duration:.8s;
	-moz-transition-duration:.8s;
	-ms-transition-duration:.8s;
	-o-transition-duration:.8s;
	transition-duration:.8s;
}

.isotope {
	-webkit-transition-property:height, width;
	-moz-transition-property:height, width;
	-ms-transition-property:height, width;
	-o-transition-property:height, width;
	transition-property:height, width;
}

.isotope .isotope-item {
	-webkit-transition-property:0 opacity;
	-moz-transition-property:0 opacity;
	-ms-transition-property:0 opacity;
	-o-transition-property:top, left, opacity;
	transition-property:transform, opacity;
}

.isotope.no-transition,.isotope.no-transition .isotope-item,.isotope .isotope-item.no-transition {
	-webkit-transition-duration:0;
	-moz-transition-duration:0;
	-ms-transition-duration:0;
	-o-transition-duration:0;
	transition-duration:0
}

a#logo {
	filter: alpha(opacity=80); /* internet explorer */
	-khtml-opacity: .8;      /* khtml, old safari */
	-moz-opacity: .8;       /* mozilla, netscape */
	opacity: .8;
}
a#logo:hover {
	filter: alpha(opacity=100); /* internet explorer */
	-khtml-opacity: 1;      /* khtml, old safari */
	-moz-opacity: 1;       /* mozilla, netscape */
	opacity: 1;
}
a.facebook {
	filter: alpha(opacity=50); /* internet explorer */
	-khtml-opacity: .5;      /* khtml, old safari */
	-moz-opacity: .5;       /* mozilla, netscape */
	opacity: .5;
}
a.facebook:hover {
	filter: alpha(opacity=100); /* internet explorer */
	-khtml-opacity: 1;      /* khtml, old safari */
	-moz-opacity: 1;       /* mozilla, netscape */
	opacity: 1;
}
a.twitter {
	filter: alpha(opacity=50); /* internet explorer */
	-khtml-opacity: .5;      /* khtml, old safari */
	-moz-opacity: .5;       /* mozilla, netscape */
	opacity: .5;
}
a.twitter:hover {
	filter: alpha(opacity=100); /* internet explorer */
	-khtml-opacity: 1;      /* khtml, old safari */
	-moz-opacity: 1;       /* mozilla, netscape */
	opacity: 1;
}
a.linkedin {
	filter: alpha(opacity=50); /* internet explorer */
	-khtml-opacity: .5;      /* khtml, old safari */
	-moz-opacity: .5;       /* mozilla, netscape */
	opacity: .5;
}
a.linkedin:hover {
	filter: alpha(opacity=100); /* internet explorer */
	-khtml-opacity: 1;      /* khtml, old safari */
	-moz-opacity: 1;       /* mozilla, netscape */
	opacity: 1;
}
a.dribbble {
	filter: alpha(opacity=50); /* internet explorer */
	-khtml-opacity: .5;      /* khtml, old safari */
	-moz-opacity: .5;       /* mozilla, netscape */
	opacity: .5;
}
a.dribbble:hover {
	filter: alpha(opacity=100); /* internet explorer */
	-khtml-opacity: 1;      /* khtml, old safari */
	-moz-opacity: 1;       /* mozilla, netscape */
	opacity: 1;
}
.image_gallery img {
	/*border:5px solid #dbdbdb;*/
	filter: alpha(opacity=50); /* internet explorer */
	-khtml-opacity: .5;      /* khtml, old safari */
	-moz-opacity: .5;       /* mozilla, netscape */
	opacity: .5;
}
.image_gallery img:hover {
	filter: alpha(opacity=100); /* internet explorer */
	-khtml-opacity: 1;      /* khtml, old safari */
	-moz-opacity: 1;       /* mozilla, netscape */
	opacity: 1;
}

fieldset#contact_form button,.right {
	float:right
}

div.misc a,a:hover {
	text-decoration:none
}

div.blogpost a.readmore:hover,ul.pagination a:hover,ul.pagination a.active_page {
	background:url(./images/bg/50.png);
	color:#FFF
}

ol.comments li.comment a.reply:hover,div.tab ul.tab_menu li:hover,div.tab ul.tab_menu li.active {
	background:#8f8f8f;
	color:#FFF
}

img.bg {
	/* Set rules to fill background */
	/* min-height: 100%; */
	min-width: 100%;
			
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
	
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
	
	filter: alpha(opacity=30); /* internet explorer */
	-khtml-opacity: 0.3;      /* khtml, old safari */
	-moz-opacity: 0.3;       /* mozilla, netscape */
	opacity: 0.3;
}

@media screen and (max-width: 1024px){
img.bg {
	left: 50%;
	margin-left: -50%;
}
}

.bullet_services {
	font-size: 10pt;
	color: #FFF;
	margin-left: 30px;
	list-style-type: disc;
	padding-top: 10px;
	padding-bottom: 2px;
}
.sub_bullet_services {
	font-size: 9pt;
	margin-left: 50px;
	list-style-type: disc;
	padding-top: 2px;
	padding-bottom: 2px;
}
.services-column {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 30%;
}
