@charset "utf-8";
/* CSS Document */

/* Reset */
* {
	margin: 0;
	padding: 2;
}

/* Basic Element */
body {
	background: url(http://thewhistlingwhale.com/images/whistling-whale/stripe_bg.png) repeat;
	color: #53351B;
}

a {
	color: #ff0000;
	text-decoration: none;
	border: 0;
}

a:hover {
	text-decoration: none;
}

.redTxt {
	color: #ff0000;
}

hr {
	background: url(http://thewhistlingwhale.com/images/whistling-whale/hr_1.png) repeat-x;
	height: 14px;
	margin-left: 24px;
	margin-right: 24px;
	margin-top: 0px;
	border: 0;
}

/* Main Container/Wrapper */
#wrapper {
	width: 900px;
	margin: 11px auto;
	background: #fff;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Round Corners */
#topCorners {
	background: url(http://thewhistlingwhale.com/images/whistling-whale/top_corners.png) no-repeat top center;
	width: 900px;
	height: 29px;
	margin: 11px auto;
	margin-bottom: 0;
}

#bottomCorners {
	background: url(http://thewhistlingwhale.com/images/whistling-whale/bottom_corners.png) no-repeat top center;
	width: 900px;
	height: 29px;
	margin: 11px auto;
	margin-top: 0;
}

/* Logo / Navigation / Checkout Wrapper */
#headerWrapper {
	width: 878px;
	height: 128px;
	margin: 0 auto; /* centers div */
	text-align: left; /* IE fix */
	padding: 0px;
}

/* Logo */
#logo {
	width: 375px;
	height: 128px;
	float: left;
}

#logo h1{
	width: 375px;
	height: 128px;
	background: url(http://thewhistlingwhale.com/images/whistling-whale/logo.jpg) no-repeat;
	text-indent: -9999px;
	margin-left: 10px;
}

#logo h2{
	display: none; /* hides slogan text for SEO */
}

#middle {
	width: 380px;
	height: 128px;
	float: left;
}
#spaceAboveNav {
	height: 58px;
	width: 334px;
	text-align: right;
}

#codeAboveNav {
	height: 10px;
	width: 150px;
	text-align: right;
	float: left;
	padding-bottom: 15px;
	padding-left: 10px;
}

#search {
	height: 10px;
	width: 70px;
	text-align: right;
	float: left;
	padding-bottom: 15px;
	padding-left: 135px;
}

/* navigation */

#navBarConainer {
	width: 334px;
	height: 31px;
	text-indent: -9999px;

}

ul#navBar {
	width: 334px;
	height: 31px;
	list-style: none;

}

ul#navBar li{
	display: inline;
}

ul#navBar li a{
	height: 31px;
	float: left;
	text-indent: -9999px;

}

ul#navBar li#navBarHome a{
	width: 59px;
	background: url(http://thewhistlingwhale.com/images/whistling-whale/navigation.png) no-repeat 0px 0px;
}

ul#navBar li#navBarHome a:hover{
	width: 59px;
	background: url(http://thewhistlingwhale.com/images/whistling-whale/navigation.png) no-repeat 0px -31px;
}

ul#navBar li#navBarShop a{
	width: 54px;
	background: url(http://thewhistlingwhale.com/images/whistling-whale/navigation.png) no-repeat -59px 0px;
}

ul#navBar li#navBarShop a:hover{
	width: 54px;
	background: url(http://thewhistlingwhale.com/images/whistling-whale/navigation.png) no-repeat -59px -31px;
}

ul#navBar li#navBarContact a{
	width: 98px;
	background: url(http://thewhistlingwhale.com/images/whistling-whale/navigation.png) no-repeat -113px 0px;
}

ul#navBar li#navBarContact a:hover{
	width: 98px;
	background: url(http://thewhistlingwhale.com/images/whistling-whale/navigation.png) no-repeat -113px -31px;
}

ul#navBar li#navBarOrder a{
	width: 123px;
	background: url(http://thewhistlingwhale.com/images/whistling-whale/navigation.png) no-repeat -211px 0px;
}

ul#navBar li#navBarOrder a:hover{
	width: 123px;
	background: url(http://thewhistlingwhale.com/images/whistling-whale/navigation.png) no-repeat -211px -31px;
}

/* navigation-end */

#checkout {
	width: 100px;
	height: 80px;
	float: right;
	margin: auto;
	text-align: center;
	padding-top: 5px;
}

#checkout a{
	width: 80px;
	height: 100px;
	background: url(http://thewhistlingwhale.com/images/whistling-whale/checkout_icon.png) no-repeat;
	text-indent: -9999px;
	float: left;
	}

#contentWrapper {
	height: 100%;
	width: 878px;
	margin: 0;
	padding: 10px;
	text-align: justify;
}

#contentSidebar {
	float: left;
	width: 200px;
	margin-top: 10px;
}

.shop_txt {
	background: url(http://thewhistlingwhale.com/images/whistling-whale/shop_txt.png) no-repeat;
	width: 79px;
	height: 22px;
	text-indent: -9999px;
}

.cart_txt {
	background: url(http://thewhistlingwhale.com/images/whistling-whale/cart_txt.png) no-repeat;
	width: 100px;
	height: 22px;
	text-indent: -9999px;
}

.information_txt {
	background: url(http://thewhistlingwhale.com/images/whistling-whale/information_txt.png) no-repeat;
	width: 165px;
	height: 22px;
	text-indent: -9999px;
}

.clear {
	clear: both;
}

#contentMain {
	float: left;
	width: 670px;
	margin-top: 10px;
}

#footer {
	margin: 0 auto;
	margin-top: 10px;
	text-align: center;
}

#newsletter {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #5DBFC9;
	font-weight: bold;
	border: 2px dotted #5DBFC9;
	width: 125px;
	padding: 10px;
}

