@charset "utf-8";
/* CSS Document */

/*Common styles for Chapel Baits*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color:#dedede;
	font-family: Verdana, Arial, Helvetica;
}

div#fishing-baits-holder {
	background-color:#fff;
    margin: 10px auto 15px auto;
	width:900px;
	height:100%;
}

div#uk-fishing-baits-header {
	width:580px;
	height:54px;
	background-image:url(../fishing-baits-uk/uk-fishing-bait-shop-header.jpg);
	color:#ffffff;
	font-size:17pt;
	padding-left:320px;
	padding-top:90px;
}

div#bait-fishing-shop-nav {
   float:left;
   width:900px;
   height:60px;
}

div#uk-fishing-bait-products-left {
   float:left;
   width:183px;
   height:480px;
   background-color:#101010;
}

div#baits-products {
  float:left;
  width:153px;
  height:147px;
  background-image:url(../fishing-baits-uk/products.jpg);
  background-repeat:no-repeat;
  padding-left:30px;
  padding-top:48px;
}

#fishing-baits-menu {
    list-style: none;
    float: left;
}
 
ul#fishing-baits-menu li {
    float: left;
    display: inline;
    margin-right: 37px; /*gap between items*/
 }
 
ul#fishing-baits-menu li a, ul#fishing-baits-menu li a:visited {
    text-decoration: none; /*get rid of the link underline*/
    font-weight: bold; /*change to "bolder" to bold it*/
    color: #fff; /*change to the colour you want*/
    font-size:9pt;
}

ul#fishing-baits-menu li a:hover {
	color: #f9b104;
}

div#paypal-accepted {
  float:left;
  width:183px;
  height:75px;
}

div#cards-accepted {
  float:left;
  width:183px;
  height:75px;
}

div#chapel-baits-information {
  float:left;
  width:153px;
  height:107px;
  background-image:url(../fishing-baits-uk/information.jpg);
  background-repeat:no-repeat;
  padding-left:30px;
  padding-top:43px;
}

div#fishing-bait-contents {
 float:left;
 width:497px;
 height:480px;
 background-color:#101010;
 padding-top:15px;
 padding-left:12px;
}

div#baits-supplies-boilies-right {
 float:right;
 width:208px;
 height:495px;
 background-color:#101010;
}

div#bait-shopping-cart {
  width:181px;
  height:54px;
  background-image:url(../fishing-baits-uk/shopping-cart.jpg);
  background-repeat:no-repeat;
  color:#fff;
  padding-top:109px;
  padding-left:25px;
  font-size:7pt;
  text-align:center;
}

div#featured-fishing-baits {
   width:208px;
   height:250px;
   float:left;
} 

div#custom-fishing-baits-uk-footer {
   clear:both;
   float:left;
   width:900px;
   height:34px;
}

div#fishing-tackle-seo {
   float:left;
   width:900px;
   height:74px;
   background-color:#101010;
   color:#9b9a99;
   font-size:8pt;
   text-align:center;
   padding-top:8px;
}



.style1 {color: #CCCCCC}
.style2 {font-size: 7pt}
.fishing-baits-uk1 {color: #fcbf05; font-size:15pt;}
.fishing-baits-uk2 {color: #ebe8e8; font-size:11pt;}
.fishing-baits-uk3 {color: #e5e3e4; font-size:9pt;}
.fishing-baits-uk4 {color: #FBED44; text-decoration:none;}


