@import url("landing_page1.css");

body{
    margin: 0;
    padding: 0;    
    background-color:#333;            
    color:#555555;
    font-size:100%;
}
  
  
  body, caption, th, td, input, textarea, select, option, legend, fieldset{
    font-family: 'Roboto', sans-serif;    
  }

  .left {float:left;}
  .right {float:right;}
  
  /* Links */
  a:link,
  a:visited {
    color: #092b4c;
    text-decoration: none;
  }
  
  
  a:hover, a:active {
    color: red;
    text-decoration: underline;
  }

  #logo 
  {
    margin:24px 0 0 45px;
    padding: 0;
  }

  #site-name 
  {
    display:inline;
    margin-left:-5000px;
  }

  #site-name a:link,
  #site-name a:visited
  {
    color: #000;
    text-decoration: none;
  }

  #site-name a:hover
  {
    text-decoration: underline;
  }


  .breadcrumb 
  {
    padding-bottom: 0;
    margin-bottom:1em;
  }

  h1.title, 
  h2.title, 
  h3.title 
  {
    margin: 0;
  }  
  
  #content .item-list .pager  li
  {
    clear: both;
    margin: 10px 3px;
    text-align: center;
    background-color:#eee;
    border:1px solid #ddd;
  }
  
  #content .item-list .pager  li.pager-current {color:#0268BA;background-color:#fff;}
  
  .pager a
  {
    padding: 0.25em;
  }

  .feed-icons 
  {
    margin: 1em 0;
  }

  .node-unpublished div.unpublished,
  .comment-unpublished div.unpublished
  {
    height: 0;
    overflow: visible;
    color: #d8d8d8;
    font-size: 75px;
    line-height: 1;
    font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    word-wrap: break-word;
  }

  .marker
  {
    color: #c00;
  }

  .node.node-unpublished .picture,
  .comment.comment-unpublished .picture
  {
    position: relative;
  }

  .node div.links
  {
    margin: 1em 0;
  }

  ul.links
  {
    margin: 0;
    padding: 0;
  }

  ul.links.inline
  {
    display: inline;
  }

  ul.links li
  {
    display: inline;
    list-style-type: none;
    padding: 0 0.5em;
  }


  .block 
  {
    margin-bottom: 1em;
  }

  .more-link 
  {
    text-align: right;
  }

  #user-login-form 
  {
    text-align: left;
  }

  .form-item,
  .form-checkboxes,
  .form-radios
  {
    margin: 1em 0;
  }

  .form-item input.error, 
  .form-item textarea.error,
  .form-item select.error
  {
    border: 2px solid #c00;
  }

  .form-item label 
  {
    display: block;
    font-weight: bold;
  }

  .form-item label.option
  {
    display: inline;
    font-weight: normal;
  }

  .form-required 
  {
    color: #c00;
  }

  .form-item .description 
  {
    font-size: 0.85em;
  }

  .form-checkboxes .form-item, 
  .form-radios .form-item
  {
    margin: 0.4em 0;
  }

  .container-inline div, .container-inline label 
  {
    display: inline;
  }

  .tips 
  {
    margin: 0;
    padding: 0;
    font-size: 0.9em;
  }

/** Drupal admin tables **/
  /* We overrode these styles in html-elements.css, but restore them for the
   * forms on the site.
   */
  form tbody
  {
    border-top: 1px solid #ccc;
  }

  form th
  {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
  }

  form tbody th
  {
    border-bottom: 1px solid #ccc;
  }

  form thead th
  {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
  }

/* CCC STANDARD STYLES */ 
  
  .spacer {clear:both}
  
  /* Google Map */
  #map
  {
   border:thin solid black;
   height:310px;
   margin-bottom:15px;
   width:675px; 
  }
  

 #header
{ 
 background:url("images/banner2.png") repeat-x scroll center top;
 
  height:200px;
  position:relative;
}

#main
{
  background-color:#fff;
}

/* Primary Links */
#primary {  
  background:url("images/bg-ip-nav.gif") repeat-y scroll center top #003059;
  border-bottom:2px solid #000;
  border-top:1px solid #333;
  height:35px;
  
}

#primary li {
  font-family:Arial,Helvetica,sans-serif;
  color:#FFFFFF;
  display:block;
  float:left;
  height:35px;
  letter-spacing:-0.3px;  
  text-align:center;
  width:115px;
  background:url(images/dent2.jpg) right top repeat-y;
  padding:0;  
}

#primary li a {
  color:#FFFFFF;
  font-size:92%;
  display:block;
  height:100%;
  line-height:35px;
  text-decoration:none;
  text-transform:uppercase;
}
#primary li.active,
#primary li.active a.active{
  background-color:#4aae24;color:#fff;
}

#primary li a:hover{
  background-color:#000;
}

.view-advanced-catalog .views-field-field-image-cache-fid img{
  padding:3px;
  margin:3px 3px 0 3px;
  background-color:#eee;
  border:1px solid #ddd;    
}

/* Secondary Links */
#secondary a {color:#fff;}
#secondary
{
  position:absolute;
  right:10px;
  bottom:3px;
  font-size:12px;
  line-height:26px; 
}

#secondary li{border-right:1px solid #ddd;}
#secondary li.last {border:none;}

.swftools
{ 
  height:150px;
  margin:0 auto;
  padding:0;
  width:690px;
}

#flash .block {margin:0;}

/* Footer */
#footer {
  /* background:url(images/footer-bg.jpg) center top repeat-y; */   
  padding:0;  
  margin:0; 
  color:#fff; 
  text-align: center;
}


#footer-inner
{
  background:url(images/footer-bg-image.jpg) center top no-repeat;    
  height:200px;
  padding-top:30px; 
  padding-left:40px;
  width:960px;  
  margin:auto auto;
  text-align: left;
  position: relative;
  
}
#footer .block{margin:0;}

#footer p{margin-top:0;font-size:11px;}

#footer .col{
  float:left;
  margin-right:10px;
  padding-right:10px;
  border-right:1px dotted #444;
  height:120px;
}

#footer .col.last{
  border:none;  
}

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

p.copy {font-size:13px;color:#ccc;}

#content li {margin-left:1.5em;}


.faq-question {background-color:#eee;padding:5px 0;border:1px solid #ddd}
.faq-answer {margin:20px 0;padding-left:0}

/* PRODUCT PAGE */
.eco {width:128px;height:30px;background-image:url(images/ecofriendly-icon.gif);}
#product_images {float:left;}
#product_images_inner {min-height:225px;width:350px;}





#firstphoto {width:300px;text-align:center;}

#photos
 {
  width:325px;
  background-color:#333;
  border:1px solid #B9D880;
  padding:3px;    
 }

#photos img {border:1px solid #777;margin:3px;}

#cartContainer {float:left;margin-left:10px;padding-left:15px;border-left:1px solid #aaa;width:300px;}
.model {font-size:85%;}

.our-price {
  color:#004080;
  font-size:18px;
  font-weight:bold;
}

.disclaimer {
  color:#42182d;
  font-size:10px; 
}
.max_char_text, .numeric_text {display:none;}
.form-item .description {
  color:#777777;
  font-size:0.7em;
  font-style:italic;
  line-height:1em;
}


/* Product Description Tab */
#product-details-body {border:1px solid #ccc;padding:1em;}

#product-details {padding:15px;}
#product-details ul {margin-left:28px;}

#product-details ul.tab
{
  border-bottom:solid 2px #DAD9C7;
  height:29px;
  margin:0;
  padding:0;
}

#product-details .tab li
{
  float:left;
  background:url(images/tab-round.png) right 60px;
  color:#56554e;
  display:block;
  font-weight:bold;
  height:30px;
  line-height:30px;
  text-decoration:none;
  margin:0;
}

#product-details .tab li span
{
  float:left;
  background:url(images/tab-round.png) left 60px;
  display:block;
  height:30px;
  margin-right:14px;
  padding-left:14px;
}
div.poptions
{
  background-color:#eee;
  border:1px solid #ddd;
  -moz-border-radius: 10px;
  -webkit-border: 10px;
  border-radius: 10px;
  float:left;
  padding:1em;
}
div.poptions h3 {margin:.5em 0 1em 0;text-align:center;}
div.poptions h4 {text-align:center;background:url(images/dent.jpg) left top repeat-x;padding-top:10px}

div.poptions img {margin:.5em;border:1px solid #999;}
div.poptions p {font-size:12px;}

.quote-notes {font-size:11px;color:#333;padding:5px;background-color:#eee;border:1px solid #ddd;margin:10px 0;line-height:15px}
.smaller {font-size:.65em}
.caption {font-size:.75em;color:#800040;text-align:center;font-weight:bold}
#content ul#views-tabset li {margin-left:0;}

/* TABLES */
table {width:100%;}

table#compare-table
{
  margin:.5em auto;  
  text-align:left;
  line-height:1.25;
  font-size:12px;
  background-color:#E8EDFF;
  color:#666699;
}
table#compare-table td {border-bottom:1px solid #fff;padding:3px;}
table#compare-table td.cell1 {font-weight:bold;padding-left:.5em;}
table#compare-table tr.col1 {background-color:#B9C9FE;color:#444;font-weight:bold;}
table#compare-table tr.data:hover {background-color:#fff;}


table#tote_specs {
  margin:1.5em auto;
  border:1px solid #000;
  text-align:center;
  line-height:1;
  font-size:10px;
}
table#tote_specs td {
  border:1px solid #999;  
}

table#tote_specs .bg {background-color:#eee;}
table#tote_specs .heading {background-color:#0099FF;;font-size:14px;}

td.category  {
  text-align:center;
  vertical-align:top;
  width:33%;
  height:190px;
  font-size:12px;
}

#pallet-table,
#color-table {width:475px;border:1px solid #000;margin:0 auto 35px auto;font: normal 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;}

#pallet-table td,
#color-table td {border:1px dotted #ccc;color:#2e455b;}

#pallet-table td.col1,
#color-table td.col1 {background-color:#ddd;text-align:right;color:#000}

#pallet-table td.col2 {background-color:#eee;text-align:left;color:#000}
#pallet-table tr.col1 {background-color:#eee;}

.label {background-color:#eee;}

caption
{
  padding: 28px 0 5px 0;
  font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  text-align: right;
  font-style: italic;
 }

p.description {font-size:14px;line-height:20px;}


/* Sidebars */
#sidebar-left {
  padding:7px;
}


.front #content-header,
.front #content-header h1 {display:none;}
.front #content-inner{padding-top:2em;}
 


#block-views-new_products-block_1 h2,
.front #content-header{
  color:#444;
  background:#def1cf url(images/gray-grad-2.jpg) left top repeat-x;
  letter-spacing:1px;
  font-size:105%;  
  padding:3px;
  margin:0;
  text-transform:uppercase; 
  text-align:center;
  
  -webkit-border-top-left-radius: 7px;
  -webkit-border-top-right-radius: 7px;
  -moz-border-radius-topleft: 7px;
  -moz-border-radius-topright: 7px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
} 

#block-uc_cart-0 h2{
  background-color:#eee;
}
#block-uc_cart-0 h2,
#sidebar-left .block-uc_catalog h2 {
  color:#444;
  letter-spacing:1px;
  font-size:105%;  
  padding:10px 0 0 0;
  margin:0;
  text-transform:uppercase; 
  text-align:center;
}


#block-uc_cart-0 .content
{
  border:1px solid #CCCCCC;  
  padding-left:7px;
}

#sidebar-left .block-uc_catalog .block-inner{
  boder:1px solid #aaa;
  margin-top:0;
  background-color:#EEEEEE;
  border:1px solid #CCCCCC;

  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

#block-uc_catalog-0
{ 
  padding-bottom:15px;
  background:url(images/block-shadow.jpg) center bottom no-repeat;
}

#sidebar-left .block-uc_catalog ul li {
  background:#EEEEEE url(images/dent3.jpg) left top repeat-x;
  line-height:1.3em;
  padding:7px 10px;
  list-style-type:none;
  list-style-image:none;
}

#sidebar-left .block-uc_catalog ul li li,
#sidebar-left .block-uc_catalog ul li li li 
{
  background-image:none;
  border-bottom:1px dotted #fff;
  font-size:95%;
}

#sidebar-left .block-uc_catalog ul
{
  padding:0;
  list-style-type:none;
}
/* Search Box */
#search
{
 margin:5px 0;
 padding:5px 0;
}
#edit-search-theme-form-1 {width:195px;}
#search-theme-form .form-submit {vertical-align:middle;}

#search_box{
  left: 320px;  
  top: 120px;
  position: relative;
}
.uc-price-product {color:#008000;}

/* Catalog Grid */
.view-new-products .views_slideshow_singleframe_slide .views-row,
.views-view-grid td
{ 
  padding:5px 5px 15px 5px;
}

.view-new-products .views_slideshow_singleframe_slide .views-row .views-field-title,
.views-view-grid td .views-field-title
{
  height:75px;
  overflow:hidden;
  margin:0 10px;
}
.view-new-products .views_slideshow_singleframe_slide .views-row .views-field-field-image-cache-fid,
.views-view-grid td .views-field-field-image-cache-fid
{
  height:135px;
  margin-top:35px;
  text-align:center;
}

.front .view-popular-products .views-field-field-image-cache-fid{
  margin-top:15px;
  height:120px;
}
.view-new-products .views_slideshow_singleframe_slide .views-row .views-field-sell-price,
.views-view-grid td .views-field-sell-price
{
  display:block;
  text-align:center;
  margin:5px 0;
}
.view-new-products .views_slideshow_singleframe_slide .views-row .views-field-buyitnowbutton, 
.views-field-buyitnowbutton
{
  text-align:center;  
}
.sub {font-size:12px;}


/* Tooltips */
div#tooltip {
  position:absolute;
  z-index:9999;
  color:#fff;
  font-size:10px;
  width:180px;
}

#tooltip .tipHeader {
  height:8px;
  background:url(images/tipHeader.gif) no-repeat;
}

#tooltip .tipBody {
  background-color:#000;
  padding:5px 5px 5px 15px;
}

#tooltip .tipFooter {
  height:8px;
  background:url(images/tipFooter.gif) no-repeat;
}

form#print-mail-form,
.webform-client-form > div:first-child, form#user-login, form#user-pass {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
background-color: #EEEEEE;
border:1px solid #BBBBBB;
padding:10px;
}


/* New & Popular Products View */
.view-popular-products table{
  margin-top:0;
}
.view-popular-products td {
  width:150px;
  border-left:1px solid #999;
  border-right:1px solid #aaa;
  border-bottom:1px solid #ccc;
  padding:0;
}



.view-popular-products td.first,
.view-popular-products td.last {border:none;}
/* Checkout Pages */ 
.page-cart-checkout fieldset {padding:10px;}
.page-cart-checkout tr.first,
.page-cart-checkout tr.last {background-color:#C2DEB6;}
#quote,
.page-cart-checkout #line-items-div {background-color:#fff;}
#payment_details {background:url(images/stripes.png) repeat;}

#cart-form-products thead tr,
.page-cart-checkout thead tr,
.page-cart-checkout tr.subtotal  {background-color:#333;}
.cart-review tbody tr {border-bottom:1px dotted #777;;}
.cart-review tbody tr td{padding:3px;}

 
.cart-review tbody tr td.products ul{
  margin:0;
  padding:0;
  font-size:.9em;
}
tr.even {background-color:#FFFFFF;}

/* Search Results */
dt {border-top:1px dotted #777;}
.searchtitle {margin:10px 0 3px 0;font-size:16px;}
dd {margin:0;}
.searchcol{
  width:100px;
  text-align:right;
  padding-right:1em;
}

.pager-field {clear:left;}

h4#subtitle {float:left;margin-top:0;}
#printlinks {float:right;}

#edit-wishlist {margin-top:28px;display:block;}
#block-views-popular_products-block_1 {margin-bottom:0;}
#customs {text-align:center;}

#product-specs{
  margin:10px;
  padding:10px;
  border:1px solid #aaa;
  background-color:#eee;  
}


/* Related Items */
.upsell-block-product{
  width:200px;
  text-align: center;
  padding:5px;
  float:left;
}
.cart-related-item,
.upsell-block-product {border:1px dotted #555;margin:0 5px;padding:5px;}

a.buy-related-item {display:block;height:100px;}
.upsell-block-product-title a.buy-related-item {height:60px;}

#edit-items-0-qty-wrapper {margin:0 3px;}
.uc-price {color:#32425B;}

.front #content-area {
  border-left:1px dashed #ddd;
  border-right:1px dashed #ddd;
  border-bottom:1px dashed #ccc;  
}

.front #content-area table{
  margin:0;
}

.page-rentals .webform-client-form input{width:260px;}
.page-rentals .webform-client-form input.webform-calendar {width:auto;}
#content ul.quicktabs_tabs.quicktabs-style-excel li {margin: 0 -5px -5px;}

.page-rentals #node-bottom {margin:0;}
.page-rentals div.node {margin:0;}
.page-rentals h1.title{
  color:#10b18f;
}
.page-rentals #content p{
  color:#555;
  line-height:16px;
}
.page-rentals h2.title{
  background:#10b18f url(images/arrow_down2.png) right center no-repeat;  
  color:#fff;
  padding:5px 10px;
  border:1px solid #fff;
  margin:40px 0 20px 0;
}

.page-rentals .block-webform .form-item{
  margin:0;
}
.page-rentals label {font-size:12px;}
.page-rentals #page .form-text, #page .form-textarea, #page .form-select, #page .form-file {margin-bottom:3px;}

#block-block-7{
  height:225px;
  width:225px;
  margin-left:5px;
  background:url(images/bulk-container-rentals.jpg) center center no-repeat;
}
#block-block-7 .content {padding-top:135px;margin:5px;}

#Div3DCarouselMenuAS2FX{
  position:absolute;
  top:0;
  right:72px;
}

#noflash{
  margin-top:28px;
  margin-right:20px;
}


p.custom_qty{
  margin:1px 0;
  color:#555;
  font-style:italic;
}

#contact-info{
  display:none;
}



/* Specials */
.page-container-specials h1.title{display:none;}
.view-specials table{
  border-spacing:4px;
  border-collapse: separate;
}
.view-specials table td{
  text-align:center;
  width:33%;
  border:1px dotted #000;  
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  padding:4px;
  }

.view-specials table td .views-field-title{
  height:20px;
  
}

.view-specials .views-field-sell-price{
  font-size:16px;
  color:#009d22;
  font-weight:bold;
}
.view-specials .views-view-grid td .views-field-field-image-cache-fid{
  height:165px;
}
.view-specials .view-header ul{
  list-style-type:none;
  border-left:1px solid #2b6ef3;
  padding-left:10px;
  margin-left:10px;
}
#content .view-specials .view-header li{
  margin-bottom:5px;
  margin-left:0;
}
.view-specials a{
  color:#215cd1;
}
.view-specials .view-header li a{  
  color:#215cd1;
  list-style-type:none;
  text-align: center;  
}
.retail-price .list-price,
.view-specials .views-field-list-price .uc-price-list_price{
  text-decoration: line-through;
}

table.prices tr.even,
table.prices tr.odd{
  background:none;
  border:none;
}
table.prices th,
table.prices td.datacell1{
  background-color:#eee;
}
table.prices{
  width:auto;
  margin:10px 0;
}
table.prices th,
table.prices td{
  width:70px;
  padding:2px 3px;
  text-align: center;
}
.datacell{
  border:1px dotted #ccc;
}
td.datacell1{
  color:#569c2e;
  font-weight:bold;
}
table.prices{  
  display:inline;
}

.bestBuy {
   position: relative;
    right: -155px;
    top: -64px;
    transform: translate(0px) rotate(7deg);
    
}

td.label{
  padding:2px;
}

#uc-cart-checkout-form .field-label{
  font-weight:normal;
  color:#555;
  font-size:13px;
}



/* Quote Theme */
#billing-pane,
#delivery-pane{
  width:47%;
  float:left;
}
#billing-pane{
  margin-right:5px;
}
#billing-pane .description{
  padding-bottom:48px;
}
#quotes-pane{
  clear:left;
}
#quotes-pane .help{
  margin:3px 0;
  color:#ad1f14;
}
#quotes-pane .description p,
#quotes-pane .form-radios{
  margin:3px 0 0 0;
}
#quotes-pane .form-radios .form-item{
  display:inline-block;
  margin-right:1em;
}
#quotes-pane .form-radios .form-item label{
  background-color:#fff;
  color:#333;
}
#quotes-pane label{
  background-color:#333;
  color:#fff;
  padding:5px;
  letter-spacing:1px;
  font-weight:normal;
}

#quotes-pane .form-item .description{
  font-style:normal;
  color:#4c1424;
  font-size:12px;
  margin-top:3px;
  padding-top:3px;
  border-top:1px dotted #ddd;
}

#quote label{
  background-color:#fff;
  font-size:1.25em;
  color:#217c21;
  font-weight:bold;
}

#quote label img{
  vertical-align: middle;
  margin-right:10px;
}

#uc-cart-checkout-form table{
  margin:0;
}
form#uc-cart-view-form thead th,
form#uc-cart-checkout-form thead th {
    border-bottom: 3px solid #333;
    color:#fff;    
}

form#uc-cart-checkout-form .subtotal,
form#uc-cart-checkout-form .subtotal .uc-price{
  color:#fff;
}

#cart-form-buttons{
  padding-bottom:5px;
}
#cart-form-products {
    margin:0;
    border:none;
}

#cart-form-products td{
  padding:4px;  
}

#cart-form-products td.remove{
  vertical-align: middle;
}

#block-views-specials-block_1 h2,
#block-views-popular_products-block_1 h2{
  background-color:#333;
  color:#fff;
  text-align:center;
  border-left:1px solid #fff;
  border-right:1px solid #fff;
}

#specs img{
  float:left;
}

#specs  p{font-size:12px;}

hr {
  border: 0;
  width: 90%;
  color: #f00;
  background-color: #777;
  height: 3px;
}

.block-constant_contact{
  border:1px solid #aaa;
  padding:4px;
}
.block-constant_contact h2.title{
  line-height:1.1;
  font-size:17px;
}


.page-blog .views-row{
  margin:1em 0;
  padding:1em 0;
  border-bottom:1px solid #ccc;
}

.node_read_more a:before{
  content: "\279C";
  color:#5781AA;  
}

.node.node-type-blog{
  margin-bottom:2em;
}

table#clean{
  margin:auto auto;
  border:1px solid #ccc;
}

table#clean tr:first-child td{
  background-color:#333;
  color:#fff;  
  padding:5px;
}

table#clean tr td{
  padding:5px;
  border:1px dashed #ddd;
}

#product_images_inner ul{
  padding-left:.5em;
}
#product_images_inner ul li{
  font-size: .85em;
  margin-bottom:.25em;
}

#header-phone{
  position: absolute;
  bottom:15px;
  left:30px;
  font-size:1.5em;
  color:#fff;
}

#footer-phone{
  position:absolute;
  bottom:45px;
  left:70px;
  font-size:1.25em;
  color:#fff;
}

#constant-contact-signup-form input.form-text {
  width:205px;
}

