body {
    background: #EDEDED;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

h1 {
   font-size: 15px;
}

h2 {
   font-size: 14px;
}

h3 {
   font-size: 13px;
}

h4 {
   font-size: 12px;
}

h5 {
   font-size: 10px;
}

.error {
   color: red;
   font-weight: bold;
   margin-top: 10px;
   margin-bottom: 10px;
}

/* begin spotlight styles */

#spotlight {
   /* padding: 20px 35px 20px 20px; 
   height: 220px; */
   padding: 20px 35px 20px 75px; 
   height: 240px;
    border: solid 0px green;
}

#spotlight .img {
   width: 300px;
   margin-right: 20px;
   margin-bottom: 20px;
   float: left;   
   text-align: center;
   border: solid 0px red;
}

#spotlight .text {
	float: right;
	/* width: 220px; */
	width: 380px;
	padding-right: 20px;
	border: solid 0px blue;
	
}

#spotlight .text p {
	 margin: 0 2px;
	 padding: 0;
	 font: bold 11px helvetica, arial, sans-serif;
	 color: #807E79;
	 line-height: 1.4em;
}

/* end spotlight styles */

/* 

red: E93742
grey: 9CA5A5
purple: B8BCDE

*/

a:link {
   text-decoration: none;
   color: #E93742;
}

a:visited {
   text-decoration: none;
   color: #9CA5A5;
}

a:hover {
   text-decoration: underline;
   color: #B8BCDE;
}
	

a img {
	border: 0;
}

a.red {
	text-decoration: none;
	color: #E93742;
}

a.red:hover {
	text-decoration: underline;
	color: #B8BCDE;
}

a.red:visited {
   color: #9CA5A5;
}

a.underline {
	text-decoration: underline;
}

a.underline:hover {
	color: #8C8C8C;
}

div, td {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 150%;
}

#main {
	text-align: left;
	/* width: 694px; */
	width: 900px;
	margin-top: 10px;
	margin-right:auto;
	margin-left:auto;
	margin-bottom: 20px;
}

#contentTop {
	text-align: left;
	/* width: 694px; */
	width: 900px;
	height: 120px;
	background-color: #fff;
	/*background: url(../gfx/cornerTop.gif);*/
	position: relative;
}

/*
#contentTop img {
	display: inline;
	margin: 0;
	padding: 0;
	border: 0;
}
*/

#contentTop ul {
	float: right;	
	list-style: none outside;
	text-align: right;
	margin: 25px 15px 0 0;
	padding: 0;
}

#contentTop ul li {
	font-size: 11px;
	padding: 0px;
}

#contentTop a {
	color: #999;
}

#contentTop a:hover {
	color: #E93742;
}

#contentBottom {
   width: 694px;
   height: 23px;
   /*background: url(../gfx/cornerBottom.gif);*/
   text-align: right;
}

#contentBottom a {
   font-size: 10px;
}

#contentBottom a:hover {
   font-weight: bold;
}

#content {
   width: auto; /* :::CAR MOD, formerly width: 692px; */
   background: #ffffff;
   /*border-left: 1px solid #000000;
   border-right: 1px solid #000000;*/
}

#navHead {
   text-align: right;
   padding: 3px 30px 3px 0px;
}

#navHead a {
   font-size: 10px;
   text-decoration: none;
}

#navHead a:hover {
   font-weight: bold;
}

/* begin old static navigation styles */
/*
#nav {
   width: 100%;
   background-color: #E23740;
   padding: 15px 0;
   text-align: center;
}

#nav b {
   color: #ffffff;
   font-weight: bold;
   padding: 5px;
   display: block;
   font-size: 10px;
}

#nav a {
   margin: 0 7px;
   padding: 0;
   font-size: 12px;
   color: #fff;
   font-weight: normal;
   display: inline;
   text-decoration: none;
   letter-spacing: .05em;
}

#nav a:hover {
   color: #000;
}
*/
/* end old static navigation styles */


/* begin new dynamic navigation styles :::CAR */

#nav, #nav ul {
	position: relative;
	z-index: 100;
   	background-color: #E23740;
   	float: left;
	list-style: none;
	line-height: 1;
	padding: 10px 0;
	margin: 0;
	/* width: 694px; */
	/* width: 900px; */
	width: 100%;
}

#nav a {
	margin: 0;
   	padding: 2px;
   	font-size: 10px;
   	color: #000;
   	font-weight: bold;
   	display: block;
   	text-decoration: none;
   	letter-spacing: .04em;
}

#nav a:hover {
	color: #000;
}

#nav li {
	float: left;
	/* margin: 0px 5px 5px 9px; */
	margin: 0px 0 5px 39px;
	padding: 0;
	border: solid 0px black;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14.4em;
	w\idth: 13.9em;
	/*
	width: 16em;
	w\idth: 15.5em;
	*/
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
	background-color: #8E8E8E;
	text-align:left;
}

#nav li ul li {
	margin: 0;
}

#nav li li {
	padding: 5px 1px;
	width: 99%;
	border-bottom: solid 1px #ccc;
	/*width: 13em*/
}

#nav li ul a {
	padding-left: 5px;
	color: #fff;
	font-weight: normal;
	/*width: 13em;
	w\idth: 9em;*/
}

/* some of these styles below are not necessary for this nav, but are included in the event that there is to be a third level of navigation for the dynamic menu :::CAR */

#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #B8BCDE;
}

/* this prevents the flash from appearing above the dynamic dropdown on homepage :::CAR */
embed, object {
	position: relative; 
	z-index: 1;
}

/* end new dynamic navigation styles :::CAR */

#subnav {
	height: 40px;
   	width: 100%;
   	border-top: solid 1px #fff;
   	vertical-align: middle;
}

.general {
 	/* background-color: #B8BCDE; */
   	background-color: #9CA5A5;
}

.pog {
	background-color: #33CCCC;
	/* background-color: #339999; */ /* alt 2 */
}

.mfa {
	background-color: #CCCC33;
	/* background-color: #999933; */ /* alt 2 */
}

.mia {
	background-color: #CC0000;
	/* background-color: #990000; */ /* alt 2 */
}


#rightContainer {
   
}

.lowerFeature {
	/* width: 228px; */
	width: 297px;
	height: 70px; 
	background-color: #E23740; 
	float: left; 
	margin-right: 5px;
	margin-bottom: 10px;
}

#lfRight {
	width: 296px;
	margin-right: 0;
}

.lowerFeature h5 {
	font-size: 13px;
	margin: 5px 0 2px 15px;
	color: #313132;
	line-height: 1em;
}

.lowerFeature h5 .reduced {
	font-size: 85%;
}

.lowerFeature h6 {
	font-size: 12px;
	margin: 0 0 0 15px;
	font-weight: normal;
	color: #313132;
	line-height: 1em;
}

.lowerFeature img {
	float: right;
}

.lowerFeature a:hover, .lowerFeature a:hover h5, .lowerFeature a:hover h6 {
	color: white;
}

#footer {
   padding: 0;
   height: 100px;
   width: 100%;
   background-color: #fff;
   border-top: solid 5px #EDEDED;
   clear: both;
}

#footer p {
	text-align: right;
	float: right;
	color: #636363;
	margin: 10px;
	font-size: 12px;
}

#footer a {
   color: #333333;
   text-decoration: none;
}

#footer a:hover {
	color: #E93742;
	text-decoration: underline;
}

ul#lowerlinks {
	text-align: center;
	margin: 5px 0;
	padding: 0;
	list-style: none outside;
}

ul#lowerlinks li {
	display: inline;
	font-size: 9px;
}

ul#lowerlinks li a:link {
	color: #424242;
}

ul#lowerlinks li a:visited {
	color: #424242;
}

ul#lowerlinks li a:hover {
	color: #E93742;
	text-decoration: underline;
}


/*
.navBack {
   background: url(../gfx/tdBG.gif) repeat-y;
}
*/

#scrollContainer {
   padding: 5px 15px 15px 15px;

}

.catTitle {
	margin: 8px 0 0 15px;
	padding: 0;
	font: normal 16px tahoma, verdana, sans-serif;
   	#color: #313132;
   	color: #fff;
   	text-transform: lowercase;
    float: left;
}

.subcatTitle {
	margin: 9px 0 0 0;
	padding: 0;
	font: normal 14px tahoma, verdana, sans-serif;
    #color: #313132;
   	color: #fff;
    float: left;
}

#productUpper {
   width: 166px;
   height: 212px;
   background: url(../gfx/product_upper_left.gif);
}

.addTo {
   margin: 0px;
   padding: 0px;
   width: 100px; /* :::CAR MOD, prevents product page blowout in IE6 */
   text-align: left;
}

.glossOff, .glossOn {
   padding: 5px;
}

.glossOff {
   background: #ffffff;
}

.glossOn {
   background: #D1ECFE;
}

/* Shop Styles */

#shopBox {
/* width: 650px; */ /* :::CAR MOD, prevents text cutoff in IE6 */
width: 866px;
padding-top: 5px; /* :::CAR MOD, prevents top header cutoff in IE6 */
text-align: left;
}

#shopBox label {
   display: block;
   width: 100px;
   float: left;
   text-align: right;
   padding: 3px;
}

#shopBox a {
   color: #4995B5;
   text-decoration: underline;
}

#shopBox form fieldset {
   border: 1px solid #cccccc;
}

#shopBox form fieldset legend {
   font-size: 12px;
   font-weight: bold;
}

#shopBox form {
   margin: 0px;
}

#shopBox h1 {
   font-size: 14px;
   text-align: left;
}

#shopBox .formTitle {
   font-weight: bold;
   background: #eaeaea;
   padding: 3px;
   margin-top: 10px;
}

#shopBox small {
   color: #666666;
   font-size: 9px;
   font-family: lucida grande;
}

#shopBox .cartContainer {
/* width: 650px; */ /* :::CAR MOD, prevents text cutoff in IE6 */
width: 866px;
}

#shopBox .row1 {
   background: #fafafa;
}

#shopBox .row2 {
   background: #ffffff;
}

#shopBox button {
   margin: 5px 5px 5px 0px;
   background: #2E65A9;
   color: #ffffff;
   font-weight: bold;
   padding: 3px 5px 3px 5px;
   border: none;
   width: 150px; /* :::CAR MOD, prevents right side blowout in IE6 */
   font-size: 11px;
   text-transform: uppercase;
   text-align: center;
}

#shopBox button:hover {
   background: #E2373F;
   cursor: pointer;
}

button b {
   font-size: 10px;
}


#shopBox .itemTop {
   background: #eaeaea;
   color: #666666;
   font-size: 10px;
}

#shopBox .steps {
   font-size: 15px;
   font-weight: normal;
   color: #cccccc;
   text-align: left;
   padding: 20px 0px 20px 0px;
}

#shopBox .steps b {
   color: #CD2626;
   font-weight: normal;
   font-size: 18px;
}

#shopBox .regBill, #shopBox .regShip {
   background: #EAF1F5;
}

#shopBox .regBill select, #shopBox .regShip select {
   width: 180px;
}

#shopBox .regBill b, #shopBox .regShip b {
   font-size: 14px;
}


.req {
   font-style: normal;
   font-size: 14px;
   color: red;
}

table#productGrid {
	width: 840px
}

table#productGrid tr td {
	width: 20%;
}

div.errorMessages {
	width: 40%;
	margin: 0 auto;
	border: solid 1px #ccc;
	text-align: left;
	padding: 10px;
}


/* cartMessage */
div.cartMessage {
	color: #E23740;
	font-weight: bold;
}

div.cartMessage p {
	margin-bottom: 5px;
}

div.cartMessage ul {
	margin-top: 0;
}

/* End of Shop Styles */



