body {
	background:#e9ded3 url(../images/body_bg.jpg) center center;
	background-attachment:fixed;
}

.beta {
	width:155px;
	height:146px;
	position:absolute;
	top:0;
	right:0;
	z-index:500;
}

#container {
	width:100%;
	min-height:600px;
	position:relative;
	background:url(../images/header_bg.jpg) repeat-x top left;
}

#wrapper {
	width:960px;
	margin:auto;
	position:relative;
}

.header_content {
	height:164px;
}

.head_logo {
	width:156px;
	height:142px;
	position: absolute;
	top:5px;
}

.header_social {
	width:225px;
	height:97px;
	background:url(../images/header_social_bg.png) no-repeat top left;
	position:absolute;
	left:730px;
	top:6px;
}

.main_nav {
	width:830px;
	position:absolute;
	border-bottom:2px solid #b6aea3;
	top:100px;
	left:130px;
	padding-bottom:13px;
}

.add_this {
	margin:10px 0 10px 800px;
}

#content {
	margin-bottom:20px;
}

.two_col_wrapper {
	background: url(../images/right_col_bg.png) repeat-y right top;
}

.left_col {
	width:590px;
	float:left;
	position:relative;
	padding-right:20px;
	overflow:hidden;
}

.right_col {
	width:330px;
	float:right;
	padding:10px;
}

.three_col_wrapper {
	margin-bottom:20px;
	padding:10px;
}

.col_1 {
	width:280px;
	float:left;
	margin-right:48px;
}

.col_2 {
	width:280px;
	float:left;
}

.col_3 {
	width:280px;
	float:left;
	margin-left:48px;
}

.clients_return {
	margin-bottom:20px;
}

.testimonials {
	background: url(../images/30-percent-white-bg.png) repeat;
	padding:10px;
}


/* HOME PAGE STYLES */
.recent_project_01 {
	margin-bottom:20px;
}

.recent_project_01 div {
	margin-right:3px;
	width:570px;
	height:230px;
	position:relative;
	overflow:hidden;
	border:10px solid #fff;
	-moz-box-shadow: 0px 0px 10px #afa69e;
	-webkit-box-shadow: 0px 0px 10px #afa69e;
	box-shadow: 0px 0px 10px #afa69e;
}

.recent_project_01 div img, .recent_project_02 div img, .recent_project_03 div img, .recent_project_04 div img {
	position:absolute;
}

.recent_project_02 div {
	width:330px;
	height:260px;
	position:relative;
	overflow:hidden;
	border:10px solid #fff;
	-moz-box-shadow: 0px 0px 10px #afa69e;
	-webkit-box-shadow: 0px 0px 10px #afa69e;
	box-shadow: 0px 0px 10px #afa69e;
	}

.recent_project_02 {
	margin-bottom:20px;
	float:left;
}

.recent_project_03 div {
	width:200px;
	height:110px;
	position:relative;
	overflow:hidden;
	border:10px solid #fff;
	-moz-box-shadow: 0px 0px 10px #afa69e;
	-webkit-box-shadow: 0px 0px 10px #afa69e;
	box-shadow: 0px 0px 10px #afa69e;
	}

.recent_project_03 {
	margin-bottom:20px;
	float:right
}

.recent_project_04 div {
	width:200px;
	height:110px;
	position:relative;
	overflow:hidden;
	border:10px solid #fff;
	-moz-box-shadow: 0px 0px 10px #afa69e;
	-webkit-box-shadow: 0px 0px 10px #afa69e;
	box-shadow: 0px 0px 10px #afa69e;
	}

.recent_project_04 {
	margin-bottom:20px;
	float:right;
}

.recent_project_04 div a {
	width:200px;
	height:110px;
	background:url(../images/recent-projects-04.jpg) no-repeat 0 0;
	display:block;
	text-indent:-9009px;
}

.recent_project_04 div a:hover {
	background:url(../images/recent-projects-04.jpg) no-repeat 0 -109px;
}

.more_content {
	margin-bottom:80px;
	padding-top:20px;
}

.more_list li {
	float:left;
	padding:6px;
	background:#fff;
	margin-right:29px;
}

.more_list img {
	border:none;
	display:block;
}

.more_list li.last {
	margin-right:0px;
}

/* BREADCRUMB STYLING */

.crumb-wrapper {
    clear: both;
    overflow: hidden;
	position:absolute;
	top:134px;
	left:130px;
}

.crumb-wrapper ul {
	width:650px;
}

.crumb-wrapper ul, .crumb-wrapper ul li {
    float: left;
	padding:2px 0;
}

.crumb-wrapper ul.crumb-nav #crumb2 a, .crumb-wrapper ul.crumb-nav #crumb3 a, .crumb-wrapper ul.crumb-nav #crumb4 a, .crumb-wrapper ul.crumb-nav #crumb5 a {
    padding-left: 25px;
}

.crumb-wrapper #crumb1 a, .crumb-wrapper #crumb2 a, .crumb-wrapper #crumb3 a, .crumb-wrapper #crumb4 a, .crumb-wrapper #crumb5 a {
    background-color: transparent;
    background-position: right center;
    margin-right: 0;
    padding-right: 15px;
	text-transform:uppercase;
}

.crumb-wrapper li a {
    display: block;
	text-decoration:none;
	color:#ffffff;
    font-size: 10px;
    padding: 4px 5px;
}

.crumb-wrapper #crumb1 a, .crumb-wrapper #crumb2 a, .crumb-wrapper #crumb3 a, .crumb-wrapper #crumb4 a, .crumb-wrapper #crumb5 a {
    background-image: url(../images/breadcrumb_bg.png);
}

.crumb-wrapper #crumb1 a:hover, .crumb-wrapper #crumb2 a:hover, .crumb-wrapper #crumb3 a:hover, .crumb-wrapper #crumb4 a:hover, .crumb-wrapper #crumb5 a:hover {
	color:#000;
}

.crumb-wrapper ul.crumb-nav #crumb1, .crumb-wrapper ul.crumb-nav #crumb1 a {
    position: relative;
    z-index: 5;
}

.crumb-wrapper ul.crumb-nav #crumb2, .crumb-wrapper ul.crumb-nav #crumb2 a {
    position: relative;
    z-index: 4;
	margin-left:-10px;
}

.crumb-wrapper ul.crumb-nav #crumb3, .crumb-wrapper ul.crumb-nav #crumb3 a {
    position: relative;
    z-index: 3;
	margin-left:-10px;
}

.crumb-wrapper ul.crumb-nav #crumb4, .crumb-wrapper ul.crumb-nav #crumb4 a {
    position: relative;
    z-index: 2;
	margin-left:-10px;
}

.crumb-wrapper ul.crumb-nav #crumb5, .crumb-wrapper ul.crumb-nav #crumb5 a {
    position: relative;
    z-index: 1;
	margin-left:-10px;
}

/* CAROUSEL STYLES */
#carousel_container {
	height:550px;
	background:url(../images/mesh_br.gif) repeat-x bottom center;
}

#carousel_inner {
float:left; /* important for inline positioning */
width:850px; /* important (this width = width of list item(including margin) * items shown */ 
overflow: hidden;  /* important (hide the items outside the div) */
/* non-important styling bellow */
}

#carousel_ul {
position:relative;
left:-310px; /* important (this should be negative number of list items width(including margin) */
list-style-type: none; /* removing the default styling for unordered list items */
margin: 0px;
padding: 0px;
width:9999px; /* important */
/* non-important styling bellow */
}

#carousel_ul li{
float: left; /* important for inline positioning of the list items */                                    
width:280px;  /* fixed width, important */
/* just styling bellow*/
padding:0px;
margin-top:10px;
margin-bottom:10px; 
margin-left:10px; 
margin-right:10px; 
}

#carousel_ul li img {
.margin-bottom:-4px; /* IE is making a 4px gap bellow an image inside of an anchor (<a href...>) so this is to fix that*/
/* styling */
border:0px; 
}
#left_scroll {
float:left; 
height:45px; 
width:45px;  
margin-right:10px;
position:relative;
top:35%;
}

.carousel_content_info {
	width:250px;
	padding-top:20px;
}

#right_scroll {
float:left; 
height:45px; 
width:45px;  
margin-left:10px;
position:relative;
top:35%;
}
#left_scroll img, #right_scroll img{
/*styling*/
cursor: pointer;
cursor: hand;
}

.border {
	border-bottom:1px solid #B6AEA3;
}


/* CONTACT PAGE STYLES */
.left_col_310px {
	width:310px;
	float:left;
	position:relative;
	padding-right:20px;
	overflow:hidden;
	margin-bottom:20px;
}

.right_col_600px {
	width:600px;
	float:right;
	background:url(../images/10-percent-brown-bg.png) repeat;
	margin-bottom:20px;
}

.contact_two_col_wrapper {
	margin-bottom:20px;
	padding-bottom:10px;
	background:url(../images/mesh_br.gif) repeat-x bottom center;
}

.contact_form {
	padding-top:20px;
}

/* PORTFOLIO STYLES */
.portfolio-ad {
	padding:20px 20px 50px 130px;
}

.portfolio {
	padding-bottom:20px;
}

/* FOOTER STYLES */

#footerSlideContainer {
	position: fixed;
	bottom:0;
	width: 100%;
	background: #007b8d url(../images/footer-bg.jpg) repeat-x left bottom;
	-moz-border-radius: 15px 15px 0px 0px;
	border-radius:  15px 15px 0px 0px;
	z-index:200;
}
#footerSlideButton {
	background: url(../images/click-me-monster.png);
	position: absolute;
	top: -64px;
	left:10px;
	width:159px;
	height:176px;
	border: none;
	cursor: pointer;
}
#footerSlideContent {
	width: 960px;
	margin:0 auto;
	height: 0;
	color: #CCCCCC;
	font-size: 0.8em;
	border: none;
}
#footerSlideText {
	padding: 15px 10px 25px 25px;
	position:absolute;
}

.ft_navigate {
	width:210px;
	position:absolute;
	left:50px;
}

.ft_tweet {
	width:250px;
	position:absolute;
	left:300px;
}

.ft_facebook {
	width:350px;
	position:absolute;
	left:590px;
}

.ft_tweet form {
	margin-top:10px;
}

.ft_tweet form input.field {
	border:1px solid #165054;
	padding:4px;
	width:150px;
	color:#288CA5;
	font-family: 'Rokkitt', serif;
	font-size:14px;
}

/* FACEBOOK FAN BOX STYLES */

.fan_box a:hover{
  text-decoration: none;
}
.fan_box .full_widget{
  height: 200px;
  border: 0 !important;
  background: none !important;
  position: relative;
}
.fan_box .connect_top{
  background: none !important;
  padding: 0 !important;
}
.fan_box .profileimage, .fan_box .name_block{
  display: none;
}
.fan_box .connect_action{
  padding: 0 !important;
}
.fan_box .connections{
  padding: 0 !important;
  border: 0 !important;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #165054;
}
span.total{
  color: #165054;
  font-weight: bold;
}
.fan_box .connections .connections_grid {
  padding-top: 10px !important;
}
.fan_box .connections_grid .grid_item{
  padding: 0 8px 8px 0 !important;
}
.fan_box .connections_grid .grid_item .name{
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #165054 !important;
  padding-top: 1px !important;
}
.fan_box .connect_widget{
position: absolute;
bottom: 0;
right: 10px;
margin: 0 !important;
}
.fan_box .connect_widget .connect_widget_interactive_area {
margin: 0 !important;
}
.fan_box .connect_widget td.connect_widget_vertical_center {
padding: 0 !important;
}


/* HOLDING PAGE */
.splash {
	background:url(../images/holder/splash_bg.png) no-repeat center center;
	width:394px;
	height:491px;
	margin:auto;
	display:block;
	position:absolute;
	top:109px;
	left:320px;
}

.splash h1 a {
	width:394px;
	height:491px;
	display:block;
	text-indent:-9009px;
}

.services {
	position:absolute;
	top:480px;
	right:0;
	width:174px;
	height:127px;
	background:url(../images/holder/services_bg.png) no-repeat left top;
	text-indent:-9009px;
}

.contact {
	position:absolute;
	top:480px;
	left:0;
	width:247px;
	height:103px;
	background: url(../images/holder/contact_bg.png) no-repeat top left;
	text-indent:-9009px;
}

.contact p a {
	text-indent:-9009px;
	display:block;
	width:247px;
	height:103px;
}
