@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
	padding-bottom: 1px;	/* for Gecko-based browsers */
	margin-bottom: -1px;	/* for Gecko-based browsers */
}

.hide {
	display: none !important;
}

.error {
	color: red;
	font-style: italic;
}

.thanks {
	margin-left: 20px;
	margin-right: 20px;
	padding: 10px 20px;
	border: 2px solid black;
	background-color: #AFC8EF;
}

.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

body {
	font-size: 100.1%;	/* resolve some font size issues in some layouts for some browsers. */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10pt;
}

html {
	background-image: url(images/bg_main.gif);
	background-position: top center;
	background-repeat: repeat-x;
	background-color: #d8efd1;
}

div, img {
	margin: 0;
	padding: 0;
	border: 0;
}

p {
	margin: 16px 0;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20pt;
	font-variant : small-caps;
	font-stretch : ultra-condensed;
	margin: 16px 0;
	text-align: center;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
	font-weight : bold;
	margin: 16px 0;
	text-align: center;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	margin: 16px 0;
	text-align: center;
}

h5 {
	font-size: 10pt;
	font-weight : bold;
}

h6 {
	font-size: 8pt;
}

blockquote {
	margin: 16px 0;
}

a {
	text-decoration: none;
	color: #3A0082;
	font-weight: bold;
}

a:hover {
	color: #EB181E;
	text-decoration: none;
	font-weight: bold;
}

div#header {
	background-image: url(images/bg_header.gif);
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0 auto;
	width: 960px;
	position: relative;
}

div#main {
	background-image: url(images/bg_content_main.gif);
	background-position: top center;
	background-repeat: repeat-y;
}

div#content {
	background-image: url(images/bg_content_top.gif);
	background-position: top center;
	background-repeat: no-repeat;
	padding: 2px 90px 20px 90px;
}

table#nav {
	position: absolute;
	top: 101px;
	left: 253px;
}

table#nav img {
	border: 0;
}

table#chkmenu {
	margin-top: 10px;
}

div.items {
	position: relative;
}

div.items p.price {
	position: absolute;
	top: 7px;
	right: 0px;
	width: 100px;
	text-align: right;
	margin: 0;
	padding: 0;
}

div#homebox {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
}

div#homebox table {
	margin-left: auto;
	margin-right: auto;
}

div#homebox h1, 
div#homebox h2, 
div#homebox h3, 
div#homebox h4, 
div#homebox h5, 
div#homebox p, 
div#homebox ul {
	text-align: center;
}

div#footer {
	clear: both;
}

.spicy {
	position: relative;
	top: -3px;
}

#chkmenu .photo {
	text-align: center;
}

div#videobtn {
	width: 185px;
	float: right;
	margin-right: 20px;
	margin-top: 5px;
}


