body {
	/* background: #9a9cae url(../img/bg_full.jpg) repeat-x 0% 0%; */
	/* background: #000652 url(../img/bg_full.jpg) repeat-x 0% 0%; */
	background: #000652 url(../img/bg.png);
	/* background: #000652; */
	padding: 20px 0 0 0;
	margin: 0;
}

body,table tr td {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#page_outer {
	width: 881px;
	margin: 0 auto;
	padding: 24px 0 60px 0;
}

#page_wrapper {
	width: 891px;
	height: 725px;
	margin: 0 auto;
	background: url(../img/bg_page3.png) no-repeat 0% 0%;
}

#page_inner {
	margin: 0 21px 18px 25px;
	padding: 30px 0 0 0;
	position: relative;
}

#logo {
	margin: 30px 0 0 0;
	text-align: center;
}

/* Top Menu */
#top_menu {
	height: 15px;
	color: #869BAD;
	font-style: italic;
	padding-right: 40px;
	margin-bottom: -5px;
}

ul.top_menu {
	list-style-type: none;
}

ul.top_menu li {
	float: right;
	margin: 0 4px;
}

ul.top_menu li.sep {
	padding-top: 3px;
}

ul.top_menu li a {
	display: block;
	font-size: 14px;
	list-style: 14px;
	font-style: italic;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #869BAD;
	text-decoration: none;
	cursor: pointer;
}

ul.top_menu li a:hover {
	color: #c3d9ed;
	text-decoration: none;
}

/*
#top_menu { height:12px; color:#869BAD; font-style:italic; padding-right:40px;}
ul.top_menu { list-style-type:none;}
ul.top_menu li { float:right;  margin:0 4px;}
ul.top_menu li a { display:block; height:13px; cursor:pointer;}

a#login {  width:40px;}
a#cart { width:33px;}
a#help {  width:28px;}
a#about { width:59px;}
a#contact {width:79px;}*/ /* Main Menu */
#main_menu {
	height: 10px;
	color: #C48A41;
	font-style: italic;
	padding: 0 0 0 90px;
	margin: 20px 0 10px 0;
	position: relative;
	z-index: 999;
}

ul.main_menu {
	list-style-type: none;
}

ul.main_menu li {
	float: left;
	margin: 0 10px;
}

ul.main_menu li a {
	display: block;
	height: 10px;
	text-indent: -999em;
	text-decoration: none;
	cursor: pointer;
}

a#men {
	background: url(../img/btn_men.gif) no-repeat 0% 0%;
	width: 26px;
}

a#women {
	background: url(../img/btn_women.gif) no-repeat 0% 0%;
	width: 48px;
}

a#youth {
	background: url(../img/btn_youth.gif) no-repeat 0% 0%;
	width: 39px;
}

a#baby {
	background: url(../img/btn_baby.gif) no-repeat 0% 0%;
	width: 31px;
}

a#sweatshirts {
	background: url(../img/btn_sweatshirt.gif) no-repeat 0% 0%;
	width: 73px;
}

a#quilting {
	background: url(../img/btn_squares.gif) no-repeat 0% 0%;
	width: 109px;
}

a#towels {
	background: url(../img/btn_towels.gif) no-repeat 0% 0%;
	width: 46px;
}

a#men :hover {
	background: url(../img/btn_men_r.gif) no-repeat 0% 0%;
	width: 26px;
}

a#women :hover {
	background: url(../img/btn_women_r.gif) no-repeat 0% 0%;
	width: 48px;
}

a#youth :hover {
	background: url(../img/btn_youth_r.gif) no-repeat 0% 0%;
	width: 39px;
}

a#baby :hover {
	background: url(../img/btn_baby_r.gif) no-repeat 0% 0%;
	width: 31px;
}

a#sweatshirts :hover {
	background: url(../img/btn_sweatshirt_r.gif) no-repeat 0% 0%;
	width: 73px;
}

a#quilting :hover {
	background: url(../img/btn_squares_r.gif) no-repeat 0% 0%;
	width: 109px;
}

a#towels :hover {
	background: url(../img/btn_towels_r.gif) no-repeat 0% 0%;
	width: 46px;
}

#content {
	height: 340px;
	overflow: auto;
	position: relative;
	z-index: 95;
}

.cnt_index {
	background: url(../img/bg_index.jpg) no-repeat 30px 0%;
}

.cnt_men {
	background: url(../img/bg_men.jpg) no-repeat 30px 0%;
}

.cnt_women {
	background: url(../img/bg_women.jpg) no-repeat 30px 0%;
}

.cnt_baby {
	background: url(../img/bg_baby.jpg) no-repeat 30px 0%;
}

.cnt_youth {
	background: url(../img/bg_youth.jpg) no-repeat 30px 0%;
}

.cnt_sweatshirts {
	background: url(../img/bg_index.jpg) no-repeat 30px 0%;
}

.cnt_squares {
	background: url(../img/bg_squares.jpg) no-repeat 30px 0%;
}

.cnt_towels {
	background: url(../img/bg_towels.jpg) no-repeat 30px 0%;
}

.cnt_about {
	background: url(../img/bg_about.jpg) no-repeat 110px 0%;
}

.cnt_gallery {
	background: url(../img/bg_gallery.jpg) no-repeat 30px 0%;
	height: 400px !important
}

.cnt_funstuff {
	background: url(../img/bg_index.jpg) no-repeat 30px 0%;
}

.cnt_funstuff div {
	margin-top: 150px;
	height: 175px;
	width: 650px;
	overflow-y: auto;
	padding-left: 150px;
}

.cnt_funstuff div img {
	margin: 5px 5px 5px 0;
	float: left;
	border: 2px solid #336699
}

.cnt_gallery div {
	margin-top: 220px;
	height: 175px;
	width: 500px;
	float: left;
	overflow-y: auto;
	padding-left: 150px;
}

.cnt_gallery div img {
	margin: 5px 5px 5px 0;
	float: left;
	border: 2px solid #336699
}

.rnd_shirt {
	position: absolute;
	right: -40px;
	top: 170px;
	z-index: 998;
}

#bottom {
	padding: 0 0 0 90px;
}

#bottom img {
	margin-right: 20px;
}

a#start {
	display: block;
	height: 77px;
	width: 77px;
	text-indent: -999em;
	background: url(../img/btn_strat_now.gif) no-repeat 0% 0%;
	text-decoration: none;
	cursor: pointer;
}

a#start :hover {
	background: url(../img/btn_strat_now_r.gif) no-repeat 0% 0%;
}

a#center img,a#gallery img,a#fun img {
	width: 70px;
	height: 70px;
	display: block;
	position: absolute;
	z-index: 99;
}

a#center img,a#gallery img,a#fun img {
	width: 70px;
	height: 70px;
	cursor: pointer;
}

a#gallery img {
	top: 60px;
	left: 35px;
}

a#fun img {
	top: 160px;
	left: 50px;
}

a#center img {
	top: 260px;
	left: 35px;
}

.ttl {
	font-weight: bold;
	color: #006699;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding-left: 40px;
	margin: 0;
}

body div.set {
	margin-top: 35px;
	margin-left: 125px;
	padding: 0;
	width: 800px;
	padding: 0;
}

.helpers {
	float: left;
	margin: 15px;
}

div.secure, div.helpers h3 {
	color: #006699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 15px;
	margin-left: 0;
	padding-left: 0;
	text-align: left;
}

div.helpers ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

span.copyright a, div.helpers ul li a {
	color: #808080;
	font-size: 1em;
	text-align: left;
}

li.mlmreduce {
	text-align: left;
}

a.affiliate {
	background: transparent
		url(http://store.jttacj.com/uploads/10316038/File/img/create_your_own.gif)
		no-repeat scroll 100% 0;
	display: block;
	height: 60px;
	width: 180px;
	margin: 5px 0 10px;
	float: left;
	margin: 5px 0 10px;
}

#legals {
	clear: both;
	align: left;
	text-align: left;
}

div.secure h3 {
	background: transparent url(http://store.jttacj.com/ppr/images/lock.gif) no-repeat scroll 0 50%;
	padding: 3px 0 3px 20px;
}