html, body {
  height: 100%;
  margin: 0 0 1px;
  padding: 0;
}

a
{
	color: #ce0000;
	text-decoration:underline;
}

a:hover
{
	text-decoration:none;
}

body
{
	background:#000;
	font-family:Arial;
	font-size:14px;
	color:#fff;
	background-image:url(images/mainBkgrd.png);
	background-repeat:repeat-x;
}

.borders
{
	border-right:1px solid #ccc;
	border-top:1px solid #ccc;
}

.borders td,
.borders th
{
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	background-color:#fff;
}

.borders td.table_header
{
	background-color:#ccc;
	font-weight:bold;
}

.header
{
	width:760px;
	height:124px;
	margin:auto;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
}

.img
{
	padding:22px 0 0 11px;
}

.nav
{
	width:760px;
	margin:auto;
	border-top: 1px solid #a2a4a6;
	border-bottom: 1px solid 000;
	background-image:url(images/navBkgrd.png);
	background-repeat:repeat-x;
	background-position:center;
}

.nav a
{
	display:block;
	font-weight:bold;
	padding:5px 15px 5px 15px;
	color:#fff;
	text-decoration:none;
	border-right:1px solid #a2a4a6;
	float:left;
}

.nav a:hover,
.nav a.selected
{
	background-image:url(images/navBkgrdHover.png);
	background-repeat:repeat-x;
	background-position:center;
}

.nav a.selected
{
	cursor:default;
}

.ads
{
	width:772px;
	height:165px;
	background-image:url(images/adContainer.png);
	background-repeat:no-repeat;
	margin:auto;
}

#adLeft
{
	width:342px;
	height:124px;
	float:left;
	margin:20px 0 0 23px;
}

#adRight
{
	width:342px;
	height:124px;
	float:right;
	margin:20px 23px 0 0;
}

.content
{
	width:760px;
	margin:auto;
	background-color:#fff;
	background-image:url(images/contentBkgrd.png);
	background-repeat:repeat-x;
	background-position:bottom;
	color:#000;
}

.innerContent
{
	padding:20px;
}

.heading
{
	font-family:Lucida Sans Unicode;
	font-size:28px;
	color:#000;
}

#qna
{
	border-left:1px solid #ccc;
	margin:0;
	padding:0 20px 0 20px;
}

.qnaLetter
{
	font-size: 18px;
	color:#ce0000;
}

.copy
{
	width:760px;
	margin:auto;
	font-size:10px;
	color:#777;
	height:13px;
	background-color:#d0d0d0;
	text-align:center;
}

.footer
{
	width:760px;
	margin:auto;
	background-image:url(images/footer.png);
	background-repeat:no-repeat;
	background-position:bottom;
	font-size:10px;
	color:#777;
	height:13px;
}

ul.products
{
	list-style:none;
	margin:0;
	padding:0;
}

ul.products li
{
	list-style:none;
	display:block;
	border:1px solid #ccc;
	background-color:#fff;
	padding:15px;
	margin:0 8px 8px 0;
	float:left;
	width:200px;
	height:200px;
	overflow:auto;
}

.leftColumn
{
	display:block;
	border:1px solid #ccc;
	background-color:#fff;
	padding:15px;
	margin:0 8px 8px 0;
	float:left;
	width:200px;
	height:680px;
	font-size:12px;
	background-color:#fff;
	overflow:auto;
}

.leftColumnShort
{
	display:block;
	border:1px solid #ccc;
	background-color:#fff;
	padding:15px;
	margin:0 0 8px 20px;
	float:right;
	width:184px;
	font-size:12px;
	background-color:#fff;
	overflow:auto;
}

.ingredients
{
	border-top:1px solid #ccc;
	font-size:12px;
	padding-top:15px;
}

.map
{
	width:380px;
	height:380px;
	overflow:hidden;
	border:1px solid #ccc;
	float:right;
}

.main
{
	padding:30px 0 30px 0;
}

.maintableb
{
	
}

.maintableb table
{
	margin:10px;
	float:left;
	width:0px;
	
}

img.strip_image
{
	display:inline-block;
	margin-right:20px;
	margin-bottom:20px;
}