@charset "utf-8";
/* CSS Document */

@import url(typography.css);
@import url(media.css);

body {
	background:#d9e3e4 url(../images/bgblue.gif) top left repeat-x;
}

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

#sample_work {
	width:870px;
	height:239px;
	padding:50px 10px 50px 20px;
	background:#333333 url(../images/brownhome_bg.gif) 0 -1px no-repeat;
	float:left;
}

#main_right{
	width:430px;
	float:right;
	display:inline;
	padding:0 10px;
}

#main_left {
	width:430px;
	float:left;
	padding:0 10px;
	display:inline;
	_width:380px; /* hack to target ie6 */
}

#footer {
	float:left;
	clear:both;
	margin:20px 0 0 0;
	border-top:#adc0c2 1px solid;
	padding-top:10px;
	width:900px;
}

#slider {
	width:800px;
}
/* styling the navigation */

#nav {
	width:900px;
	list-style:none;
	float:left;
	margin:0;
	padding:0;
	font-size:1.3em;
	font-weight:bold;
	letter-spacing:1px;
}

#nav li {
	float:left;	
	height:50px;
	width:155px;
	background:transparent url(../images/tab_orange.gif) top left no-repeat;
	margin:0;
	padding:0;
	display:inline;
}

#nav a {
	float:left;
	display:block;
	margin:0;
	color:#FFFFFF;
	text-decoration:none;
	padding:20px 10px 0 10px;
	border:none;
	outline:none;

}

#nav a:hover {
	background:transparent url(../images/TAB_DOWN.gif) top left no-repeat;
	height:50px;
	width:155px;
	outline:none;
	padding:20px 10px 0 10px;
	display:inline;
	margin:0;
	_padding:0;
}

#nav a.current {
	background:transparent url(../images/TAB_DOWN.gif) top left no-repeat;
	height:31px;
	width:135px;
	outline:none;
}


#nav #first_tab {
	background:transparent url(../images/1st_orange_tab.gif) top left no-repeat;

}

#nav #last_tab {
	height:50px;
	width:170px;
	background:transparent url(../images/orange_last_tab.gif) top left no-repeat;
}

#nav #last_tab .current{
	background:transparent url(../images/dark_last_tab.gif) top left no-repeat;
}

#nav #last_tab a:hover {
	background:transparent url(../images/dark_last_tab.gif) top left no-repeat;
}
/* end navigation */

#page_heading {
	background:transparent url(../images/thinhead_brownbg.gif) top left no-repeat;
	width:900px;
	height:100px;
	float:left;
}

#page_heading h1 {
	color:#CCCCCC;
	padding:20px;
}

#c1, #c2 {
	width:290px;
	float:left;
	padding:0 5px;
	margin-top:10px;
}

#c1c2 {
	width:590px;
	float:left;
	padding:0 5px;
	margin-top:10px;
	_width:580px; /* hack for ie6 */
}
#c1c2_centered {
	width:590px;
	float:left;
	padding:0 5px;
	margin:10px 150px;
}


#c3 {
	width:290px;
	float:right;
	display:inline;
	padding:0 5px;
	margin-top:10px;
	_width:270px; /* hack for ie6 */
}

/* styling portfolio page */

.portfolioitem {
	height:300px;
	width:900px;
	background:url(../images/bgblue.gif) top left repeat-x;
	float:left;
	clear:both;
	margin-top:20px;
}

.portfolioitem dl{
	margin:20px;
}

#enquiry_form {
	background:#d9e3e4 url(../images/bgblue.gif) bottom left repeat-x;
	padding:30px;
	border:1px solid #d9e2e4;
	width:390px;
}

/* clear fix */

#sample_work:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}