/*
-----------------------------------------------
Call of the Wild 
Author:www.imaginet.co.uk
Version:07 Jul 2007 
----------------------------------------------- */



/* Global Styles
----------------------------------------------- */

* {
   padding:0;
   margin:0;
}
a {
   color:#C5161D;
   text-decoration:underline;

}
a:hover {
   color:#C5161D;
   text-decoration:none;

}
a img {
   border:0;
}
p {
   margin:0 0 1em 0;
   line-height:1.4em;
}
ul {
   list-style-type:none;
}

ul span {
   color:#FFE401;
}

.breaker {
   clear:both;
   width:100%;
   height:1px;
   font-size:0.1em;
   overflow:hidden;
}
.none {
   display:none;
}
.alert {
   color:#f00;
}
table {
   font-size:1em;
}



/* Page Structure
----------------------------------------------- */

html body {
   margin:0 0 0 0;
   background:#999;
   color:#000;
   text-align:center;
   font:0.8125em Verdana,Sans-serif;
}
#page {
   width:780px;
   margin:0 auto;
   font-size:85%;
   text-align:left;
   background:#fff url("graphics/pagebg.jpg") repeat-y top;
}
#top {
   width:780px;
   height:15px;
   margin:0 auto;
   font-size:85%;
   text-align:left;
   background:#fff url("graphics/top.gif") no-repeat top;
}
#footer {
   width:780px;
   margin:0 auto;
   font-size:85%;
   text-align:center;
   background:#999 url("graphics/footer.gif") no-repeat top;
   padding:20px 0 0 0;
}
#partners {
   width:780px;
   height:75px;
   margin:0 auto;
   font-size:85%;
   text-align:left;
   background:#fff url("graphics/footerbg.gif") no-repeat bottom;
}
#left {
   width:160px;
   float:left;
   padding:0 0 0 20px;
}
#right {
   width:596px;
   float:right;
   padding:0 0 0 0;
}
#topnav {
   width:596px;
   padding:3px 0 0 0;
   
}
#content {
   padding:0 40px 0 22px;
}




/* Footer
----------------------------------------------- */

#footer a {
   color:#000;
}




/* Topnav
----------------------------------------------- */


#topnav ul {
   list-style-type:none;
   display:inline;
}
#topnav ul li {
   list-style:none;
   display:inline;
   font-size:1.2em;
}
#topnav ul a {
   float:left;
   display:block;
   color:#fff;
   line-height:1em;
   text-decoration:none;
   background-color:#000;
   padding:4px 34px 6px 34px;
   border-right:1px solid #fff;
   font-weight:bold;
}
#topnav ul a.active {
   float:left;
   display:block;
   color:#fff;
   line-height:1em;
   text-decoration:none;
   background-color:#c5161d;
   padding:4px 34px 6px 34px;
   border-right:1px solid #fff;
   font-weight:bold;
}
#topnav ul a:hover {
   float:left;
   display:block;
   color:#fff;
   line-height:1em;
   text-decoration:none;
   background-color:#c5161d;
   padding:4px 34px 6px 34px;
   border-right:1px solid #fff;
   font-weight:bold;
}




/* Leftnav
----------------------------------------------- */

#leftnav {
   padding:4px 0 0 0;
   background-color:#fff;
}
#leftnav ul li {
   border-bottom:1px solid #fff;
   text-transform:uppercase;
}
#leftnav ul li a {
   display:block;
   padding:5px 0 5px 8px;
   color:#333;
   text-decoration:none;
   background-color:#d9d9da;
   font-weight:bold;
}
#leftnav ul li a:hover {
   color:#fff;
   background-color:#00a650;
}
#leftnav ul li a.active {
   color:#fff;
   background-color:#00a650;
}
#leftnav ul li ul li a {
  background-color:#f0f0f2;
  text-transform:none;
}
#leftnav ul li ul {
}
#leftnav ul li ul li {
   border-bottom:1px solid #f0f0f2; 
}
#leftnav ul li ul li a {
   background-image:url("graphics/redbullet.gif");
   background-repeat:no-repeat;
   background-position:10px 10px;
   padding:6px 0 0.5em 24px;
}
#leftnav ul li ul li a.active2 {
   color:#c4161c;  
}
#leftnav ul li ul li a:hover {
   color:#c4161c;
   background-color:#d9d9da; 
}




/* Home
----------------------------------------------- */

#home, #home3, #home4, #home5 {
   padding:0 40px 0 22px;
}
#home2 {
   padding:0 15px 0 22px;
}
#home .contentleft, #home3 .contentleft, #home4 .contentleft, #home5 .contentleft {
   width:260px;
   float:left;
}
#home .contentright, #home3 .contentright, #home4 .contentright, #home5 .contentright {
   width:260px;
   float:right;
}
#home h1, #content h1 {
   font-size:1.6em;
   color:#C5161D;
   margin:15px 0 15px 0;
}
#home h2, #home2 h2, #home3 h2, #home4 h2, #home5 h2 {
   font-size:1.5em;
   color:#fff;
   margin:0 0 5px 0;
}
#home h2 a, #home2 h2 a, #home3 h2 a, #home4 h2 a, #home5 h2 a {
   font-size:1em;
   color:#fff;
   margin:0 0 5px 0;
   text-decoration:none;
}
#home h2 a:hover, #home2 h2 a:hover, #home3 h2 a:hover, #home4 h2 a:hover, #home5 h2 a:hover {
   text-decoration:underline;
}


#home h3, #home2 h3, #home3 h3, #home4 h3, #home5 h3 {
   font-size:1.2em;
   color:#fff;
   margin:0 0 15px 0;
}
.boxblack {
   background-color:#000;
   color:#fff;
   margin:20px 0 0 0;
   height:98px;
}

.boxblack .left {
   float:left;
   width:148px;
   padding:10px 0 0 10px;
}

.boxblack .right {
   float:right;
   width:100px;

}

.boxgrey {
   background-color:#999;
   color:#fff;
   margin:20px 0 0 0;
   height:98px;
}

.boxgrey .left {
   float:left;
   width:148px;
   padding:10px 0 0 10px;
}

.boxgrey .right {
   float:right;
   width:100px;
}

#specialoffers {
   background-color:#C5161D;
   height:163px;
}

#specialoffers .left {
   float:left;
   width:255px;
   padding:10px 5px 0 10px;
   color:#fff;
}

#specialoffers .right {
   float:right;
   width:283px;

}

.gap {
   height:20px;
   background:#fff url("graphics/sp1.jpg") no-repeat top left;
}

.actioncall {
   padding:20px 0;
   text-align:center;
}

.contact {
   color:#C5161D;
   font-size:1.1em;
   font-weight:bold;
   padding:15px 0 15px 8px;
   border-bottom:1px solid #D9D9DA;
}

.call {
   font-weight:bold;
   padding:15px 0 15px 8px;
   border-bottom:1px solid #D9D9DA;
   background:#F0F0F2 url("graphics/callbg.jpg") no-repeat top left;
}

.call span {
   font-size:1.2em;
}

.newsletter {
   font-weight:bold;
   padding:15px 0 15px 8px;
   border-bottom:1px solid #D9D9DA;
   background:#F0F0F2 url("graphics/newsbg.jpg") no-repeat top left;
}

.partnerslogos {
    padding:4px 19px 0 0;
    text-align:right;
}





/* Forms
----------------------------------------------- */   
   
#form {
   background:#d9d9da;
   padding:10px 0 10px 0;
   margin-bottom:8px;
}
#form table {
   padding:0 0 0 10px; 
}
#form table td {
   color:#000;
   padding:6px;
   text-align:left;  
}
#form label {
     color:#656d7d;
}
form input.border1 {
  background:#fff;
  border: 1px #c4c6ca solid;
  font:verdana;
}
#form span {
   font-size:1.2em;
   color:#000;
   font-weight:bold;
}





/* Listings
----------------------------------------------- */

#listingtop {
   background-color:#C5161D;
   height:163px;
}

#listingtop a {
   color:#fff;
}

#listingtop .left {
   float:left;
   width:250px;
   padding:10px 10px 0 10px;
   color:#fff;
}
#listingtop .right {
   float:right;
   width:258px;

}
.listings h2 {
   font-size:1.4em;
   color:#fff;
   margin:0 0 7px 0;
}
#content .listings h2 a {
   font-size:0.9em;
   color:#fff;
   margin:0 0 7px 0;
   text-decoration:none;
}
#content h2 a:hover, #home h2 a:hover {
   text-decoration:underline;
}
.listitem {
   margin:25px 0 0 0;
}
.listitem .left {
   float:left;
   width:129px;
}
.listitem .mid {
   float:left;
   width:250px;
   background-color:#999;
   color:#fff;
   padding:7px 5px 0 20px;
   height:70px
}
.listitem .right {
   float:right;
   width:128px;
}
.listitem .right a {
   color:#fff;
   text-decoration:none;
}
.listitem .right a:hover {
   text-decoration:underline;
}
.listitem .green {
   background:#00A651 url("graphics/greenbg.gif") no-repeat top right;
   padding:30px 0 5px 15px;
   color:#fff;
}
.listitem .black {
   background:#000 url("graphics/blackbg.gif") no-repeat top right;
   padding:30px 0 5px 15px;
   color:#fff;
}
.listitem .red {
   background:#C4161C url("graphics/redbg.gif") no-repeat top right;
   padding:30px 0 5px 15px;
   color:#fff;
}





/* News
----------------------------------------------- */


div.news p.date {
   margin:0 0 0.2em 0;
}

.newsitem a {
   text-decoration:none;
}
.newsitem a:hover {
   text-decoration:underline;
}





/* Inline Images
----------------------------------------------- */

img.left1, img.left2 {
   float:left;
   margin:0 10px 5px 0;
}
img.right1, img.right2 {
   float:right;
   margin:0 0 5px 10px;
}
img.left1, img.right1 {
   border:1px solid #000;
}
img.none1 {
   float:none;
   border:1px solid #000;
}
img.none2 {
   float:none;
   border:none;
}


/* Sitemap
----------------------------------------------- */


#content .sitemap h2 a {
   display:block;
   color:#fff;
   background-color:#00a650;
   width:515px;
   font-size:0.8em;
   text-decoration:none;
   padding:5px 10px;
}


/* Content 
----------------------------------------------- */


hr { 
   border-color:#d8d8d8;
   border-style:solid;
   border-width:1px 0 0 0;
   margin:0 0 1em 0;
   color:#fff;
}
#content h2 {
   font-size:1.5em;
   color:#c5161d;
   margin:0 0 5px 0;
}
#content h2 a {
   font-size:1em;
   color:#c5161d;
   margin:0 0 2px 0;
}
#content h3 {
   font-size:1.3em;
   color:#c5161d;
   margin:0 0 5px 0;
}
#content h4 {
   font-size:1.1em;
   color:#c5161d;
   margin:0 0 5px 0;
}
#content ul {
   line-height:1.5em;
   margin:0 0 1.5em 0;
}
#content ul li {
   background:url("graphics/redbullet.gif") no-repeat 18px 6px;
   padding:0 15px 0 36px;
   margin:0 0 1em 0;
}
ol {
   padding:0 0 0 36px;
}
ol li {
   padding-bottom:1em;
}
ol li a {
   font-weight:normal;
   text-decoration:none;
}
ol li a:hover {
   text-decoration:underline;
}
ol.alpha {
   list-style-type:lower-alpha
}
