/*
Studio SP Sitewide CSS
*/

/*
* {
  margin: 0;
  padding: 0;
}
*/


html,
body {
	margin:0;
	padding:0;
	height:100%;
	background-color: #000000;
	font-family: Helvetica, Arial,  sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 1.6em;
}

#container {
	min-height:100%;
	position:relative;
}

#header {
	margin-right: auto;
	height: 80px;
}

a {
	color: #ff6633;
	text-decoration: none;
}


a:link, a:visited, a:active {
	color: #ff6633;
}


a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

.skipcontent {
	display: none;
}


#logo {
	float: left;
	height: 80px;
	width: 120px;
}

#body {
	padding-bottom:30px;   /* Height of the footer */
	width: 955px;
	margin-right: auto;
}


#leftcol {
	width: 815px;
	clear: both;
	float: left;
	display: inline;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 120px;
}


#menu {
	color:#494949;
	float: left;
	padding-top: 30px;
}


#menu a, #menu a:visited {
	position:relative;
	text-decoration:none;
	text-align:left;
	color:#FFFFFF;
	display:block;
	font-size: 11px;
	float: left;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
  }

#menu a:hover {
	color:#000000;
	background-color: #ff6633;
  }




h1 {
	font-size: 30px;
	color: #FFFFFF;
	font-weight: normal;
}


h2 {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: normal;
}


#breaker {
	font-size: 0px;
	clear: both;
	width: 100%;
	height: 0px;
 }



.orangetxt {
	color: #ff6633;
	font-weight: normal;
}

.about_txt1 {
	font-size: 18px;
}

.about_txt2 {
	font-size: 14px;
}


.aboutimg {
	padding-right: 15px;
}


.news_item, .portfolio_item  {
	background-color: #1f1d1e;
	width: 100%;
	float: left;
	margin-bottom: 25px;
	position: relative;
	display: block;
}


.news_img {
	background-color: #1f1d1e;
	float: left;
	height: 170px;
	width: 170px;
}



.portfolio_img {
	background-color: #1f1d1e;
	float: left;
	height: 213px;
	width: 213px;
	margin-right: 10px;
	
}


.news_story   {
	background-color: #1f1d1e;
	float: left;
	padding: 10px;
	width: 625px;
}

.portfolio_story   {
	background-color: #1f1d1e;
	float: left;
	padding: 10px;
	width: 525px;
}

.portfolio_infotext {
	background-color: #1f1d1e;
	float: right;
	padding: 10px;
	width: 582px;
}

.news_date, .portfolio_client {
	background-color: #F36641;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	position: absolute;
	display: block;
	top: 0px;
	right: 0px;
}
  
#footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:30px;
	background-color: #000000;
	color: #999999;
	font-size: 10px;
}
  
#footerholder {
	width:835px;
	margin-right: auto;
	padding-left: 120px;
}


#footer a:hover {
	color: #FFFFFF;
}


#copyright {
	width: 500px;
	text-align: left;
	float: left;
	padding-top: 5px;
}

#basestation {
	float: right;
	width: 220px;
	text-align: right;
	padding-top: 5px;
  }

  
  
  
  
#footer a {
	color: #999999;
	text-decoration: none;
}
