/*#############################################################
Original template Author: Viktor Persson URL: http://templates.arcsin.se
Modifications by: Rowan Cumming
#############################################################*/



/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {
	color: #d53a00;
	font-weight: bold;
}

a:hover {color: #fff;}

body {
	background: #2a2a2a url(../i/page_bottom_bg.jpg) repeat-x bottom;
	color: #000;
	font: normal 0.9em Arial, Helvetica, sans-serif;
}

p,ul {padding-bottom: 1.2em;}

li {
	margin-left: 25px;
}

.homelist li {
	font-size: 0.8em;
}

blockquote {
	margin-left: 75px;
}

h1 {
	font: #333 bold 2em Tahoma,sans-serif;
	margin-bottom: 4px;
	display: block;
	border: 0;
	text-align: left;
	background: url(../i/light_bulb.png) no-repeat left;
	padding-left: 60px;
	padding-top: 15px;
	height: 71px;
}

h2,h3 {padding-top: 6px;}


/* structure */

.container {
	background: url(../i/page_top_bg.jpg) repeat-x;
	padding: 0;
}

.clearstuff {
	clear: both;
}

/* header */

.header {
	background: #2a2a2a url(../i/top_bg.jpg) no-repeat;
	height: 25px;
	margin: 0 auto;
	padding: 175px 185px 0 0;
	text-align: right;
	width: 696px;
	color: #ccc;
	font: normal 0.7em Arial, Helvetica, sans-serif;
}

.header a {
	color: #f5660b;
	text-decoration: none;
	font-weight: bold;
}

.header a:hover {
	color: #fff;
}

/* navigation */

.navigation {	
	background: #383838 url(../i/navigation_bg.jpg) no-repeat;
	height: 35px;
	padding: 0 170px 0 58px;
	margin: 0 auto;
	width: 653px;
}


/* banner */

.banner {
	height: 315px;
	padding: 0;
	margin: 0 auto;
	width: 881px;
}


/* content */

.main {
	background-color: #f5660b;
	background: url(../i/content_area_bg_repeat.png) repeat-y top;
	margin: 0 auto;
	padding: 0;
	width: 881px;
}

.leftcolumn {
	background: url(../i/content_area_top_bg_LEFT.jpg) no-repeat top;
	float: left;
	width: 334px;
	padding: 10px 10px 0 10px;
	border-right: 1px solid #d53a00;
}

.lefttop {

}

.leftbottom  {
	margin-top: 5px;
	border-top: 1px solid #d53a00;
}

.rightcolumn {
	background: url(../i/content_area_top_bg_RIGHT.png) no-repeat top;
	float: right;
	padding: 10px 91px 0 10px;
	width: 425px;
}

.upperrightman {
	float: right;
	padding: 0;
	width: 79px;
	height: 203px;
}

.contentbottom {
	clear: both;
	background: url(../i/content_area_bottom_bg.jpg) no-repeat bottom;
	height: 71px;
}

.innerpagemain {
	background: url(../i/content_area_bg_repeat.png) repeat-y top;
	margin: 0 auto;
	padding: 0;
	width: 881px;
}

.innerpagecontent {
	background: url(../i/inner_page_area_bg.png) no-repeat top;
	margin: 0 auto;
	text-align: left;
	padding: 10px;
	padding-right: 200px;
	height: 608px;
}

.clientlisting {
	padding: 5px;
	margin: 2px;
	text-align: left;
	display: block;
	background-color: #fe8a27;
	color: #333;
	font-size: 0.8em;
	font-weight: bold;
	width: 147px;
}

.clientlisting a {
	font-size: 0.8em;
	font-weight: bold;
}

.clienttextlist {
	font-size: 0.9em;
}

.portfoliotable {
	width: 208px;
	float: left;
	border-left: 1px solid #d53a00;
	border-right: 1px solid #d53a00;
	padding: 0px;
}

.portfolioexample {
	width: 400px;
	float: left;
	text-align: center;
	vertical-align: top;
	padding: 10px;
}


/* footer */

.footer {
	padding: 32px 81px 0 0;
	font: normal 1.1em Arial, Helvetica, sans-serif;
	line-height: 11px;
	text-align: center;
	height: 88px;
	width: 800px;
	margin: 0 auto;
	background-color: #171717;
}

.footer a  {
	text-decoration: none;
	color: #f5660b;
	font-weight: bold;
}

.footer a:hover {color: #fff;}

.footernav  {
	font: normal 0.75em Arial, Helvetica, sans-serif;
	color: #f5660b;
}

.footercopyright  {
	font: normal 0.6em Arial, Helvetica, sans-serif;
	color: #ccc;
}

