@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-image:url(images/body-bg.jpg);
	background-repeat:no-repeat;
	background-color: #0c2a4c;
	background-position:top center;
	}
.twoColFixRtHdr #container {
	width: 1002px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixRtHdr #header {
	background: #DDDDDD;
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(images/topimage.gif);
	height: 105px;
} 
.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 #header2 {
	background: #DDDDDD;
/*	vertical-align: top;*/
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 166px;
} 
.twoColFixRtHdr #header2left {
	background: #DDDDDD;
/*	vertical-align: top;*/
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(images/bluebar.gif);
	width: 732px;
	height: 166px;
	float:left;
	padding-left: 0px;
	padding-bottom: 0px;
	vertical-align: baseline;
	vertical-align: baseline;

} 
.twoColFixRtHdr #header2right {
	background: #DDDDDD;
/*	vertical-align: top;*/
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 270px;
	height: 166px;
	float:right;
}
.twoColFixRtHdr #advert {
vertical-align:middle;
	padding:10px;
	height:120px;
	color:#003333;
	font-size: 12px;
} 
.twoColFixRtHdr #advert img{
	
} 
.twoColFixRtHdr #navbar {
 	height: 30px;
 	width: 100%;
 	border-top: solid #000 1px;
 	border-bottom: solid #000 1px;
 	background-color: #336699;
} 
.twoColFixRtHdr #navbar ul{
 	margin: 0px;
 	padding: 0px;
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: small;
 	color: #FFF;
 	line-height: 30px;
 	white-space: nowrap;
}
.twoColFixRtHdr #navbar li {
 	list-style-type: none;
 	display: inline;
/*	float:left;
	background:url(/images/bkg_tabSep.gif) no-repeat right bottom;
	padding:1px 1px 0 0;*/
}
.twoColFixRtHdr #navbar a {
	text-decoration: none;
	padding: 0px 10px;
	color: #FFF;
	font-weight:600;
	text-align:center;
	height:30px;
}
.twoColFixRtHdr #navbar li a:link {
	 color: #FFF;
}
.twoColFixRtHdr #navbar li a:visited {
	 color: #FFF;
}
.twoColFixRtHdr #navbar li#on {
	color:#999;
}
.twoColFixRtHdr #navbar li a:hover {
 	color: #999;
}


.twoColFixRtHdr #mainContent {
	margin-top: 10px;
/*	margin-right: 270px;*/
	margin-bottom: 40px;
	margin-left: 0px;
/*	padding-top: 15px;*/
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 20px;
	color:#003333;
	font-size: 12px;
} 
.twoColFixRtHdr #mainContent img{
	margin-right:30px;
	border:0;
/*	float: left;*/
}
.left{
	float:left;
}
.right{
	float:right
}
.twoColFixRtHdr #section {
	width:600px;
	padding-left:20px;
	padding-right:20px;
	margin-left:20px;
	margin-right:20px;
}
.twoColFixRtHdr #banner {
	width:600px;
	margin-left:20px;
	margin-right:20px;
	border:1px dotted #336699;
	background-color: #EBEBEB;
	padding-left:20px;
	padding-right:20px;
}
.twoColFixRtHdr #bannersmall {
	width:530px;
	margin-left:20px;
	margin-right:20px;
	border:1px dotted #336699;
	background-color: #EBEBEB;
	padding-left:20px;
	padding-right:20px;
}
.entrymeta{
	height: 16px;
	margin-top: 0;
	margin-right: 16px;
	padding-right: 16px;
	font-size: 10px;
	color: #999;
	border-top:solid 1px #ccc;
	padding-top:4px;
	margin-bottom: 8px;
}

.twoColFixRtHdr #section img{
margin-left:8px;
margin-right:8px;
margin-bottom:8px;
}
.twoColFixRtHdr #product {
	width:600px;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:10px;
	margin-left:20px;
	margin-right:20px;
	background-color:#DCEDED;
	height:auto;
/*	border:thin;
	border-bottom-color:#333333;*/
/*	background-color:#ccccff;*/
}
.twoColFixRtHdr #homenews {
	width:600px;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:10px;
	margin-left:20px;
	margin-right:20px;
	background-color:#DCEDED;
	height:auto;
	border:thin;
	border-bottom-color:#333333;
/*	background-color:#ccccff;*/
}
.twoColFixRtHdr #left {
	float:left;
	width:49%;
}
.twoColFixRtHdr #right {
	float:right;
	width:49%;
}

.twoColFixRtHdr #retailerleft {
	width:220px;
	padding-left:0px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:10px;
	margin-left:0px;
	margin-right:20px;
	background-color:#FFFFFF;
	height:auto;
}
.twoColFixRtHdr #retailerright {
	width:220px;
	padding-left:0px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:10px;
	margin-left:0px;
	margin-right:20px;
	background-color:#ffffff;
	float:right;
	height:auto;
}
.twoColFixRtHdr #product h5 {
	color:#CC0000;
}
.twoColFixRtHdr #product img{
margin-left:8px;
margin-right:8px;
margin-bottom:8px;
}
.twoColFixRtHdr #mainContent h1{
margin-right:10px;
border:0;
font-size:16px;
color:#214863;
}
.twoColFixRtHdr #mainContent p{
/*	text-align:justify;*/
margin-right:15px;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 270px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB;
	padding-top: 0px;
	padding-right: 0px;
/*	padding-bottom: 15px;*/
	padding-left: 0px;
	background-image: url(images/bluebar.gif);
	height:100%;
}
.twoColFixRtHdr #titlebar{
 	height: 30px;
/* 	width: 100%;*/
/* 	border-top: solid #000 1px;
 	border-bottom: solid #000 1px;*/
/* 	background-color: #336699;*/
	margin-top:0px;
/*	vertical-align:top;*/
	text-align:center;
	vertical-align:middle;
	color:#214863;
	font-family: Arial, Helvetica, sans-serif;
 	font-size: medium;
	font-weight:bold;
}
.twoColFixRtHdr #sbcontents{
	padding-left:10px;
	padding-right:10px;
}
.twoColFixRtHdr #sidebar1 h3{
	text-align:center;
	color:#003333;
/*	vertical-align:middle;*/
}
.twoColFixRtHdr #sidebar1 p{
	color:#003333;
	font-size: 12px;
	padding-left:10px;
	text-align: center;
}
.twoColFixRtHdr #sidebar1 img{
	margin-top:0px;
	border:0;
	text-align: center;
}
.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
/*	background-image:url(images/footer.jpg);*/
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 7px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	color:#333333;
	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;
	margin-right: 8px;
}
.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:0;
    font-size: 1px;
    line-height: 0px;
}
