html,body {
    width: 100%;
    height: 100%;
    background: url(../img/bg.gif);
    font: 14px/18px Arial;
    color: #000;
}
img {
    border: 0;
}
p {
    margin-bottom: 10px;
}
ul,ol {
    margin-left: 30px;
}
a {
    color: #003568;
}
a:hover {
    text-decoration: underline;
}
#site {
    width: 100%;
    height: 100%;
    background: url(../img/top_spacer.jpg) repeat-x left top;
}
#siteContainer {
    width: 980px;
    margin: 0 auto;
}
#menuTopContainer {
    float: left;
    width: 980px;
    height: 50px;
}
#topMenu {
    float: left;
    height: 50px;
    width: 370px;
    position: relative;
}
.topB1a {
    float: left;
    width: 136px;
    height: 50px;
    background: url(../img/topB1out_a.jpg) no-repeat left top;
    position: relative;
    z-index: 0;
}
.topB1a:hover {
    background: url(../img/topB1on_a.jpg) no-repeat left top;
    z-index: 2;
}
.topB1b {
    float: left;
    width: 136px;
    height: 50px;
    background: url(../img/topB1out_b.jpg) no-repeat left top;
    position: relative;
    z-index: 0;
}
.topB1b:hover {
    background: url(../img/topB1on_b.jpg) no-repeat left top;
    z-index: 2;
}
.topB2 {
    float: left;
    width: 112px;
    height: 50px;
    background: url(../img/topB2out.jpg) no-repeat left top;
    position: absolute;
    left: 113px;
    z-index: 0;
}
.topB2:hover {
    background: url(../img/topB2on.jpg) no-repeat left top;
    z-index: 2;
}
.topB3 {
    float: left;
    width: 168px;
    height: 50px;
    background: url(../img/topB3out.jpg) no-repeat left top;
    position: absolute;
    left: 202px;
    z-index: 0;
}
.topB3:hover {
    background: url(../img/topB3on.jpg) no-repeat left top;
    z-index: 2;
}
#searchForm {
    float: left;
    width: 366px;
    height: 40px;
    padding: 10px 0 0 11px;
}
#searchForm form {
    margin-left: 10px;
}
.searchInput {
    padding-left: 20px;
    width: 270px;
    height: 30px;
    float: left;
    background: url(../img/searchInput.jpg) no-repeat right top;
    border: none;
    color: #003568;
    font: 12px Arial;
    line-height: 30px;
}
.searchButton {
    float: left;
    width: 60px;
    height: 30px;
}
#basketLinkContainer {
    float: right;
    height: 50px;
    width: 122px;
}
.basketLink {
    float: left;
    width: 122px;
    height: 50px;
    background: url(../img/topB4out.jpg) no-repeat left top;
}
.basketLink:hover {
    background: url(../img/topB4on.jpg) no-repeat left top;
}
#top {
    float: left;
    width: 980px;
    height: 180px;
}
#midMenu {
    float: left;
    width: 980px;
    height: 40px;
    position: relative;
}
.midB1 {
    float: left;
    background: url(../img/midB1out.jpg) no-repeat left top;
    width: 114px;
    height: 40px;
    position: relative;
    z-index: 0;
}
.midB1:hover {
    background: url(../img/midB1on.jpg) no-repeat left top;
    z-index: 2;
}
.midB2 {
    float: left;
    background: url(../img/midB2out.jpg) no-repeat left top;
    width: 165px;
    height: 40px;
    position: relative;
    left: -19px;
    z-index: 0;
}
.midB2:hover {
    background: url(../img/midB2on.jpg) no-repeat left top;
    z-index: 2; 
}
.midB3 {
    float: left;
    background: url(../img/midB3out.jpg) no-repeat left top;
    width: 162px;
    height: 40px;
    position: relative;
    left: -37px;
    z-index: 0;
}
.midB3:hover {
    background: url(../img/midB3on.jpg) no-repeat left top;
    z-index: 2;
}
.midB4 {
    float: left;
    background: url(../img/midB4out.jpg) no-repeat left top;
    width: 139px;
    height: 40px;
    position: relative;
    left: -55px;
    z-index: 0;
}
.midB4:hover {
    background: url(../img/midB4on.jpg) no-repeat left top;
    z-index: 2;
}
.midB5 {
    float: left;
    background: url(../img/midB5out.jpg) no-repeat left top;
    width: 203px;
    height: 40px;
    position: relative;
    left: -73px;
    z-index: 0;
}
.midB5:hover {
    background: url(../img/midB5on.jpg) no-repeat left top;
    z-index: 2;
}
.midB6 {
    float: left;
    background: url(../img/midB6out.jpg) no-repeat left top;
    width: 292px;
    height: 40px;
    position: relative;
    left: 692px;
    top: -40px;
    z-index: 0;
}
.midB6:hover {
    background: url(../img/midB6on.jpg) no-repeat left top;
    z-index: 2;
}
#content {
    float: left;
    width: 980px;
    margin: 20px 0;
    background: url(../img/content_spacer.gif) repeat-y left top;
}
#left {
    float: left;
    width: 240px;
    margin-right: 20px;
    background: url(../img/box_spacer.jpg) repeat-y left top;
}
#leftMenu {
    float: left;
    width: 240px;
    padding: 14px 0;
}
#leftMenu a {
    display: block;
    background: url(../img/arrow_out.gif) no-repeat 10px top;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    line-height: 24px;
    text-decoration: none;
}
#leftMenu a:hover, #leftMenu a.current {
    background: url(../img/arrow_hover.gif) no-repeat 10px top #003568;
    color: #fff;
}
.menuL0 {
    margin-left: 1px;
    padding: 0 10px 0 30px;
    width: 198px;
}
.menuL1 {
    margin-left: 16px;
    padding: 0 10px 0 30px;
    width: 183px;
}
.menuL2 {
    margin-left: 31px;
    padding: 0 10px 0 30px;
    width: 162px;
}

#leftBasket {
    float: left;
    width: 200px;
    padding: 20px;
}
#leftBasket span.infoBoxContents, #leftBasket a{
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    color: #000000;
    text-decoration: none;
}
#leftLinki {
    float: left;
    width:  224px;
    padding: 8px;
}
#leftLinki img {
    border: 1px solid #292929;
}
#right {
    background: none repeat scroll 0 0 #7B8D99;
    border-color: #292929;
    border-style: solid solid none;
    border-width: 1px 1px 0;
    float: left;
    width: 718px;
}
#path {
    background-color: #82939E;
    float: left;
    font-size: 18px;
    height: 18px;
    padding: 8px 10px 14px;
    width: 698px;
}
#path a {
    color: #000000;
    font-size: 18px;
}
#path a:hover {
    text-decoration: none;
}
.pathArrow {
    margin: -8px 10px -14px;
}
#pagTop {
    background: #7b8d99;
    float: left;
    width: 698px;
    padding: 0 10px;
    height: 42px;
    border-top: 1px solid #8899a3;
    line-height: 42px;
}
#pagTop a, #listingHeaders a, #listingContainer a, .listDesc a {
    color: #003568;
    text-decoration: none;
}
#pagTop a:hover,#listingHeaders a:hover, #listingContainer a:hover, .listDesc a:hover {
    text-decoration: underline;
}
#pagTopLeft {
    float: left;
    width: 400px;
}
#pagTopRight {
    float: right;
    width: 200px;
    text-align: right;
}
#listingHeaders {
    float: left;
    height: 30px;
    background: #8899a3;
    width: 698px;
    padding: 0 10px;
    line-height: 30px;
}
.linkPic {
    float: left;
    width: 225px;
    line-height: 30px;
}
.linkName {
    float: left;
    font-weight: bold;
    line-height: 30px;
    text-transform: uppercase;
    width: 400px;
}
.linkPrice {
    float: right;
    font-weight: bold;
    line-height: 30px;
    text-transform: uppercase;
    width: 93px;
}
#listingHeaders span {
    float: left;
    margin-left: 317px;
}
#listingContainer {
    background: #7b8d99;
    float: left;
    width: 698px;
    padding: 10px 10px 20px 10px;
}
.listProd {
    float: left;
    width: 698;
    margin: 10px;
    border: 1px solid #566975;
    background: #6C7E8C;
}
.listPic {
    float: left;
    width: 184px;
    margin: 10px 10px 0 10px;
    padding-bottom: 10px;
}
.listPic img {
    border: 2px solid #10589c;
}
.listDesc {
    border-right: 1px solid #8998A2;
    float: left;
    margin: 10px 10px 10px 0;
    min-height: 125px;
    padding: 0 10px 10px 0;
    width: 369px;
}
.listDesc h2 {
    border-bottom: 1px solid #7a8b97;
    line-height: 30px;
    margin-bottom: 5px;
}
.listCart {
    float: left;
    margin: 10px 0 0 0;
    height: 100%;
    width: 72px;
    padding: 10px 10px 10px 0;
    text-align: center;
}
.listCart img {
    margin-top: 10px;
}
#pagTopLeft1 {
    float: left;
    width: 400px;
    margin-left: 10px;
}
#pagTopRight1 {
    float: right;
    width: 200px;
    text-align: right;
    margin-right: 10px;
}
#prod {
    float: left;
    width: 658px;
    margin: 20px;
    border-top: 1px solid #8899A3;
}
#prodDetails {
    float: left;
    border: 1px solid #0b4175;
    background: #0D0D0D;
    margin: 10px 20px 10px 0;
}
#prodPricing {
    float: left;
    width: 92px;
    text-align: center;
}
#prodPricing div {
    display: block;
    line-height: 24px;
}
#prodPricing img {
    margin-top: 10px;
}
#prodDesc {
    width: 103%;
}
#prodDesc img {
    border: 3px solid #0e5497;
    margin: 5px;
}
.price {
    color: #c2c1c1;
    font-size: 14px;
    font-weight: bold;
}
.oldPrice {
    color: #c2c1c1;
    font-size: 18px;
    font-weight: bold;
    text-decoration: line-through;
}
.newPrice {
    color: #0082fe;
    font-size: 24px;
    font-weight: bold;
}
#prodName {
    float: left;
    width: 658px;
    height: auto;
    margin: 0 0 10px 0;
    background: url(../img/prodNameBg.gif);
    line-height: 38px;
    color: #fff;
    padding: 0 10px;
    font-size: 24px;
}
#prodImage {
    float: left;
}
#prodImage img {
    margin: 2px;
    display: block;
}
#footerContainer {
    width: 100%;
    height: 40px;
    background: url(../img/footer_spacer.gif) repeat-x left top;
    clear: both;
}
#footer {
    margin: 0 auto;
    width: 980px;
    height: 40px;
}
#footerLeft {
    float: left;
    width: 500px;
    height: 27px;
    padding-top: 13px;
    color: #c2c1c1;
    font-size: 12px;               
}
#footerRight {
    float: right;
    width: 62px;
    height: 40px;
}

