html { min-height: 100%; margin-bottom: 1px; }  /* Firefox scroll-fix*/

body {
font-family: Arial, Helvetica, sans-serif;
margin:0;
padding:0;
background-color:#ffffff;
}

h1 {
font-size: 22px;
font-weight: bold;
color: #003d7d;
}

h2 {
font-size:18px;
color:#ba853e;
}

/* --- Layout Styles --- */

#CenteringContainer {
margin-left:auto;
margin-right:auto;
width:920px;
padding:0;
}

#Container {
position:relative;
float:left;
width:920px;
padding:0;
}

#Header {
position:relative;
float:right;
width:920px;
height:225px;
padding:0px;
margin:0px;
background-image:url(../images/masthead.jpg);
background-repeat:no-repeat;
background-position:center;
}

#Header #HomeLink {
position:relative;
float:left;
width:365px;
height:185px;
margin:12px 0 0 8px;
z-index:1;
}

#Middle {
position:relative;
float:left;
width:920px;
padding:0;
margin:0;
background-image:url(../images/Content_BG.jpg);
background-repeat:repeat-y;
}

#TopNav {
position:relative;
float:right;
width:300px;
height:28px;
padding:13px 10px 10px 10px;
}

#LeftNav {
position:relative;
float:left;
width:230px;
margin:0 10px 0 10px;
}

#Searchbox {
position:relative;
float:left;
width:193px;
background-image:url(../images/searchbox_middle.jpg);
background-repeat:repeat-y;
margin:5px 19px 5px 18px;
}

#Searchbox_content {
padding:5px 5px 5px 5px;
}

.submitbtn {
position:relative;
float:left;
padding:0 0 0 0;
margin:0 0 0 0;
}

#Searchbox_content input {
position:relative;
float:left;
padding:0 0 0 0;
}

#Searchbox_content label.blue {
font-size:12px;
color:#003d7d;
font-weight:bold;
display:block;
}

#Searchbox_content label.check {
font-size:10px;
color:#000000;
}

#Searchbox_content ul {
position:relative;
float:left;
margin:0 0 0px 5px;
padding:0;
list-style:none;
width:100%;
}

#Searchbox_content ul li {
position:relative;
float:left;
margin:3px 0 0 0;
padding:0;
width:100%;
}

#Searchbox_content a {
color:#003d7d;
font-size:10px;
}

#Searchbox_content hr {
position:relative;
float:left;
width:173px;
margin:5px 5px 5px 5px;
padding:0;
color:#003d7d;
}

#Searchbox_top {
position:relative;
float:left;
width:193px;
height:13px;
background-image:url(../images/searchbox_top.jpg);
background-repeat:no-repeat;
}

#Searchbox_bottom {
position:relative;
float:left;
width:193px;
height:13px;
background-image:url(../images/searchbox_bottom.jpg);
#background-repeat:no-repeat;
#float:none;
}

#Productbox {
position:relative;
float:left;
width:193px;
background-image:url(../images/productbox_middle.jpg);
background-repeat:repeat-y;
margin:5px 19px 5px 18px;
}

#Productbox_content {
padding:0px 5px 0px 5px;
}

#Productbox_top {
position:relative;
float:left;
width:193px;
height:13px;
background-image:url(../images/productbox_top.jpg);
background-repeat:no-repeat;
}

#Productbox_bottom {
position:relative;
float:left;
width:193px;
height:13px;
background-image:url(../images/productbox_bottom.jpg);
background-repeat:no-repeat;
}

#Productbox_content h2 {
color:#FFFFFF;
font-size:16px;
margin:0px;
}

#Productbox_content h1{
color:#FFFFFF;
font-size:14px;
margin:0px;
}
#Productbox_content ul {
list-style:none;
margin:0 0 0 10px;
padding:0;
}

#Productbox_content ul li a {
color:#FFFFFF;
text-decoration:none;
font-size:12px;
}

#Productbox_content ul li a:hover {
text-decoration:underline;
}

#FeaturedProduct {
position:relative;
float:left;
/*width:186px;
height:142px;*/
padding:10px 5px 10px 5px;
/*background-image:url(../images/featuredproduct_BG.jpg);
background-repeat:no-repeat;*/
}

#FeaturedProduct h2 {
color:#FFFFFF;
font-size:13px;
font-weight:normal;
}

#FeaturedProduct p {
position:relative;
float:left;
color:#FFFFFF;
width:90px;
margin:1px 0 5px 0;
font-size:10px;
}

#FeaturedProduct a {
color:#FFFFFF;
}

.feature_image {
position:relative;
float:left;
border:#666666 1px solid;
width:87px;
height:87px;
margin:0 5px 0 0;
}

.buy_btn {
margin:3px 0 0 0;
}

#Content {
position:relative;
float:left;
width:630px;
padding:5px 20px 10px 20px;
font-size:12px;
}

#Content td{
	font-size:12px;	
}

#Footer {
position:relative;
float:left;
width:920px;
margin:0;
padding:20px 0 0 0;
text-align: center;
color: #003d7d;
font-size: 10px;
background-image:url(../images/Content_bottom.jpg);
background-repeat:no-repeat;
}

/* --- Main Content Styles --- */


/* --- Top Nav Styles--- */
#TopNav ul {
position:relative;
float:left;
display:block;
padding:0;
margin:0;
list-style:none;
z-index:1000;
overflow:visible;
}

#TopNav ul li {
position:relative;
float:left;
display:block;
padding:0;
margin:0;
}

#TopNav a {
padding:10px 15px 6px 15px;
margin:0;
font-size: 13px;
color: #ffffff;
text-decoration:none;
font-weight:bold;
}

#TopNav a:hover {
color: #003d7d;
}


.smallText {
display:block;
background-color:#bde0f5;
font-size:10px;
font-weight:bold;
text-align:center;
padding:7px;
color:#1b7eb8;
}


/* --- Footer text styles --- */
#Footer a {
font-size: 10px;
color: #003d7d;
text-decoration: none;
}

#Footer a:hover {
color: #ba853e;
text-decoration: underline;
}

/*BKR Footer Style - rev 5.9.07*/
.bkr_footer{
   font-size:10px;
   color: #940509;
   font-weight:normal;}
.bkr_footer a{
   font-size:10px;
   color: #940509;
   font-weight:normal;
   text-decoration: none;}
.bkr_footer a:link{
   font-size:10px;
   color: #940509;
   font-weight:normal;
   text-decoration: none;}
.bkr_footer a:hover {
   font-size:10px;
   color: #940509;
   font-weight:normal;
   text-decoration: none;}
.bkr_footer a:visited {
   font-size:10px;
   color: #940509;
   font-weight:normal;
   text-decoration: none;}
/*END BKR Footer Style */

/* --- Mag feature styles --- */
#MagFeature {
position:relative;
float:left;
width:608px;
border:#BA853F 1px solid;
clear:both;
padding:10px;
}

#MagFeature ul {
position:relative;
float:left;
width:220px;
}