/*
 * Reset!
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img, label, input, select {
	vertical-align: middle;
}
body.body_main {
	background: URL(/images/bg.jpg) center top #1e0c00 no-repeat;
	text-align: center;	
}
/*
 * Layout-Related Styles
 */
#container {
	width: 1010px;
	margin: 0 auto;
	text-align: left;
	border-left: 1px solid black;
	border-right: 1px solid black;
	color: white;
}
#header_top {
	background-image: URL(/images/header_top.png);
	height: 84px;
}
#header_mid {
	height: 184px;
	background-image: URL(/images/header_mid.png);
	cursor: pointer;
}
#header_bot {
	background-image: URL(/images/header_bot.png);
	height: 75px;
	text-align: right;
}
#header_bot ul {
	padding-top: 15px;	
}
#header_bot li {
	display: block;
	float: right;
	font-family: Cambria, Georgia;
	font-size:18px;
	font-weight:bold;
	padding-left:15px;
	padding-right: 15px;	
}
#header_bot li a {
	text-decoration: none;
	color: white;
}

.content_box {
	float: left;
	width: 750px;
	padding-left: 10px;
}
.content_box A {
	color: white;
}
.content_box .title {
	border: 1px solid black;
	background: URL(/images/header_tiles.jpg);
	font-family: Cambria, Georgia;
	font-size: 18px;
	font-weight: bold;
	padding: 8px;
}
.content_box .ctop {
	background: URL(/images/ctop_bg.png);
	height: 15px;
}
.content_box .cmid {
	background-image: URL(/images/cmid_bg.png);
	
	padding-left: 30px;
	padding-right: 30px;
	font-family: Verdana;
	font-size: 11px;
}

.content_box .cbot {
	background: URL(/images/cbot_bg.png);
	height: 15px;	
}

.layout_right {
	float: right;
}
.side_content_box {
	width: 210px;
	padding-left: 10px;
	padding-bottom: 20px;
}
.side_content_box A {
	color: white;
}
.side_content_box .title {
	border: 1px solid black;
	background: URL(/images/header_tiles.jpg);
	font-family: Cambria, Georgia;
	font-size: 18px;
	font-weight: bold;
	padding: 8px;
	text-align: right;
}
.side_content_box .title IMG {
	float: left;
}
.side_content_box .ctop {
	background: URL(/images/side_ctop_bg.png);
	height: 15px;
}
.side_content_box .cmid {
	background-image: URL(/images/side_cmid_bg.png);
	padding-left: 25px;
	padding-right: 5px;
	font-family: Verdana;
	font-size: 11px;
}

.side_content_box .cmid IMG {
	margin: 5px;
}
.side_content_box .cmid .livehelp {
	padding-top: 5px;
}
.side_content_box .cmid .email {
	padding-top: 18px;
}

.side_content_box .cbot {
	background: URL(/images/side_cbot_bg.png);
	height: 15px;	
}

#footer {
	font-family: Verdana;
	font-size: 11px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;	
}
#footer div {
	padding-right: 20px;
}
#footer ul li {
	padding-left: 10px;
	padding-top: 5px;
}
#footer ul li a {
	color: white;
	text-decoration: none;	
}
#footer ul li a:hover {
	color: #b7c4df;
}
#copyright {
	font-size: 11px;
	font-family: Verdana;
	padding-bottom: 20px;
	padding-top: 20px;
	text-align: center;
}
#copyright A {
	color: white;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 3px;
}

/**
 * Generic Form Classes 
 */
.textinput {
	margin-top: 5px;
	margin-bottom: 5px;
	width: 150px;
	border: 1px solid black;
	font-family: Verdana;
	font-size: 11px;
	padding: 2px;
}
.submitbutton {
	border: none;
	background: URL(/images/button_bg.png) no-repeat top left;
	width: 89px;
	height: 21px;
	font-size: 11px;
	padding-bottom: 2px;
	color: white;
	text-align: center;
	font-family: Verdana;
}
.disabledbutton {
	border: none;
	background: URL(/images/button_disabled_bg.png) no-repeat top left;
	width: 89px;
	height: 21px;
	font-size: 11px;
	padding-bottom: 2px;
	color: white;
	text-align: center;
	font-family: Verdana;
}
select {
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid black;
	padding: 1px;
	font-family: Verdana;
	font-size: 11px;
}
textarea {
	border: 1px solid black;
	font-size: 11px;
	font-family: Verdana;
	width: 300px;
	height: 100px;
	padding: 2px;
}
.numberinput { width: 50px; }
.longinput { width: 300px; }
/**
 * Block-style form
 */
.blockform label {
	display: block;
	float: left;
	text-align: right;
	width: 140px;
	margin-top: 6px;
}

.blockform .textinput, .blockform select, .blockform textarea, .blockform .element {
	margin-left: 10px;
}
.blockform .element {
	display: inline-block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: 150px;
}
.width300 .blockform label {
	width: 100px;
}

/* 
 * Table Classes
 */
.generic TD { padding: 3px; }
.colored { width: 100%; }
.colored TD {
	padding: 4px;
	border-top: 1px solid #100600;
	vertical-align: middle;
}
.colored .r1, .r1colored { background-color: #4f4035; }
.colored .r2, .r2colored { background-color: #403126; }
.colored .c1 { width: 10%; }
.colored .c2 { width: 5%; }
.colored .c3 { width: 65%; }
.colored .c4 { width: 20%; }
.bordered { border: 1px solid #100600;}
.tbheader { background-color: #100600; }
.tbheader TD { font-size: 12px; font-weight: bold; }
.top TD { vertical-align: top; }
.extra_padded TD { padding: 10px; }

/* Content Classes */
.msgbox {	
	padding: 10px;
	padding-top: 0px;
	padding-left: 20px;
}
.exclamation {
	background: URL(/images/icon_exclamation.png) top left no-repeat;
}
.ok {
	background: URL(/images/icon_ok.png) top left no-repeat;
}

.phone_field_s {
	width: 40px;
}
.rounded_container { background-color: #371f15; }
.rounded_top { background: #100600; font-size: 14px; font-weight: bold; padding: 5px; }
.rounded_bottom { padding: 5px; border: 1px solid #100600; }

.pl_container { float: left; width: 215px; padding-left: 5px; padding-right: 5px; }
.pl_top_bg { background-color: #371f15;}
.pl_top { background: #100600; font-size: 14px; font-weight: bold; padding: 5px; }
.pl_bottom { padding: 5px; border: 1px solid #100600; background: none; height: 600px; }

.pl_container_new { float: left; width: 620px; padding-left: 5px; padding-right: 5px; }
.pl_top_bg_new { background-color: #371f15;}
.pl_top_new { background: #100600; font-size: 14px; font-weight: bold; padding: 5px; }
.pl_bottom_new { padding: 5px; border: 1px solid #100600; background: none; height: 250px; }

#package_price { font-size: 16px; font-weight: bold;  }
#calc_button { margin-top: 34px; }
.bulleted {
	list-style: circle;
	margin-left: 30px;
}
.padded_list li { padding-top: 5px; }
#cart_left {
	float: left;
	width: 315px;
	height: 170px;
	border-right: 1px solid #100600;
}
#cart_right {
	float: left;
	width: 327px;
	height: 170px;
}
#payment_methods {
	text-align: center;
	margin: auto;
	background-color: white;
	width: 410px;
	border: 1px solid #100600;
	color: black;
}
#payment_wu {
	text-align: center;
	margin: auto;
	background-color: white;
	width: 280px;
	border: 1px solid #100600;
	color: black;	
	padding: 10px;
}
#payment_wu A {
	color: black;
}

.message {
	width: 500px;
	padding-bottom: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-left: 60px;
	background-image: URL(/images/icon_speech_bubble.png);
	background-repeat: no-repeat;
	background-position: top left;
	vertical-align: top;
}
.lighter { background-color: #4f4035; }
.darker { background-color: #423933; }

.message span {
	font-size: 10px;
}
#compose_area {
	margin-left: 20px;
}
#compose_area textarea {
	width: 400px;
	font-family: Verdana;
	font-size: 11px;	
}
#guides_background {
	background-image: URL(/images/guides_fishing.png);
	background-position: top right;
	background-repeat: no-repeat;
	
}
#product_column {
	width: 400px; 
}
.tooltip{ 
	background-color: #100600;
	border:1px solid #4f4035;
	color: white;
	font-family: Verdana;
	padding: 5px;
	font-size: 11px;
	width: 250px;
	text-align: left;
}
.contact_box {
	width: 400px;
	padding: 10px;
	text-align: left;
	margin: auto;
}
/**
 * Generic Classes
 */
.bold { font-weight: bold; }
.strike { text-decoration: line-through; }
.clear { clear: both; }
.left { float: left; }
.right { float: right; }
.center { text-align: center; }
.text_left { text-align: left; }
.text_right { text-align: right; }
.text_center { text-align: center; }
.padded_right { padding-right: 10px; }
.padded_left { padding-left: 10px; }
.no_padding{ padding: 0px; }
.padded { padding: 10px; }
.width150 { width: 150px; }
.width200 { width: 200px; }
.width300 { width: 300px; }
.width400 { width: 400px; }
.width450 { width: 450px; }
.width500 { width: 500px; }
.hidden { display: none; }
.green { color: #339900; }
.red { color: red; }
.pointer { cursor: pointer; }
A.no_underline { text-decoration: none; }

/** Other Meta Classes */
.error { font-size: 11px; font-family: Verdana; width: 700px; overflow-x: scroll; }
