@charset "utf-8";
/* CSS Document */

body {
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
}

p { font-size:.9em}

a {
	color:#003b7f; /*nav dark blue */
}

.priceRed {
	color: #ea0000;
	font-weight:bold;
}

/* top navigation styles */
#navbar {
	font-family:Arial;
	font-size: 0.75em;
	text-transform:capitalize;
}

#navbar a{
	text-decoration:none;
	font-weight:bold;
	color: #003b7f; /*nav dark blue */
	}
	
#navbar a:hover{
	text-decoration: underline;
	color:#fff;/*white*/
	}	

#navbar ul li li a{
	font-size: 0.8em;
	text-transform:capitalize;
	color: #FFF;
	}
	
/***********************************/	

.boxheadersH2 {
	font-size: .95em;
	color: #003b7f; /*nav dark blue */
	padding: 0;
	margin:0;
}

#senspecialsbox a, #resspecialsbox a, #specialdealsbox a { font-weight: bold; }

#footer a {
	color: #000000; /*black*/
	text-decoration:none;
	font-family:arial;
	font-size:0.7em;
	}	


/***********************************/

#maincontent {
	font-size: 0.80em; /* this sets the main content font size independently of the other areas of the page. */
}
#maincontent input, #maincontent select { /* These rules set the font size for the select boxes and form buttons.  font size can be in ems or piexels */
	font-size: 0.97em;
}

#maincontent .smaller { font-size: 0.75em;}

.heading {font-size: 18px; font-weight: bold;}
.errortxt {font-weight: bold; color: #CC0000;}
.redtxt {font-weight: bold; color: #CC0000;}