@charset "utf-8";
/* CSS Document */

body {
	background-color: #212121;
	background-image: url(../img/body_bg.gif);
	background-position: center;
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
#outerwrapper {
	
}
#wrapper {
	width:780px;
	margin: 0 auto 0 auto;
	background-color: black;
}
#header {
	padding:0;
	margin:0;
	line-height:0;
}
#navigation {
	height:126px;
	width:780px;
	background-image: url(../img/navigation_bg.jpg);
}
#navigation.portfolio {
	background-image: url(../img/navigation-portfolio_bg.jpg);
}

#navigation ul {
	display: block;
	list-style:none;
	width: 500px;
	margin: 0 auto 0 auto;
	padding: 0;
}
#navigation li {
	display: block;
	text-align: center;
	width: 100px;
	float: left;
}
#navigation li a:link {
	color:#848484;
	text-decoration: none;
}
#navigation li a:visited {
	color:#848484;
	text-decoration: none;
}
#navigation li a:hover {
	background-color:#848484;
	color:Black;
	text-decoration: none;
}

#icons{
	width: 510px;
	margin: 0 auto 0 auto;
	padding: 10px 0 0 0;
}
#icons img{
	border: 0;
	margin: 0 17px 0 26px;
}

#content{
	margin: 30px 30px 30px 30px;
}
#footer {
	background-color: black;
	clear: both;
}
#footer p{
	padding: 10px;
	margin:0;
	color: #474747;
	font-size: 0.7em;
}
#footer a:link {
	color: #686868;
	text-decoration: none;
}
#footer a:visited{
	color: #686868;
	text-decoration: none;
}

#footer a:hover{
	background-color: #686868;
	color: black;
	text-decoration: none;
}

/* ----------------------------------- CONTENT ----------------------------------- */

#content h1 {
	
}
#content h2 {
	color: #ffffff;
	font-size: 0.8em;
	text-transform: uppercase;
	font-weight: normal;
}
#content p {
	color: #8e8e8e;
	font-size: 0.8em;
	text-transform: none;
}
#content li {
	padding: 2px 0 2px 0;
	line-height:1;
	color: #8e8e8e;
	font-size: 0.8em;
}
#content a:link {
	color:#248ee3;
	text-decoration:none;
}
#content a:visited {
	color:#248ee3;
	text-decoration:none;
}
#content a:hover {
	color:#248ee3;
	text-decoration:underline;
}

.featuredproject {
	margin: 5px 0 10px 0;
	display: block;
	float: left;
	text-align: center;
	width: 240px;
}
.featuredproject p {
	line-height: 1.2;
	padding: 0;
	margin:0 0 4px;
	text-transform: uppercase;
	color: #286ab2;
	font-size: 0.8em;
}
.featuredproject img{
	border: solid 1px #272727;
}
.featuredproject img:hover{
	border: solid 1px #848484;
}
#servicesmenu img {
	padding: 3px 0 3px 0;
	border:none;
}
#portfoliomenu a{
	clear:both;	
	display:block;
	float:right;
}
#portfoliomenu img {
	padding: 3px 0 3px 0;
	border:none;
}

.imageleft {
	float: left;
	margin: 30px 30px 30px 0;
}
.floatright {
	float:right;
}
.clear {
	clear:both;
}
.noborder {
	border:none;
}
.formrow {
	display:block;
	padding: 5px 0 0 0;
}
.formrow label {
	color:#8e8e8e;
	font-size:0.8em;
	width:120px;
	padding: 0 10px 0 0;
	display:block;
	float:left;
	text-align:right;
}
.formrow input {
	background-color:#CCC;
	border-color:#FFF;
	border-style: solid;
	border-width: thin;
	font-family:  Myriad Pro, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:1em;
}
.formrow textarea {
	background-color:#CCC;
	border-color:#FFF;
	border-style: solid;
	border-width: thin;
	font-family:  Myriad Pro, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:1em;
}
#quotebox {
	padding:10px;
	margin: 25px 0 40px 20px;
	border: solid 1px #272727;
	width:300px;
	float:right;
}
#quotebox p {
	padding:0;
	margin:0;
	line-height:1.1;
	font-size:0.9em;
	color:#98c935;
	font-style:italic;
}
.linkholder {
	display:block;
	height:100px;
	width: 600px;
	margin: 0 auto 0 auto;
}
.linkholder p {
	padding: 10px 0 0 0;
}

.linkholder a:link {
	font-size:1.4em;
	color:#248ee3;
	text-decoration:none;
}
.linkholder a:visited {
	font-size:1.4em;
	color:#248ee3;
	text-decoration:none;
}
.linkholder a:hover {
	font-size:1.4em;
	color:#248ee3;
	text-decoration:underline;
}
/* ----------------------------------- SPECIALS HOME ----------------------------------- */

#special-home {
	clear: both;
	height: 350px;
	background-image: url(../img/special_home_bg.png);
}
#special-home #left {
	float: left;
	padding: 5px 5px 5px 5px;
	display:block;
	width: 394px;
	font-size: 1em;
}
#special-home #left img{
	padding: 5px 0 0 0;
}
#special-home #right {
	float: right;
	padding: 5px 5px 5px 5px;
	display:block;
	width: 365px;
}
#special-home #right img{
	padding: 5px 0 0 0;
}
#special-home p {
	color: #8e8e8e;
	font-size: 0.8em;
	text-transform: none;
}
#special-home li {
	line-height:1;
	color: #8e8e8e;
	font-size: 0.8em;
}
/* ----------------------------------- SPECIALS PROFILE ----------------------------------- */
#special-profile {
	clear: both;
	background-image: url(../img/special_profile_bg.png);
}
#special-profile .heading {
	padding: 15px 0 15px 30px;
	
}
#special-profile .clientlogos {
	padding: 15px 0 15px 0;
	display:block;
	width:100%;
	text-align:center;
}
/* ----------------------------------- SPECIALS CONTACT ----------------------------------- */
#special-contact {
	clear: both;
	background-image: url(../img/special_contact_bg.png);
	height:400px;
}
#special-contact p {
	color: #8e8e8e;
	font-size: 0.8em;
}
#special-contact a:link {
	color: #8e8e8e;
	text-transform: uppercase;
}
#special-contact a:hover {
	color: #cb0010;
	text-transform: uppercase;
}
#special-contact .heading {
	padding: 15px 0 15px 0;
}
#special-contact #left {
	float: left;
	padding: 0 5px 5px 25px;
	display:block;
	width: 223px;
}
#special-contact #right {
	float: right;
	padding: 0 5px 5px 25px;
	display:block;
	width: 497px;
}
#special-contact li {
	padding: 2px 0 2px 0;
	line-height:1;
	color: #8e8e8e;
	font-size: 0.8em;
}
/* ----------------------------------- CLEAR FIX ----------------------------------- */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
.twtr-tweet-text {

font: 15px Arial, Helvetica, sans-serif !important;

}
