  @charset "UTF-8";
  html, body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
	background-image: url(Images/background.gif);
	background-repeat: repeat;
}
.list {
	list-style: url(Images/red_dot.gif);
	line-height: 20px;
}
.twoColFixRtHdr #container {
	width: 910px;
	margin: 10px auto 0;
	text-align: left;
} 
.twoColFixRtHdr #header {
	padding-top: 0;
	padding-right: 20px;
	height: 110px;
	width: 890px;
	background-image: url(Images/heading.jpg);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 195px;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.twoColFixRtHdr #mainContent {
	min-height: 450px;
	height: auto !important;
	height: 450px;
	margin-top: 25px;
	margin-right: 220px;
	margin-bottom: 20px;
	margin-left: 0;
	border: 1px solid #E2E2E2;
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
} 
.twoColFixRtHdr #mainContentFull {
	min-height: 450px;
	height: auto !important;
	height: 450px;
	padding: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0;
	border: 1px solid #E2E2E2;
}
 #footer {
	width:100%;
	height: 4em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E1E1E1;
} 
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	color: #333;
	text-align: center;
	line-height: 16px;
	padding-right: 0;
	padding-left: 0;
	padding-top: 10px;
}
#footer a {
	color: #900;
	text-decoration: none;
}
.fltlftname {
	float: left;
	color: #FFF;
	width: 167px;
	vertical-align: text-bottom;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 3px 2px 2px;
	font: bold 11px "Arial Black", Gadget, sans-serif;
	text-transform: uppercase;
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	font-size: 12px;
	width: 150px;
}
.fltlftbox {
	width: 155px;
	float: left;
	border-top: 1px dashed #FFF;
	border-right: 0px none;
	border-bottom: 1px dashed #FFF;
	border-left: 1px dashed #FFF;
	padding: 5px;
}
.fltlftboxend {
	width: 155px;
	float: left;
	border-top: 1px dashed #FFF;
	border-right: 1px dashed #FFF;
	border-bottom: 1px dashed #FFF;
	border-left: 1px dashed #FFF;
	padding: 5px;
}
.fltlftboxbot {
	width: 155px;
	float: left;
	border-right: 0px none;
	border-bottom: 1px dashed #FFF;
	border-left: 1px dashed #FFF;
	padding: 5px;
}
.fltlftboxbotend {
	width: 155px;
	float: left;
	border-right: 1px dashed #FFF;
	border-bottom: 1px dashed #FFF;
	border-left: 1px dashed #FFF;
	padding: 5px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:1px;
	font-size: 1px;
	line-height: 0px;
}
#navbar {
	height: 36px;
	width: 910px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.fltrttop {
	float: right;
	margin-top: 20px;
	width: 140px;
}
.twoColFixRtHdr .fltrttop a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	text-align: center;
	text-decoration: none;
}
.twoColFixRtHdr .fltrttop a:hover {
	color: #ED3A33;
}
h1 {
	color: #333;
	padding-top: 10px;
	font: italic bold 24px/30px Verdana, Geneva, sans-serif;
}
.h1red {
	color: #F00;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #F00;
	padding-top: 15px;
}
h4 {
	font: bold 20px/34px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin: 0px;
	color: #333;
	padding: 0px;
}
.twoColFixRtHdr #mainContent a {
	font-weight: bold;
	text-decoration: none;
	color: #C00;
}
.twoColFixRtHdr #mainContent a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #000;
}
.twoColFixRtHdr #sidebar1 a {
	color: #F00;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
.twoColFixRtHdr #sidebar1 a:hover {
	color: #000;
}
h2 {
	font: 17px/26px Verdana, Geneva, sans-serif;
	margin: 0px;
	color: #333;
	padding: 0px;
}
.stationery {
	float: left;
	margin-right: 8px;
}
.whitbox {
	text-align: center;
	color: #000;
	padding-right: 15px;
	padding-left: 10px;
	padding-bottom: 5px;
	border: 1px solid #EAEAEA;
	background-image: url(Images/side_background.jpg);
	background-repeat: repeat;
	margin-bottom: 10px;
}
.whitbox a:hover {
	color: #FCEF1F;
}
.fltlftpix {
	float: left;
	margin-right: 9px;
	height:170px;
	margin-bottom: 9px;
}
.navpageheading {
	float: left;
	font-size: 12px;
	font-family: "Arial Black", Gadget, sans-serif;
	color: #FFF;
	width: 215px;
	padding-top: 8px;
	vertical-align: text-bottom;
	background-color: #000;
	text-align: center;
	text-transform: uppercase;
}
.navpagepic {
	float: left;
	color: #000;
}
legend {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #F00;
}
fieldset {
	border: 1px solid #F00;
	padding: 10px;
}
.navpageheadinglong {
	float: left;
	font-size: 12px;
	font-family: "Arial Black", Gadget, sans-serif;
	color: #FFF;
	width: 645px;
	padding-top: 8px;
	vertical-align: text-bottom;
	background-color: #000;
	text-align: center;
	text-transform: uppercase;
}
#logo {
	float: left;
	padding-top: 14px;
}
.fltlftW3C {
	float: none;
	font-size: 12px;
	width: 88px;
}
.fltlftcal {
	float: left;
	padding-right: 5px;
}
.h1green {
	color: #060;
}
.xmas {
	color: #FFF;
	background: #98000B;
	padding: 4px;
	width: 100%;
	margin-bottom: 20px;
	border: 2px dotted #FFF;
	text-align: center;
}
.twoColFixRtHdr #mainContentwhite {
	margin: 10px 240px 20px 0;
	min-height: 450px;
	height: auto !important;
	height: 450px;
	background: #FFF;
	padding: 20px 70px 20px 20px;
}
#fltlft570pxYellow {
	float: left;
	width: 274px;
	color: #000;
	padding: 250px 280px 16px 16px;
	background: url(Images/offers-same-day.jpg) no-repeat left top;
	border: 1px dotted #CCC;
	margin-bottom: 20px;
}
#fltlft570pxbrown {
	float: left;
	margin-right: 16px;
	width: 530px;
	background: url(Images/xmas-cutout-big.jpg) no-repeat left top;
	color: #FFF;
	padding: 120px 60px 20px 20px;
	margin-bottom: 20px;
}
#fltlft570pxgreen {
	float: left;
	width: 570px;
	padding: 0px;
	border: 1px dotted #CCC;
	margin: 0px;
}
#fltlft570pxblue {
	float: left;
	width: 200px;
	padding: 110px 20px 20px 350px;
	background: url(Images/offers-recycled.jpg) no-repeat left top;
	margin-right: 10px;
	border: 1px dotted #CCC;
	margin-bottom: 40px;
}
.footerlinks {
	font-size: 9px;
}
#top {
	background-image: url(Images/heading.jpg);
	background-repeat: repeat-x;
}
#phone {
	padding-top: 20px;
	padding-left: 40px;
	margin-left: 20px;
	float: right;
	text-align: right;
}
.twoColFixRtHdr #mainContentFull a {
	font-weight: bold;
	text-decoration: none;
	color: #C00;
}
#fltlft570pxblack {
	float: left;
	width: 361px;
	margin-bottom: 10px;
	background: #FFF url(Images/xmas-cutout-big.jpg) no-repeat left top;
	padding: 210px 10px 10px 200px;
	font-size: 12px;
	border: 1px dotted #CCC;
}
#fltlft570pxblack p {
	color: #000;
}
