@charset "UTF-8";
/* Main CSS Styles */
/* BowTech 2010 - Originally created by Matthew Smallwood */

img.floatRight { 
    float: right; 
    margin: 4px; 
}

*, html, body {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	background: #000000;
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body.home {
	background: #000000 left top no-repeat;
}

#container {
	background: url('/images/bg_prod_2010.jpg') top center repeat-x;
	width: 880px;
	margin: 0px auto;
}

#nav {
	width: 880px;
	height: 28px;
	margin-top: 4px;
}

#nav ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#nav ul li {
	float: left;
	clear: none;
	position: relative;
	z-index: 200;
	width: 220px;
}

#nav ul li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #FFF;
	display: block;
	padding: 6px 0px 6px;
	background: url("/images/bg_bk_70.png") top left repeat;
}

#nav ul li a:hover {
	color: #FFF;
	background: url("/images/bg_bk_80.png") top left repeat;
}

#nav li ul {
	display: none;
  	position: absolute; 
 	top: 28px;
  	left: 0;
	/* background: url("/images/bg_menu.png") top left repeat; */
}

#nav li ul li {
	border: none;
}

#nav li ul li a {
	text-align: center;
	padding: 6px 0px;
}

#nav li ul li a:hover {
}
	
/* Fixes the IE fix in the last selector (setting top and left) for all other browsers... yeah */

#nav li > ul {
	top: auto;
	left: auto;
}

#nav li:hover > ul, #nav li.over > ul{ 
	display: block; 
}

/* Second Level... */
#nav ul ul ul {
	top: 0px;
	left: 220px;
}

#nav ul ul li:hover > ul, #nav ul ul li.over > ul {
	display: block;
}

#logo_head {
	background: url("/images/bg_bk_70.png") repeat;
	text-align: center;
}

.logo {
	border: none;
	margin: 10px auto;
}

#content {
	width: 872px;
	margin: 0px 10px 40px;	
}

#content_text_page {
	color: #FFF;
	margin: 0px 20px 40px;
	line-height: 18px;
}

#content_home {
	width: 880px;
	margin: 0px 0px 40px;
	min-height: 850px;
}

.frontBoxes {  
	margin: 225px auto 0px auto;
}


#content div {
	margin: 20px 0px;
} 


#header {
	height: 300px;
}

#footer {
	height: 75px;
	padding-top: 10px;
	background: #000000;
	clear: both;
}

#footer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#footer ul li {
	float: left;
	clear: none;
	margin: 4px 10px;
}

#footer a, #footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
}

#footer a:hover {
	color: #CCC;
	text-decoration: underline;
}

#footer #internal_menu, #footer #family_menu, #footer #address {
	clear: both;
}

#footer #internal_menu a, #footer #family_menu a {
	font-weight: bold;
	text-decoration: none;
}

#footer #family_menu a {
	font-size: 13px;
}

#footer #internal_menu a {
	font-size: 11px;
}

#footer #address {
	padding: 8px;
}

p {
	margin: 10px 0px;	
}

img {
	border: none;
}

a, a:link {
	color: #CCC;
	text-decoration: none;
}

a:hover, a:active {
	color: #AAA;
	text-decoration: underline;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 65px;
	font-weight: normal;
	color: #444;
	margin: 6px 0px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 45px;
	font-weight: normal;
	color: #444;
	margin: 0px;
}

ul {
	margin: 10px 0px;
	padding: 25px;
}

.bullet_list {
	font-weight: bold;
}

.bullet_list li {
	padding: 8px 8px 0px;
	font-weight: normal;
}

.accord a:hover {
	text-decoration: none;
}

.callout {
	text-align: left;
	color: #FFF;
	background: url("/images/bg_bl_70.png") repeat;
	padding: 10px;
	margin: 4px 0px;
	border-style: solid;
	border-width: 2px;
	border-color: #0077BB;
}

.quickfacts {
	width: 215px;
	font-size: 11px;
}

.stats {
	background: url("/images/bg_bk_50.png") repeat;
	font-size: 11px;
	width: 240px;
	float: right; 
	margin: 0px 0px 6px 6px; 
	padding: 10px 10px;
}

.stats td {
	padding: 3px 5px;
}

.stats td.left {
	font-weight: bold;
	text-align: right;
}

.disclaimer {
	color: #FFF;
	font-size: 10px;
	margin-top: 20px;
}

.bow_thumbs {
	position: absolute; 
	bottom: 10px;
	left: 10px;
}

.bow_thumbs td {
	padding: 5px;
}

.bow_thumbs a img {
	border: none;
}

.bow_thumbs a {
	display: block;
	background: url("/images/bg_bk_50.png") repeat;
}

.bow_thumbs a:hover {
	background: url("/images/bg_bk_70.png") repeat;
}

.bow_copy {
	padding: 0px 4px 10px;
	margin: 0px;
	width: 520px;
	line-height: 19px;
}

.bow_content {
	position: relative;
	width: 880px;
	height: 861px;
	color: #FFF;
}

.bow_sidebar {
	background: url('/images/bg_bk_50.png') repeat;
	width: 330px;
	position: absolute;
	top: 4px;
	right: 4px;
	text-align: center;
	color: #FFF;
	padding: 20px 0px;
	height: 820px;
}

.bow_pic {
	margin: 0px auto 0px;
}

.bow_inner_content {
	margin: 0px 8px;
	float: left;"
}

.bow_title {
	position: absolute;
	top: 10px;
	left: 10px;
}

.bow_compare {
	color: #FFF;
}

.bow_compare td {
	width: 100px;
	background: url("/images/bg_bk_70.png") repeat;
	text-align: center;
	padding: 4px;
	font-size: 10px;
}

.bow_compare td.key {
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	width: 108px;
	white-space: nowrap;
}

.bow_compare .bow_compare_pics td {
	background: transparent;
	vertical-align: bottom;
}

.bow_compare .bow_compare_names td {
	color: #FFF;
	background: transparent;
	font-weight: bold;
}

.bow_compare tr.light_row td {
	background: url("/images/bg_bk_50.png") repeat;
}

.bow_compare .bow_compare_pics img {
	border: none;
}

.bottom_bar {
	margin-top: 800px;
}

.bottom_bar_box {
	margin: 20px 2px 0px 0px;
	width: 218px;
	height: 250px;
	background: url("/images/bg_bk_50.png") repeat;
	float: left;
	clear: none;
}

.right_box {
	margin: 20px 0px 0px 0px;
}

.right_box, .left_box {
	width: 219px;
}

.sidebar_right {
	float: right;
	text-align: center;
	margin-left: 10px;
	margin-top: 15px;
}

#content_home .sidebar_right {
	float: right;
	margin: 265px 0px 0px;
	padding: 0px;
}

#content_home .sidebar_right .sidebar_box {
	padding: 0px;
}

#content_home .sidebar_box img {
	border: none;
}

#content_home .sidebar_box a {
	display: block;
	background: url("/images/bg_bk_70.png") repeat;
}

#content_home .sidebar_box a:hover {
	background: url("/images/bg_bk_90.png") repeat;
}

.sidebar_left {
	float: left;
	margin: 200px 0px 10px;
}

.sidebar_box {
	padding: 5px 10px;
	margin: 4px 0px;
	width: 240px;
	height: 220px;
	/* background: url("/images/bg_bk_70.png") repeat; */
}

.sidebar_link {
	padding: 0px;
	margin: 0px;
	width: 235px;
	background: url("/images/bg_bk_80.png") repeat;
}

.sidebar_link a img {
	border: none;
}

.sidebar_link a {
	border: 2px solid #FFF;
	border-top: none;
	display: block;
}

.sidebar_link a:hover {
	border: 2px solid #CCC;
	border-top: none;
}	

.sidebar_title {
	margin: 0px;
	font-size: 10px;
	font-weight: bold;
}

/* Right side "sub-menu" */
.sidemenu {
	margin-top: 4px;
}

.sidemenu li {
	width: 235px;
	border-top: none;
	margin: 4px 0px;
}

.sidemenu li a {
	display: block;
	clear: none;
	background: url("/images/bg_bk_70.png") repeat;
	font-weight: bold;
	text-align: center;
	padding: 6px 4px;
	text-transform: uppercase;
}

.sidemenu li a:hover {
	background: url("/images/bg_bk_80.png") repeat;
	text-decoration: none;
}

.sidemenu li a.current {
	background: url("/images/bg_bk_80.png") repeat;
}
		
.image_float_right {
	border: none;
	float: right;
	clear: none;
	margin: 15px 10px;
}

.image_float_left {
	border: none;
	float: left;
	margin: 15px 10px;
}

.detail_image {
	border: 2px solid #FFF;
}

.calendar {
	margin: 10px 0px;
}

.standard_form div {
	margin: 5px 0px;
}

.standard_form label {
	width: 90px;
	display: block;
	float: left;
	clear: none;
	margin: 3px 5px 0px 0px;
	text-align: right;
}

.standard_form div.kid_nomarg div {
	margin: 0px 0px;
}

.contact_form label {
	width: 80px;
}

.small_text {
	display: block;
	margin-left: 65px; 
	width: 350px; 
	font-size: 10px;
}

.image_grid {
	float: left;
	border: 1px solid #FFF;
	margin: 0px 10px 20px;
}

.image_grid:hover {
	border: 1px solid #CCC;
}

.image_grid img {
	border: none;
}

.image_grid p {
	position: absolute;
	z-index: 10;
	padding: 5px 10px;
	margin: 0px;
	font-weight: bold;
	font-size: 12px;
	background-color: #FFF;
}

.image_grid:hover p {
	background-color: #CCC;
	text-decoration: none;
}

.harvest {
	margin: 20px 0px;
}

.harvest th {
	color: #FFF;
	font-weight: bold;
	text-align: center;
	background: url("/images/bg_bk_70.png") repeat;
	padding: 4px 8px;
}

.harvest td {
	padding: 4px 8px;
}

.caption {
	text-align: center;
	margin-bottom: 10px;
}

.preload {
	display: none;
}

.pageNums {
	
}

.pageNums a, .pageNums span {
	text-decoration: none;
	margin-left: 2px;
	margin-right: 2px;
	font-weight: normal;
	font-size: 14px;
}

.pageNums span.thisPage {
	font-weight: bold;
}

.finish_options {
	width: 200px;
}

.downloads td {
	vertical-align: middle;
	padding-bottom: 20px;
}

.downloads ul {
	list-style-type: none;
	font-weight: bold;
	padding-left: 20px;
}

.downloads li {
	padding: 8px 8px 0px;
	font-weight: normal;
}

.downloads img {
	border: 1px solid #222;
}

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
	font-size: 42px;
	margin: 20px 0px 0px;
	height: 75px;
	width: 520px;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	font-size: 36px;
	height: 50px;
	width: 300px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}

.sIFR-hasFlash h5 {
	visibility: hidden;
	font-size: 42px;
	margin: 20px 0px 0px;
	height: 75px;
	width: 520px;
}



