
/*  Footer Style */


a.footer-category:link {
	text-decoration: none;
	color: #ff0329; }

a.footer-category:visited {
	text-decoration: none;
	color: #ff0329; }

a.footer-category:hover {
	text-decoration: none;
	color: #ff0329; }

a.footer-category:active {
	text-decoration: none;
	color: #ff0329; }

a.footer:link {
	text-decoration: none;
	color: black; }
	
a.footer:visited {
	text-decoration: none;
	color: black; }

a.footer:hover {
	text-decoration: underline;
	color: black; }

a.footer:active {
	text-decoration: underline;
	color: black; }

#footer_container {
	display: block;
	position: relative;
	border: 1px solid #d9d9d9;
	background-image: -webkit-gradient(
    	linear,
    	left bottom,
    	left top,
    	color-stop(0.31, rgb(237,237,237)),
    	color-stop(0.66, rgb(255,255,255)) );
	background-image: -moz-linear-gradient(
    	center bottom,
    	rgb(237,237,237) 31%,
    	rgb(255,255,255) 66% ); 
 	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FFFFFFFF,EndColorStr=#FFEDEDED)";
	/* For IE 6-7 */
filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FFFFFFFF,EndColorStr=#FFEDEDED);
	height: 220px;
	width: 950px;
	margin: 0px auto;
	overflow: auto;
	text-align: left; 
	font: 11px/17px Verdana, Arial, sans-serif; }

.footer_sect-head {
	color: #ff0329; 
	font-weight: bold; }

#footer_about {
	display: inline;
	position: relative;
	float: left;
	margin-top: 15px;
	margin-left: 70px;
	width: 211px; 
	height: 195px; }

#footer_products{
	position: relative;
	display: inline;
	float: left;
	margin-top: 15px;
	width: 220px; 
	height: 195px; }
 
#footer_where-to-buy {
	position: relative;
	display: inline;
	float: left;
	margin-top: 15px;
	width: 215px; 
	height: 195px; } 

#footer_support {
	position: relative;
	display: inline;
	float: left;
	margin-top: 15px;
	width: 180px; 
	height: 195px; }   

#subfooter_container {
	display: block;
	position: relative;
	width: 952px; 
	height: 25px;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	background-color: black; }
 
#subfooter_container-disc {
	display: block;
	position: relative;
	width: 952px; 
	height: 25px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: black; } 
 
#subfooter_zoom {
	display: inline;
	position: relative;
	float: left;
	margin-left: 70px;
	font: 8pt Geneva, sans-serif;
	font-family: Verdana, Arial, sans-serif;
	color: #ffffff; 
	line-height: 25px; } 
 
#subfooter_links {
	display: inline;
	position: relative;
	float: right;
	margin-right: 70px;
	font: 8pt Geneva, sans-serif;
	font-family: Verdana, Arial, sans-serif;
	color: #ffffff; 
	line-height: 25px; }    

a.subfooter:link {
	text-decoration: none;
	color: #ffffff; }
	
a.subfooter:visited {
	text-decoration: none;
	color: #ffffff; }

a.subfooter:hover {
	text-decoration: underline;
	color: #ffffff; }

a.footer:active {
	text-decoration: underline;
	color: #ffffff; }

div.text-footer-disc {
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 70px;
	width: 820px;
	font: 10px Arial, Verdana, sans-serif;
	color: #515151; }

div.text-footer-disc a:link, div.text-footer-disc a:visited {
	text-decoration: underline;
	color: #515151;
	font-weight: normal; }  
	
div.text-footer-disc a:hover, siv.text-footer-disc a:active {
	text-decoration: underline;
	color: #515151;
	font-weight: normal; }  
	