html, body {
	margin:0;
	padding:0;
	width:100%;
	background:#000;
	background-image: url(../images/bkgd_gradient.jpg);
	background-repeat:repeat-x;
}

#header-wrapper {
	width:100%;
	height:100px;
	background:#000;
	border-bottom: 1px solid #283e4a;
}

#header {
	width:964px;
	margin:0 auto;	
}

#arrow {
	clear:both;
	padding-left:57px;
	background:#000;
}

#logo {
	float:left;
	width:320px;
}

#navcontainer {
	float:left;
	height:85px;
	width:400px;
	position:relative;
}

#navcontainer div {
	position:absolute;
	bottom:0;
	left:0;
}

#navcontainer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: left;
}

#navcontainer ul li { 
	float: left;
	margin: 0px;
	padding: 0px;
	padding-right:35px;
}

#leftnav {
	padding-top:20px;
	padding-right:50px;
	float:left;
	width:270px;
}

#wrapper {
	width:964px;
	margin:0 auto;
	padding-top:20px;
}

#content {
	float:left;
	padding-top:20px;
	width:460px;
}

#content-full {
	float:left;
	width:964px;
	padding-top:20px;
	padding-bottom:50px;
}

#copyright {
	padding-right:10px;
}

#footer {
	clear:both;
	padding: 50px 0px 40px 0px;
}

.divline {
	border-top: 1px solid #283e4a;
	padding: 5px 0px;
	height:1px;
	width:964px;
}


/* HOME PAGE  */


#hp_column1, #hp_column2, #hp_column3 {
	float:left;
	width:280px;
	padding:20px 20px;
}

#hp_div1, #hp_div2, #hp_div3 {
	float:left;
	width:1px;
	padding-top:20px;
}


/* ABOUT SECTION */


#arrow-about {
	clear:both;
	padding-left:345px;
	background:#000;	
}

#content-client {
	float:left;
	width:520px;
	padding-top:20px;
}

.client {
	float: left;
	padding-right: 30px;
	vertical-align: middle;
	height: 100px;
}

/* PORTFOLIO SECTION */


#arrow-portfolio {
	clear:both;
	padding-left:439px;
	background:#000;
}

#content-portfolio {
	float:left;
	width:644px;
	padding-top:20px;
}

.photo-block {
	margin-bottom:30px;
	width:200px;
	padding-right:14px;
	float:left;
}

.photo {
	width:200px;
	border: 1px solid #666;
	margin-bottom: 10px;
}


/* CONTACT SECTION */


#arrow-news {
	clear:both;
	padding-left:523px;
	background:#000;
}


/* CONTACT SECTION */


#arrow-contact {
	clear:both;
	padding-left:600px;
	background:#000;
}

#contact {
	height:auto;
	width:500px;
	float:left;
}

.contact-email {
	clear:both;
	float:left;
	padding: 10px 0px;
	border-bottom: 1px solid #283e4a;
}

.contact-email div{
	float:left;
	width:120px;
}


/* ------------------------ STYLE ELEMENTS ------------------------ */

html, body {
	font-size: 13px;
	color: #abaebd;
	font-family: Lucida Grande, arial;
	line-height: 20px;
}	

#footer {
	font-size:11px;
	line-height:14px;
}
	

A { 
	color: #7eb6d7;
	text-decoration: none;
}

A:hover {
	color: #7eb6d7;
	text-decoration: underline;
}

H1 {
	font-family: verdana, lucida grande;
	font-weight: normal;
	font-size:24px;
	color: #414142;
}

.hdr {
	font-size: 13px;
	color: #e3e3e3;
	font-weight: bold;
	line-height:16px;
}

.hdr2 {
	font-size: 24px;
	color: #e3e3e3;
	font-weight: normal;
	font-family: arial;
	line-height:30px;
}
.errorMsg {
	padding: 4px;
}
.errorMsg h1 {
	font-size:16px;
	color:#CC0000;
}
.errorMsg ul {
	color:#CC0000;
}

#LSResult {
	border:1px solid #000044;
	background-color:white;
	padding:4px;
	color:black;
	width:auto;
	position:absolute;
}
.LSRes {
	margin-bottom:6px;
}
.footerrow {
	display:table;
	width:100%;
}
.footerlogo {
	width:309px;
	height:62px;
	float:right;
}
.footercell {
	width:118px;
	float:left;
	margin-bottom:20px;
}
#socialmedia {
	float:right;
	width:280px;
}
#socialmedia img {
	border:none;
}
