/* CSS Document */

body {
	background: #C53C46;
	font-family: 'Helvetica';
	color:#C53C46;
	font-size: 10px;
}
a:link, a:visited { 	
	text-decoration: none;
	font-weight: bold;	
	color: #C53C46
}
a:active {	
	text-decoration: none;
	font-weight: bold;
	color: #C53C46
}
a:hover {
	text-decoration: none;
	font-weight: bold;
	color: white
}
a.nav:link, a.nav:visited, a.nav:active {
	background-color: #78766A;
	color: white;
	font-family:'Helvetica';
	font-size: 15px;
	display: block;
	font-weight: normal;
}
a.nav:hover {
	background-color: #C53C46;
	color: white;
	font-family:'Helvetica';
	font-size: 15px;
	display: block;
	font-weight: normal;
}
img.banner {
	border-width: 0px;
	border-color: #C53C46;
	border-style: none;
	margin-bottom: 0px;
	width: 900px;
	height: 150px
}
table.menutable {	
	width: 900px;
	border-width: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
table.maintable {	
	background-color: white;
	width: 900px;
	border-width: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size:12px;
	text-align:top;
}
table.gallerytable {	
	width: 700px;
	border-width: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size:10px;
	text-align:top;
}
table.productnav {	
	border-width: 2px;
	margin-top: 0px;
	margin-bottom: 5px;
	font-size:12px;
	text-align:top;
	background-color: white;
	padding:0;
}
a:visited {
	color: #C53C46;
}