body { 
margin: 0;
font-family: Tahoma, Geneva, sans-serif;
font-size: 12px;
text-align: center;
background-image:url('../images/bodyBgRepeat.jpg');
background-position: left top;
background-repeat: repeat-x;
background-color: #ffffff;
}

ul { 
    text-align: left;
    margin-left: 20px;
}

img { border: 0 none; }
img.floatRight {
    float: right;
    display: inline;
    margin : 0 0 10px 10px;
}

#theTopper {
    width: 100%;
    height: 183px;
    margin-bottom: 0;
    background: url('../images/bg2.jpg') 0 0;
}

#theTopperInside {
     width: 900px;
    height: auto;
    margin: 0 auto;
    background: url('../images/bg.jpg') 50% 0 repeat-y;
}

#theTopperInside div#theNavigation {
    height: 183px;
    width: 750px;
    margin: 0 70px 0 80px;
    background: url('../images/header.jpg') 50% 0 no-repeat;
    padding: 0;
}

#theTopperInside div#theNavigation div#theHeading {
    height: 157px;
    width: 750px;
    text-align: center;
    margin: 0;
    padding: 0;
}

#theTopperInside div#theNavigation div#theHeading h1 {
    font-family: "Times New Roman", times, serif;
    margin: 0;
    padding: 0;
    font-size: 45px;
    text-align: center;
    color: #323484;
}

#theTopperInside div#theNavigation a {
    display: inline-block;
   height: 25px;
   line-height: 25px;
    padding: 0 10px;
    font-size: 12pt;
    color: #ffffff;
    text-decoration: none;
    margin: 0 0 0 -1px;
    border-left: 1px solid #353885;
    border-right: 1px solid #353885;
}

#theTopperInside div#theNavigation a:hover,
#theTopperInside div#theNavigation a.current {
    color: #ffffff;
    background-color: #323484;
}

#theTopperInside div#theNavigation div#nav {
    height: 25px;
   line-height: 25px;
   margin: 0;
    float: left;
    display: inline;
    width: 750px;
    text-align: center;
    background: url('../images/nav_bg.jpg') 0 0 repeat-x;
    border-bottom: 1px solid #353885;
}

#theTopperInside div#theNavigation div#nav_right {
    height: 22px;
   line-height: 22px;
   margin: 0;
    border-top: 1px solid #ffffff;
    float: right;
    width: 314px;
    text-align: right;
    display: inline;
}

#theLogoHolder {
    width: 50%;
    position: absolute;
    top: 0px;
    left: -230px;
    z-index: 10;
    text-align: right;
}

#theLogo {
    height: 196px;
    width: 213px;
    text-align: left;
    float: right;
    margin-right: auto;
    background-image: url('../images/logo.png');
    background-position: right top;
    background-repeat: no-repeat;
}

/* yea navigation */
#theNavigation {
    height: 29px;
    width: 750px;
    margin: 0 auto;
    padding: 0;
    text-align: right;
}

#theNavigation a {
    display: inline-block;
    padding: 7px 7px;
    font-size: 12pt;
    color: #323484;
    text-decoration: none;
}

#theNavigation a:hover {
    color: #ffffff;
    background-color: #323484;
}

#theNavigation a.current {
    color: #ffffff;
    background-color: #323484;
}

#theContainer {
    width: 840px;
    height: auto;
    margin: 0 auto;
}

#theContainer a {
    text-decoration: underline;
    color: #323484;
}

#theContainer a:hover {
    text-decoration: none;
    color: #000000;
}

#theContainerInsides {
    width: 850px;
    height: auto;
    margin: 0 auto;
    background:url('../images/body/bodyRepeat.png') 50% 0 repeat-y;
}

#theContainerTop {
    width: 750px;
    margin: 0 auto;
    background-image:url('../images/underNavRepeat.jpg');
    background-position: left top;
    background-repeat: repeat-x;
}

/*
#theContainerTop img {
    float: right;
    display: inline;
    margin: 5px 25px 0 0;
    border: 1px solid #ffffff;
}
*/


#theContainerBody {
    width: 700px;
    height: auto;
    margin: 0 auto;
}

/*theContainerBody will hold all of the styles for content */
#theContainerBody h1, #bottomBox h1,
#bottomBox div.insideBottom h1,
#bottomBox div.insideBottomMiddle h1  {
    color: #323484;
    margin: 0 0 1px 2px;
    padding: 0;
    font-size: 13pt;
    text-align: left;
}

#theContainerBody h1 {
    font-size: 24px;
    margin: 0 0 5px;
    padding: 10px 0 0;
    border-bottom: 1px solid #666666;
}

#theContainerBody h1 span {
    /* color: #666666; */
}


    

#theContainerBody h1 span.small {
    font-size: 14px;
    font-style: italic;
}

#theContainerBody p, #bottomBox p {
    color: #000000;
    margin:3px 2px;
    padding: 0;
    font-size: 11pt;
    text-align: left;
}

#theContainerBody div.box475 {
    float: left;
    display: inline;
    width: 475px;
}

#theContainerBody div.box425 {
    float: left;
    display: inline;
    width: 450px;
    margin-right: 15px;
}

#theContainerBody div.box350 {
    float: left;
    display: inline;
    width: 350px;
}

#theContainerBody div.box200 {
    float: left;
    display: inline;
    width: 200px;
}

#theContainerBody div.box2002 {
    float: left;
    display: inline;
    width: 220px;
}

#theContainerBody div.box200right {
    float: right;
    display: inline;
    width: 200px;
    margin: 10px 0 10px 10px;
}

#theContainerBody div.box200right div.whiteBox {
    padding: 10px;
}

#theContainerBody div.box200right div.whiteBox p b {
    font-size: 14px;
}

.marginLeft25 { margin-left: 25px; }

#theContainerBody div.whiteBox {
    background-color: #ffffff;
    border: 2px solid #c2c2c2;
}

#theContainerBody div.whiteBox h1 {
    font-size: 14px;
    padding: 0;
}


#product_box { 
    float: left;
    display: inline;
    width: 465px;
    margin: 0 0 0 10px;
    text-align: left;
}

#product_box a { 
    color: #323484;
    margin: 0 0 1px 2px;
    padding: 0;
    font-size: 13pt;
    text-align: left;
    text-decoration: none;
}

#product_box a:hover { color: #000000; text-decoration: underline; }

#product_box div.desc_box {
    clear: both;
    height: 250px;
}


#product_box div.featured_box {
    float: right;
    display: inline;
    margin: 5px 0 5px 5px;
    padding: 5px;
    width: 150px;
    background: #ffffff;
    border: 1px solid #c2c2c2;
}

#product_box div.featured_box h1 {
    font-size: 13px;
}

#product_box div.featured_box h1 span a {
    color: #666666;
    font-size: 13px;
    text-decoration:none;
}

#product_box div.featured_box h1 span a:hover {
    color: #000000;
}

#product_box div.grayRow {
    clear: left;
    float: left;
    display: inline;
    background-color: #cccccc;
    border: 1px solid #cccccc;
   width: 470px;
}

#product_box div.grayRow div.sideBox {
    background-image:url('../images/grayRightBox.jpg');
    background-position: left top;
    background-repeat: no-repeat;
}
    
#product_box div.whiteRow {
    clear: left;
    float: left;
    display: inline;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    width: 470px;
}

#product_box div.whiteRow div.sideBox {
    background-image:url('../images/whiteRightBox.jpg');
    background-position: left top;
    background-repeat: no-repeat;
}

#product_box div.whiteRow div.sideBox, #product_box div.grayRow div.sideBox {
    float: left;
    display: inline;
    width: 111px;
    height: 151px;
    margin-right: 10px;
    margin-bottom: 15px;
    text-align: center;
}

#product_box div.whiteRow div.sideBox p, #product_box div.grayRow div.sideBox p {
    text-align: center;
}

#product_box div.whiteRow div.sideBox a, #product_box div.grayRow div.sideBox a {
    color: #ffffff;
    text-decoration: none;
    font-size: 9pt;
}

#product_box div.whiteRow div.sideBox a:hover, #product_box div.grayRow div.sideBox a:hover {
    color: #cccccc;
}

#product_box hr { width: 75%; }

.floatImageLeft {
    float: left;
    display: inline;
    border: 1px solid #323484;
    padding: 1px;
    margin: 0 3px 3px 5px;
}

p.floater {
    float: left;
    display: inline;
    margin: 5px 0 5px 5px;
    text-align: center;
}

#product_box p.withMargins {
    margin: 10px;
}

#product_box p.floater a {
    font-size: 11px; 
    text-decoration: none; 
    text-align: center; }

#product_box div.descriptionBox {
    float: left;
    display: inline;
    width: 185px;
    margin-left: 2px;
}

#product_box div.descriptionBoxBig {
    float: left;
    display: inline;
    width: 344px;
    margin-left: 5px;
}

#product_box div.prodHead {
    background-image:url('../images/prodHeadR.jpg');
    background-position: left top;
    background-repeat: repeat-x;
    height: 25px;
    line-height: 25px;
    vertical-align: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    padding-left: 5px;
    width: 465px;
}


#product_box div.cats {
    float: left;
    display: inline;
    width: 230px;
    margin: 5px 1px;
    border: 1px solid #cccccc;
    height: 420px;
}

#product_box div.catHead {
    background-image:url('../images/prodHeadR.jpg');
    background-position: left top;
    background-repeat: repeat-x;
    height: 25px;
    line-height: 25px;
    vertical-align: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    padding-left: 5px;
    width: 225px;
}

#product_box div.catHead a { color: #ffffff; text-decoration: none; }
#product_box div.catHead a:hover { color: #cccccc; text-decoration: none; }

#product_box div.catBody {
    margin: 5px;
    font-size: 12px;
    text-align: left;
}

#product_box p.right { text-align: right; font-size: 14px; margin: 10px 5px;}

#theContainerBottom {
    margin: 0 auto;
    width: 850px;
    height: 55px;
    background:url('../images/body/bodyBottom.png') 50% 0 no-repeat;
}

#theContainerBottom a {
    font-size: 8pt;
    text-decoration: none;
    color: #000000;
}

#theContainerBottom a:hover {
    text-decoration: underline;
}

#theContainerBottom a.current {
    text-decoration: underline;
}

#theContainerBottom p.left {
    float: left;
    display: inline;
    padding: 32px 0 0 50px;
    margin: 0;
    text-align: left;
    font-size: 8pt;
    width: 400px;
}

#theContainerBottom p.right {
    float: right;
    display: inline;
    padding: 32px 50px 0 0;
    margin: 0;
    text-align: right;
    font-size: 8pt;
    width: 300px;
}


#bottomBox {
    width: 700px;
    height: 150px;
    border: 2px solid #c2c2c2;
    margin: 10px auto 0 auto;
    clear: both;
}

.insideBottom, .insideBottomMiddle {
    float: left;
    display: inline;
    width: 202px;
    height: 130px;
    margin: 10px 15px;
}

.insideBottomMiddle {
    border-left: 1px solid #464646;
    border-right: 1px solid #464646;
    padding: 0 15px;
    margin: 10px 0;
}
    
    
.floatLeft { display: inline; float: left; }

ul { padding: 0; margin: 0;}
ul li { padding: 0; font-size: 13px; list-style-type: none; list-style-image: none; line-height: 25px; vertical-align: center;}

ul li.main { 
    padding: 0 0 5px 20px; 
    margin-left: 20px;
    font-size: 15px;
    font-weight: bold;
    color: #323484;
    background-image: url('../images/smallBullet.jpg');
    background-position: left 7px; 
    background-repeat: no-repeat;}

ul li.mainNoBull { padding: 0 0 0 15px; margin-left: 20px;}

ul li.sub {
    margin-left: 40px;
    padding: 0 0 5px 16px; 
    font-size: 14px;
    font-weight: normal;
    color: #333333;
    background-image: url('../images/smallBulletHollow.jpg');
    background-position:  left 8px; 
    background-repeat: no-repeat;}

ul li.subNoBull { margin-left: 35px; padding: 0 0 0 15px; }

#aPage { 
    float: right;
    display: inline;
    background: url('../images/pageMiddle.jpg') 0 0 repeat-y;
    width: 265px;
    text-align: left;
    padding: 0;
    margin: 0;
    margin-right: 10px;
}

#aPageTop {
    background: url('../images/pageTop.jpg') 0 0 no-repeat;
}

#aPageBottom {
    background: url('../images/pageBottom.jpg') 0 bottom no-repeat;
    height: 100%;
}

#aPage p { margin: 2px 0 35px 40px; }
#aPage h1 { margin: 10px 0 3px 35px; }


#theContent {
    margin: 10px 0 0;
    border: 2px solid #c2c2c2;
    background: #ffffff;
    padding: 10px;
}

#theContent div#theLeft {
    float: left;
    display: inline;
    width: 200px;
    background: #ffffff;
}

#theContent div#theLeft h1 {
    font-size: 18px;
    text-align: center;
    border: 0 none;
    padding: 0 10px;
    color: #ffffff;
}

#theContent div#theLeft p {
    color: #ffffff;
    font-size: 13px;
    margin: 2px 12px;
}


#theContent div#theLeft  div.blue {
    width: 200x;
    margin: 10px 0;
    background: url('../images/blue/blue_bg.jpg') 0 0 repeat-y;
}

#theContent div#theLeft  div.blue div.blue_top {
    height: 17px;
    width: 200px;
    background: url('../images/blue/blue_top.jpg') 0 0 no-repeat;
}

#theContent div#theLeft  div.blue div.blue_bottom {
    height: 17px;
    width: 200px;
    background: url('../images/blue/blue_bottom.jpg') 0 0 no-repeat;
}

#theContent div#theLeft  div.blue a {
    display: block;
    text-align: center;
    height: 25px;
    width: 190px;
    margin: 0 5px;
    line-height: 25px;
    font-size: 14px;
    vertical-align: middle;
    background: url('../images/blue/blue_back_over.jpg') 0 -25px repeat-x;
    color: #ffffff;
    text-decoration: none;
}

#theContent div#theLeft  div.blue a:hover {
    background-position: 0 0;
}

#theContent div#theLeft  div.blue a.active {
    background: #1a67b5 url('../images/prodHeadR.jpg') 0 0 repeat-x;
}

#theContent div#theLeft  div.blue a.active:hover {
    background: url('../images/blue/blue_back_over.jpg') 0 0 repeat-x;
}

.clearfix:after, #aPage:after, #theContainer:after, #theContainerBottom:after,
#theContainerBody:after, #bottomBox:after, #theContent:after, 
#product_box:after, #product_box div.grayRow:after, #product_box div.whiteRow:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
}