/*******************************************************************************
   Page Setup
*******************************************************************************/
* {
	margin: 0;
	padding: 0;
   	}

:focus {
	outline: 0;
	}

a {
   	text-decoration: underline;
   	}

html {
	height: 100%;
	}

body {
	height: 100%;
	text-align: left;
	background-color: #000000;
   	}

div#wrapper {
	height: auto;
	width: 1680px;
	}

div#container {
	width: 801px;
	margin-left: 10px;
	text-align: left;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	padding: 11px 0 20px 0;
	}
	
div#header {
	width: 801px;
	height: 109px;
	background: url(/bc10/images/bkgrd/header_bkgrd.gif) top left no-repeat;
	}
	
div#nav {
	width: 801px;
	height: 60px;
	background: url(/bc10/images/bkgrd/nav_bkgrd.gif) top left no-repeat;
	margin-bottom: 11px;
	}

div#main {
	width: 801px;
	}
	
div#sidebar {
	float: left;
	width: 226px;
	margin-right: 10px;
	}

div#footer {
	width: 801px;
	margin-top: 20px;
	background: url(/bc10/images/bkgrd/footer_bkgrd.gif) top left no-repeat;
	text-align: left;
	}

/*******************************************************************************
	Header
*******************************************************************************/
div#logo {
	float: left;
	width: 130px;
	height: 80px;
	padding: 15px 0 0 38px;
	}
	
div#header_banner {
	float: right;
	width: 564px;
	height: 71px;
	padding: 19px 10px 0 0;
	}

/*******************************************************************************
	Sidebar
*******************************************************************************/
div#store_info {
	width: 226px;
	height: 249px;
	}
	
div#main_features {
	width: 226px;
	margin-bottom: 17px;
	}
	
div#main_features ul {
	list-style-type: none;
	color: #FF660A;
	margin-top: 10px;
	margin-left: 20px;
	font-weight: bold;
	}
	
div#main_features ul li {
	padding-left: 9px;
	background: url(/bc10/images/bkgrd/bullet_features.gif) center left no-repeat;
	line-height: 16px;
	}
	
div#main_features ul li a {
	color: #FFFFFF;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	}
	
div#calendar {
	width: 226px;
	}
	
div#side_logo {
	float: right;
	margin: 10px 0 181px 0;
	}
	
div#bbb {
	position: absolute;
	top: inherit;
	left: 10px;
	width: 200px;
	height: 56px;
	margin-left: 9px;
	margin-top: -199px;
	}
	
div#bbb a#retire {
	margin-left: 10px;	
	}

div#friends_of_bow {
	position: absolute;
	top: inherit;
	left: 10px;
	width: 200px;
	height: 109px;
	margin-left: 9px;
	margin-top: -123px;
	}
	
div#friends_of_bow img.ch {
	padding-bottom: 9px;
	}
	
div#friends_of_bow a {
	margin-right: 18px;
	}
	
div#friends_of_bow a.last {
	margin-right: 0px;
	}
	
/*******************************************************************************
	Store Info
*******************************************************************************/
div#store_info p {
	font-size: 11px;
	color: #CCCCCC;
	padding: 5px 0 0 20px;
	line-height: 1.1em;
	}
	
div#store_info p.address {
	padding-top: 10px;
	}
	
div#store_info span.highlight {
	color: #666666;
	}
	
div#store_info a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	}

/*******************************************************************************
	Content
*******************************************************************************/	
div#twitter {
	width: 226px;
	margin-bottom: 17px;
	font-size: 11px;
	}

div#twitter ul {
	list-style-type: none;
	color: #FFFFFF;
	margin: 0 10px 0 20px;
	}

div#twitter ul li {
	margin-top: 10px;
	}

div#twitter ul li a {
	color: #FF660A;
	}

div#twitter ul li span.created_at {
	color: #FF660A;
	}
	
div#twitter p {
	color: #FFFFFF;
	margin: 10px 10px 0 20px;
	}
	
div#twitter p a {
	margin-right: 10px;
	}
	
/*******************************************************************************
	Content
*******************************************************************************/	
span.lowfi {
	display: block;
	width: 525px;
	background: url(/bc10/images/bkgrd/hifi_bkgrd.gif) top left no-repeat;
	padding: 10px 20px 10px 20px;
	}
	
div.lowfi {
	width: 525px;
	background: url(/bc10/images/bkgrd/hifi_bkgrd.gif) top left no-repeat;
	padding: 10px 20px 10px 20px;
	}
	
img.ch {
	padding-bottom: 8px;
	}
	
/*******************************************************************************
   The Latest
*******************************************************************************/
table#latest_table {
	color: #000000;
	}

table#latest_table tr td.pic {
	width: 84px;
	padding: 10px 0 10px 0;
	border-bottom: 1px dashed #CCCCCC;
	}
	
table#latest_table tr td.pic_last {
	width: 84px;
	padding: 10px 0 10px 0;
	}

table#latest_table tr td.content {
	width: 395px;
	padding: 10px 0 10px 0;
	border-bottom: 1px dashed #CCCCCC;
	}
	
table#latest_table tr td.content_last {
	width: 395px;
	padding: 10px 0 10px 0;
	}

table#latest_table tr td.pic img,
table#latest_table tr td.pic_last img {
	border: 1px solid #000000;
	}

table#latest_table h1 {
	color: #FF660A;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 0px;
	}

table#latest_table h2 {
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	padding-bottom: 2px;
	padding-top: 0px;
	}

table#latest_table p {
	padding-top: 2px;
	padding-bottom: 0px;
	line-height: 1.46em;
	}

table#latest_table a {
	color: #FF660A;
	text-decoration: underline;
	font-weight: bold;
	}

table#latest_table a:hover {
	color: #FE914F;
	}

div#latest p.more {
	width: 100%;
	text-align: right;
	padding: 10px 0 0 0;
	}

/*******************************************************************************
	Footer
*******************************************************************************/
div#footer_nav {
	float: left;
	}

div#footer_nav ul {
	list-style-type: none;
	margin-top: 12px;
	}
	
div#footer_nav ul li {
	display: inline;
	margin-right: 8px;
	}
	
div#footer_nav ul li.last {
	margin-right: 0px;
	}
	
div#copyright {
	float: left;
	width: 269px;
	margin: 0 0 0 192px;
	color: #999999;
	line-height: 35px;
	}
	
div#copyright a {
	color: #999999;
	text-decoration: none;
	}
	
div#footer_logo {
	float: left;
	width: 48px;
	margin: 13px 0 0 22px;
	}

div#curious {
	width: 801px;
	margin-top: 10px;
	text-align: center;
	color: #666666;
	font-size: 9px;
	}

div#curious a {
	color: #666666;
	text-decoration: none;
	}

div#curious a:hover {
	text-decoration: underline;
	}

/*******************************************************************************
	Cleaner
*******************************************************************************/
div.cleaner {
	clear: both;
	line-height: 0;
	font-size: 1px;
	height: 0;
	}