* {
	text-align:left;
}

/*body,html { min-height:101%; }*/ 

body {
	margin:0;
	padding:0;
	color:#999999;
	font-size:80%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	background: #191919;
	}
		
#header {
	background: #0e0e0e url(../i/header_bg.jpg) repeat-x;
	border-bottom: solid #20221E 1px;
	/*border: #fff000 solid 1px;*/
	height:180px;
}
		
#title {
	display:block;
	width:880px;
	height:161px;
	position: relative;
	left:50%; /* puts left edge in the middle */
	margin-left : -380px; /* change to equal half the length of your centered table */
	background: url(../i/title.jpg) no-repeat;	
	/*border: #000fff solid 1px;*/
}

h1 {
  	display:block;
	height: 95px;
  	padding:0;
  	margin:0;
  	font-size:1.5em;
  	color:#000000;
  	text-indent:-9000px;
}

.hidden {
  	text-indent:-9000px;
}

.prop {
  	height:320px;
  	float:left;
  	width:1px;
}

.clear {
  clear:both;
  height:1px;
  overflow:hidden;
}

.clear_with_height {
  display:block;
  height:90px;
  clear:both;
  /*border:#f00 solid 1px;*/
}


.firstLine {
	margin:0;
}

/* horizontal main menu navigation - based on a method from Richard Rutter */
#mainNav {
	position:relative;
	color: #999999;
	margin: 35px 0 0 0px;
	padding: 0;
	width: 800px;
	font-weight: bold;
	font-size:1.2em;
	/*border: #ff0000 solid 1px;*/
}


ul.topnav {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 40px;
}

ul.topnav li{
	display:block;
	float:left;
	text-align: left;
	margin-left:5px;
	margin-right:5px;
}

ul.topnav li a {
	display: block;
	float:left;
	color: #999999;
	text-decoration: none;
	padding:0;
	height:40px;
}

ul.topnav li a:hover {
	color: #ffffff;
	height:40px;
	text-decoration: none;
}

/* Highlighting the current page */
body.home #mainNav a#home, 
body.about #mainNav a#about, 
body.services #mainNav a#services,
body.how_we_work #mainNav a#how_we_work, 
body.examples #mainNav a#examples, 
body.clients #mainNav a#clients, 
body.experience #mainNav a#experience, 
body.contact #mainNav a#contact { 
	height:40px;
	text-decoration: none;
  	color: #FFF;
  	background: url(../i/menu_back.gif) top repeat-x;
}

#content {
	background: #191919 url(../i/content_bg.jpg);	
}
		
#content_body {
	width:750px;
	margin:auto;
}

#content_body #breadcrumb {
	color:#ffffff;
	padding:5px 0 5px 0;
}
	
#content_body #breadcrumb a, a:link, a:visited {
	color:#ffffff;
	font-weight:bold;
}
		
#content_body #breadcrumb a:hover, a:active {
	color:#048100;
}

#oneColumn #primaryContent {
	float:left;
	width:750px;
	/*background:#fff000;*/
}

#twoColumn #primaryContent {
	float:left;
	width:440px;
	/*background:#fff000;*/
}

#twoColumn #secondaryContent {
	float:left;
	width:300px;
	margin:0 0 0 10px;
	/*background:#fff000;*/
}

#content_box1 {
	color:#aaaaaa;
	padding: 25px 25px 25px 25px;
	background: #0E0E0E url(i/swirl2.jpg) no-repeat bottom left;
}

#footer {
	height:40px;
	background: #191919 url(../i/footer_bg.jpg) repeat-x;
	border-top: #151515 solid 1px;
}

#footnav {
	display:block;
	width:750px;
	position: relative;
	left:50%; /* puts left edge in the middle */
	margin-left : -375px; /* change to equal half the length of your centered table */
	color:#666666;
	font-size:10pt;
	padding:10px 0 10px 0;
}

#footnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#footnav li {
	display: block;
	margin: 0 5px 0 0;
	padding: 0;
	float: left;
	width: auto;
}

#footnav a, a:link, a:visited {
	color:#666666;
	font-weight:normal;
}		

#footnav a:hover, a:active {
	color:#048100;
}			

.green {
	color:#048100;
}

.person {
	color:#048100;
	font-weight: bold;
}      

strong {
  	color:#ffffff;
  	font-weight: bold;
}

.email {
	display:inline;
	float:left;
	width:180px;
	color:#fff;
	margin:0 0 10px 0;
	padding:0 0 5px 50px;
	background: url(../i/email.jpg) no-repeat;
}
.email p { margin-top:0; }
.email a { color:#fff; }

.telephone {
	display:inline;
	width:200px;
	color:#666;
	margin:0 0 10px 0;
	padding:0 0 5px 50px;
	background: url(../i/telephone.jpg) no-repeat;
	float:left;
}
.telephone p { margin-top:0; }

hr {
  	border: 0;
  	background-color:#333333;
  	color:#333333;
  	height: 1px;
  	width: 100%;
}

h2 {
  	font-size:1.5em;
  	color:#ffffff;
}

h3 {
  	font-size:1.2em;
  	color:#048100;
}

/* CSS for the box starts here
================================================*/

/* Default styling. Used when JavaScript is unsupported */
.cbb {
	padding:10px 10px;
	margin:1em 0;
	background:#0e0e0e;
	border:1px solid #0E0E0E;
}

/* Insert the custom corners and borders for browsers with sufficient JavaScript support */
/* Two of the boxes are floated just for this demo. Adjust to your needs. */
.cb {
	margin:0;
	margin:0.5em 0;
}

/* Rules for the top corners and border */
.bt {
	background: url(../i/box.png) no-repeat 100% 0;
	margin:0 0 0 18px;
	height:17px;
}

.bt div {
	height:17px;
	width:18px;
	position:relative;
	left:-18px;
	background: url(../i/box.png) no-repeat 0 0;
}

/* Rules for the bottom corners and border */
.bb {
	background: url(../i/box.png) no-repeat 100% 100%;
	margin:0 0 0 12px;
	height:14px;
}

.bb div {
	height:14px;
	width:12px;
	position:relative;
	left:-12px;
	background:url(../i/box.png) no-repeat 0 100%;
}

/* Insert the left border */
.i1 {
	padding:0 0 0 12px;
	background:url(../i/borders.png) repeat-y 0 0;
}

/* Insert the right border */
.i2 {
	padding:0 12px 0 0;
	background:url(../i/borders.png) repeat-y 100% 0;
}

/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {
	background:#0e0e0e;
	/*border:1px solid #000;*/
	border-width:1px 0;
	padding:0 10px;
}

/* CSS for the box ends here */


/* page specific markup 
================================================*/
body.home .cbb {
	width:325px;
	margin:0;
	padding:0 25px 0 0;
}

body.home #secondaryContent .i3 {
	border-width:1px 0;
	margin:0;
	padding:-10px 10px 0 10px;
	background: #0E0E0E url(../i/swirl_about.jpg) no-repeat bottom left;
}

body.about .box {
	display:block;
	float:left;
	width:335px;
	margin:0;
	padding:0 25px 70px 0;
}

body.about .box2 {
	display:block;
	float:left;
	width:335px;
	margin:0;
	padding:0 0 70px 0;
}

body.about #primaryContent .i3{
	border-width:1px 0;
	padding:-10px 10px 0 10px;
	background: #0E0E0E url(../i/swirl_about.jpg) no-repeat bottom left;
}

body.about .firstLine{
	padding-bottom:10px;
}
body.about .boxLine{
	margin:0;
}



#serviceLayout #primaryContent  {
	float:left;
	width:370px;
	/*background:#fff000;*/

}


#serviceLayout #primaryContent .i3 {
	border-width:1px 0;
	padding:-10px 10px 0 10px;
}



#serviceLayout #secondaryContent {
	float:left;
	width:370px;
	margin:0 0 0 10px;
	/*background:#fff000;*/
}

#serviceLayout #secondaryContent .i3 {
	border-width:1px 0;
	padding:-10px 10px 0 10px;
	background: #0E0E0E url(../i/swirl_services.jpg) no-repeat bottom left;
}

#serviceLayout .prop {
	display:inline;
  	height:620px;
  	float:left;
  	width:1px;

}

body.how_we_work #primaryContent .i3{
	border-width:1px 0;
	padding:-10px 10px 0 10px;
	background: #0E0E0E url(../i/swirl_about.jpg) no-repeat bottom left;
}

body.clients .prop {
  	height:380px;
  	float:left;
  	width:1px;
}

/*body.how_we_work .prop {
  	height:600px;
  	float:left;
  	width:1px;
}*/

/*body.clients #primaryContent .i3{
	border-width:1px 0;
	padding:-10px 10px 0 10px;
	background: #0E0E0E url(../i/swirl_services.jpg) no-repeat bottom left;
}*/

/* BODY.CLIENTS */
body.clients .cbb {
	margin:0;
	padding:0;
	background: #0E0E0E url(../i/swirl_contact.jpg) no-repeat top right;
}

body.clients .box {
	width:400px;
	margin:0;
	padding:0;
}

body.clients .i3 {
	border-width:1px 0;
	padding:-10px 10px 0 10px;
	background: #0E0E0E url(../i/swirl_contact.jpg) no-repeat top right;	
}


/* BODY.CONTACT */
body.contact .cbb {
	margin:0;
	padding:0;
	background: #0E0E0E url(../i/swirl_contact.jpg) no-repeat top right;
}

body.contact .box {
	width:500px;
	margin:0;
	padding:0;
}

body.contact .i3 {
	border-width:1px 0;
	padding:-10px 10px 0 10px;
	background: #0E0E0E url(../i/swirl_contact.jpg) no-repeat top right;	
}

body.contact .prop {
  	height:380px;
  	float:left;
  	width:1px;
}

/* GENERIC ------------------ */

#content_body ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
		
#primaryContent li, #secondaryContent li {
	color:#ffffff;
	font-weight: normal;
	padding-left: 20px;
	margin-bottom:2px;
	background-image: url(../i/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}
/**/

/* SERVICE PAGE */

body.services .prop {
  	height:440px;
  	float:left;
  	width:1px;
}

#primaryContent ul.servicenav {
	list-style: none;
	margin: 0;
	position:relative;
	padding:0;
	width: 300px;
	font-weight: bold;
	font-size:1.0em;
}

#primaryContent ul.servicenav li{
	height:23px;
	display:block;
	margin-bottom:10px;
	padding-left:0px;
	background:#0e0e0e url(../i/item_down.jpg) no-repeat left;
}

#primaryContent ul.servicenav li a {
	font-weight: bold;
	height:23px;
	padding: 0 0 0 20px;
	line-height:23px;
	display: block;
	color: #ffffff;
	text-decoration: none;
}

#primaryContent ul.servicenav li a:hover {
	color: #ffffff;
	text-decoration: none;
}

/* hilight service page navigation item */
body.serv1 .servicenav a#services1, 
body.serv2 .servicenav a#services2, 
body.serv3 .servicenav a#services3, 
body.serv4 .servicenav a#services4, 
body.serv5 .servicenav a#services5, 
body.serv6 .servicenav a#services6, 
body.serv7 .servicenav a#services7, 
body.serv8 .servicenav a#services8 {
	font-weight: bold;
	font-size:1.0em;
	color:#000000;
  	background:#0e0e0e url(../i/item_up.jpg) no-repeat left;
}
/* hilight service page navigation item */
body.serv1 .servicenav a:hover#services1, 
body.serv2 .servicenav a:hover#services2, 
body.serv3 .servicenav a:hover#services3, 
body.serv4 .servicenav a:hover#services4, 
body.serv5 .servicenav a:hover#services5, 
body.serv6 .servicenav a:hover#services6, 
body.serv7 .servicenav a:hover#services7, 
body.serv8 .servicenav a:hover#services8 {
	font-weight: bold;
	font-size:1.0em;
	color:#000000;
  	background:#0e0e0e url(../i/item_up.jpg) no-repeat left;
}

html            { overflow:-moz-scrollbars-vertical; overflow-y: scroll; }


