body {
	background-color: #000;
	color: #fff;
	font-family: arial, sans-serif;
	padding: 0;
	margin: 0;
}
#all {
	width: 980px;
	margin: 0 auto;
	position: relative;
}

/* Header */
#header {
	padding: 0;
	margin: 0;
}
	#header img {
		float: left;
		display: block;
		margin-top: 35px;
	}

/* Navigation */
#nav {
	font-family: arial, sans-serif;
	display: block;
	float: right;
	font-size: .9em;
	letter-spacing: 1px;
	background: url(/elements/nav_bg.gif) no-repeat -500px -500px; /* Help with preloading */
	width: 610px;
}
	#nav ul {
		display: block;
		list-style-type: none;
		padding: 0;
		margin: 0 auto;
	}
	#nav li {
		display: block;
		float: left;
		list-style-type: none;
		margin-right: 2px;
		text-shadow: 0 2px 2px #333;
		position: relative;
	}
	#nav li a {
		float: left;
		display: block;
		height: 30px;
		text-decoration: none;
		color: #fff;
		text-transform: uppercase;
		cursor: pointer;
	}
	#nav li a span {
		display: block;
		padding: 8px 13px;
	}
	#nav li:hover {
		background-color: #83d3fc;
	}
	#nav li a:hover,
	#nav li.current a:hover,
	.nav_a_hover {
		color: #000;
		text-shadow: 0 0 0 #207cec;
		background: #83d3fc url(/elements/nav_bg.gif) no-repeat left -60px;
	}
	#nav li.current a {
		color: #FFF;
		text-shadow: 0 0 0 #207cec;
		background: #207cec url(/elements/nav_bg.gif) no-repeat left 0px;
	}
	#nav li a span:hover,
	#nav li.current span:hover,
	.nav_span_hover {
		color: #000;
		text-shadow: 0 0 0 #207cec;
		background: url(/elements/nav_bg.gif) no-repeat right -90px;
	}
	#nav li.current a span {
		color: #FFF;
		text-shadow: 0 0 0 #207cec;
		background: url(/elements/nav_bg.gif) no-repeat right -30px;
	}
	#nav li ul {
		display: none;
		position: absolute;
		z-index: 200;
		top: 30px;
		width: 250px;
		left: 0;
		padding-top: 0px;
	}
	#nav li ul li {
		float: none;
		clear: both;
		display: block;
	}
	#nav li ul li a span,
	.nav_span {
		background-image: none;
		background-color: #83d3fc;
		width: 250px;
	}
	#nav li ul li a span:hover,
	.sub_nav_span_hover {
		background-color: #83d3fc;
	}
	#nav ul.sub_nav li a span,
	.sub_nav_span {
		color: #000;
		text-shadow: 0 0 0 #83d3fc;
		text-transform: none;
		letter-spacing: 0px;
	}
	#nav ul.sub_nav li,
	#nav ul.sub_nav li span,
	#nav ul.sub_nav li a:hover,
	#nav ul.sub_nav li a span:hover,
	#nav li.current  ul.sub_nav li a,
	#nav li.current  ul.sub_nav li a span {
		text-shadow: 0 0 0 #83d3fc;
		background-image: none;
		background-color: transparent;
	}
	#nav ul.sub_nav li a span,
	#nav ul.sub_nav li.current a,
	#nav ul.sub_nav li.current a span,
	.sub_nav_span {
		color: #000;
		display: block;
	}
	#nav ul.sub_nav li a span:hover,
	#nav ul.sub_nav li.current a span:hover,
	.sub_nav_span_hover {
		color: #124583;
	}
	
	#nav ul.sub_nav {
		background: #83d3fc url(/elements/nav_bg_submenu.gif) no-repeat right bottom;
	}

/* Soirch! */
#search {
	display: block;
	float: right;
	clear: right;
	width: 145px;
	height: 25px;
	background: url(/elements/btn_search.gif) no-repeat 0 0;
	border: 0;
	margin-top: 2px;
}
	#search input.text {
		background: url(/elements/btn_search_bg.gif) repeat-x 0 0;
		font-family: arial, sans-serif;
		font-size: .9em;
		letter-spacing: 1px;
		color: #fff;
		border: 0;
		width: 105px;
		height: 18px;
		margin-left: 5px;
		text-transform: normal;
		padding-top: 5px;
		display: block;
		float: left;
	}
	#search input:focus, 
	#search textarea:focus {
		text-transform: none;
	}

/* Footer */
#footer {
	display: block;
	clear: both;
	padding-top: 50px; /* Odd ie behaviour */
	margin-bottom: 100px;
}
	#footer ul {
		float: left;
		display: block;
		list-style: none;
		padding-right: 20px;
		background: url(/elements/separator_footer.gif) no-repeat right 2px;
	}
	#footer ul li {
		float: left;
		padding-right: 2px;
	}
	#footer ul li.address {
		font-size: .70em;
		line-height: 1.25em;
	}
	#footer ul li.address .caption {
		font-size: .9em;
	}
	#footer ul li a {
		text-decoration: none;
		color: #8ad3fc;
		font-size: .9em;
		text-transform: uppercase;
	}
	#footer ul li.address {
		padding-left: 10px;
	}
	#footer ul.end {
		background-image: none;
		white-space: nowrap;
	}

/* Membership */
#member {
	position: relative;
	color: #aaa;
	float: right;
	width: 325px;
	height: 75px;
	background-image: url(/elements/login_bg.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
	#member .list {
		width: 260px;
		float: left;
	}
	#member img {
		float: left;
		padding: 10px;
	}
	#member h4, #member p {
		font-size: .75em;
		padding: 0;
		margin: 0;
		line-height: 1.25em;
	}
	#member h4 {
		padding-top: 10px;
		font-weight: bold;
	}
	#member h4 a {
		color: #83d3fc;
	}
	#member h4 a:hover {
		color: #000;
		background-color: #83d3fc;
	}
	#member ul {
		margin: 5px 0 0 0;
		padding: 0;
	}
		#member ul li {
			float: left;
			font-size: .75em;
			padding: 0 10px 0 0;
			margin: 0;
		}
		#member ul li a {
			display: block;
			padding: 2px;
			margin: 0;
		}
	#member a {
		color: #83d3fc;
		text-decoration: none;
	}
	#member a:hover {
		color: #000;
		background-color: #83d3fc;
	}
	
	#member p#btn_logout {
		position: absolute;
		top: 5px;
		right: 5px;
	}
		#member p#btn_logout a {
			padding: 2px 5px;
		}
	#member p#member_message {
		font-style: italic;
	}
	#member p#member_message a {
		color: #83d3fc;
	}
	#member p#btn_logout a:hover,
	#member p#member_message a:hover {
		background-color: #8ad3fc;
		color: #000;
	}


/* Breadcrumbs */
.breadcrumbs {
	clear: both;
	color: #fff;
	font-size: .6em;
	padding: 10px 0;
	list-style: none;
	margin: 0;
	font-family: verdana, sans-serif;
	height: 10px;
}
	.breadcrumbs ul {
		padding: 0;
		margin: 0;
	}
	.breadcrumbs li {
		display: inline;
		padding: 0;
		margin: 0;
	}
	.breadcrumbs li:before {
		content: "» ";
	}
	.breadcrumbs li:first-child:before {
		content: "";
	}
	.breadcrumbs a {
		color: #fff;
		text-decoration: none;
	}
	.breadcrumbs span {
		padding: 2px 4px;
	}

/* Pagingation */
.pagination {
	width: 100%;
	display: block;
	clear: both;
}
	.pagination ul.previous_next {
		float: right;
		padding: 0;
	}
	.pagination ul.previous_next li a {
	}
	.pagination ul.paging {
		float: right;
		padding: 0;
	}
	.pagination ul li {
		float: left;
	}
	.pagination ul li a {
		padding: 3px 6px;
		margin: 0 2px;
	}
	.pagination ul li.current a {
		text-decoration: underline;
		border: 1px solid #83d3fc;
	}


/* Body content */
#content {
	position: relative;
	clear: both;
	font-size: .75em;
	line-height: 1.5em;
	width: 100%;
}
	#content a {
		color: #83d3fc;
		text-decoration: none;
	}
	#content h1 {
		font-family: arial, sans-serif;
		font-size: 2em;
		text-transform: uppercase;
		padding: 5px 0;
		margin: 0 0 10px 0;
		font-weight: normal;
	}
	#content #body a:hover,
	.breadcrumbs a:hover {
		background-color: #8ad3fc;
		color: #000;
	}

/* Body */
#body {
	clear: both;
	display: block;
}
#all_content {
	background-image: url(/elements/field_bg_top.gif);
	background-repeat: no-repeat;
	background-color: #303030;
	width: 960px;
}
	#all_content .field {
		padding: 20px;
	}
	#all_content .field_bottom {
		background-image: url(/elements/field_bg_bottom.gif);
		background-repeat: no-repeat;
		background-position: 0 bottom;
		height: 100px;
		clear: both;
	}

#main_content {
	background-image: url(/elements/field_hf_bg_top.gif);
	background-repeat: no-repeat;
	background-color: #303030;
	width: 640px;
	float: left;
	display: block;
}
	#main_content .field {
		margin-top: 0px;
		padding-top: 20px;
		padding-left: 20px;
		padding-right: 20px;
		width: 600px;
	}
	#main_content .field_bottom {
		background-image: url(/elements/field_hf_bg_bottom.gif);
		background-repeat: no-repeat;
		background-position: 0 bottom;
		height: 100px;	
		clear: both;
	}
	#main_content .field_bottom_thin {
		background-image: url(/elements/field_bg_bottom_thin.gif);
		background-repeat: no-repeat;
		background-position: 0 bottom;
		height: 25px;
		clear: both;
	}
	#main_content h1 {
		line-height: 1.2em;
	}
#side_bar {
	width: 290px;
	padding: 30px 20px;
	float: left;
}
	#side_bar .related {
		clear: both;
		display: block;
	}
	#side_bar .related a {
		display: block;
		width: 280px;
		height: 55px;
	}
	#side_bar .related .related-item {
		clear: both;
		padding: 5px;
	}
	#side_bar .related .related-item img {
		display: block;
		float: left;
	}
	#side_bar .related .related-item .text {
		width: 195px;
		float: left;
		padding-left: 10px;
		padding-top: 0px;
	}

/* Any */
#any .gray_box {
	background: #5b5b5b url(/elements/box_gray_round_top.jpg) no-repeat left top;
	width: 202px;
	padding: 10px 10px 0px 10px;
}
#any .gray_box_bottom {
	background: #5b5b5b url(/elements/box_gray_round_bottom.jpg) no-repeat left top;
	width: 222px;
	height: 10px;
}
#any .detail #body_wrapper {
	width: 640px;
	float: left;
	border: 1px solid black;
}
#any .detail #side_bar {
	width: 290px;
	border: 1px solid red;
	padding: 0 20px;
	float: left;
}
#any .detail h3 {
	text-transform: none;
	margin-bottom: 8px;
	font-size: 1.25em;
	padding: 10px 0 0 0;
}
#any .field {
	background-image: url(/elements/field_hf_bg_top.gif);
	margin-top: 0px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	width: 600px;
}
#any .field_bottom {
		background-image: url(/elements/field_hf_bg_bottom.gif);
		background-repeat: no-repeat;
		background-position: 0 bottom;
		height: 100px;	
		width: 640px;
		clear: both;
	}
#any blockquote {
	margin-left: 5em;
}


.section {
	background-repeat: no-repeat;
	background-position: 50% 125px;
}

.field {
}
.field img {
	float: left;
	padding: 10px;
}
p.news_date {
	font-weight: bold;
}
h2 {
	font-size: 2em;
	font-weight: bold;
	line-height: 1.25em;
}
.story p {
	padding: 10px 0;
}
img {
	border: 0;
}
.field h3 {
	font-size: 1.75em;
	font-weight: bold;
	text-transform: uppercase;
}
.field img.block {
	float: none;
	display: block;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
img.border {
	border: #444 1px solid;
}
.small {
	font-size: .9em;
}
.align_left {
	text-align: left;
}
.align_right {
	text-align: right;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	margin-left: auto;
	margin-right: auto;
}
.clear {
	clear: both;
}
ul.numbered {
    list-style-type: decimal;
	margin: 0;
	padding: 0 0 0 25px;
	display: block;
}
ul li.numbered {
    list-style-type: decimal;
}
#ads {
	clear: both;
	margin: 75px 0 25px 0;
}
a.edit {
	position: relative;
	top: 0;
	left: 0;
	font-size: .6em;
	text-transform: uppercase;
	height: 10px;
	background-color: #000;
	border: 1px solid #83d3fc;
	color: #000;
	width: 23px;
	display: block;
}
img.edit {
	border: 0;
}

/* Mini action icons 24x */
a.product_action {
	margin: 0 5px;
	padding: 4px 2px 4px 30px;
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 24px;
}
a.product_action:hover {
	background-position: 0 -24px;
	color: #000;
}
.learnabout24 {
	background-image: url(/elements/icon_learn_buy_it_now_24px.gif);
}
.chart24 {
	background-image: url(/elements/icon_chart_24x.gif);
}
.certification24 {
	background-image: url(/elements/icon_get_certified_24px.gif);
}

/* Mini action icons */
.this_action {
	margin: 0 5px;
	padding: 0 5px 0 20px;
	background-repeat: no-repeat;
	background-position: 0 0;
}
a.this_action:hover {
	background-position: 0 -16px;
	color: #000;
}
a.print {
	background-image: url(/elements/icon_print.gif);
}
a.favorite {
	background-image: url(/elements/icon_favorite.gif);
}
a.share {
	background-image: url(/elements/icon_share.gif);
}
a.chart {
	background-image: url(/elements/icon_chart.gif);
}
a.forum {
	background-image: url(/elements/icon_forum.gif);
}

img.media_img {
	border: 1px solid #444;
}

#footer a:hover {
	background-color: #83d3fc;
	color: #000;
}
#footer a:hover img {
	display: block;
}
#content .field h1 {
	font-size: 2em;
	text-transform: none;
	padding: 5px 0;
	margin: 0 0 10px 0;
	font-weight: normal;
	text-shadow: 1px 1px 2px #000;
}
#content .field h2 {
	font-size: 1.5em;
	text-transform: none;
	padding: 10px 0;
	margin: 0;
	font-weight: normal;
}
#content .field h4 {
	font-size: 1.5em;
	text-transform: none;
	padding: 15px 0 0 0;
	margin: 0;
	font-weight: bold;
}
#content .field li {
	text-transform: none;
	padding: 5px 0;
	margin: 0;
	font-weight: normal;
}
#content .field .inset {
	width: 90%;
	padding-left: 10%;
	padding-bottom: 25px;
}



.button_nav li {
	height: 43px;
	font-size: 1.1em;
	text-align: center;	
	margin-bottom: 10px;
}
.button_nav li a {
	display: block;
	color: #fff;
	height: 43px;
	width: 142px;
	background: url(/elements/news_button_bg.gif) no-repeat 0 0;
}
.button_nav li.current a {
	background: url(/elements/news_button_bg.gif) no-repeat 0 -43px;
}
.button_nav li a span {
	display: block;
	padding-top: 12px;
	color: #fff;
}
.button_nav li a:hover {
	background: url(/elements/news_button_bg.gif) no-repeat 0 -86px;
}
.button_nav li a:hover span {
	color: #000;
}
.clear {
	clear: both;
}


/* Masthead */
#masthead {
	height: 150px;
	border: 1px solid transparent;
	display: block;
	float: left;
}
	 #masthead h1 {
		position: absolute;
		z-index: 20;
		top: 0;
		left: 0;
		background-image: url(/elements/masthead_bg.png);
		background-repeat: no-repeat;
		padding: 20px 10px 0 65px;
		height: 110px;
		margin: 15px 0 0 0;
		font-size: 5em;
		font-weight: bold;
		display: inline;
		text-transform: none;
		white-space: nowrap;
		text-shadow: 1px 1px 4px #000;
		letter-spacing: -2px;
	}
	 #masthead h1 a {
		color: #fff;
	}
	 #masthead h2 {
		position: absolute;
		z-index: 10;
		top: 80px;
		left: 135px;
		background-color: #207cec;
		display: inline;
		clear: both;
		padding: 4px 8px;
		font-size: 1.5em;
		font-weight: bold;
		white-space: nowrap;
		text-shadow: 0px 0px 1px #000;
		-webkit-transform: rotate(-.5deg);
		-moz-transform: rotate(-.5deg);
	}
	
/* Masthead equal */
#masthead_equal {
	height: 150px;
	display: block;
	float: left;
}
	 #masthead_equal h1 {
		position: absolute;
		top: 0;
		left: 0;
		background-image: url(/elements/masthead_bg.png);
		background-repeat: no-repeat;
		padding: 20px 10px 0 65px;
		height: 110px;
		margin: 15px 0 0 0;
		font-size: 3em;
		font-weight: bold;
		display: inline;
		text-transform: none;
		white-space: nowrap;
		text-shadow: 1px 1px 4px #000;
		letter-spacing: -2px;
	}
	 #masthead_equal h1 a {
		color: #fff;
	}
	 #masthead_equal h2 {
		position: absolute;
		top: 60px;
		left: 135px;
		background-color: #207cec;
		display: inline;
		clear: both;
		padding: 4px 8px;
		font-size: 3.5em;
		font-weight: bold;
		white-space: nowrap;
		text-shadow: 1px 1px 4px #000;
		-webkit-transform: rotate(-1deg);
		-moz-transform: rotate(-1deg);
	}
	
.favorite_stuff a img.avatar {
	display: block;
	float: left;
	border: 1px solid #333;
	margin-right: 5px;
	margin-bottom: 5px;
}
.favorite_stuff a:hover img.avatar {
	border-color: #83d3fc;
}


.placard {
	background-image: url(/elements/translucent.png);
	background-attachment: scroll;
	background-repeat: repeat;
	padding: 5px 5px;
	margin: 10px 0;
	width: 325px;
	position: relative;
}
	.placard .list {
		display: block; 
		float: left;
		width: 250px;
	}
	.placard p {
		font-size: .9em;
		line-height: 1.25em;
		padding: 0;
		margin: 0;
	}
	.placard p .big {
		font-size: 1.25em;		
	}
	.placard p.name {
		font-size: 1em;
		line-height: 1.25em;
	}
	.placard p.alert {
		float: right;
	}
	.placard p.alert a {
		padding: 2px;
		background-color: #ff0000;
		color: #fff !important;
		text-decoration: none;
	}
	.placard p.forum_posts {
		float: left;
		padding-right: 5px;
	}
	.placard .avatar {
		float: left;
		margin-right: 10px;
	}
	.placard .badge {
		position: absolute;
		right: 0;
		top: 0;
		z-index: 10;
		display: block;
		border: 0 !important;
	}
	
.today {
	cursor: pointer;
}
input.text {
	font-size: 1.5em;
}
input.small {
	font-size: .9em;
}
.pagination {
	clear: both;
	margin: 0;
	padding: 20px 10px;
	margin: 0 auto;
}
	.pagination span {
		float: right;
	}
	.pagination strong {
		padding: 2px 5px;
		border: 1px solid #83d3fc;
		color: #83d3fc;
		background-color: transparent;
	}
	.pagination a {
		padding: 2px 5px;
		border: 1px solid transparent;
	}
	.pagination a:hover {
		color: #000;
		border: 1px solid #83d3fc;
		background-color: #83d3fc;
	}

p.btn {
	text-align: center;
	font-size: .9em !important;
	font-weight: bold;
}
	p.btn a {
		display: block;
		background-repeat: no-repeat;
		background-position: 0 0;
		height: 20px;
		color: #000 !important;
		background-color: transparent !important;
		padding: 0 !important;
		margin: 0 !important;
	}
	p.btn a:hover {
		background-position: 0 -20px;	
	}
	p.btn a span {
		display: block;
		padding-top: 1px !important;
	}
	p.btn.btn_75 a {
		width: 75px;
		background-image: url(/elements/btn_75.gif);
	}
	p.btn.btn_100 a {
		width: 100px;
		background-image: url(/elements/btn_100.gif);
	}
	p.btn.btn_125 a {
		width: 125px;
		background-image: url(/elements/btn_125.gif);
	}

.keywords {
	font-style: italic;
}

#side_bar form .default {
	padding-bottom: 10px;
	display: block;
}


#store_search {
	float: left;
	display: block;
}
	#store_search form {
		display: block;
		width: 180px;
		height: 25px;
		background-image: url(/elements/btn_signup.gif);
		background-repeat: no-repeat;
		background-position: 0 0;
		font-size: 1.25em;
	}
	#store_search input.text {
		background: url(/elements/btn_signup_bg.gif) repeat-x 0 0;
		font-family: arial, sans-serif;
		color: #fff;
		border: 0;
		width: 140px;
		height: 18px;
		margin: 0 0 0 5px;
		padding-top: 5px;
		float: left;
		font-size: .9em;
	}
	#store_search input.button {
		
	}
	#store_search h2 {
		font-size: 1.25em;
		padding: 10px 0;
	}
	#store_search input:focus, textarea:focus {
		text-transform: none;
	}


.buy_it_now_search h3 {
	text-transform: none;
	font-size: 1.25em;
	font-weight: normal;
	margin-bottom: 5px;
}
	.buy_it_now_search {
		display: block;
		padding-bottom: 25px;
	}
#buy_it_now_form form label {
	float: left;
	width: 200px;
}
	#buy_it_now_form form input.string {
		width: 200px;
	}
p.nowrap {
	white-space: nowrap;
	width: 100%;
}