* {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4;}

body {
	
	margin: 0;
	padding: 0 5px 0 5px;
	background-color: #00296C;
}

a {
	color: #00296c;
}

#container {
	width: 100%;
	margin: 0;
	padding: 0;
}

#header {
}

#nav {
	width: 157px;
	float: left;	
}

#content {	
	float: right;
	background: #AEEDFF url(../images/bg_new.gif) right top no-repeat;
}

h1 {
	margin: 0;
	font-size: 16px;
	color: #00296C;
}

h2 {
	margin: 5px 0;
	font-size: 13px;
	color: #00296C;
}

p, li, dt, dd, td, th {
	font-size: 11px;
	color: #00296C;
}

th {
	font-weight: bold;
	text-align: left;
}

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

ul.nav li {
	padding: 0;
	margin: 0;
}

ul.nav li a {
	display: block;
	font-size: 11px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	text-transform: lowercase;
	background-image: url(../images/button.gif);	
	background-position: 0 -2px;
	height: 25px;
	background-color: #0077EB;
}	

ul.nav.right li a
{
	background-image: url(../images/button2.gif);	
}

ul.nav li a span {
	display: block;
	padding: 3px 0 0 18px;
}

ul.nav li a:hover {
	background-image: url(../images/button-hover.gif);	
}

ul.nav.right li a:hover 
{
	background-image: url(../images/button-hover2.gif);	
}

img {
	border: none;
}

.categoryintro,
.featuredprod {	
	width: 102px;
	height: 200px;
	background-image: url(../images/cat_intro_bg.png);	
	float: left;
	margin-right: 13px;
	margin-bottom: 10px;
}

.featuredprod {	
	height: 200px;
	background-image: url(../images/cat_intro_bg.png);	
}

.categoryintro a,
.featuredprod a {
	text-decoration: none;	
}

.categoryintro .image,
.featuredprod .image {	
	padding: 11px 11px 0 11px;
}

.categoryintro .name,
.featuredprod .name {
	padding: 4px 11px 0 11px;
	font-size: 11px;
	text-align: center;
	height: 55px;
}

.featuredprod .name {
	height: 68px;
}

.categoryintro .button,
.featuredprod .button {
	margin: 4px 11px 0 11px;
	text-align: center;
	width: 80px;
}

.categoryintro .button a,
.featuredprod .button a {
	color: white;
	font-weight: bold;
	padding: 4px;
	display: block;
	line-height: 110%;
}

.categoryintro .button {
	background: url(../images/button2.png) no-repeat;
	height: 36px;
}

.featuredprod .button {
	background: url(../images/button.png) no-repeat;
	height: 19px;
}

.productintro 
{
}

.productintro .image {
	float: left;
	width: 18%;
	padding-bottom: 8px;
}

.productintro .description {
	float: left;
	width: 79%;	
	padding-bottom: 8px;
	padding-right: 8px;	
}

.productintro .buy {
	padding-bottom: 8px;
	padding-right: 0;
}

.productintro .buy input.button {
	margin-top: 0;	
	width: 27px;
	height: 27px;
	background: transparent;
	border: none;
	vertical-align: middle;
	margin-left: 5px;
}

.productintro .buy select {
	width: 80%;
}

hr {
	clear: both;
	height: 0px;
	border: none;
	border-top: 1px solid #00296C;
}

input, select, textarea {
	font-size: 11px;
	color: #00296C;
}

input.button {
	border: 1px solid #00296C;
	background-color: white;
	margin-right: 5px;
	margin-top: 5px;
}

.buttons {
	border: none;
	text-align: center;
}

.quantity input {
	width: 40px;
}

.quantity {
	text-align: center;
	width: 100px;
}

.total {
	font-weight: bold;
}

.price {
	text-align: right;
}

table {
	width: 100%;
}

.menuheader {
	width: 152px; 
	height: 24px; 
	background: url(../images/menu_header.gif) bottom left;			
}

.right.menuheader
{
	background-image: url(../images/menu_header2.gif);
}

.menuheader div {
	padding: 4px 0 0 12px; 
	font-weight: bold;
}

.quicksearch {	
	margin: 5px 5px 5px 12px; 
	text-align: center;
}
.quicksearch select {
	width: 130px;
	margin-bottom: 2px;	
}

form {
	display: inline;
}

fieldset {	
	border: 1px solid #00296C;
	padding: 8px;
	margin: 0;
}

label {
	width: 115px;
	float: left;
	text-align: right;
	padding-right: 8px;
}

fieldset div {
	clear: both;
	padding-bottom: 4px;
}

input.medium {
	width: 175px;
}
	
.error, .required {
	color: red;
}

.footer {
	text-align: center;
}

.footer a {
	color: white;
	padding: 10px;
	font-size: 11px;
}