@charset "UTF-8";
/* CSS Document */


.foodbg {
	background-color: #ffd00a;
	background-image: url(../images/food-bg.gif);
	background-repeat: no-repeat;
}
.grocerybg {
	background-color: #ff6d03;
	background-image: url(../images/grocery_header.gif);
	background-repeat: no-repeat;
}
.snacksbg {
	background-color: #ffd00a;
	background-image: url(../images/snacks_header.gif);
	background-repeat: no-repeat;
}
.drinkbg {
	background-color: #6DCEEA;
	background-image: url(../images/drink-bg.gif);
	background-repeat: no-repeat;
}
.genstorebg {
	background-color: #FF6D03;
	background-image: url(../images/genstore-bg.gif);
	background-repeat: no-repeat;
}
.tobaccobg {
	background-color: #E6371E;
	background-image: url(../images/tobacco-bg.gif);	
	background-repeat: no-repeat;
}
.partybg {
	background-color: #000000;
	background-image: url(../images/party-bg.gif);
	background-repeat: no-repeat;
}
.partybg#main2-center {
	min-height: 570px;
}
#partycopy {
	width: 450px;
	margin-top: 230px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
}
#partycopy p {
	line-height: 1.5em;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
}

/* mac hide \*/
* html #tipbox {
	height:570px
}
/* end hide */
	

.foodbg#main2-center #categories .category-item {
	background-color: #E5BB09;
}
.snacksbg#main2-center #categories .category-item {
	background-color: #E5BB09;
}
.grocerybg#main2-center #categories .category-item {
	background-color: #e6641e;
}
.drinkbg#main2-center #categories .category-item {
	background-color: #62B9D2;
}
.genstorebg#main2-center #categories .category-item {
	background-color: #E56203;
}
.tobaccobg#main2-center #categories .category-item {
	background-color: #CF311B;
}
.foodbg#main2-center #categories #tipbox {
	background-color: #B29107;
	background-image: url(../images/tipbg-food.gif);
	background-repeat: no-repeat;
}
.snacksbg#main2-center #categories #tipbox {
	background-color: #B29107;
	background-image: url(../images/tipbg-food.gif);
	background-repeat: no-repeat;
}
.grocerybg#main2-center #categories #tipbox {
	background-color: #B29107;
	background-image: url(../images/tipbg-food.gif);
	background-repeat: no-repeat;
}
.drinkbg#main2-center #categories #tipbox {
	background-color: #4C90A3;
	background-image: url(../images/tipbg-drink.gif);
	background-repeat: no-repeat;
}
.genstorebg#main2-center #categories #tipbox {
	background-color: #B24C02;
	background-image: url(../images/tipbg-genstore.gif);
	background-repeat: no-repeat;
}
.tobaccobg#main2-center #categories #tipbox {
	background-color: #A12615;
	background-image: url(../images/tipbg-tobacco.gif);
	background-repeat: no-repeat;
}
#categories {
	width: 532px;
	margin-top: 100px;
	margin-left: 18px;
	padding-bottom: 18px;
}
#categories a:link, #categories a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	text-align: center;
	text-decoration: none;
	line-height: 0.9em;
}
.dark#categories a:link, .dark#categories a:visited {
	color: #354a1e;
}
.light#categories a:link, .light#categories a:visited {
	color: #FFFFFF;
}
#categories a:hover {
	text-decoration: underline;
}
#categories img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.category-item {
	float: left;
	width: 127px;
	margin-right: 6px;
	height: 147px;
	margin-bottom: 6px;
	text-align: center;
}
.category-item p {
	margin: 0px;
}
#tipbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	clear: both;
	float: left;
	width: 526px;
	min-height: 133px;
}

/* mac hide \*/
* html #tipbox {
	height:133px
}
/* end hide */

#tipbox-text {
	margin-top: 15px;
	margin-left: 200px;
	margin-right: 15px;
	line-height: 1.5em;
}
#tipbox p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

