@import url("/js/jquery.tooltip.css");

@charset "UTF-8";

/* @override http://jduckw/css/site.css */

* {
	
}


* {
	margin: 0;
	padding: 0;
}

html, body {
	color: #999;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, Geneva, sans-serif;
	font-size: 100.01%;
	text-align:center;
	height:100%;
	background-color: #3e3e3e;
}

/* element css */


p, form, .content_body, #body_container .mce p, .mce td, #price_chart_block td {
	font-size: .8em;
	line-height: 1.4em;
	color:#999;
}
a:link, a:visited {
	text-decoration: none;
	color: #8E8E8E;
}
a:hover {
	color: #fff;
}
h1 {
	font-size: .9em;
	color: #000;
}
h2, h3, h4, h5 {
	font-weight: bold;
	color: #999;
}
h2 {
	font-size: 1.2em;
	padding-bottom: 8px;
	color: #666;
}
h3, h2 span {
	font-size: .8em;
	margin-bottom: .3em;
}
h4 {
	color: #f0f0f0;
	padding-bottom: 8px;
	font-size: 0.8em;
}
h5 {
	letter-spacing: 1px;
 	text-transform: lowercase;
}
h6 {
	text-transform: lowercase;
	font-size: 75%;
	color:#FFF;
	padding-bottom: .4em;
	margin-bottom: 1.6em;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
ul, ol {
	list-style: none;
}
.simplewhite, li.letters a, {
	font-size: 90%;
	color: #999;
	float: left;
}
form {
	margin: 2px;
	padding: 14px 0 0 0;
}

/* optional styling */
a.white, .white {
	color: #fff;
}

/* for tinymce - linked to this stylesheet only */
body#tinymce.mceContentBody {
	text-align: left;
	margin: 10px;
}
#tinymce.mceContentBody p {
	margin-bottom: 1em;
}

/* site warnings */
#noscript_bar, #ie6_bar {
	width: 100%;
	position: relative;
	top:0;
	margin:0 auto;
	background: black;
	padding-top: 4px;
	padding-bottom: 6px;
}
#noscript_bar p, #ie6_bar p {
	font-weight: bold;
	color: #fff;
	font-size: 11px;
}
#ie6_bar {
	display: block;
}