html, body { margin: 0; padding: 0; }
img { border: 0 none; margin: 0; }

body { background-color: #000; background-image: url('body_bg.jpg'); background-repeat: no-repeat; background-position: top center; }

.center { text-align: center; }
.invisible { display: none; }

img.bordered { border: 1px solid #999999; }
/* Banner changes */
.hide_banner
{
visibility:hidden;
}
.adjust_top
{
top:-24px;
position:relative;
}
/* Banner changes */
/* nfdn brand */
#nfdn_top {
	height: 23px; padding: 0; margin: 0;
	background: #000000 url('/templates/default/nfdn-head-bg.jpg') repeat-x;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #848484; border-bottom: 1px solid #999999;
	text-align: center;
}

#top_menu_wrapper { 
	height: 36px; border-bottom: 1px solid #999999; background-color: #000000;
}
#top_menu {
	width: 980px;
	margin: 0 auto; padding: 12px 0 0 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px; font-weight: bold;
	color: #ccc;
}
#top_menu a { text-decoration: none; color: #d3d3d3; }
#top_menu a:hover { text-decoration: none; color: #b88a2d; }

#top_menu a.store_link { color: #578092; }
#top_menu a.store_link:hover { text-decoration: none; color: #b88a2d; }

#checkout_button { position: relative; text-align: right; padding: 0 32px 0 0; }

.slide { height: 600px; width: 100%; background-repeat: no-repeat; background-position: top center; position: absolute; display: none; }
#logo_overlay { height: 260px; width: 362px; position: absolute; top: 300px; left: 50%; margin-left: -485px; }
#video_button_overlay { position: absolute; top: 70px; right: 50%; margin-right: -500px; width: 180px; }
#video_button_overlay a { 
	color: #fff; text-decoration: none; font-family: Helvetica, Arial, sans-serif; font-weight: bold; font-size: 12px;
}

#home_badges { 
	width: 990px; position: absolute; top: 560px; left: 50%; margin-left: -490px;
	font-family: Helvetica, Arial, sans-serif; color: #ffffff; font-size: 12px;
}
.home_badge_heading { padding: 12px 6px 6px 14px; font-size: 18px; }
.home_badge_content { padding: 0 170px 0 14px; }
#home_badges a { text-decoration: none; color: #000000; font-weight: bold; }
#home_badges a:hover { text-decoration: none; color: #b88a2d; }
#code { 
	height: 26px; width: 111px; padding: 2px 0 0 6px; font-size: 12px; font-style: italic; 
	color: #666666; background-image: url('code_bg.jpg'); border: 0 none; }

#home_main {
	width: 985px; margin: 0 auto; padding: 740px 0 0 0;
}
#main {
	width: 985px; margin: 0 auto; padding: 510px 0 0 0;
}
#detail {
	width: 985px; min-height: 500px; margin: 0 auto; padding: 510px 0 0 0;
}

#home_badges a.content_link, #main a.content_link { color: #b88a2d; }
#home_badges a:hover.content_link, #main a:hover.content_link { color: #cc9d3f; }

.section_title { padding: 9px 0 12px 3px; font-family: Helvetica, Arial, sans-serif; font-size: 27px; color: #ffffff; }

.content {
	position: relative; padding: 11px 6px 6px 14px; min-height: 300px; margin: 0 0 12px 5px;
	background-image: url('content_pane_middle.jpg'); background-repeat: repeat-y;
	font-family: Helvetica, Arial, sans-serif; color: #ffffff; font-size: 15px;
	color: #fff;
}
.content_top { position: absolute; top: -12px; left: 0; }
.content_bottom { position: absolute; bottom: -12px; left: 0; }

h1 { font-size: 27px; margin: 0 0 12px 0; }

.item_pane, .feature_pane, .feature_pane_small {
	background-image: url('item_pane_bg.png');
	border: 1px solid #5f5d58; padding: 12px;
	font-family: Helvetica, Arial, sans-serif;
	color: #fff; font-size: 11px;
}

.feature_image_div { background-color: #fff; padding: 5px; }
.feature_image { max-width: 470px; max-height: 211px; }

.feature_pane_small { height: 160px; width: 290px; margin: 9px 9px 0 0;  }
.feature_image_small_div { background-color: #fff; padding: 0px; margin: 0 0 6px 0; border: 1px solid #fff; text-align: center; }
.feature_image_small { max-width: 270px; }

.item_pane { height: 265px; width: 285px; margin: 0 9px 9px 0; }
.item_image_div { width: 284px; height: 148px; background-color: #fff; border: 1px solid #fff; margin: 0 0 9px 0; }
.item_image { max-width: 280px; max-height: 120px; }
.item_title { height: 55px; overflow: hidden; font-size: 16px; text-transform: uppercase; margin: 0 0 6px 0; text-align: center; }

a.title_link { text-decoration: none; color: #fff; }
a:hover.title_link { text-decoration: none; color: #b88a2d; }

.live_price, .discount_price, .display_price { font-size: 27px; padding: 0 0 6px 0; }

/* jQuery adds button action to this element */
.live_checkout { text-align: center; padding: 0 0 6px 0; }

a.add_to_cart, a.find_a_dealer {
	display: block;
	margin: 3px 2px 5px 3px;
	padding: 4px 3px 3px 3px;
	font-family: DejaVuSans, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	color: #e4e4e4;
	background-color: #b88a2d;
	text-decoration: none;
 	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	border-radius: 5px;
}

a:hover.add_to_cart, a:hover.find_a_dealer {
	background-color: #cc9d3f;
	color: #fff;
}

a.detail_button {
	display: block;
	margin: 3px 2px 5px 3px;
	padding: 4px 3px 3px 3px;
	font-family: DejaVuSans, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	color: #e4e4e4;
	background-color: #909090;
	text-decoration: none;
 	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	border-radius: 5px;
}

a:hover.detail_button {
	background-color: #871116;
	color: #fff;
}
a.adding_to_cart {
	display: block;
	margin: 3px 2px 5px 3px;
	padding: 4px 3px 3px 3px;
	font-family: DejaVuSans, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	color: #e4e4e4;
	background-color: #b88a2d;
	text-decoration: none;
 	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	border-radius: 5px;
}

a.go_to_checkout {
	display: block;
	margin: 3px 2px 5px 3px;
	padding: 4px 3px 3px 3px;
	font-family: DejaVuSans, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	background-color: #b88a2d;
	color: #fff;
	text-decoration: none;
 	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	border-radius: 5px;
}

a:hover.go_to_checkout {
	background-color: #cc9d3f;
	color: #fff;
}

/* input elements */
.field { border: 1px solid #999; color: #666; padding: 3px; font-size: 14px; }
select.field { font-size: 13px; }
textarea.field { color: #666; font-size: 14px; }
#search_in { width: 160px; }

#footer {
	border-top: 1px solid #999999; font-family: Helvetica, Arial, sans-serif; font-size: 11px; color: #666;
	padding: 6px; margin: 18px 0 9px 0;
	text-align: center;
}
#footer a { color: #666; text-decoration: none; }
#footer a:hover { color: #ef9821; text-decoration: none; }

#details { font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #e1e1e1; line-height: 17px; }
#details h1 { margin: 0 0 18px 0; font-family: Arial, Helvetica, sans-serif; color: #e1e1e1; font-size: 24px; font-weight: normal; }
.detailprice { margin: 27px 0; font-size: 30px; }
#details a { color: #ef9821; text-decoration: none; }

#details .add { position: relative; margin: 6px 9px; }
#details .incart {
	position: relative; margin: 6px 9px;
	font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #ef9821;
	text-align: left;
}

.back { position: absolute; bottom: 6px; right: 21px; width: 200px; text-align: right; font-family: Arial, Helvetica, sans-serif; }
