/*Element Styles*/
body { color: #ff0; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #000; margin: 0; word-wrap: break-word; }
a { color: #ff0; text-decoration: underline; }
a:hover { text-decoration: none; }
img { border-width: 0; }
/*ID Styles*/
#wrapper { width: 960px; overflow: visible; }
#header { width: 960px; overflow: visible; border-bottom: 5px solid #06f; }
#main-wrapper { width: 960px; margin: 0; padding: 0; overflow: hidden; background: url(../images/main-wrapper-bg.gif) }
#sidebar { font-size: 10pt; font-weight: bold; width: 170px; overflow: visible; float: left; padding: 10px 10px 10px 10px; }
#sidebar ul { margin-left: 1em; padding: 0; }
#sidebar a { text-decoration: none; }
#sidebar a:hover { background-color: #666; }
#content { background-color: #000; width: 747px; overflow: visible; margin-left: 3px; padding-top: 10px; padding-left: 10px; float: right; }
#footer { font-size: 10pt; text-align: center; width: 960px; overflow: auto; clear: both; padding-top: 10px; border-top: 2px solid #f00; }
/*Class Styles*/
.home-content-left { width: 507px; margin-right: 20px; float: left; }
.home-content-right { width: 220px; margin: 0; float: right; }
.product-wrapper { width: 220px; margin-bottom: 10px; }
.clear { clear: both; }
.green, .green a { color: #6f0; }
.blue, .blue a { color: #06f; }
.red, .red a { color: #f00; }
.yellow, .yellow a { color: #ff0; }
.white, .white a { color: #fff; }
.lightblue, .lightblue a { color: #0ff; }
.font12 { font-size: 12pt; }
.font10 { font-size: 10pt; }
.font8 { font-size: 8pt; }
.bold { font-weight: bold; }
.italic { font-style: italic; }
.tab { margin-left: 1em; }
.sidemargin50 { margin-left: 50px; margin-right: 50px; }
p.sidebar-section-title { width: 180px; height: 18px; display: block; background: url(../images/sidebar-section-bg.jpg) center; font-weight: bold; font-size: 9pt; text-align: center; padding-top: 2px; margin: 1em 0 0 0; }
p.sidebar-section-item { font-size: 9pt; margin: 6px 0 0 0; }
p.sidebar-section-item a { display: block; width: 170px; padding-left: 10px; }
p.sidebar-link a { display: block; width: 180px; }
