/***************************************************
				      GENERAL
***************************************************/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,del,dfn,font,img,ins,kbd,q,s,samp,strike,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{
	margin:0px;
	font-weight:inherit;
	font-family:Arial, Helvetica, sans-serif;
	vertical-align:baseline;
	font-size: 100%;
	line-height: 17px;
	font-variant: inherit;
	font-style: inherit;
	outline: 0;
	padding: 0px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
}
body {
	font-size: 12px;
	color: #999999;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
img	{
	-moz-border-radius:3px; 
	-webkit-border-radius:3px;	
}
a img	{
	border: none;
}
.border {
	float: left;
	height: 30px;
	width: 100%;
}
blockquote {
	font-style: italic;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	display: block;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #373737;
	background-color: #303030;
}
.dropCap {
	float: left;
	font-size: 22px;
	-webkit-border-radius: 33px;
	-moz-border-radius: 33px;	
	background-color: #373737;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 12px;
	font-weight: bold;
	margin-right: 4px;
}
.indent-ul, .indent-ol	{
	padding-left: 30px;
	padding-bottom: 10px;
	display: block;
}
ul, ol {
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0px;
	padding-bottom: 15px;
}
h1{	font-size:44px;}
h2{font-size:28px;}
h3{font-size:22px;}
h4{font-size:18px;}
h5{font-size:16px;}
h6{font-size:12px;}
#slogan-holder {
	float: left;
	padding-bottom: 20px;
	width:100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #373737;
	margin-bottom: 20px;
	padding-top: 20px;
}
.slogan {
	font-size:44px;
	display:block;
	width: 760px;
	color: #999999;
	z-index: 1;
}
.subslogan {
	font-size:16px;
	padding-top: 20px;
	display:block;
	width: 760px;
	color: #666666;
}
input, textarea {
	outline-style:none;
}
#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #1F1F1F;
	padding-right: 30px;
	padding-left: 30px;
	border-top-width: 5px;
	border-top-style: solid;
	overflow: hidden;
}
#content {
	float: left;
	width: 960px;
}
#header {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	position: relative;
	z-index: 99;
}
.header {
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 0px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #373737;
}
.logo-top {
	float: left;
	padding-bottom: 25px;
	padding-top: 25px;
}
.twitter-top {
	position: absolute;
	top: 39px;
	right: 0px;
}
/***************************************************
				      SEARCH
***************************************************/
#search {
	float: right;
	width: 265px;
	margin: 0px;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#search .input {
	background-color: #333333;
	margin: 0px;
	float: left;
	width: 198px;
	height: 20px;
	color: #CCCCCC;
	padding-top: 6px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	font-size: 13px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	-moz-border-radius-topleft:3px; 
	-moz-border-radius-bottomleft:3px;
	-webkit-border-top-left-radius:3px;
	-webkit-border-bottom-left-radius:3px;
}
#search input:focus {
	color: #999999;
	border-top-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	background-color: #666666;
}
#search .search_button {
	color: #00000;
	float: left;
	width: 57px;
	height: 30px;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
	text-shadow:0 1px 0 #000;
	-moz-border-radius-topright:3px; 
	-moz-border-radius-bottomright:3px;
	-webkit-border-top-right-radius:3px;
	-webkit-border-bottom-right-radius:3px;
}
/***************************************************
			DROPDOWN MENU
***************************************************/
.jqueryslidemenu{
	margin: 0px;
	text-transform: uppercase;
	padding: 0px;
	position:relative;
	display: block;
	float: left;
	z-index: 10;
	background-color: #111111;
	width:960px;
	text-shadow:0 1px 0 #000;
}
.jqueryslidemenu ul{
	margin: 0;
	padding:0;
	list-style-type: none;
}
.jqueryslidemenu ul li{
	position: relative;
	display: inline;
	float: left;
}
.jqueryslidemenu ul li a{
	color: #9A9A9A;
	text-decoration: none;
	text-transform:uppercase;
	display: block;
	background-color: #111111;
	width: 100px;
	padding-top: 5px;
	padding-right: 9px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 11px;
	line-height:11px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #1F1F1F;
}
.jqueryslidemenu ul li a .title {
	display: block;
	margin: 0px;
	padding: 0px;
}
.jqueryslidemenu ul li a .subtitle {
	display: block;
	font-size: 11px;
	text-transform:lowercase;
}
.jqueryslidemenu ul li a.current{
	color:#FFFFFF;
	text-decoration: none;
}
.jqueryslidemenu ul li a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
.jqueryslidemenu ul li ul {
	display: block;
	position: absolute;
	background-color: #111111;
	-moz-border-radius-bottomleft:3px; 
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	width: 167px;
	top: 55px;
	left: 33px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #1F1F1F;
	visibility: hidden;
}
.jqueryslidemenu ul li ul li {
	display: block;
	list-style:none;
	margin: 0px;
	float: left;
	padding: 3px;
}
.jqueryslidemenu ul li ul li a {
	margin: 0px;
	display: block;
	text-align: left;
	color: #999999;
	float: left;
	width: 140px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.jqueryslidemenu ul li ul li a:hover {
	-moz-border-radius: 3px;
	-webkit-border-radius:3px;
	border-radius:3px;	
}
/***************************************************
				      COLUMNS
***************************************************/
.column-holder { margin: 0px; float: left; width: 100%; padding: 0px; }
.column-holder h3{ margin-bottom: 5px; padding-bottom: 5px; border-bottom-width: 4px; border-bottom-style: solid;	border-bottom-color: #373737; }
#inner_content .one, #inner_content .two-even, #inner_content .two-odd, #inner_content .three-even, #inner_content .four-even { float:left; }
#inner_content .two-even, #inner_content .two-odd, #inner_content .three-even, #inner_content .four-even{margin-right: 35px; }
#inner_content .one {width: 100%;}
#inner_content .two-even{width:307px;}
#inner_content .two-odd{width:422px;}
#inner_content .three-even{width:193px;}
#inner_content .four-even{width:136px;}
#inner_content .two-even.last, #inner_content .two-odd.last, #inner_content .three-even.last, #inner_content .four-even.last{ float:left; margin-right: 0px; }

.one, .two-even, .two-odd, .three-even, .four-even { float:left; }
.two-even, .two-odd, .three-even, .four-even{margin-right: 35px; }
.one {width: 960px;}
.two-even{width:462px;}
.two-odd{width:627px;}
.three-even{width:296px;}
.four-even{width:213px;}
.two-even.last, .two-odd.last, .three-even.last, .four-even.last{ float:left; margin-right: 0px; }
/***************************************************
						 FOOTER
***************************************************/
#footer {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding: 30px;
	background-color: #111111;
	overflow: hidden;
	border-top-width: 5px;
	border-top-style: solid;
	text-shadow:0 1px 0 #000;
	color: #666666;
}
#footer h1 {
	font-size: 22px;
	color: #FFFFFF;
	padding: 0px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	display: block;
	width: 100%;
}
#footer ul {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}
#footer ul li {
	margin: 0px;
	color: #666666;
	padding: 0px;
}
#footer ul li a {
	color: #666666;
	text-decoration: none;
	background-image: url(../images/arrow-footer-bg.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	display: block;
	padding-left: 10px;
	padding-bottom: 4px;
}
#footer ul li a:hover {
	text-decoration: underline;
}
/***************************************************
				      NEWSLETTER
***************************************************/
#newsletter {
	float: left;
	position: relative;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#newsletter input {
	background-color: #333333;
	float: left;
	width: 97%;
	color: #666666;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 3px;
	font-size: 13px;
	-moz-border-radius:3px; 
	-webkit-border-radius:3px;
	margin-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#newsletter input:focus {
	color: #CCCCCC;
	background-color: #666666;
}
#newsletter .newsletter_button {
	color: #FFFFFF;
	float: left;
	width: 57px;
	height: 26px;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-shadow:0 1px 0 #000;
	cursor: pointer;
}
#newsletter .newsletter_button:hover {
	color: #FFFFFF;
}
#newsletter .newsletter_button:focus {
}
#newsletter label.error {
	color: #DD0000;
	position: absolute;
	font-size: 11px;
	bottom: 0px;
	left: 0px;
}
#subfooter{
	width: 380px;
	overflow: hidden;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	margin: auto;
}
.subfooter {
	width: 100%;
}
.subfooter ul {
	margin: 0px;
	padding: 0px;
}
.subfooter ul li {
	display: inline;
	list-style-type: none;
}
.subfooter a {
	color: #CCCCCC;
	display: inline;
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.subfooter .copyright {
	float: right;
	color: #CCCCCC;
	margin: 0px;
	padding: 0px;
}
/***************************************************
				     BOTTOM-HOLDER
***************************************************/
#bottom {
	width: 100%;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #373737;
	padding-top: 20px;
}
#bottom_holder {
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	padding-right: 30px;
	padding-left: 30px;
	background-color: #1F1F1F;
	font-size: 11px;
	color: #666666;
	padding-bottom: 20px;
	overflow: hidden;
	padding-top: 20px;
}
#bottom img {
	margin-right: 6px;
	margin-top: 4px;
	padding: 0px;
	margin-bottom: 0px;
	margin-left: 6px;
}
#bottom ul {
	float: left;
	list-style-type: none;
}
#bottom ul li {
	float: left;
	margin: 0px;
	padding: 0px;
}
#bottom .twitter-holder {
	padding-left: 110px;
	position: relative;
}
#bottom .twitter-holder a.follow-me {
	display: block;
	float: left;
	height: 37px;
	width: 101px;
	position: absolute;
	left: 0px;
	top: 15px;
	background-image: url(../images/twitter.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
}
/***************************************************
					HEADLINES
***************************************************/
.headlines {
	float:left;
	width:960px;
	padding-top: 15px;
	padding-bottom: 25px;
}
.headlines ul {
	float:left;
	display:inline;
	list-style-type: none;
}
.headlines ul li {
	float:left;
	width:300px;
	padding-right: 30px;
	display: block;
}
.headlines ul li.last {
	padding-right: 0px;
}
.headlines ul li a.title {
	font-size: 24px;
	font-weight:bold;
	margin-bottom:5px;
	color:#999999;
	display: block;
}
.headlines ul li a.title:hover {	
	text-decoration: none;
}
.headlines ul li .date {
	color:#666666;
	margin-bottom: 6px;
	text-transform: uppercase;
	line-height: 0.9em;
	font-size: 16px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #373737;
	border-bottom-color: #373737;
	display: block;
	padding-top: 5px;
	padding-bottom: 6px;
	float: left;
	width: 100%;
}
.headlines ul li span {
	padding-top: 5px;
	float: left;
}
.headlines .date a {
	font-size: 9px;
	float: right;
	color:#FFFFFF;
	text-decoration:none;
	text-align: center;
	text-shadow:0 1px 0 #000;
	-moz-border-radius:3px; 
	-webkit-border-radius:3px; 	
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
}
.headlines .date a:hover {
}
/***************************************************
				 SIDEBAR
***************************************************/
#sidebar {
	float: left;
	width: 270px;
	padding-top: 15px;
	padding-left: 10px;
	background-color: #161616;
	padding-right: 10px;
	margin-bottom: 25px;
}
#sidebar h2 {
	font-size: 22px;
	margin: 0px;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	color: #999999;
}
.block, .block_posts  {
	padding-top: 0px;
	padding-bottom: 25px;
	color: #999999;
	float: left;
	width: 270px;
}
.block p, .block_posts p, .block_small p  {
	padding-bottom: 0px;
}
.block_posts img {
	float: left;
	background-color: #161616;
	padding: 3px;
	margin-right: 10px;
	border: 1px solid #373737;
	margin-bottom: 0px;
}
.block_small {
	float: left;
	width: 130px;
	padding-bottom: 25px;
	padding-left: 5px;
}
.block ul, .block_small ul, .block_posts ul {
	top:0px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.block ul li, .block_posts ul li {
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	float: left;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #373737;
	margin: 0px;
}
.block_small ul li {
	display:block;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #373737;
}
.block ul li a, .block_small ul li a {
	text-decoration:none;
	margin: 0px;
	background-image: url(../images/arrow-footer-bg.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 7px;
	display: block;
}
.block ul li a:hover, .block_small ul li a:hover {
	text-decoration: underline;
}
.block_posts ul li a {
	font-size: 14px;
	text-transform: uppercase;
}
.block li span, .block_posts li span, .block_small li span {
	font-size:11px;
	color:#464646;
	display: block;
	padding-bottom: 10px;
}
.advertise {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	list-style-type: none;
	width: 270px;
}
.advertise li {
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	display: inline;
}
.advertise img {
	float: left;
	background-color: #161616;
	padding: 2px;
}
/***************************************************
				 RELATED POSTS
***************************************************/
.related-posts {
	margin: 0px;
	padding: 0px;
	float: left;
	display: block;
}
.related-posts li {
	background-position: 10px 17px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-image: url(../images/arrow-footer-bg.gif);
	background-repeat: no-repeat;
	background-color: #303030;
	margin-bottom: 3px;
	list-style-type: none;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #373737;
}
.related-posts li:hover {
	background-color: #5D5D5D;
	color: #CCCCCC;
}
.related-posts .post-date {

	font-size: 11px;
	color: #FFFFFF;
}
.related-posts .post-title {
	font-size: 14px;
	display: block;
	padding-bottom: 5px;
}
.related-posts li.last {
	border-bottom-style: none;
}
/****************************************
           SERVICES
 ****************************************/
#services-filter {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #373737;
	float: left;
	width: 100%;
}
#services-filter li {
	background: none;
	display: inline;
}
#services-filter li a {
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	float: left;
	margin: 0;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 10px;
}	
#services-filter li a:hover {
	color: #CCCCCC;
	text-decoration: none;
	background-image: url(../images/arrow-grey-up.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}	
#services-filter li a.current {
	color: #CCCCCC;
	text-decoration: none;
	background-image: url(../images/arrow-grey-up.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#services-tiles li {
}
#services-tiles li div {
	float: left;
	padding-top: 15px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #373737;
}
#services-tiles .service-type img {
	margin: 0px;
	border-bottom-style: none;
	display: inline;
	float: left;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#services-tiles .service-type {
	font-size: 22px;
	border-bottom-style: none;
	float: left;
	width: 100%;
	line-height: 42px;
	margin: 0px;
	padding: 0px;
}
#services-tiles {
	width: 100%;
	float: left;
	list-style-type: none;
}
/****************************************
           PORTFOLIO
 ****************************************/
ul#filter 
{
	display:block;
	float:right;
	font-size:12px;
	list-style:none;
	width:100%;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #373737;
	margin: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
ul#filter li 
{ 
	display:inline;
	margin:1px 0 0 5px;
	float: right;
}
ul#filter a
{
	display:inline-block;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 12px;
	text-transform: uppercase;
}
ul#filter a:hover, ul#fiter a:focus
{
	color: #CCCCCC;
	background-image: url(../images/arrow-grey-up.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-decoration: none;
}
ul#filter li.current a
{
	background-image: url(../images/arrow-grey-up.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #CCCCCC;
}
#portfolio 
{
	float: left; 
}
#portfolio ul 
{
	float: left; 
	list-style: none; 
	margin:0 0 0 -15px; 
	width: 1000px;
}
#portfolio ul li 
{
	float: left;
	font-size:11px;
	width: 300px;
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 20px;
	margin-left: 15px;
}
#portfolio ul img 
{
	display: block;
}
#portfolio ul li, #portfolio ul img:focus
{
	background-image: url(../images/hover-external-link.png);
}
#portfolio .project_info {
	background-color: #161616;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	width: 250px;
	color: #666666;
}	
#portfolio .project_info:hover {
	background-color: #0C0C0C;
}
#portfolio .project_info a {
	width: 100%;
	font-size: 16px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	display:block;
	float: left;
}
#portfolio .project_info h2 {
	font-size: 12px;
	color: #999999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #373737;
}
/*********************************************************************
				PORTFOLIO SINGLE PAGE
 *********************************************************************/
.portfolio-sliderbutton {float:left; width:63px; padding-top:134px}
.portfolio-sliderbutton img {cursor:pointer}
.portfolio-sliderbutton img:hover {}
#portfolio-slider {
	float:left;
	position:relative;
	overflow:auto;
	width:500px;
	height:300px;
}
#portfolio-slider ul {position:absolute; list-style:none; top:0; left:0}
#portfolio-slider li {
	float:left;
	width:500px;
	height:300px;
}
.pagination {
	float:right;
	list-style:none;
	margin-top: 15px;
	margin-right: 60px;
}
.pagination li {
	float:left;
	cursor:pointer;
	padding:0px;
	background-color: #666666;
	text-indent: -9999px;
	height: 11px;
	width: 14px;
	margin-top: 0;
	margin-right: 4px;
	margin-bottom: 0;
	margin-left: 0;
}
.pagination li:hover {
	background-color: #333333;
}
.pagination li.current {
	background-color: #333333;
}
/*********************************************************************
						QUOTE
 *********************************************************************/
.quote-right {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	width: 280px;
	float:right;
	display: block;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #373737;
	background-color: #303030;
}
.quote-left {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 10px;
	margin-right: 20px;
	width: 280px;
	float:left;
	display: block;
	margin-bottom: 10px;
	margin-left: 0px;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #373737;
	background-color: #303030;
}
.quote-desc {
	color:#999999;
	line-height: 140%;
	font-style: italic;
	font-weight: bold;
}
.quote-author-right {
	text-align: right;
	font-style: italic;
	margin-top: 10px;
	font-family: Verdana;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
}
.quote-author-left {
	text-align: right;
	font-style: italic;
	margin-top: 10px;
	font-family: Verdana;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
}
/*********************************************************************
					IMAGES IN PARAGRAPHS
 *********************************************************************/
.paragraph-image-left {
    float:left;
    margin-right:20px;
    margin-top:20px;
    margin-bottom: 10px;
}
.paragraph-image-right {
    float:right;
    margin-left:20px;
    margin-top:20px;
    margin-bottom: 10px;
}
.paragraph-image-left p, .paragraph-image-right p {
	color: #999999;
	font-size: 10px;
}
.paragraph-image-left img, .paragraph-image-right img {
	padding: 5px;
	border: 1px solid #373737;
}
/***************************************************
				 PROCESS
***************************************************/
.sliderbutton {float:right; width:17px}
.sliderbutton img {cursor:pointer}
#process-holder {
	background-color: #333333;
	width: 610px;
	float: left;
	padding: 20px;
	margin-bottom: 25px;
}
#process {
	float:left;
	position:relative;
	overflow:auto;
	width:610px;
	height: 135px;
}
#process ul {
	position:absolute;
	list-style:none;
	top:0;
	left:0;
	padding: 0px;
	height: 135px;
}
#process li {
	float:left;
	width:460px;
	height:135px;
	color: #999999;
	background-image: none;
	position: relative;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 150px;
}
#process ul li h3 {
	text-align: right;
	display: block;
	font-size: 45px;
	position: absolute;
	left: 0px;
	top: 35px;
	color:#FFFFFF;
}
#process li p {
	padding: 0px;
}
#process-holder h2 {
	color: #FFFFFF;
	float: left;
	font-size: 22px;	
}
/***************************************************
			SLIDING TABS ON CONTACT PAGE
***************************************************/
#tabMenu {
	list-style:none;
	width: 100%;
	float: left;
}
#tabMenu li {
	cursor:pointer;
	display: block;
	font-size: 17px;
	color: #666666;
	background-color: #0A0A0A;
	text-shadow:0 1px 0 #000;
	float: left;
	-moz-border-radius-topright:3px; 
	-moz-border-radius-topleft:3px;
	-webkit-border-top-right-radius:3px;
	-webkit-border-top-left-radius:3px;		
	margin-right: 10px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#tabMenu li.selected {
	background-color: #161616;
	color: #999999;
	text-shadow:0 1px 0 #000;	
}
.box {
	width:100%;
	margin: 0px;
	padding: 0px;
	float: left;
}
.boxBody {
	margin: 0px;
	width: 100%;
	float: left;
	background-color: #161616;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	-moz-border-radius-topright:3px; 
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-webkit-border-top-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;	
	-webkit-border-bottom-right-radius:3px;		
}
.boxBody .desc {
	display:none;
	margin: 0px;
	padding: 0px;
}
.boxBody .desc .show {
	display:block;
	margin: 0px;
	padding: 0px;
}
/***************************************************
				      CONTACT
***************************************************/
#form, #form2 {
	margin: 0px;
	display: block;
	width: 422px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#form div, #form2 div {
	float: left;
	width: 422px;
	position: relative;

}
#form label, #form2 label {
	width: 100%;
	float: left;
	padding-top: 5px;
}
#form label.error, #form2 label.error {
	color: #F00000;
	/*#a80000;*/
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: right;
	font-size: 11px;
}
#form input, textarea, #form2 input, textarea {
	width: 406px;
	padding: 8px;
	font-size: 13px;
	color: #666666;
	background-color: #282828;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-moz-border-radius:3px; 
	-webkit-border-radius:3px;
}
#form input:focus, #form textarea:focus, #form2 input:focus, #form2 textarea:focus {
	background-color: #5C5C5C;
	color: #CCCCCC;
}
#form textarea, #form2 textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#form .submitBtn, #form2 .submitBtn2 {
	text-shadow:0 1px 0 #000;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 16px;
	display: block;
	width: 100%;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	cursor: pointer;
}
#form .submitBtn:hover, #form2 .submitBtn2:hover {
	color: #FFFFFF;
}
#form .submitBtn:focus, #form2 .submitBtn2:focus {
}
#form .font-11, #form2 .font-11 {
	font-size: 11px;
	color: #666666;
	display: inline;
}
#contact_map img {
	float: left;
	margin-bottom: 5px; 
	padding-bottom: 5px; 
	border-bottom-width: 4px; 
	border-bottom-style: 
	solid;	border-bottom-color: #373737; 
}
