@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 {
    float:left;
	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#shop-contents {
 float:left;
 width:900px;
 height:100%;
 background-color:#101010;
 padding-top:15px;
}


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;}


