/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	font-size:75%;
	color:#333333;
}


.header {
	background-image: url(../images/backgrounds/top_gradient.gif);
	background-repeat: repeat;
	height:125px;
}


.footer {
	background-image: url(../images/backgrounds/bottom_gradient.gif);
	background-repeat: repeat;
	height:200px;
	padding-right: 15px;
	padding-top: 17px;
}


.product_label {
	color:#666666;
	text-align:center;
	height:24px;
}


.product_label h4 {
	font-weight: normal;
	font-size: 100%;
	margin: 0;
	padding:0;
}


.text-grey-nrml {
font-size:100%;
color:#666666;

}

.text-grey {
font-size:85%;
color:#666666;

}


.text-red {
	font-size:100%;
	color:#AE2424;
}


.productborder-home {
	background-image: url(../images/borders/product_border_home.gif);
	background-repeat: no-repeat;
	background-position:center;
}

.productborder-home_on {
	background-image: url(../images/borders/product_border_home_on.gif);
	background-repeat: no-repeat;
	background-position:center;
}


a:link {
  color: #AE2424; 
  text-decoration: underline; 
  }

a:visited {
  color: #7F7F7F; 
  text-decoration: underline; 
  }

a:hover { 
  color: #AE2424; 
  text-decoration: underline; 
  }

a:active {
  color: #AE2424; 
  text-decoration: underline; 
  }


#footer p {
  color: #000000; 
  }
  
#footer a:link {
  color: #AE2424; 
  text-decoration: underline; 
  }

#footer a:visited {
  color: #7F7F7F; 
  text-decoration: underline; 
  }

#footer a:hover { 
  color: #AE2424; 
  text-decoration: underline; 
  }

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