/*----------------------------------------------

	GIRAFFE.CSS
	Author:		Engage Interactive
	
	IDEAS:
	Could potentially use one :after to create a rectangle, with perspective that does the shadow... Would only work in the latest and greates though... still would need extra div...

----------------------------------------------*/

/* RESET */

@import url(../../global/css/reset.html);


/* FONTS */

@import url(../fonts/typewriter/typewriter.html);


/* FORMS */

@import url(plugins/forms.html);


/* ICONS */

@import url(plugins/icons.html);


/*-------------------------------

	GENERIC STYLES

-------------------------------*/

body {
	position: relative;
	height: 100%;
	background-color: #e0dcd4;
	font: 13px normal;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
}
 
 
 
 
/*---------------------

	BRAND ACCENT

---------------------*/

.brand_accent {
	margin-bottom: 30px;
}


 

/* BEIGE CONTENT HEADER */

.beige > h1,
.brand_accent > h1  {
	padding: 18px 30px 14px;
}


 
/*-------------------------------

	HEADER

-------------------------------*/

#primary,
#corporate {
	position: relative;
	z-index: 900;
	width: 960px;
	height: 218px;
	margin: 0 auto 20px;
}

#logo {
	position: relative;
	z-index: 1100;
	display: block;
	height: 44px;
	margin: auto;
}

#brand_toggle {
	display: block;
	position: absolute;
	top: 57px; left: 50%;
	z-index: 1100;
	width: 30px;
	margin:0 0 0 210px !important;
	height: 30px;
	border-radius: 15px;
	box-shadow: 0 2px rgba(0,0,0,.14);
	opacity: .8;
	background: #FFF url(../images/brand_switch.gif) 50% 50% no-repeat;
	cursor: pointer;
	transition: opacity .2s;
	
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	
	-moz-box-shadow: 0 2px rgba(0,0,0,.14);
	-webkit-box-shadow: 0 2px rgba(0,0,0,.14);
	
	-moz-transition: opacity .2s;
	-webkit-transition: opacity .2s;
}

#logo:hover + #brand_toggle,
#brand_toggle:hover {
	opacity: 1;
}

#logo:hover + #brand_toggle {
	-webkit-animation: wiggle .1s linear .1s 3;
}


/* ANIMATION */

@-webkit-keyframes wiggle {
	0% {
		margin-top: 0;
	}
	
	25% {
		margin-top: 5px;
	}
	
	75% {
		margin-top: -5px;
	}
	
	100% {
		margin-top: 0;
	}
}


 
 
 
 

/*-------------------------------

	BRAND SWITCHER

-------------------------------*/

/*---------------------

	STATIC
	Footer & Corporate

---------------------*/

#brands {
	margin-bottom: 25px;
	padding: 0 20px;
	text-align: center;

}

#brands.hidden {
	display: none;
}

#brands .clear {
	overflow: hidden;
}

#brand_switcher .brand,
#brands .brand {
	display: block;
	float: left;
	width: 230px;
	padding: 20px 23px 20px 20px;
	font-size: 12px;
	text-align: center;
	border-right: dashed 1px;
	border-color: #DDDAD2;
	margin:0 15px 67px 530px;
}

#brands .brand a.logo {
	display: block;
}

#brands .brand img {
	margin: auto;
}

#brands .brand p {
	min-height: 60px;
	margin-top: 10px;
}

#brands .current span {
	padding-right: 10px;
	margin-bottom: 10px;
	background-image: none;
	color: #FFF;
}
.w100
{
	width:49px !important;
	margin:0 !important;
	height:60px !important;
}

#brands .white_link {
	margin-bottom: 10px;
	text-align: left;
	font-size: 15px;
}


/*---------------------

	DYNAMIC
	Logo swapper

---------------------*/

#brand_switcher {
	position: absolute;
	top: 0; 	left:50%;
	z-index: 1200;
	width:950px;
	height:135px;
	margin-left:-474px;
	  margin-top: 10px;
 
}

#brand_switcher .brand {
	padding: 20px 20px; 
	height: 50px;
	border-right:none;
	background:url(../images/line-bg1.gif) no-repeat right 60px;
 
	 
}

#brand_switcher .brand:last-child,
#brands .brand:last-child {
	border-right: none;
}

#brand_switcher .brand img {
	height:65px !important;
 
}

#brand_switcher .brand p,
#brand_switcher .brand .white_link,
#brand_switcher .brand span {
	display: none;
}


/*---------------------

	FAKE LOGO

*/

#fake_logo {
	position: absolute;
	top: 0;
 z-index: 1400;
	display: block;
	height:44px !important;
 
}


/*---------------------

	TOOLTIP

*/

#tooltip.brand {
	width: 200px;
	padding: 15px 15px 0;
	background: #FFF;
}

#tooltip.brand .arrow.up {
	background-position: -23px 0;
}


/*-------------------------------

	SHADOWS

-------------------------------*/

.shadow,
.beige,
.brand_accent,
.tbox,
.menu_promotion,
.img {
	position: relative;
}

.shadow > *,
.beige > *,
.brand_accent > *,
.tbox > *,
.menu_promotion > *,
.img img {
	position: relative;
	z-index: 1;
}

.shadow:before,
.shadow:after,
#wrapper .beige:before,
#wrapper .beige:after,
#wrapper .brand_accent:after,
#wrapper .brand_accent:before,
.tbox:after,
.tbox:before,
.menu_promotion:after,
.menu_promotion:before,
.img:after,
.img:before {
	content: '';
	display: block;
	position: absolute;
	z-index: 0;
}

.shadow:before,
#wrapper .beige:before,
#wrapper .brand_accent:before,
.tbox:before,
.menu_promotion:before,
.img:before {
	bottom: -3px; left: 0;
	width: 98%;
	height: 3px;
	margin-left: 1%;
 
}

.gecko .paper.shadow:before,
.webkit .paper.shadow:before {
	bottom: -9px; left: 0;
}

.shadow:after,
#wrapper .beige:after,
#wrapper .brand_accent:after,
.tbox:after,
.menu_promotion:after,
.img:after {
	top: 2%; left: -8px;
	width: 100%;
	height: 98%;
	padding: 0 8px;
	background: url(../images/generic/template/shadow.html) 0 100% no-repeat, url(../images/generic/template/shadow.html) 100% 100% no-repeat;
	background-size: 1000px 200%, 1000px 200%;
}

.gecko .paper.shadow:after,
.webkit .paper.shadow:after {
	left: -14px;
	padding: 0 14px;
}


 

 


 

/*-------------------------------

	TINY BOX PLUGIN

-------------------------------*/

.tbox {
	position: absolute;
	display: none;
	z-index: 1400;
}

.tmask {
	position: absolute;
	display: none;
	top: 0px; left: 0px;
	height: 100%;
	width: 100%;
	z-index: 1200;
}

.tinner {
	border: solid 3px #FFF;
}

.tcontent .brand_accent {
	margin: 0;
}

.tclose {
	position: absolute;
	top: 12px; right: 12px;
	z-index: 10;
	width: 18px;
	height: 18px;
	border: solid 6px;
	opacity: .8;
	cursor: pointer;
	background-position: 0 -18px;
}

.tclose:hover {
	opacity: 1;
}


/*---------------------

	LEGAL

---------------------*/

#tandcs h2 {
	position: relative;
	height: 29px;
}

#tandcs .scroll {
	height: 538px;
	overflow: auto;
}


/*---------------------

	FLICKR

---------------------*/

#tgallery img {
	display: block;
}


/*-------------------------------

	TOOLTIP
	A generic tooltip

-------------------------------*/

#tooltip {
	position: absolute;
	z-index: 2000;
	border: solid 3px;
	box-shadow: 0 3px rgba(0,0,0,.2);
	 -moz-box-shadow: 0 3px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 3px rgba(0,0,0,.2);
}

#tooltip .arrow {
	display: block;
	position: absolute;
	left: 50%;
	width: 23px;
	height: 13px;
	margin-left: -12px;
}

#tooltip .up {
	top: -16px;
	background-position: 0 0;
}

#tooltip .down {
	bottom: -16px;
	background-position: 0 -12px;
}

 