body {
	background-color: #1b184f; 
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS";
	font-size: 14px; 
	margin: 0;
	padding: 0;
}

h1 {
	margin:0;
	padding: 0;
}

p {
	font-size: 12px; 
	line-height: 1.3em;
}

img {
	border: 0;
}

a, a:visited {
	color: Blue;
	text-decoration: none;
}

a:hover {
	color: Blue;
	text-decoration: underline;
}

table {
	width: 750px;
}

table, td {
	border: 1px solid Black;
	border-collapse: collapse;
}

th {
	background-color: Black;
	border: 1px solid #666666;
	color: Silver;
	text-align: left;
}

td {
	padding: 5px;
}

tr.even {
	background-color: Silver;
}

#wrapper {
	border-left: 1px solid black;
	border-right: 1px solid black;
	margin: 0 auto;
	width: 1024px;
}

div#logo {
	position: relative;
}

div#logo span {
	display: none;
}

div#logo h1 a {
	background: url(../images/logo.jpg) no-repeat left top; 
	display: block;
	height: 96px; 
	width: 1024px;
}

#top-phone {
	color: White;
	font-weight: bold;
	line-height: 20px;
	margin-right: 10px;
	position: absolute;
	right: 0;
	text-align: right;
	top: 0;
}

#main {
	position: relative;
}

#nav {
	background-color: #1b184f;
	float: left;
	margin: 0;
	padding: 0;
	width: 215px;
}

#nav ul {
	color: #f3e953;
	font-size: 18px;
	font-weight: bold;
	list-style: none;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

#nav ul li {
	background: transparent url(../images/nav-bg.jpg) left top repeat-x;
	padding: 4px 10px;
}

#nav ul li a {
	color: White;
	display: block;
	font-weight: normal;
	text-decoration: none;
}

#nav ul li a:hover {
	color: #f3e953;
	text-decoration: underline;
}

#assort-image {
	margin: 25px 0;
	text-align: center;
}

#address {
	color: #979797;
	padding-left: 15px;
/*
	position: absolute;
	bottom: 20px;
	left: 10px;
*/
	width: 215px;
}

#content {
	background-color: White;
	min-height: 200px;
	margin: 0;
	margin-left: 216px;
	padding: 10px 10px 10px 30px;
}

#fab-header {
	background-color: #1b184f;
	border: 2px solid Black;
	color: White;
	margin: 50px 0 0 0;
	padding: 10px 0;
	text-align: center;
	width: 750px;
}

#fab-table, #fab-table td {
	border: 0;
}

#fab-table td {
	padding-left: 50px;
	vertical-align: top;
	width: 50%;
}

#fab-table h4 {
	color: #ae1f25;
	margin-bottom: 5px;
}

#fab-table ul {
	margin-top: 0;
}

.products-table, .products-table tr, .products-table td {
	border: 0;
}

.products-table td {
	border-bottom: 1px solid Silver;
	width: 33%;
}

#product-header table, #product-header td {
	border: 0;
}

#product-image {
	width: 350px;	
}

#footer {
	background-color: Black;
	color: #696969; 
	font-size: 12px;
	margin: 0;
	min-height: 25px; 
	text-align: center; 
	width: 100%
}

#footer ul {
	float: none; 
	margin: 0; 
	padding: 3px 0;
}

#footer ul, #footer ul a {
	color: #696969; 
	font-size: 11px;
}

#footer ul li {
	display: inline; 
	list-style: none; 
	padding: 0 10px 0 0;
}

#footer ul a:hover {
	color: White;
}

/* form styles */
fieldset {
	background-color: #e5e5e5;
	border: 1px solid Silver;
	margin: 20px 0;
}

legend {
	font-size: 14px;
	font-weight: bold;
}

label {
	display: block;
	float: left;
	font-size: 12px;
	line-height: 22px;
	text-align: right;
	margin-right: 5px;
	width: 150px;
}

span.required {
	color: red;
	font-size: 14px;
	font-weight: bold;
}
/* form styles END */

/* error message styles */
#notice {
	background-color: #dcfadd;
	border: 1px solid Green;
	color: Green;
	padding: 10px;
}

.errorExplanation {
	background-color: #ffe4e1;
	border: 1px solid Red;
}

.fieldWithErrors {
	background-color: Red;
	display: inline;
	margin: 0;
	padding: 2px;
}

.fieldWithErrors + sup {
	display: none;
}
/* error message styles END */
