html, body {
	height: 100%;
}
body {
	background-color: #FFFFFF;
	background-image: url(../global/body_bkgrd.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;

}

#container {
	margin: auto;
	width: 858px;
	position: relative;
	min-height: 100%;
}
#p_container {
	margin: auto;
	width: 830px;
	position: relative;
	min-height: 100%;
	padding-bottom: 200px;
}


a {
	color: #999999;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}

.fltlft {
	float: left;
	margin: 0px 10px 10px 0px;
}
.fltrt {
	float: right;
	margin: 0px 0px 10px 10px;
}
.description {
	width: 300px;
}
.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
.pink {
	color: #999999;
}
.white {
	color: #FFFFFF;
}
.subText {
	font-size: 0.8em;
	padding: 0px 0px 28px 0px;
}

/* LOGO AND TOP NAVIGATION */
#header {
	margin: auto;
	width: 858px;
}

#nav {
	font-size: 0.7em;
	text-transform: uppercase;
	margin: auto;
	width: 858px;
	background-color: #000000;
	background-image: url(../global/nav_bkgrd.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 40px;
}
#nav ul {
	list-style-image: none;
	float: left;
	margin: 13px;
	padding: 0px;
}
#nav ul li {
	display:inline;
}
#nav ul li a {
	text-decoration:none;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	letter-spacing: 0.1em;
}
#nav ul li a:hover {
	color:#999999;
}
#nav li a:active {
	color:#999999;
}


/* RIGHT COLUMN */
#rt_content {
	float: right;
	width: 250px;
	font-size: 0.8em;
}
#rt_content p {
	margin: 2px 15px;
}
#rt_content a {
	color: #FFFFFF;
	text-decoration: underline;
}
#rt_content a:hover, #rt_content a:active {
	color: #999999;
	text-decoration: none;
}
#rt_content h1 {
	font-size: 1.5em;
	line-height: 1.5;
	color: #999999;
	text-transform: lowercase;
	margin: 0px 22px 5px 5px;
}
#rt_content h1 em {
	font-style: normal;
	color: #FFFFFF;
}

/* EMAIL FORM STYLES */
#email_form {
	font-size: 100%;
}
#email_form p {
	margin: 5px 15px 0px 15px;
	color: #000000;
}
#email_form a {
	color: #333333;
}
#email_form a:hover,#email_form a:active {
	color: #9E0038;
	text-decoration: none;
}
#email_form h1 {
	font-size: 2em;
	color: #000000;
	line-height: 1.1;
	margin: 10px 15px 0px 15px;
}
#email_form h1 em {
	font-style: normal;
	color: #9E0038;
}
#email_form img {
	margin: 0px;
	padding: 0px;
}
.email_top {
	background-image: url(../global/email-bk_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.email_bkgrd {
	background-image: url(../global/email-bkgrd02.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}



/* MAIN CONTENT */
#content {
	width: 560px;
	font-size: 0.75em;
	line-height: 1.5;
}
#content p {
	text-align: justify;
	margin: 5px 0px;
}
#content p em {
	font-style: normal;
	font-weight: bold;
	color: #999999;
	font-size: 1.1em;
}
#content li em {
	font-style: normal;
	font-weight: bold;
	color: #999999;
	font-size: 1.1em;
}
#content .subText {
	text-align: right;
	margin: 5px;
	padding: 0px;
	font-size: 0.9em;
}
#content h1 {
	font-size: 1.9em;
	color: #999999;
	margin: 5px 0px;
}
#content h1 em {
	font-style: normal;
	color: #FFFFFF;
}
#content h2 {
	font-size: 1.5em;
	line-height: 1.5;
	color: #999999;
	margin: 10px 0px;
	padding: 0px;
}
#content h2 em {
	font-style: normal;
	color: #FFFFFF;
}
#content h3 {
	font-size: 1.2em;
	color: #999999;
	margin: 0px;
	padding: 0px;
}
#content h3 em {
	font-style: normal;
	color: #FFFFFF;
}
#content h3 a {
	text-decoration: none;
}
#content h3 a:hover, #content h3 a:active {
	text-decoration: underline;
}
#content h4 {
	font-size: 1.2em;
	margin: 0px;
}
#content small {
	font-size: 90%;
	font-weight: normal;
}
#enlargeImg {
	margin-bottom: 2px;
	color: #999999;
}
#enlargeImg p {
	line-height: 15px;
	padding-left: 20px;
	background-image: url(../global/enlarge.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
a img { border: none; }

/* SUB NAVIGATION */
.subnav {
	font-size: 1.1em;
	text-transform: capitalize;
	font-weight: bold;
	width: 540px;
	margin: auto;
}
.subnav a {
	text-decoration: none;
}
.subnav a:hover, .subnav a:active {
	color: #FFFFFF;
}
.subnav ul li {
}
.subnav ul li a {
	color: #999999;
	margin: 0px;
}
.subnav ul li a:hover {
	color:#FFFFFF;
}
.subnav li a:active {
	color:#FFFFFF;
}
.feature {
	margin:0px;
	height: 130px;
	padding-top: 10px;
}			
.feature img {
	float: left;
	margin: 0px;
	padding: 0px;
}
.feature p {
	padding:0px 210px 0px 0px;
	margin: 10px;
}
.feature h3 {
	padding: 10px 0px 0px 210px;
	margin: 0px;
	color: #999999;
	line-height: 2;
	text-align: right;
}



/* FOOTER / NAVIGATION */
#footer {
	position: absolute;
	bottom: 0;
	padding: 0px;
	font-size: 0.7em;
	width: 858px;
	color: #333333;
}
#footer em {
	font-style: normal;
	color: #FFFFFF;
}
#footer ul {
	list-style-image: none;
	float: right;
	margin: 10px;
	padding: 0px;
}
#footer ul li {
	display:inline;
}
#footer ul li a {
	text-decoration:none;
	color: #333333;
	margin: 0px;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
}
#footer ul li a:hover {
	color:#999999;
}
#footer li a:active {
	color:#999999;
}
#final_footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}
#final_footer p {
	float: left;
	margin: 10px;
	padding: 0px;
	color: #999999;
}
#links {
}
#links ul {
	margin: 5px;
}
#links ul li a {
	color: #666666;
	font-size: 1em;
}
.clearfloat_lft {
	font-size: 1px;
	line-height: 0px;
	clear: left;
	height: 0px;
}
.promo_old_price {
	text-decoration: line-through;
	color: #999999;
	font-weight: bold;
}
.promo_new {
	font-weight: bold;
	color: #9E0038;
}
