body,td,th {
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:18px;
	color: #2b2b2b;
}
body {
	background:url(../images/pageBack.gif) repeat-x #FFFFFF;
	margin: 0px;
}

/* begin content styles */

#mainHolder {
	width:750px;
	margin:0 auto;
	background:url(../images/bigBooties.jpg) no-repeat top right;
}
#logoDiv {
	padding:28px 0 26px;
}
#navigation {
}
#nav {
	width:499px;
	height:28px;
	background:url(../images/navigation2.gif);
	padding:0;
	margin:0;
	position:relative;
}
#nav li {
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	top:0;
}
#nav li, #nav a { 
	height:28px;
	display:block;
}
#tab01 {
	text-indent:-100em;
	overflow:hidden;
	left:0;
	width:64px;
}
#tab02 {
	text-indent:-100em;
	overflow:hidden;
	left:71px;
	width:81px;
}
#tab03 {
	text-indent:-100em;
	overflow:hidden;
	left:160px;
	width:76px;
}
#tab04 {
	text-indent:-100em;
	overflow:hidden;
	left:244px;
	width:98px;
}
#tab05 {
	text-indent:-100em;
	overflow:hidden;
	left:349px;
	width:78px;
}
#tab06 {
	text-indent:-100em;
	overflow:hidden;
	left:435px;
	width:63px;
}


#tab01 a:hover {
	background:transparent url(../images/navigation2.gif) 0px -28px no-repeat;
}
#tab02 a:hover {
	background:transparent url(../images/navigation2.gif) -71px -28px no-repeat;
}
#tab03 a:hover {
	background:transparent url(../images/navigation2.gif) -160px -28px no-repeat;
}
#tab04 a:hover {
	background:transparent url(../images/navigation2.gif) -244px -28px no-repeat;
}
#tab05 a:hover {
	background:transparent url(../images/navigation2.gif) -349px -28px no-repeat;
}
#tab06 a:hover {
	background:transparent url(../images/navigation2.gif) -435px -28px no-repeat;
}
.tab01On {
	background:transparent url(../images/navigation2.gif) 0px -28px no-repeat;
}
.tab02On {
	background:transparent url(../images/navigation2.gif) -71px -28px no-repeat;
}
.tab03On {
	background:transparent url(../images/navigation2.gif) -160px -28px no-repeat;
}
.tab04On {
	background:transparent url(../images/navigation2.gif) -244px -28px no-repeat;
}
.tab05On {
	background:transparent url(../images/navigation2.gif) -349px -28px no-repeat;
}
.tab06On {
	background:transparent url(../images/navigation2.gif) -435px -28px no-repeat;
}


#mainContent {
	width:524px;
	float:left;
	padding-top:10px;
}
#subContent {
	width:200px;
	float:right;
	padding-top:20px;
}
.titleHolder {
	display:block;
	padding:30px 0 14px 20px;
	background:url(../images/greyLine.gif) no-repeat bottom;
}
.titleHolder2 {
	display:block;
	padding:10px 0 14px 20px;
	background:url(../images/greyLine.gif) no-repeat bottom;
}

.linkFooter {
	display:block;
	padding:10px 0;
	background:url(../images/greyLine.gif) no-repeat top;
	text-align:right;
}

.bootyTable td {
	padding:6px;
	text-align:center;
}
.bootyTableInside td {
	padding:6px 6px 0;
	text-align:center;
	line-height:18px;
}
.bootyTable td a, .bootyTableInside td a {
	text-decoration:none;
}
.saleItem {
	border-bottom:1px dotted #b5b5b5; border-top:none;float:left; width:25%; height:200px;
	text-decoration:none;text-align:center;line-height:18px;padding-top:6px;
}
.rowLine {
	border-bottom:1px dotted #b5b5b5;
}

.subTitle {
	display:block;
	padding:18px 0 2px;
	font-size:14px;
}
#footer {
	padding:20px 10px;
	font-size:10px;
	color:#767676;
	background:url(../images/bottomFade.gif) repeat-x bottom;
}
.promoList {
	margin:0;
	padding:0;
}
.promoList li {
	margin:3px 0 3px 20px;
	list-style-image:url(../images/bullet_pink.gif);
}
.right {
	float:right;
}
.left {
	float:left;
}
.mRight {
	margin-right:30px;
}

.copy {
	display:block;
	padding:10px 20px;
}
.copy2 {
	display:block;
	padding:10px 20px;
	font-size:12px;
}
.sideContact {
	display:block;
	padding:8px;
	background-color:#fff9c8;
}
.epc {
	padding:10px 0;
	text-align:right;
	font-size:10px;
	border-top:1px solid #9a9a9a;
	color:#919191;
}
.epc a, .epc a:visited {
	text-decoration:none;
	border-bottom:1px dotted #9a9a9a;
	color:#919191;
}
.epc a:hover {
	text-decoration:none;
	border-bottom:1px solid #3c3c3c;
	color:#000;
}


/* begin links */

a:link {
	color: #0013a0;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #0013a0;
}
a:hover {
	text-decoration: none;
	color: #007bd9;
}
a:active {
	text-decoration: underline;
	color: #0013a0;
}