BODY {
	margin:0px;
	font-family: Tahoma, "Trebuchet MS", Arial, Verdana, Arial, sans-serif;
	color: #172710;
	background-color: #FFCC70;
	text-align: center;
	background-image:url('images/background.jpg');
}

table{	background-color: white;
	width: 1000px;
}


h1{	font-size:19px;
	font-weight: normal;
	margin-right: 30px;
	font-family:    "Century Gothic", Arial;
}              

h1.a{	font-size:19px;
	font-weight: normal;
	margin-left: 55px;
}              

h2{	font-size:17px;
	font-weight: normal;
	margin-left: 55px;
	font-family:    "Century Gothic", Arial;
}              

P{	font-size: 12px;
	padding: 0px 50px 0px 55px;
}

P.a{	text-align: center;
}

P.b{	font-size: 10px;
	text-align: center;
	padding: 0px 20px 0px 0px;
}


P.c{	font-size: 11px;
	text-align: center;
	padding: 0px 0px 0px 0px;
}

P.offer{font-size: 13px;
	text-align: center;
	color: red;
	font-weight: ;	
}

LI{	font-size: 12px;	
	font-weight: normal;
	color: #172710;
}

a.c{	padding: 10px 14px 0px 5px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}


a.brands
{	padding: 5px 0px 0px 0px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a.brands2
{	padding: 5px 0px 0px 4px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}


a.d{	font-weight: bold;
	text-decoration: none;
}
a.m{	text-decoration: none;
}
a.n{	padding: 0px 5px 0px 0px;
	text-decoration: none;
	font-size: 10px;
}

td.k{	padding: 10px 0px 10px 20px;
	background-color: #335523;
	background-color: #464438;
	text-align: center;
	color: white;	
	font-size: 32px;
	font-family:    "Century Gothic", Arial;
}

td.l{	padding: 2px 20px 2px 20px;
	background-color: #6CB748;
	background-color: black;
	color: white;	
	font-size: 12px;
}

A:link {	color: #6CB748;
		color: #04693c;
		color: black;
}
A:visited {	color: #6CB748;
		color: #04693c;
		color: black;
}

A:hover{	color: black;
		text-decoration: underline;
}


#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	width: 6em;
}

#nav li { /* all list items */
	float: left;
	width: 6em; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #f2f2fc;
	width: 6em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}





#navlist li
{
display: inline;
list-style-type: none;
padding-right: 20px;
}

