/* CSS Document */
a:link {
        text-decoration: none;
        color: #6666CC;
}

a:active {
        text-decoration: none;
        color: #666633;
}

a:hover {
color: #666666;
text-decoration: none
}
a:visited {
color: #333366;
text-decoration: none
}

body {
font: 11px 'verdana', 'arial', 'geneva', 'sans-serif';
        color: #333333;
        background: #FFFFFF;
}
.heading {
        font: normal 16px 'verdana', 'arial', 'geneva', 'sans-serif';
        color: #666600;
}

.style1 {
        color: #FFFFFF;
        font: bold;
}
.style2 {
        color: #FFFFFF;
        font: bold;
}
.style3 {color: #FFFFFF}


#outerwrapper {
        background:#FFFFFF;
        width: 860px;
        left: 0%;
        top: 0px;
        right: 0%;
        bottom: 0px;
        margin-right: auto;
        margin-left: auto;
}

#header  {
        background:#FFFFFF;
        width: 100%;
        height: 136px;
}
#nav  {
        background:#333399;
        width: 100%;
        height: 30px;
        text-align: left;
        vertical-align: middle;
}
#homepage_productspot {
        background:#FFFFFF;
        width: 100%;
        height: 320px;
        float: left;
}

#body_left {
        background:#FFFF99;
}

#body_right {
        background:#CCCCCC;
}

#footer {
        background:url(httpdocs/images/foot_bar.gif) no-repeat;
        width: 100%;
        height: 24px;
        padding-bottom: 0px;
        clear: both;
        text-align: center;
        vertical-align: text-bottom;
        padding-top: 6px;
}

