/* General */

body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #333;
}

a img {
	border: none;
}

a {
	color: #E28512;
	text-decoration: none;
}

a:hover {
	color:#A90A6D;
	text-decoration: underline;
}

p{
	padding-top: 0;
	padding-bottom: 6px;
	line-height: 15px;
}

h5{
	padding: 0;
	margin: 0;
	line-height: 17px;
	font-size: 130%;
}

h6{
	padding-top: 0;
	padding-bottom: 0px;
	line-height: 17px;
	font-size: 110%;
	font-weight: bold;
}

ol{
	line-height: 15px;
}

* html p, h3 { padding: 2px 0 2px 0;}

/* Structure */

#header {
	position: relative;
	margin: 0 auto;
	width: 872px;
	height: 90px;
	z-index: 1000;
}

#header #logo{
	width: 250px;
	height: 90px;
	float: left;
	clear: right;
	z-index: 100;
}

#header #search{
	width: 202px;
	height: 39px;
	padding-top: 20px;
	padding-left: 420px;
	float: left;
}

#header #menu{
	width: 577px;
	height: 31px;
	float: left;
	padding-left: 45px;
}

#bn-flash {
	position: relative;
	margin: 0 auto;
	width: 872px;
	height: 180px;
}

#main {
	position: relative;
	margin: 0 auto;
	width: 872px;
}

#index-main {
	position: relative;
	margin: 0 auto;
	width: 872px;
}

#main #index-col1{
	float: left;
	width: 658px;
	height: 476px;
}

#main #index-col1 #index-grn {
	width: 619px;
	height: 119px;
	padding: 30px 0px 40px 39px;
	background: url(../images/index-green-bg.jpg) top no-repeat;
}

#main #index-col2{
	float: left;
	width: 173px;
	height: 331px;
	padding: 115px 20px 30px 20px;
	background: url(../images/index_col2_bg.jpg) top no-repeat;
}

#main #index-col2-promo{
	float: left;
	width: 214px;
	height: 476px;
	padding: 0;
}

#main #index-col2-promo2{
	float: left;
	width: 173px;
	height: 326px;
	padding: 120px 20px 30px 20px;
	background: url(../images/index_col2b_promo_bg.jpg) top no-repeat;
}

#main #index-col2-promo2 a:hover{
	color: #CCCCCC;
	text-decoration: none;
}

#main #main-container {
	float: left;
	clear: both;
	padding-top: 40px;
	background: url(../images/main_bg.jpg) bottom left no-repeat;
}

#main #main-container #leftnav{
	width: 229px;
	float: left;
	clear: right;
}

#main #main-container #content{
	width: 642px;
	float: left;
}

#main #main-container #content #pg-hdr{
	width: 642px;
	background: url(../images/dot_line.gif) bottom repeat-x;
	float: left;
	clear: right;
}

#main #main-container #content #pg-hdr .title{
	float: left;
	clear: right;
}

#main #main-container #content #pg-hdr .selector{
	float: right;
}

#main #main-container #content #leftmain{
	width: 446px;
	float: left;
	padding-right: 12px;
}

#main #main-container #content #rightsub{
	width: 176px;
	float: left;
}

#footer {
	position: relative;
	clear: both; 
	text-align: center;
	margin: 0 auto;
	width: 872px;
	height: 72px;
	padding-top: 20px;
	background: url(../images/footer_bg.jpg) no-repeat bottom;
}

* html #bn-flash { top: -14px;}
* html #main { top: -14px;}
* html #main #main-container #content #leftmain { padding-top: 14px;}
* html #footer { height: 70px;}

/* Menu */

.leftmenu{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 190px;
}

.leftmenu li {
	display: block;
	width: auto;
	padding: 3px 0;
	padding-left: 10px;
	text-decoration: none;
	background: url(../images/dot_line.gif) bottom repeat-x;
}


* html .leftmenu li { /*IE only. Actual menu width minus left padding of LINK (20px) */
	width: 170px;
}

/* Text */

.form-txt {
	font-size: 90%;
	color: #908676;
}
.footer-txt {
	font-size: 90%;
	color: #908676;
}

.footer-txt a{
	text-decoration: none;
	color: #E28512;
}

.footer-txt a:hover{
	text-decoration: none;
	color: #A90A6D;
}

.leftmenu li a{
	text-decoration: none;
	color: #D86706;
	font-weight: bold;
}

.leftmenu li a:hover{
	text-decoration: none;
	color:#A90A6D;
	font-weight: bold;
}

.mn-selected{
	color:#A90A6D;
	font-weight: bold;
}

.pg-hdr-txt{
	color:#A90A6D;
	font-size: 170%;
	font-weight: bold;
}

.bt-orange{
	color: #fff;
	font-size: 115%;
	font-weight: bold;
}

.bt-orange a{
	color: #fff;
	text-decoration: none;
}

.bt-orange a:hover{
	color: #FFFF00;
	text-decoration: none;
}

.bt-green{
	color: #fff;
	font-size: 115%;
	font-weight: bold;
}

.bt-green a{
	color: #fff;
	text-decoration: none;
}

.bt-green a:hover{
	color: #FFFF00;
	text-decoration: none;
}

.bt-orange-small{
	color: #fff;
	font-weight: bold;
}

.bt-orange-small a{
	color: #fff;
	text-decoration: none;
}

.bt-orange-small a:hover{
	color: #FFFF00;
	text-decoration: none;
}

.tb-hdr-txt {
	color: #fff;
	font-weight: bold;
}

.hdr-txt-1{
	font-size: 130%;
	font-weight: bold;
	line-height: 16px;
}

.storename-hdr-txt{
	font-size: 150%;
	font-weight: bold;
	color: #A90A6D;
}

.hdr-txt-2{
	font-size: 120%;
	font-weight: bold;
	line-height: 16px;
}

.hdr-txt-3{
	font-size: 110%;
	font-weight: bold;
	color: #fff;
	line-height: 15px;
}

.hdr-txt-purple{
	font-size: 120%;
	font-weight: bold;
	color: #A90A6D;
}

.hdr-txt-green{
	font-size: 120%;
	font-weight: bold;
	color: #B5D819;
}

.hdr-txt-orange{
	font-size: 120%;
	font-weight: bold;
	color: #E28512;
}

.hdr-txt-5{
	font-size: 110%;
	font-weight: bold;
}
.hdr-txt-6{
	font-size: 120%;
	font-weight: bold;
}

.hapbuz-hdr-txt{
	font-size: 120%;
	font-weight: bold;
	color: #A90A6D;
	padding: 3px 0 3px 0;
}

.hapbuz-link-txt{
	padding: 10px 0 3px 0;
}

.hdr-bg-1 {
	background: #E7E7E7;
	padding: 5px 4px 4px 5px;
	clear: both;
}

.hdr-bg-2 {
	background: url(../images/hdr_bg_wide.jpg) no-repeat top;
	padding: 5px 4px 4px 12px;
	clear: both;
}

.hdr-bg-3 {
	width: 622px;
	height: 20px;
	background: url(../images/shiok_benefits_hdr.jpg) no-repeat top;
	padding: 15px 4px 4px 12px;
	clear: both;
}

.hdr-bg-4 {
	width: 422px;
	height: 20px;
	background: url(../images/services_hdr_bg.jpg) no-repeat top;
	padding: 15px 0px 4px 12px;
	clear: both;
}

.hdr-bg-5 {
	width: 422px;
	background: #E7E7E7;
	padding: 4px 0px 4px 12px;
	clear: both;
}

.body-txt-white {
	color: #FFF;
}

.body-txt-pink {
	color: #FF99CC;
}

.body-txt-yellow {
	color: #FFFFCC;
	line-height: 12px;
}

.body-txt-yellow a{
	color: #FFFF00;
}

.body-txt-yellow a:hover{
	color: #FFF;
}

.purple-txt{
	color: #A90A6D;
}

.orange-txt{
	color: #E28512;
}

.green-txt{
	color: #B5D819;
}	

.small-txt{
	font-size: 93%;
	line-height: 12px;
}

.purple-txt{
	color: #A90A6D;
}

/* Image */

.img-left{
	float: left;
	margin-right: 10px;
	padding-bottom: 5px;
	clear: both;
}

.img-right {
	float: right;
	clear: both;
	padding-right: 18px;
	margin-left: 10px;
}

/* Button */

.bt-orange{
	width: 117px;
	height: 20px;
	background: url(../images/bt_orange_bg.gif);
	padding: 8px 5px 5px 20px;
}

.bt-orange a, a:hover, a:link, a:visited{
	text-decoration: none;
}

.bt-green{
	width: 147px;
	height: 35px;
	background: url(../images/bt_green_bg.gif);
	padding: 8px 5px 5px 20px;
}

.bt-green a, a:hover, a:link, a:visited{
	text-decoration: none;
}

.bt-orange-small{
	width: 85px;
	height: 15px;
	background: url(../images/bt_orange_small_bg.gif);
	padding: 6px 4px 4px 14px;
}

.bt-orange-small a, a:hover, a:link, a:visited{
	text-decoration: none;
}

/* Table */

table.tb1{
	width:430px;
	border-collapse: collapse; 
} 
table.tb1 th {
	border: 1px solid #fff;
}
table.tb1 td {
	vertical-align: top;
	border: 1px solid #fff;
	padding: 4px;
}
table.tb1 tr.hdr {
	background: #908676;
}
table.tb1 tr.hdr2 {
	background: #BBAF9B;
}
table.tb1 tr.row1 {
	background: #E3D4BC;
}
table.tb1 tr.row2 {
	background: #EFE0C6;
}


table.tb2{
	width:600px;
	border-collapse: collapse; 
} 
table.tb2 th {
	border: 1px solid #fff;
}
table.tb2 td {
	vertical-align: top;
	border: 1px solid #fff;
	padding: 4px;
}
table.tb2 tr.hdr {
	background: #908676;
}
table.tb2 tr.hdr2 {
	background: #BBAF9B;
}
table.tb2 tr.row1 {
	background: #E3D4BC;
}
table.tb2 tr.row2 {
	background: #EFE0C6;
}



table.ftb{
	border-collapse: collapse; 
} 
table.ftb td {
	vertical-align: top;
}

.tb-hdr {
	background: #BBAF9B;
	padding: 4px;
	width: 421px;
}

*html .tb-hdr {
	margin-left: 1px;
	width: 420px;
}



/* Q&A */

.qa-container {
	clear: both;
}

.qa-left {
	width: 20px;
	float: left;
	clear: right;
	font-size: 130%;
	color: #908676;
}

.qa-right {
	width: 410px;
	float: left;
	clear: right;
	padding-top: 2px;
}

/* Index Happening & Buzz */

#happen-blurb {
	width: 270px;
	float: left;
	background: url(../images/happen_hdr.gif) top left no-repeat;
	margin-right: 40px;
}

#buzz-blurb {
	width: 270px;
	float: left;
	background: url(../images/buzz_hdr.gif) top left no-repeat;
}

/* Happening & Buzz Item */

.hapbuz-pic{
	padding: 0 15px 0 0;
	width: 91px;
	height: 91px;
	float: left;
	clear: right;
}

.hapbuz-desc {
	margin-left: 120px;
}	

.hapbuz-item-1{
	padding: 10px 10px 10px 10px;
	background: #fff;
	min-height: 100px;
}

.hapbuz-item-2{
	padding: 10px 10px 10px 10px;
	background: #E7E7E7;
	min-height: 100px;
}

/* Main Right Box */	

.right-box {
	background: url(../images/right_box_mid.jpg) repeat-y;
}

.right-box-cnt {
	background: url(../images/right_box_top.jpg) top left no-repeat;
	padding: 10px 5px 0 10px;
}

.right-box-bot {
	background: url(../images/right_box_bot.jpg) top left no-repeat;
	width: 174px;
	height: 15px;
}

/* Store Detail */	

.store-left {
	width: 302px;
	background: #F2E5D8 url(../images/store_pic_bot.jpg) bottom no-repeat;
	float: left;
	clear: right;
}

.store-right {
	width: 300px;
	float: left;
	padding-left: 18px;
}

.store-pic {
	padding: 1px 1px 1px 1px;
}

.store-detail {
	padding: 5px 10px 15px 10px;
}

/* Site Map Box */	

.sm-box {
	background: url(../images/right_box_mid.jpg) repeat-y;
	float: left;
	clear: right;
	padding-right: 10px;
}

.sm-box-cnt {
	background: url(../images/right_box_top.jpg) top left no-repeat;
	width: 174px;
	padding: 10px 10px 0 10px;
}

.sm-box-bot {
	background: url(../images/right_box_bot.jpg) top left no-repeat;
	width: 174px;
	height: 15px;
}

.sm-row {
	clear: both;
}	

/* List Styles */

.mlist{
	margin-left: 0px;
	padding-left: 14px;
	padding-bottom: 10px;
}

.mlist li{
	padding-left: 0px;
}

.flist{
	margin-left: 0px;
	padding-left: 14px;
	list-style-type: none;
}

.flist li{
	padding-left: 0px;
}

/* Mission, Vision & Values */

.mvv-mission {
	width: 165px;
	height: 188px;
	background: url(../images/mvv_1.jpg) top left no-repeat;
	padding: 58px 15px 18px 18px;
}

.mvv-vision {
	width: 165px;
	height: 188px;
	background: url(../images/mvv_2.jpg) top left no-repeat;
	padding: 58px 15px 18px 18px;
}

.mvv-values {
	width: 165px;
	height: 188px;
	background: url(../images/mvv_3.jpg) top left no-repeat;
	padding: 58px 15px 18px 18px;
}

/* Search */

.search-item-1{
	padding: 10px 10px 10px 10px;
	background: #fff;
}

.search-item-2{
	padding: 10px 10px 10px 10px;
	background: #E7E7E7;
}