
*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.4.1
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}legend{color:#000;}

h4 {
	color:#2fb2d4;
	font-size: 14px;
	margin-bottom: 9px;
}

h5 {
	color:#2fb2d4;
	font-size: 13px;
	margin-bottom: 9px;
}

a {
	color: #2fb2d4;
	outline:none;
}

/*Rollover Tool Tip*/

a.info{
    position:relative; /*this is the key*/
    z-index:24;
    text-decoration:none
    }

a.info:hover{z-index:25;}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:-2px; left:4em; width:8em;
    border: 1px solid #311d0e;
    background-color: #251305; color:#fff;
    text-align: center}




#contact-us #main_copy a {
	color: #835eb7;
}

#contact-us #main_copy p {
	font-size:12px;
	margin-bottom: 9px;
}

html {
	background: #442200 url(/images/interface/site_bg.gif) repeat -1px top;
}

body {
	color: #fff;
	font: 12px/18px Arial, Helvetica, sans-serif;
	background: #442200 url(/images/interface/site_bg.gif) repeat left top;
}

#wrap {
	margin: 0 auto;
	padding-bottom: 30px;
	width: 940px;
}


/*#########HEADER#########*/

h1 a{
	background: url(/images/interface/celery-logo.png) no-repeat left top;
	float: right;
	margin: 0 3px 0 0;
	height: 77px;
	text-indent: -5000px;
	width: 173px;

}

#translation {
	margin-top: 20px;
}

#translation a{
	color: #7f7265;
	font-size: 12px;
	text-decoration: none;
}

#translation a.on {
	color: #b3b3b3;
}


/*#########NAVIGATION#########*/

 #main_nav {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 999;
}

#main_nav a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
}

#main_nav a:hover {
	text-decoration: none;
}

#wrap .menu_dark #main_nav a, .dark #main_nav a, .light #main_nav a, .grey #main_nav a  {
	color: #fff;
	font-size: 10px;
}

.grey #main_nav a {
	color: #b1b1b1;
}


.light #main_nav a {
	color: #442200;
}

#main_nav li {
	float: left;
	margin-right: 20px;
	padding-bottom: 0px;
}

#main_nav li ul {
	position: absolute;
	left: -999em;
	padding: 10px 0px 0 0;
	width: 14em;
}

#main_nav li ul li {
	padding: 0;
	width: 14em;
}

#main_nav li ul li a {
	line-height: 1.4;
	padding: 0;
	text-transform: lowercase;
	width: 14em;
}


#main_nav li:hover, #main_nav li.on  {
	border-bottom: 4px #2fb2d4 solid;
}

#main_nav li ul li a:hover{
	border-bottom: none;
	color:#2fb2d4 ;
}


#main_nav li:hover ul {
	left: auto;
}

#main_nav li:hover ul li:hover {
	border-bottom: none;
}

#tag, .dark_menu tag {
	background: url(/images/interface/cdc_white.png) no-repeat left top;
	height: 19px;
	left: 10px;
	position: absolute;
	text-indent: -5000px;
	top: 10px;
	width: 231px;
	z-index: 1000;
}

.light #tag {
	background: url(/images/interface/cdc_brown.png) no-repeat left top;
}

.grey #tag {
	background: url(/images/interface/cdc_brown.png) no-repeat left top;
}

/*#########MAIN BANNER ../images#########*/


#about-us #main_content {
	background: url(/images/landing_page_images/about-us/about_us_lp.jpg) no-repeat left top;
}

#design-backwards #main_content, #whats-new #main_content,  #people #main_content {
	background: none;
	background-color: #fff;
}

#our-work #main_content {
	background: url(/images/landing_page_images/our-work/our_work_lp.jpg) no-repeat left top;
}

#reports #main_content {
	background-color: #fff;
}

#packaging #main_content {
	background-color: #fff;
}

#brand #main_content {
	background-color: #fff;
}

#print #main_content {
	background-color: #fff;}

#spaces #main_content {
	background-color: #fff;
}

#web #main_content {
	background-color: #fff;
}





/*#########MAIN CONTENT#########*/

#main_content {
	background-color: #fff;
	height: 398px;
	margin-top: 65px;
	position: relative;
	width: 940px;
	z-index: 1;
}

#project_images {
	position: relative;
	z-index: 3;
}

#project_images ul {
	height: 398px;
	overflow: hidden;
	position: relative;
	width: 940px;
}

#project_images ul li {
	height: 398px;
	float:left;
	margin:0;
	padding:0;
	width: 940px;
	}

#project_images ul li img {
	margin:0;
	padding: 0;
}



#image_select {
	top: 8px;
	height: 25px;
	position: absolute;
	right: 10px;
	width: 100px;
}

#image_select li {
	float: right;
	height: auto;
}

#product_image {
	background: #fff url(/images/interface/image-loader.gif) no-repeat center center;
	height: 398px;
}

.image_button {
	background: transparent url(/images/interface/image_butt_on.gif) no-repeat center center;
	display: block;
	height: 10px;
	margin-left: 10px;
	text-indent: -5000px;
	width: 10px;
}

#image_select .on{
	background: transparent url(/images/interface/image_butt_off.gif) no-repeat center center;
}

.body-copy #main_copy {
	float: left;
	height:300px;
	padding:40px 0 0 30px;
	width: 390px;
	}

.body-copy #main_copy #contents {
	width: 440px;
	margin: 0 10px 9px 0;
}

#static_example_image {
	float: left;
	margin: 78px 0 0 10px;
}


.body-copy #main_copy h3#copy_title {
	color: #2fb2d4;
	font-size: 18px ;
	margin-bottom: 20px;
}

#main_copy p {
	font: 12px/18px Arial, "Helvetica Neue", Helvetica, sans-serif;
	margin-bottom: 5px;
}

.light #main_copy p {
	color: #442200;
}

.download_link {
	color: #442200;
	font-weight: bold;
	text-decoration: none;
}

h4.people_names {
	color: #442200;
	font-size: 16px;
	text-transform: uppercase;
}

#add_info {
	bottom: 10px;
	color: #2aaabe;
	position: absolute;
	right: 12px;
	text-align: left;
	z-index: 6;
	width: 160px;
}

#add_info a{
	color: #2aaabe;
	text-decoration: none;
	text-transform: uppercase;
}


/*#########SUB CONTENT#########*/

#sub_content {
	background: url(/../images/interface/sub_content_bg.gif) repeat-x left top;
	position: relative;
	margin-top: 5px;
	padding-top: 4px;
}

#our-work #sub_content, #spaces #sub_content, #report #sub_content, #brand #sub_content, #web #sub_content, #print #sub_content, #packaging #sub_content {
	background: url(/images/interface/ourwork_sub_bg.gif) repeat-x left top;
}

#about-us #sub_content, #people #sub_content, #what-is-new #sub_content, #design-backwards #sub_content {
	background: url(/images/interface/aboutus_sub_bg.gif) repeat-x left top;
}

#eco-tools #sub_content {
	background: url(/images/interface/ecotools_sub_bg.gif) repeat-x left top;
} 

#contact-us #sub_content {
	background: url(/images/interface/contactus_sub_bg.gif) repeat-x left top;
}


#sub_content h2, #sub_content h3 {
	font-size: 14px;
	margin: 0 0 15px 0;
	text-transform: uppercase;
	margin-top: 0;
}

#sub_content h3 {
	font-weight: bold;
}

#sub_content h3.group_subhead {
	font-weight: normal;
}

#project_description h2 {
	font-weight: bold;
	margin-left:27px;
}


/*#########WHAT'S NEW#########*/

#whats_new {
	background: url(/images/interface/scrollbar/home_scroll_bg.gif) no-repeat left bottom;
	padding: 0 0 10px 10px;
	width: 470px;
}

#whats_new #scroll-container {
	margin: 20px 0 0 5px;
}

#whats_new #track {
	background: url(/images/interface/scrollbar/lowerPage_track.gif) no-repeat left top;
		position: absolute;
		left: 399px;
		top: 11px;
		width: 11px;
		height: 230px;
	}
#whats_new #handle {
		position: absolute;
		left: 0;
		top: 0;
		width: 11px;
		height: 26px;
		background: url(/images/interface/scrollbar/lowerPage_handle.gif) no-repeat center top;
	}
#whats_new #button-up {
		top: 0;
		left: 399px;
		width: 11px;
		height: 11px;
		background: url(/images/interface/scrollbar/lowerPage_up.gif) no-repeat left top;
	}
#whats_new #button-down {
		top: 241px;
		left: 399px;
		width: 11px;
		height: 11px;
		background: url(/images/interface/scrollbar/lowerPage_down.gif) no-repeat left top;
	}



#whats_is_new #main_copy ul li {
	clear: both;
	margin: 0;
	padding: 0;
	width: 440px;
}

#sub_content #whats_new div.item {
	margin: 0 10px 9px 0px;
	overflow: hidden;
}

#whats_new div.item p {
	clear:both;
	margin-top: 0;
}

#news li {
	margin: 0 10px 18px 0;
}

#news_items li p {
       clear:both;
}

#news li p {
	font-size: 12px;
}

.news_boxtitle {
	color: #fff;
	float: left;
	font-size: 12px;
	margin-bottom: 1px;
	text-transform: uppercase;
	width: 250px;
}

.news_boxtitle a {
	text-decoration: none;
}

.news_title {
	color: #2fb2d4;
	float: left;
	font-size: 12px;
	margin-bottom: 1px;
	text-transform: uppercase;
	width: 250px;
}

#news_items a {
	border-bottom: 1px solid #fff;
	text-decoration: none;
}

.news_date {
	color: #442200;
	float: right;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 2px;
	text-align: right;
	width: 100px;
}

.news_image_right, .news_image_left {
	float: right;
	margin-left: 5px;
}

.news_image_left {
	float: left;
	margin: 0 5px 0 0;
}

.news_link a{
	color: #442200;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	margin-top: -12px;
}

/*#########WHAT'S NEW#########*/

.eco_title {
	color: #7dd128;
	font-size: 16px;
	margin-bottom: 6px;
	text-transform: uppercase;
	width: 320px;
}

#eco_list li {
	margin-bottom:12px;
}

#eco_list p {
	clear:left;
}

#eco_list li img {
	background-color: pink;  /*remove*/
	float: right;
	height: 100px; /*remove*/
	margin: 0 0 0 5px;
	width: 100px; /*remove*/
}

.eco_morelink a{
	color: #442200;
	text-decoration: none;
	text-transform: uppercase;
	margin: -12px 0 0 0;
}

ul#news_items li {
	clear: both;
	padding-bottom: 9px;
}


/*#########SUB NAV#########*/

#sub_nav {
	float: left;
	margin: 0 0 0 10px;
	width: 145px;
}

#sub_nav a, #section a {
	color: #fff;
	text-decoration: none;
}

#sub_nav li.on {
	list-style-type: disc;
}

#sub_nav li.off a {
	color: #7f7265;
}

#sub_nav li.off a:hover, #section a:hover {
	color:  #ffffff;
}

#nav_categories li a:hover, #nav_categories li.off a:hover {
	color:  #2fb2d4;
}

#sub_nav h2 a:hover {
	color: #fff;
}

/*#########SECTION#########*/

#section {
	float: left;
	margin: 0 0 0 5px;
	width: 255px;
}

/*#########PROJECT DESCRIPTION#########*/

#project_description {
	float: left;
	margin: 0 0 0 5px;
	padding: 0 0 10px 10px;
	width: 510px;
}

#project_description .content {
	border: 1px solid #311d0e;
	background-color: #251305;
	margin-left: 16px;
	padding: 0 10px 10px 10px;
}

#project_description p {
	font-size: 14px;
	padding-top: 9px;
}

#project_description #scroll-container {
	margin: 20px 0 0 0;
	width: 500px;
	}

#project_description #content {
	width: 470px;
	left: 30px;
	}
	

#project_description #track {
	background: url(/images/interface/scrollbar/lowerPage_track.gif) no-repeat left top;
	left: 0;
	top: 11px;
	width: 11px;
	height: 230px;
	}
#project_description #handle {
		left: 0;
		top: 0;
		width: 11px;
		height: 26px;
		background: url(/images/interface/scrollbar/lowerPage_handle.gif) no-repeat center top;
	}
#project_description #button-up {
		top: 0;
		left: 0;
		width: 11px;
		height: 11px;
		background: url(/images/interface/scrollbar/lowerPage_up.gif) no-repeat left top;

	}
#project_description #button-down {
		left: 0;
		top: 241px;
		width: 11px;
		height: 11px;
		background: url(/images/interface/scrollbar/lowerPage_down.gif) no-repeat left top;
	}


/*#########Scrollbar#########*/

	#scroll-container {
		overflow: hidden;
		position: relative;
		height: 252px;
		width:410px;
	}
	#content {
		position: absolute;
		top: 0;
		left: 0;
		width: 390px;
		overflow: hidden;
		padding-bottom: 40px;
	}
	#content p:first-child {
		margin-top: 0;
	}
	#track {
		position: absolute;
		left: 394px;
		top: 15px;
		width: 16px;
		height: 220px;
		background: #877362;
	}
	#handle {
		position: absolute;
		left: 0;
		top: 0;
		width: 16px;
		height: 10px;
		background: #B7B5AB;
	}
	#button-up {
		position: absolute;
		top: 0;
		left: 394px;
		width: 16px;
		height: 10px;
		background: #B7B5AB;
	}
	#button-down {
		position: absolute;
		top: 240px;
		left: 394px;
		width: 16px;
		height: 10px;
		background: #B7B5AB;
	}
	
/*#########Main Copy Scrollbar#########*/

	#main_copy #scroll-container {
		overflow: hidden;
		position: relative;
		height: 293px;
		width:380px;
	}
	#main_copy #content {
		position: absolute;
		top: 0;
		left: 0;
		width: 360px;
		overflow: hidden;
		padding-bottom: 40px;
	}
	#content p:first-child {
		margin-top: 0;
	}
	#main_copy #track {
		position: absolute;
		left: 370px;
		top: 10px;
		width: 10px;
		height: 274px;
		background: url(/images/interface/scrollbar/upperPage_track.gif) no-repeat left top;
	}
	#main_copy #handle {
		position: absolute;
		left: 0;
		top: 0;
		width: 10px;
		height: 43px;
		background: url(/images/interface/scrollbar/upperPage_handle.gif) no-repeat center top;
	}
	#main_copy #button-up {
		position: absolute;
		top: 0;
		left: 370px;
		width: 10px;
		height: 10px;
		background: url(/images/interface/scrollbar/upperPage_up.gif) no-repeat left top;

	}
	#main_copy #button-down {
		position: absolute;
		top: 284px;
		left: 370px;
		width: 10px;
		height: 9px;
		background: url(/images/interface/scrollbar/upperPage_down.gif) no-repeat left top;

	}


/*
-------------------------------------------------------------------------------
  OVERRIDING ORIGINAL STYLESHEET
-------------------------------------------------------------------------------
*/

/* Keeping last menu item within box */
#main_nav li:last-child ul {
  width: 60px;
}

#main_nav li:last-child ul li,
#main_nav li:last-child ul li a {
  width: auto;
}

#content {
  height: auto;
  padding: 0;
}


#main_nav-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 940px;
  height: 130px;
  background-image: url(/images/interface/main_nav-bg.png);
  z-index: 8;
}

#main_nav-wrapper {
  position: relative;
  z-index: 9;
}

#main_nav li:hover,
#main_nav li.on {
  border-bottom: 4px #7f7265 solid;
}

#main_nav li ul li a:hover {
  border-bottom: none;
  color: #2FB2D4;
}	

/*
-------------------------------------------------------------------------------
  Images Gallery
-------------------------------------------------------------------------------
*/
.gallery {
  overflow: hidden;
  font-size: 9px;
  position: absolute;
  top: 0;
  left: 0;
  width: 940px;
  z-index: 0;
}

#gallery-prev {
  position: absolute;
  top: 0;
  left: 0;
  width: 13px;
  height: 398px;
  z-index: 7;
}

#gallery-next {
  position: absolute;
  top: 0;
  left: 927px;
  width: 13px;
  height: 398px;
  z-index: 7;
}

.isg_container {
  position: relative;
  padding: 0;
  margin: 0;
  z-index: 0;
}

table.isg_table {
  margin: 0;
  padding: 0;
  line-height: 0;
  border-spacing: 0;
  border: none;
}

table.isg_table img { border: none; }

table.isg_table tr {
  margin: 0;
  padding: 0;
}

table.isg_table td {
  margin: 0;
  padding: 0;
  z-index: 10000;
}

.isg_markup-wrapper {
  line-height: normal;
  overflow: hidden;
}

.isg_controller-wrapper {
  float: left;
  width: 100%;
}

a.isg_button {
  color: #ffae15;
  text-decoration: none;
}

a.isg_button:hover { text-decoration: underline; }

/*#########New Css#########*/

.new_internal #main_content {
	background-color: #fff;
	color: #666;
	height: auto;
	margin-top: 65px;
	position: relative;
	width: 940px;
	z-index: 1;
}

.new_internal #page_title_bar {
	float: left;
	margin: 130px 0 20px 0;
	width: 100%;
}

.new_internal #page_title_bar h3, .new_internal #page_title_bar h4{
	color: #fff;
	float: left;
	font-size: 14px;
	margin: 4px 0 4px 15px;
	text-transform: uppercase;
}

.new_internal #page_title_bar h4 {
	font-weight: bold;
	margin-left: 72px;
}

body#our-studio #page_title_bar, body#whats_new_page #page_title_bar{
	background-color: #EA3D87;
}

body#our-studio #intro {
	background: url(/images/interface/ourstudio_intro.gif) no-repeat left top;
	height: 124px;
	text-indent: -5000px;
}

body#our-studio .filler {
	margin-bottom: 20px;
}

body#eco-tools #page_title_bar {
	background-color: #7DD128;
}

body#eco-tools #intro {
	background: url(/images/interface/ecotools_intro.gif) no-repeat left top;
	height: 95px;
	text-indent: -5000px;
}

body#contact-us #page_title_bar {
	background-color: #835eb7;
}

.new_internal #main_column {
	float: left;
	margin: 0 0 0 160px;
	padding: 0 0 70px 0;
	width: 600px;
}

.new_internal #main_column #intro {
	color: #442200;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 24px;
	}

.new_internal #nav_column {
	float: left;
	margin-left: -760px;
	padding-left: 15px;
	width: 120px;
}

.new_internal #nav_column ul li a {
	color: #666;
	text-decoration: none;
}

.new_internal #nav_column ul li#current {
	padding: 0 0 0 10px;
	margin-left: -10px;
	background: url(/images/interface/brown_bullet.gif) no-repeat left center;
}

.new_internal #nav_column ul li#current a {
	color: #442200;
	font-weight: bold;
}

.new_internal h5 {
	color: #442200;
	font-size: 16px;
	text-transform: capitalize;
	margin: 12px 0;
}

.new_internal h5.first_title {
	margin-top: 0;
}

.new_internal p {
	color: #666;
	margin-bottom: 12px;
}

.ecotool, ul#news_items li {
	border-top: 1px #999 solid;
	clear: both;
	padding: 10px 0;
	margin: 10px 0;
}

.ecotool, ul#news_items li:first-child {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}

ul#news_items li h5 {
	margin-top: 0;
}

.ecotool img {
	float: right;
	margin: 0 0 10px 10px;
}

body#contact-us a {
	text-decoration: none;
}

body#contact-us .contact_types {
	margin-bottom: 18px;
}

body#contact-us h4 {
	color: #442200;
	font-size: 24px;
}

body#contact-us #berkeley_location {
	border-bottom: 2px solid #d2d2d2;
	border-top: 2px solid #d2d2d2;
}

body#contact-us #berkeley_location .address_and_directions {
	float: left;
}

 body#contact-us #berkeley_location .map {
	float: right;
	margin: 10px 0;
	width: 400px;
}

body#contact-us .vcard .email {
	color: #666;
	display: block;
}


/*#########CLEARFIX#########*/


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


.clearfix {display:inline-block;}
 /* Hide from IE Mac \*/
.clearfix {display:block;}
  /* End hide from IE Mac */
		





