
@import url("reset.css");


body {
  background: #b1cde0;
  font-size: 16px;
}

#container {
  width: 740px;
  margin: 10px auto;
}

#container strong {
  font-weight: bold;
}


/*
  HEADER
*************************************/
#header {
  width: 740px;
  height: 75px;
  background: url(../images/core/header-background.gif) top center no-repeat;
}

#header img.logo {
  margin: 4px;
  float: left;
}

#header p.phone {
  font: bold 0.88em Arial, Verdana, sans-serif;
  float: left;
  color: #0f7bc5;
  margin: 30px 0 0 30px;
}

#header p.phone strong {
  font-size: 1.43em;
  margin-left: 20px;
}

#splash {
  height: 192px;
  width: 740px;
  background: #72b3e6 url(../images/core/splash-background.gif) top left;
}

#splash div#splashimages img {
  float: left;
  display: inline;
}


/*
  NAVIGATION
*************************************/
#splash #navigation {
  background: url(../images/nav/nav-background.gif) top center no-repeat;
  width: 456px;
  height: 26px;
  float: left;
  margin-left: 5px;
}

#navigation #nav {
	height: 26px;
	list-style: none;
	display: inline;
	overflow: hidden;
	}

#navigation #nav li {
  list-style: none;
	display: inline;
	}

#navigation #nav a {
	float: left;
	padding: 26px 0 0 0;
	overflow: hidden;
	margin-left: 1px;
	height: 0px !important; 
	height /**/:26px; /* for IE5/Win only */
	}
	
#navigation #nav li#nav-home a {width: 55px;	background: url(../images/nav/nav-home.gif) top left no-repeat; margin-left: 17px;}
#navigation #nav li#nav-profile a {width: 59px;	background: url(../images/nav/nav-profile.gif) top left no-repeat;}
#navigation #nav li#nav-bait a {width: 77px;	background: url(../images/nav/nav-baitlist.gif) top left no-repeat;}
#navigation #nav li#nav-wholesale a {width: 132px;	background: url(../images/nav/nav-wholesale.gif) top left no-repeat;}
#navigation #nav li#nav-contact a {width: 83px;	background: url(../images/nav/nav-contact.gif) top left no-repeat;}

#navigation #nav a:hover {background-position: 0 -26px !important;}


/*
  CONTENT
*************************************/
#content {
  width: 740px;
  background: url(../images/core/content-background.gif) repeat-y;
  font: 0.69em/1.455em Arial, Verdana, sans-serif;
  color: #5c5958;
  padding: 34px 0 20px 0;
}

#content a {color: #0f7bc5; text-decoration: underline;}
#content a:hover {text-decoration: none;}

/* SIDEBAR */
#sidebar {
  width: 254px;
  margin-left: 2px;
  float: left;
}

#sidebar blockquote {
  height: 64px;
  width: 227px;
  margin-left: 10px;
  background: url(../images/core/quote.gif) no-repeat;
  text-indent: -9999px;
}

#sidebar p {
  margin: 30px 0 0 50px;
  color: #3a3736;
}


/* TEXT */
#text {
  width: 460px;
  float: left;
}

#text h1,
#text h2,
#text h3,
#text h4,
#text h5 {
  font-weight: bold;
  font-size: 1.45em;
  color: #2c2726;
}

#text p {
  margin: 12px 0;
}

#text li {
  list-style: square;
  margin-left: 20px;
  line-height: 2em;
}

#text ol li {list-style: none;}

#text img.float-left {float: left; margin: 16px 10px 10px 0; border: 2px solid #226997;}
#text img.float-right {float: right; margin: 16px 0 10px 10px; border: 2px solid #226997;}

#text hr {
  height: 0;
  border: none;
  border-top: 1px solid #ccc;
  margin-bottom: 14px;
}

/*
  FOOTER
*************************************/
#footer {
  width: 740px;
  height: 49px;
  background: url(../images/core/footer-background.png) no-repeat;
}

#footer p {
  padding: 10px;
  font: 0.69em/1.455em Arial, Verdana, sans-serif;
  color: #5c5958;
  text-align: center;
  float: left;
}

#footer a {color: #5c5958; text-decoration: underline; font-weight: bold;}
#footer a:hover {text-decoration: none;}

img.webbasic {
  float: right;
  margin: 10px;
}


/*
  BAIT LIST FORM
*************************************/
#baitlist {
  margin: 20px 0 0 0;
}

#baitlist th {
  font-size: 1.273em;
  border-bottom: 1px solid #226997;
  font-weight: bold;
}

#baitlist input {
  width: 35px;
  text-align: right;
  padding-right: 3px;
}

#baitlist td {
  color: #000;
  padding: 2px;
  vertical-align: top;
}


.section {font-weight: bold; text-transform: uppercase;}
.alt {background: #e7f2fb;}
.over {background: #c9e2f5;}

#baitlist label {
  width: 150px;
  display: block;
}

#baitlist input.contact {
	padding: 3px;
	border: 1px solid #ddd;
	background: #fff;
	font: normal 13px/13px Verdana, Arial, Helvetica, sans-serif;
}