/*
	---------------------------------------------
	accretive default template stylesheet
	sept 2006
	coded by: paul jarvis / www.twothirty.com
	---------------------------------------------
	
	the artists palette
	
	orange			fd481c
	grey				4d4d4d
	blue				2059a7
	
*/





/* global elements
-------------------------------------------------------- */
* { padding: 0; margin: 0; } 

.reset {
	display: block; 
	clear: both; 
	font-size: 1px; 
	height: 1px; 
	line-height: 0.1;
	}

html { text-align: center; }

	body {
		font: 11px/15px "Lucida Grande", verdana, sans-serif;
		background: #fff url("/images/back-page.gif") repeat-x;
		color: #4d4d4d;
		height: auto;
		width: 850px;
		margin: 0 auto;
		text-align: left;
		}
		
		#header, #content, #footer {
			position: relative;
			float: left;	
			width: 850px;		
			}
			
			#home #header { margin-top: -25px; }
					
		#footer {
			background: url("/images/footer.gif") no-repeat;
			padding: 65px 0;
			text-align: right;
			}
					
					#main {
						position: relative;
						float: right;
						width: 675px;
						margin: 50px 0 10px 0;
						}
						
					#sidebar {
						position: relative;
						float: left;
						width: 155px;
						margin: 50px 0 10px 0;
						}


			#home #content { margin: 2px 0 ; }
			#home #footer { background-position: 0 -48px; padding-top: 10px; }










/* navigation elements 
-------------------------------------------------------- */
#header h2.logo { display: none; }

h2.value {
	text-indent: -9999px;
	position: relative;
	width: 850px; height: 465px;
	background: url("/images/home.jpg") no-repeat;
	}

ul#nav {
	position: relative;
	width: 850px; height: 90px; 
	background: url("/images/nav.gif") no-repeat;
	}

	ul#nav li {
		float: left;
		list-style: none;
		}
	
	ul#nav li a {
		position: absolute;
		text-indent: -9999px;
		text-decoration: none;
		border: none !important;
		top: 0; height: 90px;
		}

		ul#nav li#nav-home a { 
			left: 0; width: 173px;
			background: url("/images/nav.gif") no-repeat;
			}
		ul#nav li#nav-team a { 
			left: 400px; width: 65px; 
			background: url("/images/nav.gif") -400px 0 no-repeat;
			}
		ul#nav li#nav-approach a { 
			left: 465px; width: 97px; 
			background: url("/images/nav.gif") -465px 0 no-repeat;
			}
		ul#nav li#nav-portfolio a { 
			left: 563px; width: 100px; 
			background: url("/images/nav.gif") -563px 0 no-repeat;
			}
		ul#nav li#nav-cs a { 
			left: 662px; width: 100px; 
			background: url("/images/nav.gif") -662px 0 no-repeat;
			}
			ul#nav li#nav-contact a { 
				left: 779px; width: 70px; 
				background: url("/images/nav.gif") -779px 0 no-repeat;
				}
				
ul#nav li#nav-home a:hover  				{ background-position: 0 -90px; }
ul#nav li#nav-team a:hover  				{ background-position: -400px -90px; }
ul#nav li#nav-approach a:hover  		{ background-position: -465px -90px; }
ul#nav li#nav-portfolio a:hover  		{ background-position: -563px -90px; }
ul#nav li#nav-cs a:hover  					{ background-position: -662px -90px; }
ul#nav li#nav-contact a:hover  			{ background-position: -779px -90px; }

ul#nav li#nav-team a.active  				{ background-position: -400px -180px; }
ul#nav li#nav-approach a.active  		{ background-position: -465px -180px; }
ul#nav li#nav-portfolio a.active  	{ background-position: -563px -180px; }
ul#nav li#nav-cs a.active  					{ background-position: -662px -180px; }
ul#nav li#nav-contact a.active 			{ background-position: -779px -180px; }






#subnav, #subnav2 {
	background: #f0f0f0 url("/images/back-subnav.jpg") no-repeat;
	margin: 2px 0;
	border-bottom: 1px solid #ccc;
	float: left;
	width: 100%;
	height: 100px;
	}
	
	#subnav ul { float: left; padding: 20px 0 0 455px; }
	#subnav2 ul { float: left; padding: 5px 0 0 455px; }

	#subnav li, #subnav2 li {
		float: left;
		list-style: none;
		}
		
		#subnav li a, #subnav li span, #subnav2 li a, #subnav2 li span {
			font-size: 9px;
			color: #2059a7;
			text-decoration: none;
			float: left;
			display: block;
			width: 127px;
			padding: 0 2px;
			}

			#subnav li a:hover, #subnav2 li a:hover {
				background: #fff;
				}
				
			#subnav li a.active, #subnav li a.active:hover, #subnav2 li a.active, #subnav2 li a.active:hover {
				color: #000;
				background: none;
				}
				
				#subnav2 strong{color:#333;}
		








/* jquery elements
-------------------------------------------------------- */
/* content elements
-------------------------------------------------------- */
#main p, #main ul { padding: 0 20px 15px 20px; }
#main ul { margin-left: 10px; }

#main h2 {
	padding: 10px 0 10px 20px;
	color: #000;
	font-size: 15px;
	}

#main h3 {
	color: #1a1a1a;
	font-size: 11px;
	padding-bottom: 10px;
	margin-left: 20px;
	font-weight: normal;
	}

#main ul li {
	list-style: none;
	padding: 0 0 5px 10px; 
	position: relative;
	background:  url("/images/li.gif") 0 6px no-repeat;
	}

	#main ol li {
		list-style: decimal;
		padding: 0 0 5px 20px; 
		}

#content a { color: #fd481c; text-decoration: none; }
#content a:hover { color: #666; }

.testimonial {
	font: 20px/21px georgia, serif;
	font-style: italic;
	color: #fd481c;
	padding: 40px 0 10px 0;
	}

.person, #footer p {
	font-size: 9px;
	color: #1a1a1a;
	line-height: 12px;
	}
	
	.person strong {
		font-size: 13px;
		display: block;
		padding-bottom: 2px;
		}
		
 
#footer .contact {
	font-weight: bold;
	font-size: 11px;
	position: absolute;
	top: 65px; left: 2px;
	}

	#home #footer .contact { top: 10px; }

.photo {
	float: right;
	margin: 0 20px 20px 20px;
	border: 5px solid #e5e5e5;
	}

.selected {
	background: #f0f0f0;
	color: #000;
	}

.top {
	text-align: right;
	}

table { 
	width: 575px;
	}
	
	table td h2, table td p { padding: 0 !important; margin: 0 !important; }
	table td { padding-bottom: 20px; }	
	table td a { color: #111 !important; }


/* form elements
-------------------------------------------------------- */


/* sifr
-------------------------------------------------------- */
h1 {
	font-size: 40px;
	margin-bottom: 21px;
	}

.sIFR-flash, .sIFR-replaced {
	visibility: visible !important;
	}

span.sIFR-alternate {
	position: absolute;
	left: 0; top: 0;
	width: 0; height: 0;
	display: block;
	overflow: hidden;
	}

.sIFR-hasFlash h1 {
	visibility: hidden;
	height: 35px;
	}