body, #background {
	background-color:white;
}

#mainBody {
	padding-top:60px;
}

body {
	color: #2c2f2f;
	font-family: Helvetica, Arial, sans-serif;
	background-color: #ffffff;
}

div#myNavigate {
	height: 44px;
    background: url(http://static.shopify.com/s/files/1/0180/3005/t/2/assets/header_bg.png?1481) repeat-x;
    width: 100%;
    position: fixed;
    z-index: 10001;
    box-shadow: 0px 8px 8px rgba(0,0,0,0.25);
    border-bottom: 1px solid #777;
}

div#myNav {
    width: 960px;
    margin: 0 auto;
	height: 44px;
	padding: 1px 0 3px;
}

ul#myLinks {

	height: 44px;
	top: 1px;
	float: left;
	overflow: hidden;
    position: relative;
    display:block;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.75);
}

ul#myLinks li {
	font-size: 14px;
	height: 44px;
	float: left;
	overflow: hidden;
}

ul#myLinks li:first-of-type a {
    padding-left: 0;   
}

ul#myLinks li a {
    color: #ffffff;
	font-weight: bold;
	text-align: center;
	width: 100px;
	padding: 13px 1px 17px 0;
	display: block;
	float: left;
}

ul#myLinks li a.top-logo {
    padding-top: 1px;   
    width: 45px;
}

div#myGocart {
	font-size: 14px;
	height: 42px;
	top: 1px;
	right: 7px;
	float: right;
	overflow: hidden;
	position: relative;
    clear: right;
    padding: 0 6px;
    cursor: pointer;
}

div#myGocart:hover {
    background-color: #333;
}

div#myGocart a {
	font-weight: bold;
	text-align: right;
	padding: 14px 0 17px 8px;
	font-size:14px;
	display: block;
	float: right;
    font-style: italics;
    position: relative;
}

div#myGocart a:hover {
	background-position: -762px -49px;
}

div#myGocart a.active, div#gocart a.active:hover {
	background-position: -762px -97px;
}

span.cart.black { 
    background-image:url("http://static.shopify.com/s/files/1/0180/3005/t/2/assets/cart_black.png?1481");
    position: relative; 
    z-index: 1003; 
    width: 25px;
    height: 24px;
    display: block;
    float: left;
    margin-right: 4px;
    margin-top: 10px;
}


ul#myLinks li a, div#myGocart a {
	color: #ffffff;
}

ul#myLinks li a:hover, div#myGocart a:hover {
	color: #eff3ff;
}
