﻿body 
{
    background-color: #000000;
    color: #FFFFFF;
    font-size: 12px;
    font-family: Arial;
    margin: 0px;
}

#homeLeft
{
    width: 441px;
    height: 526px;
    padding-top: 82px;
    vertical-align: middle;
}

#homeRight
{
    width: 612px;
    height: 526px;
    padding-top: 82px;
    padding-left: 10px;
    padding-bottom: 2px;
    vertical-align: middle;
}
#slideshow {
    position:relative;
    height:526px;
}

#slideshow img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    display: none;
}

#slideshow img.active {
    z-index:10;
    display: block;
}

#slideshow img.last-active {
    z-index:9;
    display: block;
}

#catLeft
{
    height: 522px;
    width: 346px;
    padding-bottom: 4px;
    padding-top: 84px;
}
#catMiddle
{
    height: 522px;
    width: 347px;
    padding-top: 84px;
    padding-bottom: 4px;
    padding-left: 2px;
    padding-right: 2px;
}
#catRight
{
    height: 522px;
    width: 356px;
    padding-top: 84px;
    padding-bottom: 4px;
    vertical-align: top;
}
#catImage {
    position:relative;
    height:522px;
}
#catImage img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    display: none;
}
#catImage img.active {
    z-index:10;
    display: block;
}

#catLeft div {
    z-index:8;
    display: none;
    width: 250px;
    padding-left: 30px;
}
#catLeft div.active {
    z-index:10;
    display: block;
}
#catLeft div h1 {
    font-size: 14px;
    color: #BA8100;
    padding-bottom: 12px;
}
#catLeft div.price 
{
    position: inherit;
    bottom: 36px;
    display: block;
    padding-left: 0px;
    padding-top: 16px;
}
#catLeft div.price div 
{
    display: block;
    padding-left: 0px;
}
#catRight #logo
{
    padding-top: 32px;
    padding-bottom: 33px;
}
#imagesContainer
{
    text-align: center;
}
#images
{
    text-align: left;
}
#catRight #images img
{
    margin-top: 4px;
    margin-bottom: 4px;
    margin-left: 4px;
    margin-right: 4px;
    opacity: 0.4;
    filter: alpha(opacity = 40);
}
#catRight #images img.active
{
    opacity: 1.0;
    filter: alpha(opacity = 100);
}
#catRight #images a:link, #catRight #images a:active, #catRight #images a:visited, #catRight #images a:hover
{
    color: #000000;
}

#contLeft
{
    height: 526px;
    width: 350px;
    padding-top: 82px;
    vertical-align: middle;
}
#contRight
{
    height: 526px;
    padding-top: 82px;
    padding-left: 10px;
    padding-bottom: 2px;
    vertical-align: middle;
}
#contRight #logo
{
    padding-top: 32px;
    padding-bottom: 33px;
}

#tooltips div
{
    z-index: 1;
    display: none;
    position: absolute;
    padding: 4px;
    background-color: #000000;
}
#tooltips div.active
{
    z-index: 11;
    display: block;
}


#mainContent
{
    width: 1053px;
}


#navigation
{
    height: 22px;
    text-align: center;
}
.nav
{
    height: 22px;
    padding-left: 22px;
    padding-right: 22px;
}
.navNon
{
    height: 22px;
    padding-left: 14px;
    padding-right: 14px;
}
.navbackLeft
{
    background-image: url('../images/navbackLeft.gif');
    width: 8px;
    height: 22px;
}
.navback
{
    height: 22px;
    background-color: #5F4200;
    padding-left: 2px;
    padding-right: 2px;
    text-align: center;
}
.navbackNon
{
    height: 22px;
    padding-left: 2px;
    padding-right: 2px;
    text-align: center;
}
.navbackRight
{
    background-image: url('../images/navbackRight.gif');
    width: 8px;
    height: 22px;
}
.nav a:link, .nav a:visited, .nav a:active, .navNon a:link, .navNon a:visited, .navNon a:active
{
    text-decoration: none;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
}
.nav a:hover, .navNon a:hover
{
    text-decoration: none;
    color: #BA8100;
    font-size: 11px;
    font-weight: bold;
}

#footer
{
    padding-top: 14px;
}
#leftFoot
{
    float: left;
    padding-top: 16px;
    padding-bottom: 10px;
    font-size: 11px;
}
#rightLeftFoot
{
    float: left;
    padding-top: 13px;
    padding-left: 6px;
}
#leftRightFoot
{
    float: right;
    padding-top: 16px;
    padding-bottom: 10px;
    font-size: 11px;
}
#leftRightFoot a:link, #leftRightFoot a:hover, #leftRightFoot a:active, #leftRightFoot a:visited
{
    color: #FFFFFF;
    text-decoration: none;
}
#rightFoot
{
    float: right;
}

.emailSubmit
{
    border: 0;
	background-color: #000000;
	padding: 0px;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial;
}
.emailText
{
    width: 200px;
    background-color: #444444;
    color: #FFFFFF;
    border: 0;
}


h1 {
    font-size: 14px;
    color: #BA8100;
    padding-bottom: 12px;
}

.form td
{
    padding-top: 2px;
    padding-bottom: 2px;
}
