@charset "iso-8859-1";
/* CSS Document */

body {
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	background-image: url('../images/bg.jpg');
	background-position: top;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
	}
	
a:link, a:visited {
	text-decoration: underline;
	color: #0066CC;
	}
	
a:hover, a:active {
	text-decoration: underline;
	color: #FFCC00;
	}
	
.main_table {
	border: solid 1px #000000;
	background: #FFFFFF;
	}
	
.header {
	border-left: solid 1px #848484;
	border-right: solid 1px #848484;	
	}
	
.menu_table {
	background-image: url('../images/menu_bg.jpg');
	background-position: top;
	background-repeat: repeat-x;
	height: 29px;
	border-left: solid 1px #848484;
	border-right: solid 1px #848484;
	}
	
.menu_shadow {
	background-image: url('../images/menu_shadow.jpg');
	background-position: top;
	background-repeat: repeat-x;
	height: 9px;
	}
	
.text_area {
	background-image: url('../images/.jpg');
	background-position: left bottom;
	background-repeat: no-repeat;
	}
	
.disclaimer {
	font-size: 9px;
	color: #696969;
	}
	
.heading {
	color: #0066CC;
	font-weight: bold;
	}
	
.category_product_list {
	font-weight: bold;	
	font-size: 16px;
	}

.heading_product_list {
	color: #0066CC;
	font-weight: bold;	
	font-size: 16px;
	}
	
.product_list_table {
	border: solid 1px #000000;
	}