/* (c) 2012 - Consignments Worldwide Ltd. by www.pillorybarn.co.uk */

* {
  margin: 0;
  padding: 0;
}

/* Formatting */

body {
  font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  color: #555;
}

a {
  text-decoration: none;
  color: #f67d0b;
  font-weight: bold;
}

a:hover {
  color: #0068a9;
}

h1, h2, h3 {
  font-weight: bold;
  margin: 0 0 15px 0;
}

h1 {
  color: #f67d0b;
  font-style: italic;
  text-transform: uppercase;
  font-size: 27px;
}

h2, h3 {
  color: #0066ae;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 15px;
}

p {
  margin: 0 0 15px 0;
}

.orange {
  color: #f67d0b;
}

.blue {
color: #0068a9;
}

/* LAYOUT */

#container {
  width: 960px;
  margin: 0 auto;
}

/* Header */

#header {
  height: 175px;
  position: relative;
  margin: 0 0 15px 0;
}

#header-logo {
  position: absolute;
  top: 24px;
  left: 0;
}

#header-callus {
  position: absolute;
  right: 0;
  bottom: 67px;
  font-size:26px;
  color: #c7c7c7;
}

/* Menu */

#header-menu {
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
width: 960px;
height: 30px;
position: absolute;
bottom: 0;
}

#header-menu ul {
  list-style: none;
}

#header-menubar {
  width: 640px;
}

#header-menusocial {
  position: absolute;
  right: 0;
  width: 300px;
  margin: 6px 0 0 0;
}

#header-menubar li {
  float: left;
}

#header-menusocial li {
  float: left;
  margin: 0 0 0 29px;
}

#header-menubar li a {
  margin: 0 12px 0 0;
  padding: 7px;
  height: 16px;
  display: block;
  color: #999;
  font-weight: normal;
}

#header-menubar li a:hover, #header-menubar .active  {
  color: #f67d0b;
}

#header-menubar li .active {
 font-weight: bold; 
}

/* Masthead */

#masthead {
  height: 353px;
  width: 960px;
  background: url("../images/cww-masthead-shadow.png") no-repeat 0 bottom;
  position:relative;
  margin: 0 0 5px 0;
}

.masthead-slide {
  background: #c7c7c7;
  height: 335px;
  width: 960px;
  position: relative;
}

#nav-prev {
  position: absolute;
  bottom: 33px;
  left: -18px;
}

#nav-next {
  position: absolute;
  bottom: 33px;
  right: -18px;
}

#nav-prev:hover, #nav-next:hover {
  cursor: pointer;
}

#nav {
   position: absolute;
   bottom: 40px;
   z-index: 10;
   right: 20px;
}

#nav a {
   margin: 0 0 0 12px;
   color: transparent;
   height: 14px;
   width: 14px;
   display: inline-block;
background: url(/images/cww-pager-bg.png) no-repeat 0 0;
}

#nav a.activeSlide {
   color: tranparent;
   background: url(/images/cww-pager-bg.png) no-repeat 0 -14px;
   
}

/* Content */

#content-main {
  width: 620px;
  float: left;
  margin: 0 0 20px 0;
  
}


#content-main ul {
margin: 0 0 25px 25px;
 list-style-image: url(../images/cww-bullet-img.png);

}

#content-main li {
margin: 0 0 6px;
}


/* Sidebar */

#content-sidebar {
  width: 310px;
  float: right;
  margin: 0 0 20px 0;
}

#sidebar-other {
  background: url(/images/cww-grey-bg.png);
  padding: 15px;
  margin: 0 0 20px 0;
}

#sidebar-other h2 {
 color: #f67d0b;
}

#sidebar-other a {
color: #0068a9;
}

#sidebar-other ul {
  list-style: none;
}

#sidebar-other li {
  border-top: 1px solid #ccc;
  padding:  9px ;
  font-size: 16px;
  overflow: auto;
}

#sidebar-other img {
  float: left;
  width: 100px;
  margin: 0 12px 0 0;
}

#content-sidebar-quote, #sidebar-other {
  text-shadow: 0 1px 2px rgba(0,0,0,0.5);
}

#content-sidebar-quote {
  padding: 15px 15px 0 15px;
  color: #fff;
  background: #f5f5f5 url("../images/cww-sidebar-quote-bg.png");
}

#content-sidebar-quote h2 {
  color: #fff;
}

form#freeform p label {
font-size: 12px;
width: 80px;
display: inline-block;
}

#freeform p input {
  width: 170px;
  padding: 5px;
  border: 1px solid #26455c;
}

#freeform #submit {
  width: 121px;
  height: 36px;
  border: 0;
  padding: 0;
  margin: 0 0 10px 0;
}

#insurance {
  text-align: center;
  font-weight: bold;
  padding: 12px 0 6px;
  font-size: 14px;
  border-top: 1px solid #c2c0c0;
  border-bottom: 1px solid #c2c0c0;
}

#fp-insurance {
  text-align: center;
  font-weight: bold;
  padding: 12px 0 6px;
  font-size: 14px;
  border-top: 1px solid #c2c0c0;
  border-bottom: 1px solid #c2c0c0;
  overflow: auto;
}

#fp-insurance img {
  float: right;
  margin: -5px 0 0 ;
}



/* Footer */

#footer {
  clear: both;
  border-top: 1px solid #c7c7c7;
  margin: 20px 0 0 0;
  padding: 20px 0 0 0;
  font-size: 11px;
  color: #c7c7c7;
}

#footer a {
  color: #c7c7c7;
}

#footer-left {
  float:left;
}

#footer img {
  float: left;
  margin: 0 30px 0 0;
}

#footer-right {
  float: right;
}

/* Front Page */

.slide-button {
  position: absolute;
  left: 55px;
  bottom: 90px;
  z-index: 2;
}

.masthead-slide img {
position: absolute;

  z-index: 1;
}

#fp-cta {
  width: 980px;
  height: 175px;
  float: left;
  margin: 0 0 20px 0;
}

#fp-cta ul {
  list-style: none;
}

#fp-cta li {
  height: 175px;
  float: left;
  margin: 0 15px 0 0;
  width: 310px;
  background: url("/images/cww-cta-shadow.png") no-repeat left bottom;
}

#fp-cta li a {
  display: block;
  text-align: center;
  background: url(/images/cww-grey-bg.png);
  width: 310px;
  height: 160px;
  
}

#fp-cta h3 {
  margin: 10px 0 0 0;
}

#fp-cta img {
  width: 130px;
  margin: 15px 0 0 0;
}

/* Contact Page */

#content-main .contacts {
margin: 0;
}

#content-main .contacts li {
  list-style: none;
  padding: 0 0 10px 35px;
}

#content-main .contacts .contact-person {
   background: url(../images/cww-contacticon-person.png) no-repeat 0 0 ;}

#content-main .contacts .contact-phone {
   background: url(../images/cww-contacticon-phone.png) no-repeat 0 -5px; }
   
#content-main .contacts .contact-mobile {
   background: url(../images/cww-contacticon-mobile.png) no-repeat 0 -2px; }

#content-main .contacts .contact-email {
   background: url(../images/cww-contacticon-email.png) no-repeat 0 -5px; }
   
#content-main .contacts .contact-fax {
   background: url(../images/cww-contacticon-fax.png) no-repeat 0 -5px; }

#content-main .contacts .contact-address {
  background: url(../images/cww-contacticon-address.png) no-repeat 0 0; }