@charset "utf-8";
/*----------------------------------------------------------- 		
		Between The Pixels, website design goodness		
		CSS:		Page layout and page structure tweaks
		System:		960.gs | 16 columns
------------------------------------------------------------*/


/*--- CONTAINERS ---*/
html {
	height:100%
}

body {
	width:100%;
	height:100%;
	background: url(images/bg_02.jpg) left top repeat-x #000b11;
	/*background: url(images/16_col.gif) top center repeat-y #0e0e0e;*/
}

#wrap {
	width:100%;
	min-height:100%;
}

* html #wrap {height:100%}

#wrap {
	background: url(images/btp09_bg-glow.png) top center no-repeat;
}


/*--- HEADER ---*/

div#company_logo {
	padding-top:30px;
	text-align:center;
}

/*--- NAVBAR (main) ---*/

div#main_nav {
	text-align:center;
	margin-bottom:25px;
	overflow:visible;
}

div#main_nav ul {  
	list-style: none;  
    display: block;  
    margin: 0;  
}  
   
div#main_nav ul li {  
    float: left;  
    margin-left: 20px;  
    font: bold 0.9em Arial;  
}


/*--- MAIN CONTENT ---*/

div#column_1 {
	padding-top:50px;
}
div#services, div#project, div#boxmdl1 {
	background: url(images/greygradL_mdl.png) left top repeat-y;
	padding:0 15px 0 10px;
	width:225px;
}
.boxtop1, .boxtop2 {
	background: url(images/greygradL_top.png) left top no-repeat;
	width:225px;
	height:10px;
}
.boxtop2 {background: url(images/3a-box-top-1.png) left top no-repeat;}

.boxbtm1, .boxbtm2 {
	background: url(images/greygradL_btm.png) left bottom no-repeat;
	width:225px;
	height:20px;
}
.boxbtm2 {background: url(images/3a-box-btm-1.png) left bottom no-repeat;}

div#services h4 {
	padding:0;
}

div#portfolio_text h2 {
	padding:0;
}

div#column_2, div#pfImages {
	float:left;
	padding-top:50px;
	text-align:left;
}

div#column_3 {
	padding-top:50px;
}
div#boxmdl2 {
	background: url(images/3a-box-mdl-1.png) left top repeat-y;
	padding:0 15px 0 10px;
	width:225px;
}


/*----- PORTFOLIO -----*/

div#column_2 div.pfPreview {
	clear:both;
	min-height:220px;
	margin-bottom:20px;
}

div#column_2 div.pfPreview img.pfThumb {
	float:left;
}

div#column_2 div.pfPreview img {
	display:block;
	background: url(images/img_220bg1.png) no-repeat;
	padding:10px;
}

div#column_2 div.pfPreview div.pfDetails {
	float:left;
	width:225px;
	margin:8px 0 0 60px;
}

div#column_2 div.pfPreview div.pfDetails h4 {
	color:#fefefe;
	font-size:14px;
	font-weight:bold;
}

div#column_2 div.pfPreview div.pfDetails p {width:90%;}




div#pfImages div.pfImageSet {
	float:left;
	clear:both;
}
div#pfImages div.pfImageSet img {
	display:block;
	background: url(images/img_220bg1.png) no-repeat;
	padding:10px;
	margin:0 70px 20px 0;
	float:left;
}
div#pfImages .pfLinks {
	width:480px;
	margin-top:20px;
	float:left;
	clear:both;
}


/*----- CONTACT -----*/

#contactForm {margin:0 0 20px 0;}

#contactForm p, #contactForm label {
	color:#fefefe;
	float:left;
	clear:both;
	margin-top:10px;
}

#contactForm input, #contactForm select, #contactForm textarea {
	float:left;
	clear:both;
	margin-bottom:10px;
	border:1px solid #74A8C3;
}

#contactForm .errors {
	background-color:#990000;
	border:2px solid #222;
	padding: 0 5px;
	margin: 0 0 20px 0;
}


/*--- FOOTER ---*/

div#footer {
	padding-top:25px;
	
}

div#footer dt {float:left; font-weight:bold;}

div#contact_footer #trading_info {
	padding-top:25px;
}
div#contact_footer #copyright {
	margin-bottom:25px;
}