
body{
   background: url("../images/body-background.jpg") repeat-x #006;
   text-align: center;
}


#page-background {
   margin: 0px auto;
   min-width: 971px;
   height: 850px;
   background: url("../images/page-background.jpg") no-repeat 50% 0;  
}

#all-content {
   position: relative;
   top: 135px;
   margin: 0px auto;  
   width: 971px;
   text-align: left;
}

#inner-content{
   background: url("../images/content-background.gif") repeat-y;
}

#nav{
   font-weight: bold;
   font-size: medium;
   height: 50px;
   width: 971px;
}

#nav ul {
   list-style: none;
   padding: 0px 0px 0px 0px;
   margin: 0px 0px 0px 1px;
}

#nav li{
   float: left;
}

#nav li a{  
   width: 242px;
   display: block;
   background: url("../images/nav-button-bg.jpg") 0 -50px no-repeat;
   line-height: 50px;
   color: #336;
   text-decoration: none;
   text-align: center;
}

#nav li a:hover
{
   background: url("../images/nav-button-bg.jpg") 0 0 no-repeat;
} 

#left-column {
   width: 725px;
   float:left; 
}

#left-content {
   padding: 10px;   
}


#left-content h2{
   color: #006;
   text-align: center;
}

#left-content p{
   padding-bottom: 5px;
}

#form-content {
   width: 75%;
   margin: 25px auto;
}

#form-content h2{
   color: #006;
   text-align: center;
}

#form-content p{
   padding-bottom: 5px;
}


#left-column li{
   padding-bottom: 5px;
}

#right-column{
   float: right;
   width: 245px;
}

#right-column p{
   padding: 10px;
   color: #006;
}

#footer {
   background: url("../images/footer-bg.jpg") repeat-x;
   height: 125px;
   margin: 0px auto;  
   width: 971px;
   text-align: center;
}

#footer p{
   padding: 10px;
   font-size: 125%;
   color: #006;
}

#footer a{
   color: #006;
   text-decoration: none;
}

#footer a:hover{
   color: #00f;
   text-decoration: none;
}

#us_flash{
   width: 100%;
   text-align: center;
}

#cart {
   background: #ff9;
   color: #333;
   padding: 5px 15px;
   margin: 0;
}

#cart h3 {
   text-align: center;
   padding-bottom: 5px;
}


#order-line-items {
   text-align: center;
   padding: 10px;  
   margin-bottom: 10px;
   background-color: #ffc;
   font-weight: bold;
}

.column-box {
   width: 205px;
   background: url("../images/box-bg.jpg") #fff no-repeat;
   margin: 10px;
   padding: 10px;
   color: #336;
}

.column-box h3{
   font-size: 95%;
   font-weight: bold;
   text-align: center;
   margin: 0;
   padding: 2px 0px 20px 0px;
}

.prop {
   height:675px;
   float:right;
   width:1px;
}

.clear-both{
   clear: both;
}

.float-left-image{
   float: left;
   padding: 0px 5px 5px 0px;
}

.float-right-image{
   float: right;
   padding: 0px 5px 5px 0px;
}

.partner{
    clear: both;
   background: url("../images/header-gradient-bg.gif") repeat-x;   
   margin-bottom: 20px;
}

.partner h3{
   color: #006;
   text-align: center;
   padding: 15px 0px;   
}

div.large-button a{
   background: url("../images/large-button.gif") 0 -50px no-repeat;
   margin: 10px;
   text-align: center;
   line-height: 50px;
   width: 225px;
   display: block;
   color: #006;
   font-size: 125%;
   font-weight: bold;
}

div.large-button a:hover{
   background: url("../images/large-button.gif") 0 0px no-repeat;
   color: #b7b7b7;
}

.form-with-bg {
   background-color: #dddeee;
   padding: 15px;
}