body {
	font: normal 11px Arial, Verdana, sans-serif;
	background-color: #FFF;
	color: #000;
	text-align: center;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

img {
	border: 0px solid #000;
	margin: 0px;
}

a, a:link, a:visited, a:active, a:hover {
	color: #018dbc;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

select, option {
	font: normal 10px Verdana, Arial, sans-serif;
}

#container {
	width: 937px;
	margin: 0px auto;
	text-align: left;
	background: url(../images/bg_container.jpg) top left repeat-y;
	position: relative;
	padding: 0px 0px 20px 0px;
}

#content {
	width: 803px;
	height: 396px;
	margin: 25px 0px 0px 71px;
	position: relative;
	background: url(../images/bg_content.jpg) top left no-repeat;
}

#content_data {
	position: absolute;
	top: 6px;
	left: 44px;
	width: 713px;
	height: 384px;
	overflow: hidden;
	background-color: #FFF;
}

#home_data {
	position: absolute;
	top: 6px;
	left: 121px;
	width: 551px;
	height: 338px;
	background: url(../images/bg_home.jpg) top left no-repeat;
}

#home_image {
	height: 260px;
	text-align: center;
	color: #FFF;
	text-transform: uppercase;
}

#home_text {
	margin: 20px;
	font: normal 13px Arial, Verdana, sans-serif;
	color: #000;
	text-transform: uppercase;
	text-align: center;
}

#wedge {
	position: absolute;
	top: 0px;
	left: -18px;
	width: 18px;
	height: 215px;
	background: url(../images/bg_wedge.jpg) top left no-repeat;
}

#home_link {
	position: absolute;
	top: 30px;
	left: 30px;
	width: 310px;
	height: 60px;
	display: block;
}

#header {
	background: url(../images/bg_header.jpg) top left no-repeat;
	height: 152px;
	position: relative;
}

#navigation {
	position: absolute;
	top: -36px;
	left: 300px;
}

#navigation a, #navigation a:link, #navigation a:visited, #navigation a:active, #navigation a:hover {
	display: block;
	float: left;
	margin: 0px 7px 0px 0px;
}

#navigation img {
	vertical-align: top;
}

#story_image {
	float: left;
	width: 357px;
	height: 384px;
	text-align: center;
	background-color: #ecebeb;
}

#story_content {
	width: 338px;
	float: right;
}

#story_text {
	margin: 18px 0px 0px 0px;
	width: 315px;
	height: 280px;
	padding: 0px 5px 0px 0px;
	overflow: auto;
	font: normal 11px Arial, Verdana, sans-serif;
	font-height: 13px;
}

#friends_content {
	margin: 15px 0px 0px 15px;
}

#friends_description {
	margin: 13px 200px 0px 0px;
	height: 80px;
	font: normal 13px Arial, Verdana, sans-serif;
	text-transform: uppercase;
}

.friend_box {
	float: left;
	width: 155px;
	height: 170px;
	margin: 0px 10px 10px 0px;
}

.friend_text {
	margin: 8px 0px 0px 4px;
	font: normal 11px Helvetica, Arial, Verdana, sans-serif;
	line-height: 13px;
}

.friend_text span {
	text-transform: uppercase;
}

#friends_list {
	height: 230px;
	overflow: auto;
}

.section_title {
	font: bold 17px Arial, Verdana, sans-serif;
	margin: 15px 0px 0px 0px;
}

#team_content {
	margin: 15px;
}

#team_list {
	margin: 15px 0px 0px 0px;
	width: 140px;
	height: 305px;
	overflow: auto;
	float: left;
}

#team_image {
	margin: 15px 0px 0px 25px;
	width: 200px;
	height: 305px;
	float: left;
}

#team_image_box {
	width: 188px;
	height: 188px;
	border: 6px solid #000;
	overflow: hidden;
}

#team_member_name {
	margin: 8px 0px 0px 5px;
	font: bold 16px Arial, Verdana, sans-serif;
}

#team_info {
	margin: 15px 0px 0px 0px;
	width: 270px;
	height: 305px;
	padding: 0px 5px 0px 0px;
	float: right;
	overflow: auto;
}

.team_info_heading {
	line-height: 13px;
	font-weight: bold;
}

.team_info_text {
	margin: 0px 0px 10px 0px;
}

#products_content {
	margin: 15px 0px 0px 15px;
}

#products_page_count {
	float: right;
	text-align: right;
	font: normal 11px Arial, Verdana, sans-serif;
	margin: 0px 20px 0px 0px;
}

#product_list {
	margin: 10px 0px 0px 0px;
	height: 290px;
	overflow: auto;
}

#product_pages {
	margin: 10px 0px 0px 0px;
	text-align: center;
}

.product_box {
	float: left;
	width: 165px;
	height: 285px;
	text-align: center;
	margin: 0px 2px 0px 0px;
}

.product_image {
	width: 165px;
	height: 145px;
	overflow: hidden;
}

.product_name {
	font-weight: bold;
	margin: 5px 0px 2px 0px;
}

.product_blurb {
	margin: 0px 3px;
}

.product_price {
	margin: 5px 0px;
}








#product_back_btn {
	position: absolute;
	top: 5px;
	left: 20px;
}

#product_detail_left {
	margin: 10px 0px 0px 0px;
	float: left;
	width: 400px;
	height: 325px;
	text-align: center;
	overflow: hidden;
}

#product_detail_title {
	margin: 75px 0px 0px 0px;
	text-transform: uppercase;
	font: bold 16px Arial, Verdana, sans-serif;
}

#product_detail_sku {
	text-transform: uppercase;
	font: normal 11px Helvetica, Arial, sans-serif;
}

#product_detail_right {
	float: right;
	width: 270px;
	height: 315px;
	overflow: auto;
	margin: 10px 10px 0px 0px;
	padding: 0px 5px 0px 0px;
}

#product_detail_blurb {
	margin: 0px 0px 30px 0px;
	font: normal 14px Arial, Verdana, sans-serif;
	text-transform: uppercase;
}

#product_detail_details {
	margin: 0px 10px;
}

#product_detail_buy {
	margin: 0px 10px;
	font: bold 13px Helvetica, Verdana, sans-serif;
}

#product_detail_buy_btn {
	margin: 10px 0px 0px 0px;
}

.pdd_title {
	font: bold 10px Verdana, Arial, sans-serif;
	text-transform: uppercase;
}

.pdd_description {
	margin: 0px 0px 20px 0px;
	font: normal 11px Helvetica, Arial, sans-serif;
}

.pdd_thumb {
	float: left;
	width: 46px;
	height: 46px;
	overflow: hidden;
	margin: 0px 3px 3px 0px;
}

.detail_image_title {
	margin: 20px 0px 0px 0px;
	font: bold 10px Verdana, Arial, sans-serif;
}












#footer {
	margin: 4px auto 15px auto;
	background: url(../images/bg_footer.jpg) top left no-repeat;
	width: 937px;
	height: 58px;
	text-align: left;
}

#footer_logo {
	float: left;
	margin: 16px 0px 12px 68px !important;
	margin: 16px 0px 12px 34px;
}

#footer_nav {
	float: left;
	margin: 22px 0px 0px 12px;
	text-transform: uppercase;
}

.clearer {
	margin: 0px !important;
	margin: -4px 0px 0px 0px;
	padding: 0px;
	height: 1px;
	clear: both;
	line-height: 1px;
}
