@charset "utf-8";
/* Shop CSS Stylesheet */

body.shop {
	background-image:url(../images/body-background.jpg);
}

body.shop div#header {
	background-image:url(../images/header-background.jpg);
}

body.shop div#header div#vertNav {
	height:88px;
}

body.shop div#header div#vertNav div.link a:hover {
	color:#a1a1a4;
}

body.shop div#bodyWrapper,
body.shop div#wrapper {
	background-image:url(../images/wrapper-background.jpg);
}

body.shop div#wrapper div#breadCrumb {
	clear:both;
	margin-left:130px;
	height:25px;
	line-height:25px;
	font-size:15px;
	font-weight:bold;
	color:#b2b2b2;
	text-transform:uppercase;
}

body.shop div#wrapper div#breadCrumb a {
	color:#b2b2b2;
}

body.shop div#wrapper div#breadCrumb span.current {
	color:#11B5EA;
}
