/*

= = = = = = = = = =
powerpix.net
FHEonDVD CSS Styles
Last Edit - 11/09/07
= = = = = = = = = =
		 
*/ 

/* -- Zero HTML -- */
:link,:visited {text-decoration: none;}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}
address {font-style: normal;}

/* -- Basic HTML Elements -- */
body {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background: url(../images/background_pages.gif) repeat-y left top;
}
p {
	line-height: 1.5em;
	padding-bottom: 10px;
	padding-top: 10px;
}
fieldset {
	margin: 0px 0px 6px;
	padding: 10px;
	border: 1px solid #FED690;
}
legend {
	font-weight: bold;
	border: 1px solid #FED690;
	padding: 4px;
	background: #CA342D;
	color: #FFE798;
	margin: 0em 0em 10px;
}
label {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100px;
}
.labelblock { /* -- To fix large labels */
	display: block;
	float: none;
	width: 100%;
}
textarea {
	height: 100px;
	width: 200px;
}
input:focus, textarea:focus {
	background: #FFFFCC;
}
hr {
	height: 1px;
	width: 100%;
	background: #7B5790;
	color: #7B5790;
}
.bold {
	font-weight: bold;
}
.strike {
	text-decoration: line-through;
	font-weight: bold;
}
.red {
	color: #CA342D;
}
.hidden {
	visibility: hidden;
}

/* -- Page Container -- */
#wrapper {
	margin: 0px;
	padding: 0px;
	width: 950px;
}

/* -- Page Header and Top Navigation -- */
#masthead {
	margin: 0px;
	padding: 0px;
	height: 97px;
	width: 950px;
	background: #FFE690 url(../images/masthead_bg2.gif);
}
#masthead h1 {
	position: absolute;
	height: 161px;
	width: 153px;
	left: 0px;
	top: 0px;
	text-indent: -9000px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-image: url(../images/corplogo.gif);
	visibility: visible;
}
#masthead h1 a:link, #masthead h1 a:visited, #masthead h1 a:hover {
	display: block;
	height: 161px;
	width: 153px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#masthead ul {
	width: 500px;
	height: 26px;
	position: absolute;
	left: 190px;
	top: 71px;
	background: url(../images/mainnav_bg.gif) repeat-x 0px 0px;
}
#masthead li {
	display: inline;
}
#masthead li a:link, #masthead li a:visited, #masthead li a:hover {
	display: block;
	text-indent: -9000px;
	position: absolute;
	top: 0px;
}
#masthead li.NavProducts a:link, #masthead li.NavProducts a:visited, #masthead li.NavProducts a:hover {
	height: 26px;
	width: 90px;
	left: 26px;
	background-image: url(../images/new/btn_products.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#masthead li.NavGuarantee a:link, #masthead li.NavGuarantee a:visited, #masthead li.NavGuarantee a:hover {
	height: 26px;
	width: 90px;
	left: 150px;
	background-image: url(../images/new/btn_guarantee.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#masthead li.NavNews a:link, #masthead li.NavNews a:visited, #masthead li.NavNews a:hover {
	height: 26px;
	width: 74px;
	left: 267px;
	background-image: url(../images/new/btn_reviews.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#masthead li.NavRetailers a:link, #masthead li.NavRetailers a:visited, #masthead li.NavRetailers a:hover {
	height: 26px;
	width: 92px;
	left: 364px;
	background: url(../images/new/btn_retailers.gif) no-repeat 0px 0px;
}
#masthead li.NavAboutUs a:link, #masthead li.NavAboutUs a:visited, #masthead li.NavAboutUs a:hover {
	height: 26px;
	width: 85px;
	left: 490px;
	background: url(../images/new/btn_aboutus.gif) no-repeat 0px 0px;
}
#masthead li.NavContactUs a:link, #masthead li.NavContactUs a:visited, #masthead li.NavContactUs a:hover {
	height: 26px;
	width: 105px;
	left: 607px;
	background-image: url(../images/new/btn_contactus.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.NavSalesStudio {
	height: 23px;
	width: 137px;
	left: 700px;
	background: url(../images/btn_sales_studio_top.gif) no-repeat 0px 0px;
	top: 0px;
	position: absolute;
	text-indent: -9000px;
}
.NavSalesStudio h1 a:link, .NavSalesStudio a:visited, .NavSalesStudio a:hover {
	display: block;
	height: 23px;
	width: 137px;
	position: absolute;
	left: 700px;
	top: 0px;
}

/* -- Side Navigation -- */
#sidenav {
	margin: 0px;
	padding: 69px 15px 15px;
	float: left;
	width: 160px;
	background: url(../images/sidenav_bg.gif) repeat-x left top;
}
#sidenav ul {
	margin: 0px;
	padding: 0px 0px 4px;
	list-style: none;
}
#sidenav li {
	display: block;
	margin: 0px;
	padding-top: 10px; /* Added for extra spacing */
}
#sidenav li a { /* Added red dot background */
	padding-left: 15px; /* Increased left padding to 15 from 10 */
	text-decoration: none;
	color: #533765;
	background-image: url(../images/sidenav_link_bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#sidenav li a:link, #sidenav a:visited {
	color: #533765;
	text-decoration: none;
}
#sidenav li a:hover { /* Not using, all side nav links have red dot background at all times */
	color: #533765;
	text-decoration: none;
	background: url(../images/sidenav_link_bg.gif) no-repeat left center;
}
#sidenav .SNavProducts a:link, #sidenav .SNavProducts a:visited, #sidenav .SNavProducts a:hover {
	display: block;
	text-indent: -9000px;
	height: 17px;
	width: 85px;
	background-image: url(../images/new/lft_cat_products.gif);
}
#sidenav .SNavSalesRep a:link, #sidenav .SNavSalesRep a:visited, #sidenav .SNavSalesRep a:hover {
	display: block;
	text-indent: -9000px;
	height: 17px;
	width: 92px;
	margin-top: 6px;
	background-image: url(../images/new/lft_cat_sales_rep.gif);
}
#sidenav .SNavHostParty a:link, #sidenav .SNavHostParty a:visited, #sidenav .SNavHostParty a:hover {
	display: block;
	text-indent: -9000px;
	height: 21px;
	width: 112px;
	margin-top: 6px;
	background-image: url(../images/new/lft_cat_host_party.gif);
}
#sidenav .SNavParties a:link, #sidenav .SNavParties a:visited, #sidenav .SNavParties a:hover {
	display: block;
	text-indent: -9000px;
	height: 18px;
	width: 64px;
	background: url(../images/sidenav_h_parties.gif);
	margin-top: 6px;
}
#sidenav .SNavNews a:link, #sidenav .SNavNews a:visited, #sidenav .SNavNews a:hover {
	display: block;
	text-indent: -9000px;
	height: 17px;
	width: 77px;
	margin-top: 6px;
	background-image: url(../images/new/lft_cat_news.gif);
}
#sidenav .SNavOpportunities a:link, #sidenav .SNavOpportunities a:visited, #sidenav .SNavOpportunities a:hover {
	display: block;
	text-indent: -9000px;
	height: 18px;
	width: 124px;
	background: url(../images/sidenav_h_opportunities.gif);
	margin-top: 6px;
}
#sidenav .SNavCommunity a:link, #sidenav .SNavCommunity a:visited, #sidenav .SNavCommunity a:hover {
	display: block;
	text-indent: -9000px;
	height: 18px;
	width: 104px;
	background: url(../images/sidenav_h_community.gif);
	margin-top: 6px;
}
#sidenav .SNavRetailers a:link, #sidenav .SNavRetailers a:visited, #sidenav .SNavRetailers a:hover {
	display: block;
	text-indent: -9000px;
	height: 17px;
	width: 85px;
	margin-top: 6px;
	background-image: url(../images/new/lft_cat_retailers.gif);
}
#sidenav .SNavAboutUs a:link, #sidenav .SNavAboutUs a:visited, #sidenav .SNavAboutUs a:hover {
	display: block;
	text-indent: -9000px;
	height: 17px;
	width: 77px;
	margin-top: 6px;
	background-image: url(../images/new/lft_cat_about_us.gif);
}
#sidenav .SNavContactUs a:link, #sidenav .SNavContactUs a:visited, #sidenav .SNavContactUs a:hover {
	display: block;
	text-indent: -9000px;
	height: 16px;
	width: 96px;
	background: url(../images/sidenav_h_contactus.gif);
	margin-top: 6px;
}
#sidenav .SNavSalesStudio a:link, #sidenav .SNavSalesStudio a:visited, #sidenav .SNavSalesStudio a:hover {
	display: block;
	text-indent: -9000px;
	height: 18px;
	width: 104px;
	background: url(../images/sidenav_h_salesstudio.gif);
	margin-top: 6px;
}
/* -- Content Areas -- */
#content {
	margin: 0px;
	padding: 36px;
	float: right;
	width: 688px;
	background: url(../images/content_yellow_bg.gif) repeat-x left top;
	position: relative;
	color: #330066;
}
#content h1 {
	font-size: 18px;
	padding: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#content h2 {
	font-size: 14px;
	padding: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#content a:link, #content a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #CA342D;
}
#content a:hover {
	text-decoration: underline;
}
#content .col1sml {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 344px;
}
#content .col2sml {
	float: right;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	width: 324px;
}
#content .col1lrg {
	width: 688px;
	clear: both;
	margin: 0px;
	padding: 0px;
}
dl.contentdl {
	padding: 0px;
	margin: 0px 0px 15px;
}
dl.contentdl:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
dl.contentdl dt {
	margin: 0em;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px;
}
dl.contentdl dt img {
	margin: 0px 20px 0px 0px;
	float: left;
	padding: 0px;
}
dl.contentdl dd {
	margin-left: 130px;
}
dl.productdl {
	padding: 15px;
	margin: 0px;
	border-bottom: 1px dotted #7B5790;
}
dl.productdl:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
dl.productdl dt {
	margin: 0em 0px 0.5em;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
dl.productdl dt img {
	margin: 0px 20px 0px 0px;
	float: left;
	padding: 0px;
}
dl.productdl dd {
	margin-left: 150px;
}
#content li {
	list-style: disc;
	margin-left: 20px;
}
#content .coloring {
	margin: 2px;
	padding: 2px;
	float: left;
	border: 2px solid #7B5790;
	background: #CCCCCC;
	display: inline;
}
#content .reviews {
	border-bottom: 1px dotted #7B5790;
}

/* -- Page Footer -- */
#footer {
	padding: 10px 0px 0px;
	clear: both;
	font-size: 10px;
	border-top: 1px solid #FED690;
	visibility: visible;
	width: 950px;
	text-indent: 240px;
	margin: 0px;
	color: #7B5790;
}
#footer a:link, #footer a:visited {
	color: #7B5790;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #CA342D;
}

/* -- Page Theme Switches -- */
#cathome {
	background:url(../images/background_home.gif) repeat-y left top;
}
#cathome #content {
	background:url(../images/home_content_bg.gif) repeat-x left top;
}
#catproducts {
	background:url(../images/background_home.gif) repeat-y left top;
}
#catproducts #content {
	background:url(../images/home_content_bg.gif) repeat-x left top;
}
#catproducts-sub {
	background:url(../images/background_pages.gif) repeat-y left top;
}
#catproducts-sub #content {
	background:url(../images/content_yellow_bg.gif) repeat-x left top;
}
#catguarantee {
	background:url(../images/background_home.gif) repeat-y left top;
}
#catguarantee #content {
	background:url(../images/home_content_bg.gif) repeat-x left top;
}
#catguarantee-sub {
	background:url(../images/background_pages.gif) repeat-y left top;
}
#catguarantee-sub #content {
	background:url(../images/content_yellow_bg.gif) repeat-x left top;
}
#catnews {
	background:url(../images/background_home.gif) repeat-y left top;
}
#catnews #content {
	background:url(../images/home_content_bg.gif) repeat-x left top;
}
#catnews-sub {
	background:url(../images/background_pages.gif) repeat-y left top;
}
#catnews-sub #content {
	background:url(../images/content_yellow_bg.gif) repeat-x left top;
}
#cataboutus {
	background:url(../images/background_home.gif) repeat-y left top;
}
#cataboutus #content {
	background:url(../images/home_content_bg.gif) repeat-x left top;
}
#cataboutus-sub {
	background:url(../images/background_pages.gif) repeat-y left top;
}
#cataboutus-sub #content {
	background:url(../images/content_yellow_bg.gif) repeat-x left top;
}
#catcontactus {
background:url(../images/background_contact.gif) repeat-y left top;
} 
#catcontactus #content {
	background: url(../images/content_purple_bg.gif) repeat-x left top;
	color: #FFFFFF;
}

/* -- Navigation Switches (main pages) -- */
#catproducts #masthead li.NavProducts a:link, #catproducts #masthead li.NavProducts a:visited, #catproducts #masthead li.NavProducts a:hover {
	background-image: url(../images/new/btn_products-on.gif);
	background-repeat: no-repeat;
	cursor: default;
}
#catguarantee #masthead li.NavGuarantee a:link, #catguarantee #masthead li.NavGuarantee a:visited, #catguarantee #masthead li.NavGuarantee a:hover {
	cursor: default;
	background-image: url(../images/new/btn_guarantee-on.gif);
	background-repeat: no-repeat;
}
#catnews #masthead li.NavNews a:link, #catnews #masthead li.NavNews a:visited, #catnews #masthead li.NavNews a:hover {
	cursor: default;
	background-image: url(../images/new/btn_reviews-on.gif);
	background-repeat: no-repeat;
}
#catretailers #masthead li.NavRetailers a:link, #catretailers #masthead li.NavRetailers a:visited, #catretailers #masthead li.NavRetailers a:hover {
	cursor:default;
	background-image: url(../images/new/btn_retailers-on.gif);
	background-repeat: no-repeat;
}
#cataboutus #masthead li.NavAboutUs a:link, #cataboutus #masthead li.NavAboutUs a:visited, #cataboutus #masthead li.NavAboutUs a:hover {
	cursor:default;
	background-image: url(../images/new/btn_aboutus-on.gif);
	background-repeat: no-repeat;
}
#catcontactus #masthead li.NavContactUs a:link, #catcontactus #masthead li.NavContactUs a:visited, #catcontactus #masthead li.NavContactUs a:hover {
	cursor:default;
	background-image: url(../images/new/btn_contactus-on.gif);
	background-repeat: no-repeat;
}

/* -- Hacks -- */

/* Self clearing fix - content DL */
dl.contentdl { display: inline-table } /* -- fixes IE/Mac */
/* Hide from IE/Mac \*/
* html dl.contentdl { height: 1% }
dl.contentdl { display: block }
/* End hide from IE/Mac */

/* Self clearing fix - product DL */
dl.productdl { display: inline-table } /* -- fixes IE/Mac */
/* Hide from IE/Mac \*/
* html dl.productdl { height: 1% }
dl.productdl { display: block }
/* End hide from IE/Mac */
#cartproblem {
	background: #FFFFCC;
	margin: 0px;
	padding: 4px 20px;
	border: 1px dashed #CA342D;
	display: none;
}
