﻿@import url('../Default/styles.css');

body {
    background: white url('../../images/home-background.gif') repeat-y left top;
}
.outer-container {
    width: 780px !important;
    background-image: none;
}
.header {
    background-image: url('../../images/header-background-home.jpg');	
    padding-bottom: 2px;
}
.top-menu {
    padding-top: 94px;
}
.inner-container, .content-area {
    background-image: none;
}
.inner-container {
    margin-left: 8px;
    margin-right: 2px;
}
.overview {
    background: transparent url('../../images/home_top_bg.jpg') no-repeat left top;
    height: 240px;
    width: 507px;
    margin-bottom: 5px;
}
.product-finder {
    float: right;
    background: transparent url('../../images/product_finder_bg.jpg') no-repeat left top;
    height: 377px;
    width: 257px;

}
.overview .content, .product-finder .content {
    margin: 0px;
    padding: 0px;
    float: none;
    background-image: none;
    position: relative;
    overflow: auto;
    padding: 0px 10px;
    margin: 0px 3px;
}
.overview .content {
    top: 75px;
    height: 162px;
}
.product-finder .content {
    top: 35px;
    margin-right: 9px;
    height: 230px;
}
.feature {
    float: left;
    position: relative;
    background-position: left top;
    background-repeat: no-repeat;
    width: 167px;
    height: 132px;
    margin-right: 3px;
}
.feature a img {
    position: absolute;
    right: 4px;
    bottom: 4px;
    border-width: 0px;
    height: 15px;
    width: 15px;
}
* html .feature a img {
    right: 3px;
}
.footer {
    margin: 7px 9px 0px 8px;
}