/* =Resets and Clearfix
-------------------------------------------------------------- */

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
ul,
ol,
li,
form,
fieldset {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.clearfix:after{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix{
	display: inline-block;
}
.clearfix{
	display: block;
}


/* =Non-classed HTML elements
-------------------------------------------------------------- */

body {
	background: url(images/bg.png) left top no-repeat #000;
	font: 13px arial;
	color: #bbbdbf;
}
h2{
	font-size: 17px;
	font-weight: normal;
	color: #fff;
}
h3{
	text-transform: lowercase;
	font-size: 14px;
	color: #fff;
	margin: 30px auto 10px auto;
}
p{
	margin-top: 10px;
	line-height: 20px;
}
a,
a:visited {
	color: #fff;
	text-decoration: none;
}


/* =Wrappers
-------------------------------------------------------------- */

#container{
	width: 960px;
	margin: 0 auto;
	padding-top: 40px;
}
#left{
	width: 240px;
	float: left;
	padding-bottom: 20px;
	padding-top: 20px;
}
#right{
	width: 710px;
	float: right;
	padding-bottom: 20px;
	padding-top: 20px;
}
.about-us #right{
	width: 603px;
}


/* =Header
-------------------------------------------------------------- */

#header{
	width: 100%;
	border-bottom: 1px solid #fff;
	padding-bottom: 15px;
	position: relative;
}
#header-logo{
	width: 380px;
	height: 103px;
	background: url(images/logo.png) no-repeat;
	
}
#header-logo span{
	display: none;
}
#top-links{
	position: absolute;
	top: 0;
	right: 0;
	font-size: 11px;
}
#top-links .button{
	padding: 3px 6px;
	color: #000;
}


/* =Navigation
-------------------------------------------------------------- */

.menu,
.sub-menu{
	list-style-type: none;
}
.menu{
	text-transform: lowercase;
	line-height: 24px;
	padding-left: 5px;
	font-size: 14px;
	letter-spacing: 0.05em;
}
.sub-menu{
	text-transform: uppercase;
	font-size: 10px;
	line-height: 28px;
	margin-left: 20px;
	margin-bottom: 15px;
}
.menu a,
.menu a:visited{
	color: #bbbdbf;
}
.menu a:hover, 
.menu a.current{
	color: #fff;
}
.sub-menu a,
.sub-menu a:visited{
	color: #fff;
}
.sub-menu a span{
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 20px;
}
#left-menu{
	padding-bottom: 25px;
	border-bottom: 1px solid #fff;
	width: 200px;
}
.projects-list{
	list-style-type: none;
	margin-left: 24px;
	font-size: 11px;
	text-transform: none;
	line-height: 16px;
	display: none;
}
.sub-menu .current .projects-list{
	display: block;
}
.projects-list a,
.projects-list a:visited{
	color: #bbbdbf;
}
.projects-list a:hover,
.projects-list .current a{
	color: #fff;
}


/* =Content
-------------------------------------------------------------- */

.featured-projects{
	list-style-type: none;
	font-size: 11px;	
	line-height: 20px;
	margin-left: 20px;
}
.featured-projects a:hover{
	color: #bbb;
}

/* Homepage sliders */
.tabs{
	display: none;
}
.panes{
	width: 705px;
	height: 413px;
	overflow: hidden;
	position: relative;
}
.pane{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
#pane-1{
	display: block;
}
.pane .caption{
	position: absolute;
	bottom: 0;
	height: 15%;
	width: 100%;
	background: rgba(0,0,0,0.7);
}
.pane .caption .category, .pane .caption .pane-title{
	text-transform: uppercase;
	color: #fff;
	font-size: 11px;
	float: left;
	margin-top: 25px;
	margin-left: 25px;
	width: 45%;
	letter-spacing: 0.1em;
}
.pane .caption .pane-title{
	font-size: 9px;
	float: right;
	text-align: right;
	margin-right: 30px;
	margin-left: 0;
	text-transform: none;
}
.pane .caption .pane-title span{
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 25px;
	text-align: left;
}
/* End homepage sliders */

.about-us .panes{
	width: 603px;
	height: 270px;
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #fff;
}
.about-us .pane{
	height: 270px;
}


.clients .column{
	width: 28%;
	float: left;
	margin-left: 37px;
}
.clients-list{
	list-style-type: none;
	border-top: 1px solid #7f7f7f;
	padding: 10px 0;
	font-size: 10px;
	line-height: 14px;
}
.clients-list.first{
	border-top: none;
}
.clients-list a{
	color: #fff;
	font-size: 11px;
}
.clients-list a:hover{
	border-bottom: 1px dotted #fff;
}
.contact-us #right{
	width: 600px;
}
.contact-us .column-1{
	width: 255px;
	padding-right: 10pz;
	border-right: 1px solid #fff;
	float: left;
	margin-bottom: 30px;
}
.contact-us h2,
.services h2{
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}
.contact-us p{
	color: #fff;
	font-size: 11px;
}
.contact-us strong{
	font-size: 12px;
}
.button{
	display: block;
	padding: 2px 15px;
	background: #fff;
	color: #000;
	float: left;
}
.button:hover{
	background: #555;
	color: #fff;
}
.contact-us h3{
	margin-top: 20px;
	margin-bottom: 0;
	font-size: 13px;
	text-transform: none;
}
.contact-us h3 span{
	font-size: 11px;
	font-weight: normal;
}
.position,
.email{
	margin-top: 0;
}
.email a, .email a:visited{
	color: #bbbdbf;
}
.contact-us .column-2{
	margin-left: 40px;
	float: left;
	width: 290px;
}
form p{
	margin-top: 20px;
}
form label{
	font-size: 11px;
	letter-spacing: 2px;
}
form p input{
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin-left: 5px;
}
form textarea, 
form p input{
	background: url(images/bg-form-input.png) left top repeat-x #262626;
	border: 1px solid #0c0b0a;
	color: #fff;
	padding: 4px 2px;
	font-size: 11px;
}
form .button{
	float: right;
	border: none;
	cursor: pointer;
	font-size: 11px;
	margin-top: 10px;
}
.services #right{
	height: 450px;
	background: url(images/content-images/bg-services.jpg) right bottom no-repeat;
	margin-bottom: 10px;
}
.services .column-1{
	width: 40%;
	float: left;
	margin-left: 100px;
}
.services .column-2{
	width: 44%;
	float: right;
}
.services h2{
	font-size: 12px;
	margin-bottom: 5px;
	letter-spacing: 1px;
}
.services #right ul{
	list-style-type: none;
	margin-bottom: 50px;
	font-size: 12px;
	line-height: 18px;
}
.projects .project-wrap{
	width: 704px;
	height: 465px;
	overflow: hidden;
	position: relative;
}
.projects .project-item{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 413px;
	display: none;
	text-align: center;
}
.projects .project-item .caption{
	height: 50px;
	width: 100%;
	position: absolute;
	bottom: 0;
	background: rgba(0,0,0,0.7);
	font: italic 15px Georgia;
	color: #fff;
	text-align: left;
}
.projects .project-item .caption span{
	display: block;
	margin: 15px 0 0 20px;
}
.projects .project-title,
.projects .tabs-nav{
	font-size: 11px;
	letter-spacing: 2px;
	position: absolute;
	bottom: 13px;
}
.projects .project-title span{
	text-transform: uppercase;
}
.projects .tabs{
	display: none;
}
.projects .tabs-nav{
	right: 0;
	text-align: right;
	font-size: 14px;
}
.projects .tabs-nav span{
	display: none;
}
.projects .tabs-nav .forward,
.projects .tabs-nav .backward{
	cursor: pointer;
	width: 6px;
	height: 12px;
	display: inline-block;
	*display: inline;
	zoom: 1;
	background:url(images/content-images/sprite-tabs-nav.png) left top no-repeat;
	vertical-align: text-bottom;
}
.projects .tabs-nav .forward{
	background-position: right top;
}


/* =Footer
-------------------------------------------------------------- */

#footer{
	width: 100%;
	clear: both;
	padding-top: 5px;
	border-top: 1px solid #fff;
	font: normal 9px arial;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #a6a8ab;
}