/* specific home page styles (body#home) */
body#home #contentbackground{
	background: #282D21 url(../images/home/home-top.jpg) no-repeat top left;
}

body#home p#intro{
	color: #555;
	margin-bottom: 0;
	margin-top: 182px
}

body#home h1, body#home p#strapline{position: relative;}

body#home h1{
	padding-top: 0;
	top: -76px;
}

body#home p#strapline{top: -86px;}

body#home #auxiliary{
	float: right;
	width: 26%;
	margin-top: 24px;
}

body#home #checkout, body#home #useroptions{width: 180px;}

body#home #useroptions{
	position: relative;
	top: -20px;
	left: -38px;
	width: 194px;
}

#clientquote{
	float: left;
	width: 278px;
	margin-left: 217px;
	position: relative;
	top: -78px;
	font-family: georgia, serif;
	font-style: italic;
	color: #555;
	font-size: 14px;
	line-height: 1.2em;
	min-height: 97px;
}

#quoteclient{
	color: #8F8F8F;
	text-align: right;
	font-style: normal;
}

body#home #hd{padding-top: 104px;}

body#home #toplevelnavigation{
	margin-top: -26px;
	margin-bottom: 16px;
	}
	
/* positioning shifts - home teaser text containers */
	
/* but keep the first cell where it is */
#toplevelnavigation .yui-g .yui-g .first{
	position: relative;
	left: 0px;
	}
	
/* shift shop cell right */
#toplevelnavigation .yui-g .yui-g .shop{
	position: relative;
	left: 3px;
	}

/* shift offer cell left */
#toplevelnavigation .yui-g .yui-g .offer{
	position: relative;
	left: -3px;
	}

/* shift the cell containing the 2nd 2 over a bit */
#toplevelnavigation .yui-g .shopcontact{
	position: relative;
	left: 7px;
}
	
#toplevelnavigation a{background-color: transparent; }
	
/* -------------------------------------
  main nav links & bg's
  -------------------------------------- */
body#home a.home{
	width: 215px;
	height: 100px;
	background: no-repeat top left;
}

body#home a.home span{display: none;}

body#home a#about {background-image: url(../images/home/hp_links_aboutus.png); }
body#home a#about:hover{background-image: url(../images/home/hp_links_aboutus_rollover.png); }

body#home a#offer {background-image: url(../images/home/hp_links_offer.png); }
body#home a#offer:hover{background-image: url(../images/home/hp_links_offer_rollover.png); }

body#home a#shop {background-image: url(../images/home/hp_links_shop.png); }
body#home a#shop:hover{background-image: url(../images/home/hp_links_shop_rollover.png); }

body#home a#contact {background-image: url(../images/home/hp_links_contact.png); }
body#home a#contact:hover{background-image: url(../images/home/hp_links_contact_rollover.png); }
	
body#home #toplevelnavigation .yui-u a, body#home .hometeasercontent{width: 224px;}
	
body#home .hometeasercontent{width: 205px;}

body#home .hometeasercontent{
	background: #282D21 url(../images/home/hp_gradient1.jpg) repeat-x top left;
	min-height: 219px;
	padding: 0 5px 5px 5px;
	line-height: 1.5em;
	position: relative;
	top: -5px;
	margin: 0;
}

body#home .hometeasercontent a{
	color: #9A0B51;
	background-color: transparent;
	display: inline;
	font-weight: bold;
	text-decoration: underline;
	padding: 0;
	font-size: 1em;
}

body#home .hometeasercontent a:hover{color: #4f4f4f;}

body#home #toplevelnavigation a, #toplevelnavigation a:visited, #toplevelnavigation a:active{
	background-color: transparent; 
	padding: 0;
	}
	
/* webkit  tweaks */
@media screen and (-webkit-min-device-pixel-ratio:0){
	#clientquote{top: -76px;}
}

/* opera */
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
	/* 7.2 up */
	head~body#home #toplevelnavigation {margin-top: -11px;}
	head~body#home p#strapline{top: -76px;}
}