/*-------------------------*//* global layout styles *//*---------------------------------*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

#container{
	width:958px;
	margin:0 auto;
	text-align:left;
	position:relative;

	background:url(../images/bg_container.png) no-repeat 0 120px;
}

/*header*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

#header{
	position:relative;	
	height:145px;
	padding: 55px 20px 0;
	background:url(../images/header_effects.png) 
}
#subhead{
	position:absolute;
	height: 70px;
	padding: 100px 100px 0;
	left: -462px;
	top: -9px;
	width: 1295px;
}

#logo {
	position:absolute;
	right:auto;
	top: 30px;
	height:150px;
	
}
 

/*navigation*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/



#address {
	position: absolute;
	top: 3px;
	right: 44px;
	color: #7aced3;
	background: #0f8aa0;
	text-align: right;
	white-space: nowrap;
	font-size: .92em;
}

#address p {
	display: inline;
	margin: 0 0 0 38px;
}

#address a {
	color: #7aced3;
}

	
/*content*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

#content{ padding: 0px 10px 10px;
position:relative;
}

#awards{
	width:500px;
	height:400px;
	
	
	
}

body.fullwidth #content_main{
	width:auto;
	margin-right: 0;
	float: none;

}
 
#content_sub{
	position:absolute;
	margin-left: 10px;
	width:200px;
	text-align:left;
	color:#ffffff;
	font:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	
	
}

#content_sub .panel {
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 10px;
	margin-top: 25px;
}

#content_sub .panel img {
	display: block;
	margin: 0 0 10px;
}

#contact_us li {
	padding: 0;
	margin: 0;
	background: none;
}

#contact_us .more {

}


/* about us pages */
.body_about .thumbs li{
	margin-bottom: 10px;
	border-bottom: 0;
	width:270px;
	float: left;
	padding: 0;
	background: none;
}

.body_about blockquote {
	float: right;
	width: 180px;
	margin: -5px 20px 10px;
}

#wallpaper ul {
	float: left;
	width: 115px;
	margin: 0 20px 20px 0;
}
#wallpaper ul li.no_arrow {
	background: none;
	padding: 0;
	margin: 0;
}

img.margin-right{
	float:left; 
	margin:0 15px 5px 0;
}

img.margin-left{
	float:right; 
	margin:0 0 40px 15px;
}

img.ux{
	float:left; 
	margin:0 15px 40px 0;
}


/* clients page */

#client_list ul {
	float: left;
	width: 250px;
	margin: 0 20px 20px 0;
}

#body_sector blockquote {
	font-style: italic;
	font-size: 1.17em;
	margin-bottom:20px;
}



#body_sector cite {
	font-size: .85em;
}

/* contact us page */

#body_contact dt {
	width: auto;
}
  
/*gallery*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/
#gallery .thumb img {
	display: block;
	margin: 0 0 15px;
	border: 14px solid #ececec;
}

#gallery .thumb p{margin-bottom:5px;}
#gallery .thumb p.more{margin-bottom:10px;}

#gallery_changer li {
	display: inline;
	background: url(../images/bg_gallery_changer.png) no-repeat left;
	padding: 0 0 0 8px;
	margin: 0 0 0 7px;
}

#gallery_changer .first {
	padding-left: 0;
	margin-left: 0;
	background: none;
}

#gallery_changer .current a {
	color: #000;
	text-decoration: none;
}
     
/* sectors page */

#body_sector #content_sub li {
	background:transparent url(../images/bg_more.gif) no-repeat scroll 0 5px;
	margin:0 0 5px;
	padding-left:12px;
}

#body_sector #content_sub .thumb {
	float: left;
	margin: 0 15px 0 0;
}

#body_sector #content_sub h2 {
	font-size:1.5em;
	font-weight:normal;
	line-height:1.4;
}

#body_sector #content_sub li p {
	margin: 0;
}

       
/*footer*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

#footer{
	width:100%;
	background: #95c512 url(../images/bg_footer.png) repeat-x top;
	color: #fff;
	height:60px;
	font-size: .92em;
	position: relative;
	width:auto;
	background-color: #042B64;
}


#footer a{
	color:#FFF;
}

#footer_address {
	float:left;
	margin: 20px 5px;
}

#footer ul {
	float: right;
	margin: 27px 0 0;
}

#footer li{
	float:left;
	list-style:none;
	color:#FFF;
	background:url(../images/li_footer.gif) no-repeat 100% 3px;
	padding:0 5px 0 0;
	margin:0 5px 0 0;
}

#footer li.last{
	background:none;
	margin-right:0;
}
#footer_phnumber{
	float:left;
	padding:0 0 0 0
}
#body_portfolio_tag #content #content_main table tr td h2 {
	text-align: left;
}

