@charset "utf-8";
/* CSS Document */
body {
	background-color: #d7d7d7;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position:top;
	padding:0px;
	margin:0px;
	text-align: center;
}
#container {
	width: 900px; 
	margin: 0px auto;
	padding: 0px;
}
#header {
	width: 900px;
	height: 93px;
}
#header #logo {
	width: 372px;
	height: 63px;
	position: relative;
	top: 20px;
	left: 23px;	
}
/*Main Navigation Buttons*/
#header #nav {
	width: 560px;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 8px;
	left: 342px;
}
#header #nav span {
	display: none;
	outline: none;
}
#header #nav #btn_shop:hover, #header #nav #btn_custom:hover, #header #nav #btn_giving:hover, #header #nav #btn_company:hover, #header #nav #btn_events:hover
{
	background-position: 0 -24px;
	outline: none;
}
#header #nav #btn_shop {
	float: left;
	display: block;
	height: 24px;
	width: 63px;
	padding-right: 4px;
	background: url(../images/btn_shop1.gif) no-repeat 0 0;
}
#header #nav #btn_shop_active {
	float: left;
	display: block;
	height: 24px;
	width: 63px;
	padding-right: 4px;
	background: url(../images/btn_shop_active.gif) no-repeat 0 0;
}
#header #nav #btn_custom {
	float: left;
	display: block;
	height: 24px;
	width: 82px;
	padding-right: 4px;
	background: url(../images/btn_custom1.gif) no-repeat 0 0;
}
#header #nav #btn_custom_active {
	float: left;
	display: block;
	height: 24px;
	width: 82px;
	padding-right: 4px;
	background: url(../images/btn_custom_active.gif) no-repeat 0 0;
}
#header #nav #btn_giving {
	float: left;
	display: block;
	height: 24px;
	width: 133px;
	padding-right: 4px;
	background: url(../images/btn_giving1.gif) no-repeat 0 0;
}
#header #nav #btn_giving_active {
	float: left;
	display: block;
	height: 24px;
	width: 133px;
	padding-right: 4px;
	background: url(../images/btn_giving_active.gif) no-repeat 0 0;
}
#header #nav #btn_company {
	float: left;
	display: block;
	height: 24px;
	width: 95px;
	padding-right: 4px;
	background: url(../images/btn_company1.gif) no-repeat 0 0;
}
#header #nav #btn_company_active {
	float: left;
	display: block;
	height: 24px;
	width: 95px;
	padding-right: 4px;
	background: url(../images/btn_company_active.gif) no-repeat 0 0;
}
#header #nav #btn_events {
	float: left;
	display: block;
	height: 24px;
	width: 156px;
	padding-right: 4px;
	background: url(../images/btn_events1.gif) no-repeat 0 0;
}
#header #nav #btn_events_active {
	float: left;
	display: block;
	height: 24px;
	width: 156px;
	padding-right: 4px;
	background: url(../images/btn_events_active.gif) no-repeat 0 0;
}

#header #toplinks {
	width: 260px;
	position: relative;
	top: -81px;
	left: 600px;
}
#header #toplinks a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #b2000b;
	font-weight: bold;
}
#header #toplinks a:hover {
	color: #ffffff;
}
#header #topbag {
	margin: 0px;
	padding: 0px;
	width: 34px;
	height: 51px;
	position: relative;
	top: -98px;
	left: 810px;
	background:url(../images/shopping_bag.png) no-repeat 0 0;
}
#header #topbag a {
	display: block;
	height: 100%;
	width: 100%;
}

/*Content Section*/
#content {
	text-align: left;
	width: 900px;
	background-color: #ffffff;
	border: 2px solid #c2c2c2;
	min-height: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7e7e7e;
}
#content a {
	font-size: 12px;
	color: #b2000b;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
#content h2 {
	font-size: 16px;
	color: #b2000b;
}
#content img {
	border: 2px solid #c2c2c2;
	margin: 10px;
	padding: 0px;
}

#content #left_col {
	float: left;
	width: 550px;
	margin:2px;
	padding:7px;
	line-height: 17px;
}
#content #right_col {
	float: left;
	width: 280px;
	border-left: 1px solid #c2c2c2;
	margin: 0px;
	padding: 0px;
}

/*shop Nav*/
#content #shop_nav {
	width: 856px;
	height: 41px;
	margin: 16px auto;
	vertical-align: middle;
	background: url(../images/shop_menubar.gif) no-repeat center;
	outline: none;
}
#content #shop_nav span {
	display: none;
}
#content #shop_nav #btn_shop_wahine:hover, 
#content #shop_nav #btn_shop_kane:hover, 
#content #shop_nav #btn_shop_keiki:hover, 
#content #shop_nav #btn_shop_organic:hover,
#content #shop_nav #btn_shop_accessories:hover,
#content #shop_nav #btn_shop_sale:hover
{
	background-position: 0 -14px;
}

#content #shop_nav #btn_shop_wahine {
	float: left;
	display: block;
	height: 14px;
	width: 68px;
	padding-right: 66px;
	margin-left: 45px;
	margin-top: 14px;
	background: url(../images/btn_shop_wahine.gif) no-repeat 0 0;
	outline: none;
}
#content #shop_nav #btn_shop_wahine_active {
	float: left;
	display: block;
	height: 14px;
	width: 68px;
	padding-right: 66px;
	margin-left: 45px;
	margin-top: 14px;
	background: url(../images/btn_shop_wahine.gif) no-repeat 0 -14px;
	outline: none;
}
#content #shop_nav #btn_shop_kane {
	float: left;
	display: block;
	height: 14px;
	width: 44px;
	padding-right: 66px;
	margin-top: 14px;
	background: url(../images/btn_shop_kane.gif) no-repeat 0 0;
	outline: none;
}
#content #shop_nav #btn_shop_kane_active {
	float: left;
	display: block;
	height: 14px;
	width: 44px;
	padding-right: 66px;
	margin-top: 14px;
	background: url(../images/btn_shop_kane.gif) no-repeat 0 -14px;
	outline: none;
}
#content #shop_nav #btn_shop_keiki {
	float: left;
	display: block;
	height: 14px;
	width: 57px;
	padding-right: 32px;
	margin-top: 14px;
	background: url(../images/btn_shop_keiki.gif) no-repeat 0 0;
	outline: none;
}
#content #shop_nav #btn_shop_keiki_active {
	float: left;
	display: block;
	height: 14px;
	width: 57px;
	padding-right: 32px;
	margin-top: 14px;
	background: url(../images/btn_shop_keiki.gif) no-repeat 0 -14px;
	outline: none;
}
#content #shop_nav #btn_shop_organic {
	float: left;
	display: block;
	height: 14px;
	width: 117px;
	padding-right: 66px;
	margin-top: 14px;
	background: url(../images/btn_shop_organic.gif) no-repeat 0 0;
	outline: none;
}
#content #shop_nav #btn_shop_organic_active {
	float: left;
	display: block;
	height: 14px;
	width: 117px;
	padding-right: 66px;
	margin-top: 14px;
	background: url(../images/btn_shop_organic.gif) no-repeat 0 -14px;
	outline: none;
}
#content #shop_nav #btn_shop_accessories {
	float: left;
	display: block;
	height: 14px;
	width: 129px;
	padding-right: 66px;
	margin-top: 14px;
	background: url(../images/btn_shop_accessories.gif) no-repeat 0 0;
	outline: none;
}
#content #shop_nav #btn_shop_accessories_active {
	float: left;
	display: block;
	height: 14px;
	width: 129px;
	padding-right: 66px;
	margin-top: 14px;
	background: url(../images/btn_shop_accessories.gif) no-repeat 0 -14px;
	outline: none;
}
#content #shop_nav #btn_shop_sale {
	float: left;
	display: block;
	height: 14px;
	width: 51px;
	margin-top: 14px;
	background: url(../images/btn_shop_sale.gif) no-repeat 0 0;
	outline: none;
}
#content #shop_nav #btn_shop_sale_active {
	float: left;
	display: block;
	height: 14px;
	width: 51px;
	margin-top: 14px;
	background: url(../images/btn_shop_sale.gif) no-repeat 0 -14px;
	outline: none;
}

/*end Nav*/

#footer 
{
	width: 900px;
	padding-top: 25px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #565656;
	margin: 0px auto;
}
#footer a {
	color: #565656;
	text-decoration: underline;
}
#footer a:hover {
	color: #b2000b
}
p, h1, pre {
	margin: 0px;
	padding: 5px 10px;
}
h1 {
	font-size: 11px;
	text-transform:uppercase;
	text-align: right;
	color: #564b47;
	background-color: #90897a;
}

