html, body { 
	margin: 0; 
	padding: 0;
}

body {
	font-family: Arial, Helvetica, San-Serif; 
	background: transparent; 
	width: 100%;
	text-align: center;
}

h4 {
	color: #97b7c8;
	font-weight: 500;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Helvetica, San-Serif;
	font-size: 16px;
	margin: 0;	
}

h5 {
	color: #97b7c8;
	font-weight: 500;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Helvetica, San-Serif;
	font-size: 14px;
	margin: 10px 0 5px 0;	
}

#background {
	position:fixed;
	height:100%;
	width:100%;	
	top:0;
	left:0;
	z-index: 0;
}

#greenbar {
	background: #c3cf21; 
	width: 902px; 
	height: 10px; 
	display: block; 
	position: relative; 
	margin: 0 auto;
}

/* Transparent png support for ie6 */
#page_title img, #page_right img, #jrs_container, #vibram_container, #fv_container, #bs_container {
	behavior: url(/css/iepngfix.htc); 	
}

ul, li { 
	margin: 0; 
	padding: 0;
}

a {
	color: #C3CF21;
	text-decoration: none;	
}

a:hover {
	text-decoration: underline;
}

a.arrow_link {
	color: #c3cf21;
	background: url(../images/arrow.png) no-repeat left top; 
	padding: 1px 0 2px 24px;
	display: block;
	margin-bottom: 5px;
	behavior: url(/css/iepngfix.htc);
	width: 200px;
}

a:hover.arrow_link {
	color: #158d08;
}

#container {
	position: fixed; 
	width: 900px; 
	height: 1000px;
	margin-left: auto; 
	margin-right: auto;
	text-align: left;
	position: relative;
	font-size: 12px;
	background: #1c1511;
	opacity: 0.80;
	FILTER: Alpha(Opacity=80, FinishOpacity=90, Style=2);
	border-left: 1px solid #282117;
	border-right: 1px solid #282117;	
	border-bottom: 1px solid #282117;	
}

.home_big_project {
	float: left; 
	width: 425px; 
	height: 120px; 

}

.home_big_project img {
}

.home_project_nav {
	float: right;
	margin-right: 20px;
}

.home_project_nav img {

}

.home_project_nav img {
	margin: 0 0 12px 0;
	display: block;
}
	
#logo {
	position: absolute;
	top: 45px;
	margin: 0 0 0 71px;
	width: 115px;
	height: 85px;
}

#logo img {
	behavior: url(/css/iepngfix.htc);
}

#secondary_nav {
	width: 880px;
	margin: 0 auto;
	padding: 5px 0 0 0;
	text-align: right;
	font-size: 10px;
	color: #fff;
}

#secondary_nav a {
	display: inline-block;
	/* width: 40px; */
	margin: 0 5px 0 0;
	padding: 3px 5px;
	text-decoration: none;
	color: #615745;
	behavior: url(/css/iepngfix.htc); 	
	
}

#secondary_nav a:hover {
	background: url(../images/icons/glow.png) no-repeat top center;
	behavior: url(/css/iepngfix.htc); 
}

#secondary_nav a:hover.round {
	background: url(../images/icons/glow_round.png) no-repeat top center; 
	behavior: url(/css/iepngfix.htc); 
}

#secondary_nav a img {
	behavior: url(/css/iepngfix.htc); 	
	
}

#secondary_nav a.contact {
	background: url(../images/nav/contact.png) no-repeat right bottom; 
}

#secondary_nav a:hover.contact, #secondary_nav a.contact_selected {
	background: url(../images/nav/contact_over.png) no-repeat right bottom; 
}


#nav {
	position: absolute;
	top: 130px;
	left: 18px;
	text-align: right;
	width: 160px;
	margin: 0 0 35px 0;
	font-size: 11px;
	font-weight: bold;
	color: #333;
}

#nav .about_title, #nav .work_title {
	behavior: url(/css/iepngfix.htc);
	width: 160px;
	height: 18px;
}

#nav .about_title {
	background: url(../images/nav/about_us_title.png) no-repeat right bottom; 
}

#nav .work_title {
	background: url(../images/nav/our_work_title.png) no-repeat right bottom; 
}

#nav a {
	behavior: url(/css/iepngfix.htc);
	width: 160px;
	height: 14px;
}

#nav a:hover {
	behavior: url(/css/iepngfix.htc);
}

#nav a.philosophy {
	background: url(../images/nav/story.png) no-repeat right bottom; 
}

#nav a:hover.philosophy, #nav a.philosophy_selected {
	background: url(../images/nav/story_over.png) no-repeat right bottom; 
}

#nav a.services {
	background: url(../images/nav/services.png) no-repeat right bottom; 
}

#nav a:hover.services, #nav a.services_selected  {
	background: url(../images/nav/services_over.png) no-repeat right bottom; 
}

#nav a.how_we_work {
	background: url(../images/nav/howwork.png) no-repeat right bottom; 	
}

#nav a:hover.how_we_work, #nav a.how_we_work_selected  {
	background: url(../images/nav/howwork_over.png) no-repeat right bottom; 
}

#nav a.clients {
	background: url(../images/nav/clients.png) no-repeat right bottom; 	
}

#nav a:hover.clients, #nav a.clients_selected  {
	background: url(../images/nav/clients_over.png) no-repeat right bottom; 
}

#nav a.contact {
	background: url(../images/nav/contact.png) no-repeat right bottom; 
}

#nav a:hover.contact, #nav a.contact_selected  {
	background: url(../images/nav/contact_over.png) no-repeat right bottom; 
}

#nav a.login {
	background: url(../images/nav/client_login.png) no-repeat right bottom; 
}

#nav a:hover.login, #nav a.login_selected  {
	background: url(../images/nav/client_login_over.png) no-repeat right bottom; 
}

#nav a.projects {
	background: url(../images/nav/projects.png) no-repeat right bottom; 	
}

#nav a:hover.projects, #nav a.projects_selected  {
	background: url(../images/nav/projects_over.png) no-repeat right bottom; 
}

#nav a.experience {
	background: url(../images/nav/experience.png) no-repeat right bottom; 	
}

#nav a:hover.experience, #nav a.experience_selected  {
	background: url(../images/nav/experience_over.png) no-repeat right bottom; 
}

#nav a.team {
	background: url(../images/nav/people.png) no-repeat right bottom; 	
}

#nav a:hover.team, #nav a.team_selected  {
	background: url(../images/nav/people_over.png) no-repeat right bottom; 
}

#nav a.bryant {
	background: url(../images/nav/bryant.png) no-repeat right bottom; 	
}

#nav a:hover.bryant, #nav a.bryant_selected  {
	background: url(../images/nav/bryant_over.png) no-repeat right bottom; 
}

#nav a.fv {
	background: url(../images/nav/fidelity.png) no-repeat right bottom; 
	width: 160px;
	height: 12px;
}

#nav a:hover.fv, #nav a.fv_selected  {
	background: url(../images/nav/fidelity_over.png) no-repeat right bottom; 
}

#nav a.blog {
	background: url(../images/nav/blog.png) no-repeat right bottom; 
}

#nav a:hover.blog, #nav a.killington_selected  {
	background: url(../images/nav/blog_over.png) no-repeat right bottom; 
}

#nav a.portfolio {
	background: url(../images/nav/portfolio.png) no-repeat right bottom; 	
}

#nav a:hover.portfolio, #nav a.portfolio_selected  {
	background: url(../images/nav/portfolio_over.png) no-repeat right bottom; 
}

#nav a.casestudies {
	background: url(../images/nav/casestudies.png) no-repeat right bottom; 	
}

#nav a:hover.casestudies, #nav a.casestudies_selected  {
	background: url(../images/nav/casestudies_over.png) no-repeat right bottom; 
}


#nav a.secondlife {
	background: url(../images/nav/secondlife.png) no-repeat right bottom; 	
}

#nav a:hover.secondlife, #nav a.secondlife_selected  {
	background: url(../images/nav/secondlife_over.png) no-repeat right bottom; 
}


#nav a {
	display: block;
	margin: 2px 0 0 0;
	text-decoration: none;
	color: #615745;
}
#nav a:hover  {
	color: #8e826b;
}

#nav a.selected  {
	display: block;
	text-decoration: none;
	color: #e29e48;
}

#nav a.expandable {
	position: relative;
}

#nav div.expandable_container {
	position: relative;	
}

#nav div.expandable_container div{
	display: inline;
	position: absolute;
	top: 2px;
	right: -12px;
	width: 10px;	
}

#preload {
	display: none;
}
#interactive a.expandable {
	position: relative;
}

#interactive a.expandable div {
	display: inline;
	position: absolute;
	right: -12px;
	width: 10px;
}

#campaigns_plus, #campaigns_minus, #projects_plus, #projects_minus {
	display: inline;
	position: absolute;
	right: 0;
	top: 0;
	font-weight: 500;
	font-family: Arial, Helvetica, San-Serif;
}

#print_plus, #print_minus, #ooh_plus, #ooh_minus, #radio_plus, #radio_minus {
	position: absolute;
	right: 0;
	bottom: 0;	
}

#campaigns_nav, #projects_nav {
}

#clients_nav a, #campaigns_nav a, #projects_nav a {
	font-weight: 500;
	color: #8d826a;
}

#clients_nav a:hover, #campaigns_nav a:hover, #projects_nav a:hover {
	color: #6892c5;
}


#page_title {
	position: absolute;
	font-size: 24px; 
	font-weight: 500; 
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Helvetica, San-Serif;
	color: #c3cf21;
	width: 620px;
	top: 53px; 
	left: 245px;
	behavior: url(/css/iepngfix.htc); 	
}

.subtitle {
	color: #c3cf21;
	font-weight: 500;
	font-family: Georgia, 'Palatino Linotype', Sylfaen, 'Times New Roman', Serif;
	font-size: 18px;
	line-height: 21px;
	font-style: italic;
	margin: 0 0 5px 0;
	
}

.subtitle2 {
	color: #97b7c8;
	font-weight: 500;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Helvetica, San-Serif;
	font-size: 16px;
	margin: 0 0 5px 0;
	
}

.subtitle3 {
	color: #97b7c8;
	font-weight: 500;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Helvetica, San-Serif;
	font-size: 16px;
	margin: 5px 0 0 0;
	
}

.subtitle4 {
	color: #b6b2af;
	font-weight: 500;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Helvetica, San-Serif;
	font-size: 14px;
	margin: 0 0 5px 0;
	text-align: right;
	
}

.caption {
	color: #f99014;
	font-style: italic;
	margin: 3px 0 8px 0;
	font-size:11px;
	line-height: 14px;
}

.caption a {
	color: #b6b2af;
}

#page_intro {
	position: absolute;
	font-size: 16px;
	font-family: Georgia, 'Palatino Linotype', Sylfaen, 'Times New Roman', Serif;
	font-weight: 500;
	line-height: 21px;
	color: #b6b2af;
	top: 130px;
	left: 247px;
	width: 620px;
}

#page_intro_login {
	position: absolute;
	font-size: 12px;
	font-family: Arial;
	font-weight: 500;
	line-height: 18px;
	color: #fff;
	top: 125px;
	left: 247px;
	width: 620px;
}

#page_right {
	position: absolute;
	left: 247px;
	top: 335px;
	width: 620px;
	font-size: 12px;
	font-family: Arial;
	font-weight: 500;
	line-height: 18px;
	color: #675e4b;	
}

#page_right_contact {
	position: absolute;
	left: 520px;
	top: 185px;
	width: 350px;
}

#page_right_login {
	position: absolute;
	left: 247px;
	top: 160px;
	width: 635px;
	color: #fff;
}

#page_right_login .subtitle2 {
	margin-bottom: 12px;
}

#page_right_login a {
	color: #fff;
	display: inline-block;
	font-weight: bold;
}

#page_right_login a:hover {
	text-decoration: underline;
}

#page_right_contact a img {
	background: #333;
	padding: 2px;
	border: none;	
}

#page_right_contact a:hover img {
	background: #c3cf21;
	padding: 2px;
}

#page_right_people {
	position: absolute;
	left: 247px;
	top: 215px;
	width: 580px;
	font-size: 12px;
	font-family: Arial;
	font-weight: 500;
	line-height: 18px;
	color: #B6B2AF;	
}

#page_right_experience {
	position: absolute;
	left: 247px;
	top: 235px;
	width: 610px;
	font-size: 12px;
	font-family: Arial;
	font-weight: 500;
	line-height: 18px;
	color: #675e4b;	
}

#page_right_approach {
	position: absolute;
	left: 247px;
	top: 235px;
	width: 620px;
	font-size: 12px;
	font-family: Arial;
	font-weight: 500;
	line-height: 18px;
	color: #675e4b;	
}

#page_right_clients {
	position: absolute;
	left: 247px;
	top: 235px;
	width: 620px;
	font-size: 12px;
	font-family: Arial;
	font-weight: 500;
	line-height: 18px;
	color: #675e4b;	
}

#page_right_services {
	position: absolute;
	left: 247px;
	top: 195px;
	width: 620px;
	font-size: 12px;
	font-family: Arial;
	font-weight: 500;
	line-height: 18px;
	color: #675e4b;	
}

#page_right_services img {
	behavior: url(/css/iepngfix.htc);
}

#page_right_casestudies {
	position: absolute;
	left: 247px;
	top: 240px;
	width: 620px;
	font-size: 12px;
	font-family: Arial;
	font-weight: 500;
	line-height: 18px;
	color: #675e4b;	
}

#page_right_sl {
	position: absolute;
	left: 247px;
	top: 255px;
	width: 620px;
}

#page_right_people a img{
	background: #333;
	padding: 2px;
	border: none;
}

#page_right_people a:hover img{
	background: #c3cf21;
	padding: 2px;
	border: none;
}

#page_right_people a {
	color: #fff;
}

#page_right_people a:hover {
	color: #c3cf21;
	text-decoration: none;
}

#page_right .column, #page_right_approach .column, #page_right_clients .column {
	float: left;
	width: 270px;
	margin-right: 30px;
	display: inline;
}

#case_studies {
	position: absolute;
	top: 51px;
	left: 460px;
	width: 500px;
}

.home_panel {
	float: left;
	margin: 0 10px 10px 0;
	display: inline;
	z-index: 2;
}

.home_link {
	border: none;
	width: 238px;
	height: 156px;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}

.bodytext {
	color: #fff;
	font-weight: 500;
	font-family: Lucida Grande, Lucida Sans, Arial, Helvetica, San-Serif;
	font-size: 12px;	
}

#jrs_container {
	float: left;
	overflow: hidden;
	height: 155px;
	margin: 0 10px 10px 0;
	background: url(../images/home/jrs_homepanel_bg.png) no-repeat left top; 
	cursor: pointer;
	position: relative;
	hasLayout: true;

}

#vibram_container {
	float: left;
	overflow: hidden;
	height: 155px;
	margin: 0 10px 10px 0;
	background: url(../images/home/vibram_homepanel_bg.png) no-repeat left top; 
	cursor: pointer;
	position: relative;	
}

#fv_container {
	float: left;
	overflow: hidden;
	height: 155px;
	margin: 0 10px 10px 0;
	background: url(../images/home/fv_homepanel_bg.png) no-repeat left top; 
	cursor: pointer;
	position: relative;	
}

#bs_container {
	float: left;
	overflow: hidden;
	height: 155px;
	margin: 0 10px 10px 0;
	background: url(../images/home/bs_homepanel_bg.png) no-repeat left top; 
	cursor: pointer;
	position: relative;	
}

.home_container {
	float: left;
	overflow: hidden;
	height: 155px;
}

.case {
	float: left;
	width: 300px;
	height: 350px;
	border: 10px solid #ccc;
	margin: 0 10px 0 0;
	padding: 5px;
	font-size: 11px;
}


/*  Our Story  */
#story_title {
	position: absolute;
	font-size: 36px; 
	font-weight: bold; 
	color: #675e4c;
	width: 300px;
	top: 250px; 
	left: 470px;
}

#story_top {
	position: absolute;
	color: #333;
	width: 200px;
	top: 60px; 
	left: 470px;
	font-size: 11px;
}
#story_right {
	position: absolute;
	color: #333;
	width: 200px;
	top: 160px; 
	left: 710px;
	font-size: 11px;	
}
#story_bottom {
	position: absolute;
	color: #333;
	width: 200px;
	top: 320px; 
	left: 470px;
	font-size: 11px;	
}
#story_left {
	position: absolute;
	color: #333;
	width: 200px;
	top: 160px; 
	left: 220px;
	font-size: 11px;	
}

/* People */

.people_container {
	margin: 10px 0 24px 0;
	float: left;
}

#people_title {
	position: absolute;
	font-size: 36px; 
	font-weight: bold; 
	color: #675e4c;
	width: 210px;
	top: 330px; 
	left: 210px;
}

#people_intro {
	position: absolute;
	font-size: 12px;
	font-weight: 500;
	color: #333;
	top: 380px;
	left: 210px;
	width: 270px;
}

.people {
	float: left;
	width: 160px;
	height: 116px;
}

#will_container, #pete_container, #scott_container, #rebecca_container, #alice_container, #mike_container, #john_container, #ashley_container, #barley_container {
	float: left;
	overflow: hidden;
	width: 124px;
	height: 144px;
	margin: 0 50px 20px 0;
	cursor: pointer;
	position: relative;
	color: #fff;
}


#experience_intro {
	position: absolute;
	font-size: 12px;
	font-weight: 500;
	color: #333;
	top: 90px;
	left: 210px;
	width: 550px;
}

#experience_list {
	position: absolute;
	font-size: 12px;
	font-weight: 500;
	color: #333;
	top: 140px;
	left: 210px;
	width: 850px;	
}

#will {
	width: 120px;
	height: 120px;
	position: absolute;
	top: 180px;
	left: 290px;
	font-size: 11px;
	
}

#pete {
	width: 120px;
	height: 100px;
	position: absolute;
	top: 40px;
	left: 690px;
	font-size: 11px;	
}

#rebecca {
	width: 120px;
	height: 100px;
	position: absolute;
	top: 500px;
	left: 340px;
	font-size: 11px;	
}

#ashley {
	width: 120px;
	height: 100px;
	position: absolute;
	top: 270px;
	left: 705px;
	font-size: 11px;	
}

#scott {
	width: 120px;
	height: 100px;
	position: absolute;
	top: 365px;
	left: 510px;
	font-size: 11px;	
}

#john {
	width: 120px;
	height: 100px;
	position: absolute;
	top: 500px;
	left: 680px;
	font-size: 11px;	
}

#mike {
	width: 120px;
	height: 100px;
	position: absolute;
	top: 110px;
	left: 490px;
	font-size: 11px;	
}


#bio_container {
	color: #fff;
	font-size: 13px;
	font-family: Arial, Helvetica, San-Serif;
	position: relative;
	background: transparent url(../images/sb_background_small.png) no-repeat;
	width: 700px;
	height: 470px;
	margin: 20px auto 0 auto;
	padding: 0;
}

#bio_photo {
	float: left;
	text-align: right;
	margin: 35px 0 0 35px;
}

#bio_photo img {
	background: #c3cf21;
	padding: 2px;
}

#bio_content {
	float: left;
	width: 410px;
	text-align: left;
	margin: 35px 0 25px 25px;
	line-height: 18px;
}

#bio_content .bio_title {
	color: #c3cf21;
	font-weight: 500;
	font-family: Georgia, 'Palatino Linotype', Sylfaen, 'Times New Roman', Serif;
	font-size: 16px;
	line-height: 21px;
	font-style: italic;
	padding: 0 0 7px 0;
	margin: 0 0 7px 0;
	border-bottom: 1px dotted #ccc;		
}

#bio_content .bio_contact {
	color: #b9c7e3;
	margin: 10px 0;
}

#bio_content .float_left {
	width: 120px;	
	float: left;
	position: relative;
}

#bio_content a {
	color: #799ce2;
}

#bio_container .shadow_close {
	float: right;
	margin-bottom: 4px;
}


/* Services */

#services_title {
	position: absolute;
	font-size: 36px; 
	font-weight: bold; 
	color: #675e4c;
	width: 310px;
	top: 410px; 
	left: 580px;
}

#services_intro {
	position: absolute;
	font-size: 12px;
	font-weight: 500;
	color: #333;
	top: 460px;
	left: 580px;
	width: 270px;
}

#services_image {
	position: absolute;
	font-size: 12px;
	font-weight: 500;
	color: #333;
	top: 70px;
	left: 570px;
	width: 270px;
}

#services_column {
	position: absolute;
	font-size: 11px;
	font-weight: 500;
	color: #615745;
	top: 122px;
	left: 247px;
	width: 350px;
}

#services_column .plus img, #interactive .plus img, #experience_list .plus img {
	background: url(../images/plus.gif) no-repeat center top; 
	width: 13px;
	height: 9px;
}

#services_column .minus img, #interactive .minus img, #experience_list .minus img   {
	background: url(../images/minus.gif) no-repeat center top; 
	width: 13px;
	height: 9px;	
}

a.service_nav {
	display: block;
	font-weight: bold;
	margin: 5px 0 5px 0;
}

/* service accordion */

h1 {
	color: #675E4C;
	margin: 0;
	padding: 0;
}

h3 {
	font-size: 11px;
}

.service_titles, .project_titles, .experience_titles {
	font-size: 13px;
	font-weight: bold;
	color: #52a049;
	margin: 10px 0 0 0;
}

.service_titles {
	padding-bottom: 4px;
}

#our_capabilities {
	/*  position: absolute; */
	/*  top: 220px; */
	/*  left: 0; */
	margin-top: 25px;
}

.our_services, .our_capabilities, .our_banners, .our_experience, .bso_emails {  
	font-size: 12px;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
	padding: 0;
	margin: 0;
	line-height: 20px;
}

.service, .banners, .experience, .capabilities, .emails {
	font-size: 11px;
	padding: 2px 0 2px 10px;
}

/* Clients */

#clients_title {
	position: absolute;
	font-size: 36px; 
	font-weight: bold; 
	color: #675e4c;
	width: 310px;
	top: 260px; 
	left: 580px;
}

#clients_intro {
	position: absolute;
	font-size: 12px;
	font-weight: 500;
	color: #333;
	top: 310px;
	left: 580px;
	width: 270px;
}

.client_logo {
	width: 120px;
	height: 120px;
	float: left;
	display: inline;
	margin-left: 47px;
}


/* Projects */

#projects_title {
	position: absolute;
	font-size: 36px; 
	font-weight: bold; 
	color: #675e4c;
	width: 310px;
	top: 40px; 
	left: 580px;
}

#projects_intro {
	position: absolute;
	font-size: 12px;
	font-weight: 500;
	color: #333;
	top: 90px;
	left: 580px;
	width: 270px;
}

#interactive {
	font-size: 12px;
	font-weight: 500;
	color: #333;

}

#interactive .float_left {
	width: 260px;	
	float: left;
	position: relative;
}

#experience_list .float_left {
	width: 250px;	
	float: left;
	position: relative;
	margin: 0 20px 0 0;
}

#interactive .float_left a {
	position: relative;
	width: 200px;
}

.float_left a div.#print_content {
	position: absolute;	
	right: 0;
	top: 0;	
}

/*  Contact Us  */
#contact_title {
	position: absolute;
	font-size: 36px; 
	font-weight: bold; 
	color: #675e4c;
	width: 300px;
	top: 330px; 
	left: 620px;
}

#contact_intro {
	position: absolute;
	font-size: 12px;
	font-weight: 500;
	color: #333;
	top: 130px;
	left: 210px;
	width: 400px;
}

#contact_info {
	position: absolute;
	color: #333;
	width: 300px;
	top: 390px; 
	left: 620px;
}

#contact_map {
	position: absolute;
	color: #333;
	width: 200px;
	height: 160px;
	top: 120px; 
	left: 620px;
	border: 10px solid #ccc;
}

#contact_form {
	color: #333;
	padding-top: 10px;
}

.thumbs ul li img {
	margin-right: 10px;
	border: 0px none;
}

#contact_form .label {
	display: inline;
	width: 100px;
	float: left;
	text-align: right;
	margin: 15px 10px 0 0;
}

#contact_form .input {
	display: inline;
	width: 170px;
	float: left;
	margin: 10px 0 0 0;
}

#contact_form input, textarea {
	font-family: Arial, Helvetica, San-Serif;
	font-size: 12px;
	color: #888;
	border: 1px solid #ccc;
	width: 220px;
	background: #fbfbfb;
	padding: 4px;
}

#contact_form textarea {
	height: 154px;
}


#contact_form input.submit {
	display: block;	
	width: 160px;
	height: 35px;
	padding: 5px 0 0 0;
	color: #fff;
	cursor: pointer;
	border: none;
	background: url(../images/submit.png) no-repeat left center; 	
	behavior: url(/css/iepngfix.htc); 	
}

#contact_form input:hover.submit {
	background: url(../images/submit_over.png) no-repeat left center; 	
}

a.secondlife {
	background: url(../images/visitus.png) no-repeat left center; 	
	display: block;
}

a:hover.secondlife {
	background: url(../images/visitus_over.png) no-repeat left center; 	
}

/*  This is named like this to trick pesky bots */
#contact_form .email_address {
	display: none;
}

/*  Shadowbox HTML classes */

body#shadowbox_window {
	background: transparent;
	text-align: left;
	overflow: auto;
}

#project_container {
	color: #fff;
	font-size: 13px;
	font-family: Arial, Helvetica, San-Serif;
	position: relative;
	border-bottom: 1px solid #383838;
	background: transparent url(../images/sb_background.png) no-repeat;
	height: 630px;	
}

#head {
	background: #161717;
	border: 1px solid #383838;
	padding: 8px 5px 8px 8px;
}

#head table, td {
	padding: 0;
	margin: 0;
}


#project_container .shadow_close {
	float: right;
	margin-bottom: 4px;
}

td.client, td.client_name, td.project, td.project_name {
	font-size: 12px;
	padding: 0;
	margin: 0;
	vertical-align: top;
	line-height: 18px;
}

td.client, td.project {
	font-weight: bold;
	color: #e29c46;
	text-align: right;
}

td.client_name, td.project_name {
	width: 105px;
	padding-left: 4px;
}

#flash_thumb_list {
	margin: 20px auto 0 auto;
}


.flash_list {
	list-style:none;
	display: block;
	margin: 20px auto 0 auto;
}

.flash_list ul {
	margin:10px 0 10px 20px;
}

.flash_list li {
	display:block;
	width:80px;
	height:60px;
	overflow:hidden;
	float:left;
}
.flash_list li a {

}
.flash_list li div {
	position:absolute;
	display:none;
	top:0;
	left:180px;
}
.flash_list li div img {
	cursor:pointer;
}
.flash_list li.active div img,.galleria li.active div {
	display:block;
}

.flash_list li img.thumb {
	height: auto; 
	width: 80px; 
	opacity: 0.3;
}

.flash_list li img.thumb {
	cursor:pointer;
	top:auto;
	left:auto;
	display:block;
	width:auto;
	height:auto;
}


#footer {
	position: relative;
	background: #1c1511;
	margin: 0 auto;
	bottom: 10px;
	font-size: 9px;
	color: #61493c;
	width: 900px;
	border-left: 1px solid #282117;
	border-right: 1px solid #282117;	
	border-bottom: 1px solid #282117;	
	height: 180px;
	text-align: left;
	font-family: Georgia, 'Palatino Linotype', Sylfaen, 'Times New Roman', Serif;
}

#footer .footer_title {
	color: #61493c;
	font-size: 11px;
	margin: 0 0 3px 0;
}

#footer .footer_nav {
	text-align: left; 
	margin: 0 0 0 50px;
	border: 1px solid red;
}

#footer a {
	color: #8ea5b4;
	line-height: 14px;
}

#footer a:hover {
	color: #abc5d5;
	text-decoration: none;
}

#client_grid img {
	background: #ededed; 
	padding: 2px;
	margin: 0 8px 8px 0;
	border: 1px solid #282117;
}

.clear {
	clear: both; 
	height: 1px;
	line-height: 1px;
}

.project_container {
	float: left;
	overflow: hidden;
	width: 135px;
	height: 144px;
	margin: 0;
	padding: 5px;
	cursor: pointer;
	position: relative;
	color: #fff;
	font-size: 10px;
}

.sidebar_container {
	float: right;
	overflow: hidden;
	width: 95px;
	height: 102px;
	margin: 0;
	padding: 5px;
	cursor: pointer;
	position: relative;
	color: #fff;
	font-size: 10px;
	line-height: 10px;
}

#leftcolumn {
	width: 200px; 
	min-height: 560px; 
	margin: 40px 0 0 40px; 
	padding-right: 10px; 
	position: absolute; 
	font-size: 11px; 
	color: #fff; 
	line-height: 17px;
}

#rightcolumn {
	width: 690px; 
	margin: 67px 0 10px 0; 
	text-align: center; 
	position: absolute; 
	left: 230px; 
	display: block; 
	overflow: hidden;
}

#rightcolumn_vid {
	width: 690px; 
	margin: 67px 0 10px 0; 
	text-align: center; 
	position: absolute; 
	left: 230px; 
	display: block; 
	overflow: hidden;
}

#rightcolumn_vibram {
	width: 690px; 
	margin: 40px 0 10px 0; 
	text-align: center; 
	position: absolute; 
	left: 230px; 
	display: block; 
	overflow: hidden;
}


#project_container .project_description {
	font-size: 12px;
	padding: 0 0 0 25px;
	line-height: 18px;
	vertical-align: top;
}

#project_container .content {
	margin-top: 10px;
	text-align: center;
	overflow: auto;
}

#project_container img.project_image {
	margin-bottom: 20px;
	border: 1px solid #fff;
	
}

.sbox_company_title {
	color: #c3cf21;
	font-weight: 500;
	font-family: Georgia, 'Palatino Linotype', Sylfaen, 'Times New Roman', Serif;
	font-size: 16px;
	line-height: 21px;
	font-style: italic;
	padding: 0 0 7px 0;
	margin: 0 0 7px 0;
	width: 200px;
	border-bottom: 1px dotted #ccc;	
}

.sbox_project_title {
	font-size: 14px; 
	font-weight: 500; 
	color: #97b7c8; 
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	width: 200px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Helvetica, San-Serif;
}


a.thumb img {
	background: #1b1b1a;
	padding: 2px;
}

a:hover.thumb img {
	background: #c0ca24;
	padding: 2px;
}

/*  Tab classes */

UL.tabNavigation {
       list-style: none;
       margin: 0 0 20px 0;
       padding: 0;
}

UL.tabNavigation LI {
       display: inline;
	font-size: 16px;
	font-family: Georgia, 'Palatino Linotype', Sylfaen, 'Times New Roman', Serif;
	font-weight: 500;
	line-height: 21px;
	color: #b6b2af;       
}

UL.tabNavigation LI A {
    padding: 3px 1px 6px 1px;
    color: #999;
    text-decoration: none;
    font-size: 17px;
}

UL.tabNavigation LI A.selected, UL.tabNavigation LI A:hover {
    color: #f99014;
    padding-top: 7px;
    background: transparent url(../images/tab_underline.gif) center bottom no-repeat;
    border-bottom: 1px solid #ffb660;
    /* border-bottom: 1px solid #f99014; */
}f19d3a

UL.tabNavigation LI A:focus {
        outline: 0;
}

div.tabs > div {
        padding: 5px;
        margin-top: 3px;

}

div.tabs > div h2 {
        margin-top: 0;
}

#first, #second, #third, #fourth, #fifth {
	display: inline;
	font-size: 12px;
	color: #fff;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Helvetica, San-Serif;
}

#first a, #second a, #third a, #fourth a, #fifth a {
	color: #fff;
	display: block;
}

#first a:hover, #second a:hover, #third a:hover, #fourth a:hover, #fifth a:hover {
	color: #C3CF21;
	text-decoration: none;	
}

#first {

}

#second {

}

#third {
}

.waste {
        min-height: 1000px;
}



img.sidebar_thumb {
	float: right;
	width: 90px;
	height: 90px;
	margin: 3px 0 3px 3px;
	border: none;
}

#sharethis_0 {
	width: 24px;
	height: 24px;
	
}

#sharethis_0 a {
	width: 24px;
	text-align: right;
}

a.stbutton {
	height: 18px;
	width: 24px;	
}

/* -- QUOTES -- */

.quoteRight {
	float: right;
	padding: 0px;
	margin: 2px 0 15px 15px;
	width: 190px;
	padding: 7px 0 0 0;
	border-top: 4px solid #c3cF21;

}
.quote {
	color: #97B7C8;
	font-family: Georgia, 'Palatino Linotype', Sylfaen, 'Times New Roman', Serif;
	font-style: italic;
	font-size: 16px;
	line-height: 22px;
	
}
.author {
	color: #97B7C8;
	font-family: Georgia, 'Palatino Linotype', Sylfaen, 'Times New Roman', Serif;
	font-style: normal;
	font-size: 12px;
	line-height: 14px;
	padding-top: 14px;
}

/* Shadowbox Video Tabs */

ul.subsection_tabs{
	list-style:none;
	margin:5px 0 0 175px;
	padding:0;
	clear:both;
	height:70px;
	width: 404px;
	clear:both;
	text-align:center;
}

ul.subsection_tabs li.tab{
	float:left;
	margin: 0 7px 5px 0;
	text-align:center;
}

ul.subsection_tabs li.tab a{
	display:block;
	height:61px;
	padding: 3px;
	background-color:transparent;
	color:#666;
	width:80px;
}

ul.subsection_tabs li.tab a img {
	width: 80px;
	height: 61px;
}

ul.subsection_tabs li.tab a:hover{
	color:#666;
}

ul.subsection_tabs li.tab a.active{
	background-color:#c3cf21;
	padding: 3px;
}

ul.subsection_tabs li.source_code{
	float:right;
}

.footer_left {
	width: 180px; 
	float: left; 
	text-align: right; 
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Helvetica, San-Serif;
	color: #47352b; 
	line-height: 10px; 
	display: inline;
	margin-left: 10px;
}

.grove_word {
	color: #61493c; 
	font-size: 11px;
}

.word {
	color: #61493c;
}
