/* colors:
gray text :: #8a8e8c
blue :: #d3edec
brown :: #ac907a
dark brown :: #9e6f53
*/

/*reset*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
body{line-height:1;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
nav ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,
q:before,q:after{content:'';content:none;}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;}
ins{background-color:#ff9;color:#000;text-decoration:none;}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold;}
del{text-decoration:line-through;}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help;}
table{border-collapse:collapse;border-spacing:0;}
hr{display:block;height:1px;border:0;border-top:1px solid #cccccc;margin:1em 0;padding:0;}
input,select{vertical-align:middle;}

/*global*/
body {background: url(../images/bg-body.jpg) 0 0 repeat;font-family: Arial, "MS Trebuchet", sans-serif; padding-bottom: 20px;}
a {text-decoration: none; color:#8a8e8c;}
a:hover {color:#ac907a;}
.active {color:#ac907a;}
.subactive a {color:#ac907a;cursor: text;}
#wrapper {
	position: relative;
	z-index: 0;
	margin: 0 auto;
	padding: 100px 7px 30px 7px;
	width: 1010px;
	height: 636px;
	overflow: hidden;
	border: 1px solid #bde4e1;
	border-top: none;
	background-color: #fff;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
/*navigation*/
#topNav {
	position: absolute;
	z-index: 2;
	top: 80px;
	left: 168px;
	width: 235px;
	height: 14px;
	text-indent: -9999em;
}
#topNav li {
	float: left;
	display: inline;
	margin: 0 26px 0 0;
}
#topNav li a {text-decoration: none;}
#nav-portfolio-active, #nav-portfolio , #nav-portfolio a:hover, #nav-contact-active, #nav-contact, #nav-contact a:hover, #nav-home-active, #nav-home, #nav-home a:hover
{background: url(../images/sprite.png) 0 0 no-repeat;}
#nav-portfolio-active {background-position: 0 -19px; width: 65px; height: 14px;}
#nav-portfolio {background-position: 0 0; width: 65px; height: 14px;}
#nav-portfolio a {display: block; width: 65px;height: 14px;}
#nav-portfolio a:hover {background-color: #fff;background-position: 0px -19px;}
#nav-contact-active {background-position: -70px -19px;width: 53px;height: 14px;}
#nav-contact {background-position: -70px 0; width: 53px;height: 14px;}
#nav-contact a {display: block; width: 53px; height: 14px;}
#nav-contact a:hover {background-color: #fff;background-position: -71px -19px;}
#nav-home-active {background-position: -130px -19px; width: 36px;height: 14px;}
#nav-home {background-position: -130px 0; width: 36px;height: 14px;}
#nav-home a {display: block; width: 36px;height: 14px;}
#nav-home a:hover {background-color: #fff;background-position: -130px -19px;}

#folio-nav {
	position: absolute;
	z-index: 2;
	top: 20px;
	left: 78px;
}
#folio-nav li {
	margin: 0;
	text-indent: -9999em;
}
#nav-collateral-active, #nav-collateral, #nav-identity-active, #nav-identity, 
#nav-invitation-active, #nav-invitation,  #nav-exhibit-active, #nav-exhibit, 
#nav-packaging-active, #nav-packaging, #nav-website-active, #nav-website
{width: 72px;height: 16px;background: url(../images/sprite.png) 0 -38px no-repeat;}

#nav-collateral a, #nav-identity a, #nav-invitation a, #nav-exhibit a, #nav-packaging a, #nav-website a
{display: block;width: 72px;height: 16px;}

#nav-collateral a:hover, #nav-identity a:hover, #nav-invitation a:hover,  #nav-exhibit a:hover, #nav-packaging a:hover, #nav-website a:hover 
{background: #e3f3f1 url(../images/sprite.png) -82px -38px no-repeat;}


#nav-collateral-active, #nav-collateral a:hover {background-position: -77px -38px;}
#nav-collateral {background-position: 0 -38px;}

#nav-identity-active, #nav-identity a:hover {background-position: -77px -54px;}
#nav-identity {background-position: 0 -54px;}

#nav-invitation-active, #nav-invitation a:hover {background-position: -77px -70px;}
#nav-invitation {background-position: 0 -70px;}

#nav-exhibit-active, #nav-exhibit a:hover {background-position: -77px -86px;}
#nav-exhibit {background-position: 0 -86px;}

#nav-packaging-active, #nav-packaging a:hover {background-position: -77px -102px;}
#nav-packaging {background-position: 0 -102px;}

#nav-website-active, #nav-website a:hover {background-position: -77px -118px;}
#nav-website {background-position: 0 -118px;}

.subfolio-nav {
	position: absolute;
	z-index: 2;
	top: -1px;
	left: 82px;
	list-style:none;
}
.subfolio-nav li {
	margin: 0 0 2px 0;
	text-align: left;
}
/*collateral navigation*/
.nav-bacchus-vascular-active, .nav-bacchus-vascular, .nav-camp-tawonga-active, .nav-camp-tawonga, .nav-corixa-active, .nav-corixa,
.nav-extreme-networks-active, .nav-extreme-networks, .nav-gct-active, .nav-gct, .nav-informatica-active, .nav-informatica, .nav-jcef-active, .nav-jcef,
.nav-micrus-active, .nav-micrus, .nav-novell-active, .nav-novell, .nav-sputnik-active, .nav-sputnik 
{width: 98px;height: 16px;background: url(../images/sprite.png) 0 -139px no-repeat;}

.nav-bacchus-vascular a, .nav-camp-tawonga a, .nav-corixa a, .nav-extreme-networks a, .nav-gct a, .nav-informatica a, .nav-jcef a, .nav-micrus a, .nav-novell a, .nav-sputnik a
{display: block; width: 98px;height: 16px;}

.nav-bacchus-vascular a:hover, .nav-camp-tawonga a:hover, .nav-corixa a:hover, .nav-extreme-networks a:hover, .nav-gct a:hover, 
.nav-informatica a:hover, .nav-jcef a:hover, .nav-micrus a:hover, .nav-novell a:hover, .nav-sputnik a:hover
{background: #e3f3f1 url(../images/sprite.png) -103px -139px no-repeat;}

.nav-bacchus-vascular-active, .nav-bacchus-vascular a:hover {background-position: -103px -139px;}
.nav-bacchus-vascular {background-position: 0 -139px;}

.nav-camp-tawonga-active, .nav-camp-tawonga a:hover {background-position: -103px -155px;}
.nav-camp-tawonga {background-position: 0 -155px;}

.nav-corixa-active, .nav-corixa a:hover {background-position: -103px -171px;}
.nav-corixa {background-position: 0 -171px;}

.nav-extreme-networks-active, .nav-extreme-networks a:hover {background-position: -103px -187px;}
.nav-extreme-networks {background-position: 0 -187px;}

.nav-gct-active, .nav-gct a:hover {background-position: -105px -203px;}
.nav-gct {background-position: -2px -203px;}

.nav-informatica-active, .nav-informatica a:hover {background-position: -103px -219px;}
.nav-informatica {background-position: 0 -219px;}

.nav-jcef-active, .nav-jcef a:hover {background-position: -103px -235px;}
.nav-jcef {background-position: 0 -235px;}

.nav-micrus-active, .nav-micrus a:hover {background-position: -103px -251px;}
.nav-micrus {background-position: 0 -251px;}

.nav-novell-active, .nav-novell a:hover {background-position: -103px -267px;}
.nav-novell {background-position: 0 -267px;}

.nav-sputnik-active, .nav-sputnik a:hover {background-position: -103px -283px;width: 90px;}
.nav-sputnik {background-position: 0 -283px;}

/*identity navigation */
.nav-artsfest-active, .nav-artsfest, .nav-ccc-active, .nav-ccc, .nav-datacare-active, .nav-datacare, .nav-linden-lab-active, .nav-linden-lab,
.nav-mackenzie-green-active, .nav-mackenzie-green, .nav-metier-salon-active, .nav-metier-salon, .nav-novare-active, .nav-novare,
.nav-pacific-bankers-active, .nav-pacific-bankers, .nav-swing-active, .nav-swing, .nav-wax-trio-active, .nav-wax-trio
{width: 88px; height: 16px;background: url(../images/sprite.png) 0 -323px no-repeat;}

.nav-artsfest a, .nav-ccc a, .nav-datacare a, .nav-linden-lab a, .nav-mackenzie-green a, .nav-metier-salon a, .nav-novare a, 
.nav-pacific-bankers a, .nav-swing a, .nav-wax-trio a 
{display: block; width: 88px;height: 16px;}

.nav-artsfest a:hover, .nav-ccc a:hover , .nav-datacare a:hover, .nav-linden-lab a:hover, .nav-mackenzie-green a:hover, .nav-metier-salon a:hover,
.nav-novare a:hover, .nav-pacific-bankers a:hover, .nav-swing a:hover, .nav-wax-trio a:hover 
{background: #e3f3f1 url(../images/sprite.png) -93px -323px no-repeat;}

.nav-artsfest-active, .nav-artsfest a:hover {background-position: -93px -323px;}
.nav-artsfest {background-position: 0 -323px;}

.nav-ccc-active, .nav-ccc a:hover {background-position: -93px -339px;}
.nav-ccc {background-position: 0 -339px;}

.nav-datacare-active, .nav-datacare a:hover {background-position: -93px -355px;}
.nav-datacare {background-position: 0 -355px;}

.nav-linden-lab-active, .nav-linden-lab a:hover {background-position: -93px -371px;}
.nav-linden-lab {background-position: 0 -371px;}

.nav-mackenzie-green-active, .nav-mackenzie-green a:hover {background-position: -93px -387px;}
.nav-mackenzie-green {background-position: 0 -387px;}

.nav-metier-salon-active, .nav-metier-salon a:hover {background-position: -93px -403px;}
.nav-metier-salon {background-position: 0 -403px;}

.nav-novare-active, .nav-novare a:hover {background-position: -93px -419px;}
.nav-novare {background-position: 0 -419px;}

.nav-pacific-bankers-active, .nav-pacific-bankers a:hover {background-position: -93px -435px;}
.nav-pacific-bankers {background-position: 0 -435px;}

.nav-swing-active, .nav-swing a:hover {background-position: -93px -451px;}
.nav-swing {background-position: 0 -451px;}

.nav-wax-trio-active, .nav-wax-trio a:hover {background-position: -93px -467px;}
.nav-wax-trio {background-position: 0 -467px;}

/*invitation navigation*/
.nav-babyshower-1-active, .nav-babyshower-1, .nav-babyshower-2-active, .nav-babyshower-2, .nav-bgs-gala-active, .nav-bgs-gala,
.nav-l2r-holiday-active, .nav-l2r-holiday, .nav-ucsf-active, .nav-ucsf, .nav-wedding-1-active, .nav-wedding-1, .nav-wedding-2-active, .nav-wedding-2
{width: 76px; height: 16px; background: url(../images/sprite.png) 0 -488px no-repeat;}

.nav-babyshower-1 a, .nav-babyshower-2 a, .nav-bgs-gala a, .nav-l2r-holiday a, .nav-ucsf a, .nav-wedding-1 a, .nav-wedding-2 a
{display: block; width: 76px; height: 16px;}

.nav-babyshower-1 a:hover, .nav-babyshower-2 a:hover, .nav-bgs-gala a:hover, .nav-l2r-holiday a:hover, .nav-ucsf a:hover, .nav-wedding-1 a:hover, .nav-wedding-2 a:hover
{background: #e3f3f1 url(../images/sprite.png) -81px -488px no-repeat;}

.nav-babyshower-1-active, .nav-babyshower-1 a:hover {background-position: -81px -505px;}
.nav-babyshower-1 {background-position: 0 -505px;}

.nav-babyshower-2-active, .nav-babyshower-2 a:hover {background-position: -81px -521px;}
.nav-babyshower-2 {background-position: 0 -521px;}

.nav-bgs-gala-active, .nav-bgs-gala a:hover {background-position: -81px -537px;}
.nav-bgs-gala {background-position: 0 -537px;}

.nav-l2r-holiday-active, .nav-l2r-holiday a:hover {background-position: -81px -553px;}
.nav-l2r-holiday {background-position: 0 -553px;}

.nav-ucsf-active, .nav-ucsf a:hover {background-position: -81px -569px;}
.nav-ucsf {background-position: 0 -569px;}

.nav-wedding-1-active, .nav-wedding-1 a:hover {background-position: -81px -585px;}
.nav-wedding-1 {background-position: 0 -585px;}

.nav-wedding-2-active, .nav-wedding-2 a:hover {background-position: -81px -601px;}
.nav-wedding-2 {background-position: 0 -601px;}

/*packaging navigation*/
.nav-chikamura-design-active, .nav-chikamura-design, .nav-takeya-active, .nav-takeya 
{width: 87px; height: 16px; background: url(../images/sprite.png) 0 -677px no-repeat;}

.nav-chikamura-design a, .nav-takeya a {display: block; width: 87px;height: 16px;}

.nav-chikamura-design a:hover, .nav-takeya a:hover {background: #e3f3f1 url(../images/sprite.png) -93px -677px no-repeat;}

.nav-chikamura-design-active, .nav-chikamura-design a:hover {background-position: -93px -677px;}
.nav-chikamura-design {background-position: 0 -677px;}

.nav-takeya-active, .nav-takeya a:hover {background-position: -92px -693px;}
.nav-takeya {background-position: 0 -693px;}

/*website navigation*/
.nav-jcf-active, .nav-jcf {width: 88px;height: 16px;background: url(../images/sprite.png) 0 -762px no-repeat;}
.nav-jcf a {display: block; width: 88px;height: 16px;}
.nav-jcf a:hover {background: #e3f3f1 url(../images/sprite.png) -93px -763px no-repeat;}

.nav-jcf-active, .nav-jcf a:hover {background-position: -92px -763px;}
.nav-jcf {background-position: 0 -763px;}

#imgReplace {text-indent:-9999em;}

/*index page*/
.home #wrapper {
	position: relative;
	z-index: 1;
	width: 1010px;
}
.home #content {
	position: relative;
	z-index: 1;
	height:638px;
	background: #d3edec url(../images/bg-home.jpg) center center no-repeat;
}
#l2r-logo {
	position: absolute;
	z-index: 5;
	top: 253px;
	left: 267px;
}
#btn-folio {
	position: absolute;
	z-index: 3;
	top: 145px;
	left: 435px;
	width: 205px;
	height: 205px;
	background: url(../images/portfolio.gif) 0 0 no-repeat;
	text-indent: -9999em;
}
#btn-folio:hover {
	background: url(../images/home-btns.jpg) 0 0 no-repeat;
}
#btn-contact{
	position: absolute;
	z-index: 3;
	top: 412px;
	left: 652px;
	width: 108px;
	height: 108px;
	background: url(../images/contact.gif) 0 0 no-repeat;
	text-indent: -9999em;
}
#btn-contact:hover {
	background: url(../images/home-btns.jpg) -1px -216px no-repeat;
}
/*portfolio page*/

.portfolio #content {
	position: relative;
	z-index: 1;
	height: 658px;
	background: #e3f3f1 url(../images/bg-portfolio.png) 0 105px no-repeat;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
#logo {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 680px;
	width: 233px;
	height: 128px;
	text-indent: -9999em;
	background: url(../images/sprite.png) 0 -784px no-repeat;
}
/*folio slider*/
#folio-ctrl {
	position: relative;
	z-index: 5;
	top: 349px;
	left: 146px;
	width: 55px;
	height: 35px;
	padding: 20px 0 0 0;
	background: url(../images/folioctrl-sprite.png) 0 0 no-repeat;
	font-size: 10px;
	text-align: center;
	color: #939598;
}
.prev, .next {
	position: absolute;
	z-index: 5;
	top: 22px;
	left: 3px;
	cursor: pointer;
	display: none;
}
.next {left:43px;display: block;}
#firstone, #secondone {
	position: absolute;
	z-index: 5;
	top: 20px;
	left: 11px;
	text-indent: -9999em;
}
#secondone {left:33px;}
.of-1, .of-2, .of-3, .of-4, .of-5, .of-6, .of-7, .of-8, .of-9
{width: 10px; height: 10px;;background: url(../images/folioctrl-sprite.png) 0 -57px no-repeat;}
.of-2 {background-position: 0 -69px;}
.of-3 {background-position: 0 -81px;}
.of-4 {background-position: 0 -93px;}
.of-5 {background-position: 0 -105px;}
.of-6 {background-position: 0 -117px;}
.of-7 {background-position: 0 -129px;}
.of-8 {background-position: 0 -141px;}
.of-9 {background-position: 0 -153px;}

#container {
	position:absolute;
	z-index: 1;
	top: 116px;
	left: 0;
	width: 1010px;
	height: 525px;
}
.container ul li {
	float: left;
	display:inline;
}
#folio {
	margin: 0;
	width: 1010px;
	overflow: hidden;
}
.loading {background: url(../images/spinner.gif) 440px center no-repeat;}
.tip {
    display:none;
    position:absolute;
	z-index:1000;
	top:10px;
	left:60px;
	width: 288px;
	height: 30px;
	background: url(../images/tip.png) 0 0 no-repeat;
	text-indent: -9999em;
}
#folio ul {list-style:none; width:9180px;}
#folio ul li {
	position: relative;
	z-index: 1;
	float: left;
	width: 1010px;
	height: 525px;
}
.first-img {display:none;}
footer {
	position: absolute;
	z-index: 2;
	bottom: 3px;
	right: 80px;
	width: 195px;
	height: 13px;
	background: url(../images/sprite.png) 0 -304px no-repeat;
	text-indent: -9999em;
}
.home footer {
	bottom:8px;
	background: url(../images/home-btns.jpg) 0 -334px no-repeat;
}
/*contact page*/
.contact #content {
	position: relative;
	z-index: 1;
	height: 638px;
	background: #d3edec url(../images/bg-contact.png) 130px 80px no-repeat;
}
#contactReplace {text-indent:-9999em;}
#email {
	position: absolute;
	top: 365px;
	left: 220px;
	width: 150px;
	height: 20px;
}
#email a {
	display: block;
	width: 150px;
	height: 20px;
}
.hide {display:none;}
.contact footer {
	position: absolute;
	z-index: 2;
	bottom: 8px;
	right: 75px;
	background: url(../images/home-btns.jpg) 0 -334px no-repeat;
}
.contact footer p {text-indent: -9999em;}
.noscript {position:absolute; top:500px; left: 250px;}

/*ie*/
.ie7 #folio-nav {left: 73px;}
.ie7 #topNav {left: 163px;}
.wrap {position: relative;margin: 0 auto;width: 1030px;height: 769px;}
.lbl {position: absolute;z-index:2; left:0; bottom:0;background: url(../images/corners.jpg) 0 -12px no-repeat;width: 12px; height: 12px;}
.lbr {position: absolute;z-index:2; right:0; bottom:0;background: url(../images/corners.jpg) -12px -12px no-repeat;width: 12px; height: 12px;}
.ubl {position: absolute;z-index:3; left:-1px; bottom:0; background: url(../images/corners.jpg) 0 0 no-repeat;width: 11px;height: 11px;}
.ubr {position: absolute;z-index:3; right:0; bottom:0; background: url(../images/corners.jpg) -12px 0 no-repeat;width: 11px;height: 11px;}
.ie7 .sub, .ie8 .sub {background:url("../images/bg-portfolio.png") 0 -11px no-repeat;}
.ie7 #folio ul li {margin:0 10px 0 0;}