/**
 * zoolu web
 * ice bones core stylesheet
 */

/* base styles */
* {
   padding: 0;
   margin: 0;
}

body {
    background: #333;
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size: small;
    text-align: center;
    line-height: 1.7em;
}

a, a:active, a:link, a:visited {
   color: #1E206A;
   text-decoration: underline;
   outline: none;
}

a:hover {
   color: #1E206A;
   background: #eee;
}

p {
   margin-top: 10px;
   margin-bottom: 10px;
}

h2 {
   color: #cc0000;
   text-decoration: underline;
   margin-bottom: 5px;
   font-size: 110%;
}

/* form styles */
fieldset {
   border: 1px #ccc solid;
   padding: 10px;
   font-family: 'trebuchet ms', georgia, garamond, 'Times New Roman', serif;
}

legend {
   color: #003E7E;
   font-weight: bold;
   font-size: 90%;
}

label {
   font-weight: bold;
   float: left;
   width: 150px;
}
label.checkbox-label {
   float: none;
} 
.checkbox-container {
   margin-left: 150px;
   vertical-align: middle;   
}

.checkbox-container #ny, .checkbox-containe input {
   display: inline;
   line-height: 12px;
   vertical-align: middle;
}

.text, select {
/*   background: url(/img/misc-icons.gif) #fff -3px -214px; */
   border: 1px #666 solid;
   border-bottom: 1px #bbb solid;
   border-right: 1px #bbb solid;
}

.disabled {
   background: #eee; 
}

/* layout specific styles */
.canvas {
   margin: auto;
   width: 1000px;
   /* background: url(/img/canvas-bg.gif) #fff repeat-y; */
   background: #fff;
   text-align: left;
}

/* layout.header styles */
.header, .content, .footer {
    position: relative;
    clear: both;
}

.header h1 {
    background: url(/img/logo.jpg) no-repeat;
    height: 213px;
    width: 390px;
    cursor: pointer;
    text-indent: -9999px;
}

#motto {
    position: absolute;
    top: 40px;
    left: 400px;
    background: url(/img/motto.gif) no-repeat;
    height: 99px;
    width: 578px;
    cursor: pointer;
    text-indent: -9999px;
}

#phone-number {
    color: #2D50A2;
    position: absolute;
    top: 155px;
    left: 390px;
    width: 595px;
    text-align: center;
    font-size: 24px;
}


.header .primary.nav {
    list-style: none;
}

.header .primary.nav {
    background: url(/img/menu.gif) no-repeat;
    height: 52px;
    text-indent: -9999px;
    
}

.footer .bottom.nav {
    text-align: center;
    font-size: 80%;
}
.footer .bottom.nav li {
    display: inline;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 110%;
}

.content {
   color: #1E206A;
   font-size: 120%;
   padding: 20px;
   float: left;
   clear: both;
   width: 960px;
}

/* copyright styles */
.copyright {
   color: #666;
   font-size: 80%;
   margin: 20px 20px 5px 20px;
   text-align: center;
}

.zoolu.copyright {
   text-align: right;
}

.zoolu.copyright a, .zoolu.copyright a:link, .zoolu.copyright a:visited{
   font-weight: bold;
   color: #2B83AF;
   text-decoration: none;
}
.zoolu.copyright a:hover{
   background-color: #BFEAFF; 
   text-decoration: underline;
}

/* nav styles */
.header ul a {
   display: block;
   float: left;
   height: 52px; 
   width:120px;
}

.header ul a:hover {
   background: url(/img/menu_hover.gif) no-repeat;
}

.header ul li {
   display: inline;
}

.header ul #nav-home.active a {
   background: url(/img/menu_active.gif) no-repeat;
}

.header ul #nav-home a {
   left: 0px;
   top: 0px;
   width: 130px;
}
.header ul #nav-home a:hover{
   background: url(/img/menu_hover.gif) no-repeat;
}

.header ul #nav-home.active a {
   background: url(/img/menu_active.gif) no-repeat;
}

.header ul #nav-orderform a {
   width: 170px;
}
.header ul #nav-orderform a:hover{
   background: url(/img/menu_hover.gif) no-repeat -130px;
}
.header ul #nav-orderform.active a {
   background: url(/img/menu_active.gif) no-repeat -130px;
}

.header ul #nav-wholesale a {
   width: 250px;
}
.header ul #nav-wholesale a:hover{
   background: url(/img/menu_hover.gif) no-repeat -300px;
}
.header ul #nav-wholesale.active a {
   background: url(/img/menu_active.gif) no-repeat -300px;
}

.header ul #nav-products a {
  width: 250px;
}
.header ul #nav-products a:hover{
   background: url(/img/menu_hover.gif) no-repeat -550px;
}
.header ul #nav-products.active a {
   background: url(/img/menu_active.gif) no-repeat -550px;
}

.header ul #nav-testimonials a {
   width: 170px;
  
}
.header ul #nav-testimonials a:hover{
   background: url(/img/menu_hover.gif) no-repeat -800px;
}
.header ul #nav-testimonials.active a {
   background: url(/img/menu_active.gif) no-repeat -800px;
}

.example {
  float: right;
  margin: 10px;
}

.float-left {
    float: left;
}

.float-right {
   float: right;
}

#img-2.example {
   margin: 0;
   margin-right: 10px;
   float: left;
   clear: both; 
}

#img-3.example {
   clear: both;
   margin: auto;
}

#closer {
   padding-top: 5px;
   text-align: center;
   margin-top: 30px;
   clear: both;
}

.footer {
   padding-top: 15px;
   border-top: 3px #eee solid;
   clear: both;   
}

.testimonial {
   margin: 10px;
   border: 3px #eee solid;
   padding: 10px;
}

.required {
   color: #cc0000;
}

.text {
   width: 300px
}

#order {
   width: 300px;
}
#order .text {
   width: 100px;
}

label {
   font-size: 12px;
}

form {
   width: 500px;
}
fieldset {
   margin: 20px 0 20px 0;
}

.forfield {
   position: relative;
   
}

.dollar {
  position: absolute;
  font-weight: bold;
  font-size: 12px;
  left: 170px;
}

.related-links, .related-links .link {
   width: 960px;
}

.related-links .link {
  clear: both;
  list-style: none;
  margin: 10px;
  float: left;
  padding-bottom: 10px;
  border-bottom: 2px #eee solid;
}
.related-links .link.last {
  border: 0;
}
.link ul {
  margin-top: 10px;
  margin-left: 50px;
}

.related-links .description {
  display: block;
  float: left;
  width: 650px;
  margin-right: 10px;
}
.related-links .logo {
  float: left;
  width: 220px;
}

#order-error-container {
   display: none;
   color: #cc0000;
   border: 2px #cc0000 solid;
   padding: 10px;
   font-size: 12px;
   font-weight: bold;
}

#order-error-container ul {
   margin: 20px;
}
