/* CSS Document */

body {
	font: 0.9em Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #004482;
	color: #FCF200;
	background-image: url("../images/backgrounds/top-bar.jpg");
	background-repeat: repeat-x;
/*	background-attachment: fixed; */
}

/*
**	standard logo
*/

#logo {
	position: absolute;
	top: 3px;
	left: 650px;
	text-alignment: center;
	text-alignment: left;
}

#logo img {
	border=0;
}

#buy-now {
	position: absolute;
	top: 17px;
	left: 550px;
	text-alignment: center;
	text-alignment: left;
}

#buy-now img {
	border=0;
}

/*
** Accent Box - lower left
*/

#accentBox {
	position: absolute;
	bottom:	10px;
	left: 10px;
	width: 135px;
	background-color: #FFFFFF;
	border:	2px solid #34537D;
}

#header {
	text-alignment: center;
}

#header img {
	border=0;
}

#contactUs {
	position: absolute;
	bottom:	1em;
	right: 1em;
	text-alignment: right;
}

/*
** Shipping cart info
*/

#cart {
	position: absolute;
	font-size: 70%;
	top: 3px;
	right: 10px;
/* 	width: 400px; */
	text-alignment: right;
}

#cart a:link, #cart a:visited {

/*	display: block;
	padding: 0.4em 0 0.4em 0.5em;
	border-left: 0px;
       	solid #711515; */
	color: #FFFFFF;
	text-decoration: none;
}

#cart a:hover {
	color: #004482;
}

/*
** Menu bar.
**
**	This will be used to display a navigation bar on the page that has
**	pull-down options.
*/

#navBox {
	position: absolute;
	top: 110px;
	left: 0px;
}

#nav {
	position: absolute;
/*	width: 125px; */
	top: 102px;
	left: 2px;
	left: 0px;
	text-alignment: left;
}

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

#nav li {
/*	border-bottom: 1px solid #ED1B2D; */
	display: inline;
	color: lightblue;
	font-size: 0.8em;
/*	background-color: 0F75BD; */
}

#nav a:link, #nav a:visited {

	font-weight: normal;
        padding: 0.2em 0.2em 0.2em 0.2em;
/*	border-left: 1px solid #ED1B2D; */
	color: #FCF200;
	text-decoration: none;
}

#nav a:hover {
	color: #004482;
	background-color: #FCF200;
}

/*
** This will be the main text area
*/

#main-body {
	position: absolute;
	top: 126px;
	left: 10px;
	width: 630px;
	text-alignment: left;
	color: #FCF200;
	font-size: 0.9em;
}

#main-body h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-style: italics;
	line-height: 22px;
	font-weight: normal;
	color: #FCF200;
	margin-top: 0;
	margin-bottom: 0em;
}

#main-body h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 18px;
	font-weight: italic;
	color: #FCF200;
	margin-top: 0;
	margin-bottom: 0;
}

#main-body p {
	margin-top: 1.0em;
	font-size: 1.1em;
	color: #fcf200;
}

#main-body form {
	margin-top: 1.0em;
	font-size: 1.1em;
	color: #fcf200;
}

#main-body table {
	font-size: 1.1em;
	color: #fcf200;
}

#main-body img {
	padding: 0.5em;
}

#valImg img {
	padding: 0.0em;
}

/*
#main-body table td {
	font-size: 1.1em;
	color: #FCF200;
}
*/

#foodBox {
	position: absolute;
	top: 85px;
	left: 650px;
	width: 150px;
	text-alignment: center;
	color: #004482;
	font-size: 0.75em;
}

#foodBox p {
	color: #004482;
	font-size: 1.0em;
}

#foodBox img {
	border: 0px;
}

.foodAccent {
	padding: 1em;
	width: 150px;
	color: #000000;
	background-color: #FFFFFF;
	-moz-border-radius: 15px;
}

.foodAccent img {
	border: 0px;
}

#right-pane {
	position: absolute;
	top: 15px;
	right: 0px;
	width: 120px;
	text-alignment: center;
}

#right-pane img {
	width: 100px;
	border: 2px;
	border-color: #000000;
	padding: 10;
}

/* Display the item accent box on the right side! */

.curvebox {
	position: absolute;
	top: 160px;
	left: 650px;
	width: 160px;
	padding: 20px 0;
	background-color: #ffffff;
}

.curvebox h1 {
	text-alignment: center;
	font-weight: bold;
	color: #5a68a7;
	font-size: 0.75em;
}

.curvebox p {
	text-alignment: left;
	font-weight: normal;
	color: #5a68a7;
	font-size: 0.75em;
	margin-left: 5px;
	margin-right: 5px;
}

.curvebox a:link {
	font-weight: bold;
	font-size: 0.75em;
	color: #5a68a7;
}

.curvebox a:visited {
	font-weight: bold;
	font-size: 0.75em;
	color: #5a68a7;
}

.curvebox img {
        border: 0px;
}

/* Other sections */


ul {
	list-style-type: square;
	font-size: 15px;
}

h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: 22px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 0;
	margin-bottom: 0.5em;
}

h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 18px;
	font-weight: italic;
	color: #FFFFFF;
	margin-top: 0;
	margin-bottom: 0;
}

.heads {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: 22px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 0;
	margin-bottom: 0;
}

p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	font-weight: italic;
	color: #FFFFFF;
	margin-top: 0;
	margin-bottom: 1em;
}

img.coverageArea {
	float: left;
	border-width: 2px;
	border-style: solid;
	border-color: #FFFFFF;
	width: 250px;
}

a {
	text-decoration: none;
  	font-family: Arial, Trebuchet MS, Verdana, Geneva, Helvetica, san-serif;
  	font-size: 0.9em;
  	font-style: BOLD;
	color: #FEF200; 
/*  	line-height: 14px; */
  	font-weight: normal;
}
a:link {
	text-decoration: none; 
	font-family: Arial, Trebuchet MS, Verdana, Geneva, Helvetica, san-serif;
	color: red; 
  	font-size: 0.9em;
  	font-style: italics;
/*  	line-height: 14px; */
  	font-weight: normal;
}

a:active {
	color: black;
	text-decoration: none;
  	font-family: Arial, Trebuchet MS, Verdana, Geneva, Helvetica, san-serif;
  	font-size: 0.9em;
  	font-style: normal;
/*  	line-height: 14px; */
  	font-weight: normal;
}

a:visited {
	color: #FEF200; 
  	text-decoration: none;
  	font-family: Arial, Trebuchet MS, Verdana, Geneva, Helvetica, san-serif;
  	font-size: 0.9em;
  	font-style: normal;
/*  	line-height: 14px; */
  	font-weight: normal;
}

a:hover {
	color: #FFFFFF;
	background-color: #004482;
	text-decoration: none;
  	font-family: Arial, Trebuchet MS, Verdana, Geneva, Helvetica, san-serif;
  	font-size: 0.9em;
  	font-style: normal;
/*  	line-height: 14px; */
  	font-weight: normal;
}

a.smallFont:link {
	text-decoration: none; 
	font-family: Arial, Trebuchet MS, Verdana, Geneva, Helvetica, san-serif;
	color: white; 
  	font-size: 10px;
  	font-style: BOLD ;
  	line-height: 14px;
  	font-weight: normal;
}

a.smallFont:active {
	color: white;
	text-decoration: none;
  	font-family: Arial, Trebuchet MS, Verdana, Geneva, Helvetica, san-serif;
  	font-size: 10px;
  	font-style: BOLD;
  	line-height: 14px;
  	font-weight: normal;
}

a.smallFont:visited {
	color: white;
  	text-decoration: none;
  	font-family: Arial, Trebuchet MS, Verdana, Geneva, Helvetica, san-serif;
  	font-size: 10px;
  	font-style: BOLD;
  	line-height: 14px;
  	font-weight: normal;
}

a.smallFont:hover {
	color: RED; 
	text-decoration: none;
  	font-family: Arial, Trebuchet MS, Verdana, Geneva, Helvetica, san-serif;
  	font-size: 10px;
  	font-style: BOLD;
  	line-height: 14px;
  	font-weight: normal;
}

a {
	text-decoration: none;
}

table {
	font-family: Arial, Helvetica, sans-serif;
//	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
}

tr {
	valign: top;
}

form {
	border: 0px;
	padding: 0.5em;
}

input {
	font: 0.9em Arial, Helvetica, sand-serif;
	padding: 0.2em;
}

.itals2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	line-height: 14px;
	font-weight: normal;
	color: #FFFFFF;
}

.psr-body2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	color: #82765B;
}

.int-heads {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #3366CC;
}
.form-heads1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	font-weight: bold;
	color: #FFFFFF;
}
.psr-body3 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #333333;
}
.prods2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #003399;
}

.bolds {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}

.norms {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
}

.smallFont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
	font-weight: normal;
}

.smallFontBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
	font-weight: bold;
}

.smallFontItalics {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
	font-weight: italics;
}

.popup-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.boldsgry {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}

