﻿/* *** BEGIN GLOBALS *** */
body
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 90%;
	font-family: sans-serif;
	background-color: black;
	color: white;
	text-align: center;
}

a
{
	color: #CCCCCC;
	text-decoration: underline;
}

a:hover
{
	color: #993333;
	text-decoration: none;
}

a img
{
	border: 0;
}
/* *** END GLOBALS *** */

#wrap
{
	margin-left: auto;
	margin-right: auto;
	width: 802px;
	padding: 0 0 0 0;
	text-align: left;
}

#header
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 800px;
	height: 200px;
	background: url('BANNER.gif') no-repeat top right;
	border-bottom: 1px solid #800000;
}

/* *** BEGIN NAV *** */
#nav
{
	margin: 0 0 0 0;
	padding: 5px 0 5px 0;
	color: #800000;
}

#nav ul
{
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#nav li
{
	display: inline;
	padding: 0 5px 0 5px;
	color: #993333;
	font-size: 12px;
}

#nav a
{
	color: white;
	text-decoration: none;
}

#nav a:hover
{
	color: #993333;
	text-decoration: none;

}
/* *** END NAV *** */

#title h1
{
	margin: 0 0 0 0;
	padding: 0 0 5px 0;
	font-size: 150%;
	text-transform: capitalize;
	font-weight: bold;
	display: block;
}

#content_left
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: left;
	width: 49%;
}

#content_left dl.image dt
{
	border: 1px solid black;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#content_left dl.image dd
{
	clear: both;
	margin: 0 0 0 0;
	padding: 0 0 0 20px;
	font-size: 75%;
}

#content_right
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: right;
	width: 50%;
	text-align: center;
}

#content_right p, ul
{
	text-align: left;
}

#content_right #home_memberships p, img
{
	text-align: center;
}

#content_right #image_list ul
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#content_right #image_list li
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display: inline;
}

#attn p
{
	border: 1px solid gray;
	color: white;
	background-color: #333333;
}

#content_main
{
	margin:0 0 0 0;
	height: 630px;
	width: 800px;
}

#product_nav
{
	text-align: center;
}

#product_nav ul
{
	list-style: none;
}

#product_nav ul li
{
	display: inline;
	white-space: nowrap;
	padding: 0 5px 0 5px;
	border-right: 1px solid white;
}

#news h2
{
	font-size: 120%;
	border-top: 1px solid gray;
	margin: 30px 0 0 0;
}

#news h2 a
{
	color: #669999;
	text-decoration: none;
}

#news h2 a:hover
{
	color: #993333;
	text-decoration: none;
}


#news p
{
	text-align: justify;
}

#news p.datetime
{
	font-size: 90%;
	font-weight: bold;
	margin: 0 0 -10px 0;
	padding: 0 0 0 0;
}

#footer
{
	clear: both;
	border-top: 1px solid #800000;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: right;
	font-size: 60%;
	color: gray;
}

#footer p
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

/* Normal Bubble */
div.bubble {
	width: 80%;
	font-size: 0.75em;
	margin-bottom: 24px;
}

div.bubble blockquote {
	margin: 0px;
	padding: 0px;
	border: 1px solid #c9c2c1;
	background-color: #fff;
}

div.bubble blockquote p {
	margin: 10px;
	padding: 0px;
}

div.bubble cite {
	position: relative;
	margin: 0px;
	padding: 7px 0px 0px 15px;
	top: 6px;
	background: transparent url(tip.gif) no-repeat 20px 0;
	font-style: normal;
	
}

div.bubble cite a {
	color: white;
}

div.bubble cite a:hover {
	text-decoration: underline;
}

/* Rounded Bubble */
div.bubble div.rounded {
	margin-bottom: 10px;
/*	border: 3px solid #fff; */
/*	background-color: #b7e0ff; */
	border: 2px solid #CCCCCC;
	background-color: #FFFFCC;
}
div.bubble div.rounded blockquote {
	border: 0;
	background-color: transparent;
	color: black;
}
div.bubble div.rounded blockquote p {
	margin: 0px 10px;
}
div.bubble cite.rounded {
	position: relative;
	margin: 0px;
	padding-left: 15px;
	padding-top: 12px;
	top: 9px;
	background: transparent url(tip-rounded_yel.gif) no-repeat 15px 0;
}

/* Pimped Bubble */
div#pimped.bubble {
	font-size: 0.9em;
}
div#pimped.bubble div.rounded {
	color: #fff;
	border: 3px solid #fff;
	background-color: #111;
}
div#pimped.bubble cite.rounded {
	background: transparent url(tip-pimped.gif) no-repeat 15px 0;
}
