* {
	margin: 0;
	padding: 0;
}
/* GENERAL */
body {
	text-align: center;
	font-family: arial;
	font-size: 14px;
}
h1 {
	font-size: 24px;
	margin: 10px 0 10px 0;
}
h2 {
	font-size: 18px;
	margin: 7px 0 7px 0;
}
p {
	margin-bottom: 1.5em;
}
a {
	color: #ff6500;
}
img {
	border: 0;
}
.golf {
	font-weight: bold;
}
#superman {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}
#header {
	float: left;
	width: 1000px;
	height: 145px;
	padding-top: 35px;
	background-image: url(/images/header_bg.jpg);
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
}
#header_info_1 {
	float: left;
	width: 200px;
	padding-top: 25px;
}
#header_info_2 {
	float: left;
	width: 200px;
	margin-left: 600px;
	display: inline;
}
/* TOP NAV */
#nav {
	float: left;
	width: 980px;
	height: 25px;
	padding: 10px 10px 0 10px;
	background-image: url(/images/nav_bg.gif);
	color: #fff;
}
#nav a {
	text-decoration: none;
	font-size: 12px;
	color: #fff;
	padding: 0 10px 0 10px;
}
#nav a:hover {
	color: #ff6500;
}
#nav_left {
	float: left;
	width: 490px;
}
#nav_right {
	float: left;
	width: 490px;
	text-align: right;
}
/* LEFT SIDEBAR */
#sidebar {
	float: left;
	width: 187px;
	padding: 10px 20px 0 10px;
}
#credit_cards {
	margin: 10px 0 10px 0;
}
#ssl_site_seal {
	margin: 5px 0 5px 40px;
	border: 0;
}
/* SEARCH */
#search {
	margin-bottom: 10px;
	background-image: url(/images/search_bg.gif);
	width: 180px;
	height: 32px;
	padding-top: 7px;
	padding-left: 7px;
}
#search_box {
	width: 130px;
	height: 18px;
}
#search_btn {

}
/* LEFT SIDEBAR NAVIGATION */
#mainsite_left_navigation_catalog_container {
	background: #26292e url(/images/sidenav_bg_top.gif) no-repeat;
	list-style-type: none;
	padding-top: 12px;
}
#mainsite_left_navigation_catalog_container li {
	border-bottom: 1px solid #ff6500;
}
#mainsite_left_navigation_catalog_container li a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 5px;
}
#mainsite_left_navigation_catalog_container li a:hover {
	background: #444;
}
#mainsite_left_navigation_catalog_container_bottom {
	background: #26292e url(/images/sidenav_bg_bottom.gif) no-repeat;
	height: 12px;
}
.quickbrowse_sub_category {
	padding-left: 10px;
}
.quickbrowse_sub_category a {
	font-size: 11px;
}
/* CONTENT */
#content {
	float: left;
	width: 783px;
	padding-top: 10px;
}
/* FOOTER */
#footer {
	float: left;
	width: 980px;
	height: 25px;
	padding: 10px 10px 0 10px;
	background-image: url(/images/footer_bg.jpg);
	color: #ff6500;
	margin-top: 10px;
	font-size: 12px;
}
#footer_inner_left {
	float: left;
	width: 580px;
}
#footer_inner_right {
	float: left;
	width: 400px;
	text-align: right;
}
#footer a {
	color: #ff6500;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
}
/* INDEX */
#content_inner_left {
	float: left;
	width: 560px;
	margin-right: 20px;
	overflow: hidden;
}
#content_inner_right {
	float: left;
	width: 203px;
}
/* FAQ's */
.faq_question {
	color: #ff6500;
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
}
.faq_answer {

}
.faq_answer ul {
	margin-bottom: 1.5em;
	list-style-type: none;
}
.faq_answer li {
	padding-left: 30px;
	margin-bottom: 6px;
	background: url(/images/bullet_flag.gif) no-repeat 4px;
}

#pageflip {
	position: relative;
}
#pageflip img {
	width: 50px; height: 52px;
	z-index: 99;
	position: absolute;
	right: 0; top: 0;
	-ms-interpolation-mode: bicubic;
}
#pageflip .msg_block {
	width: 50px; height: 50px;
	position: absolute;
	z-index: 50;
	right: 0; top: 0;
	background: url(/images/subscribe.png) no-repeat right top;
	text-indent: -9999px;
}