/* 
******************************************************************* 
 
Title:			fish-hawk.css 
Browser(s):		Safari, Firefox, IE7 
 
Author:			Andy Davis (adavis@raddsigns.com) 
Created:		09.11.2008 
Last modified:	01.08.2010 s17 
 
******************************************************************* 
*/ 

html, body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #b7b7b7;
}

.home-page {
	background: url(../images/main-bg.jpg) no-repeat top center #000;
}

.secondary-page {
	background: url(../images/main-bg.jpg) no-repeat top center #000;
}

.secondary-page2 {
	background: url(../images/main-bg.jpg) no-repeat top center #000;
}

a {
	color: #0076a3;
	text-decoration: none;
}

a:hover {
	color: #FFF;
	text-decoration: none;
}

a.visited {
	color: #0076a3;
	text-decoration: none;
}

/*  HEADER  */

h1.fish-hawk-logo {
	display: block;
	width: 294px;
	height: 95px;
	background: url(../images/fish-hawk-logo.png) no-repeat;
	text-indent: -9999px;
	color: #000;
	float: left;
	margin: 18px 0 0 0;
	padding: 0px;
}

/*  HOMEPAGE MAIN BANNER  */

.fish-hawk-banner {
	background: url(../images/fish-hawk-main-banner.jpg) no-repeat;
}

/*  HOMEPAGE SUB BOXES  */

#sub-boxes {
	margin: 13px 0 0 0;
	padding: 0;
	font: bold 14px "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #b9b8b8;
	height: 180px;
	width: 940px;
}

#sub-boxes li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
	float: left;
	width: 305px;
	height: 180px;
}

#sub-boxes ul li a {
	font: bold 14px "Lucida Grande", Helvetica, Arial, sans-serif;
	text-decoration: none;
	padding:0;
	margin: 0;
	display: block;
}

.fish-hawk-box1 a {
	background: url(../images/sub-box-1.jpg) no-repeat;
	text-indent: -9999px;
	height: 180px;
	width: 305px;
}

.fish-hawk-box1 a:hover {
	opacity: .9;
	filter: alpha(opacity=90);
}

.fish-hawk-box2 a {
	background: url(../images/sub-box-2.jpg) no-repeat;
	text-indent: -9999px;
	height: 180px;
	width: 305px;
	position: relative;
	left: 13px;
}

.fish-hawk-box2 a:hover {
	opacity: .9;
	filter: alpha(opacity=90);
}

.fish-hawk-box3 a {
	background: url(../images/sub-box-3.jpg) no-repeat;
	text-indent: -9999px;
	height: 180px;
	width: 305px;
	position: relative;
	left: 25px;
}

.fish-hawk-box3 a:hover {
	opacity: .9;
	filter: alpha(opacity=90);
}

/*  FOOTER  */

#search-bar {
	width: 940px;
	height: 45px;
	background: url(../images/search-bar-bg.gif) no-repeat;
}

#search-box {
	width: 635px;
	float: left;
}

.fish-hawk-search {
	width: 460px;
	height: 24px;
	background-color: #383737;
	border: none;
	margin:10px 0 0 60px;
	font: bold 14px "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #707070;	
}

p.btn-search a {
	position: relative;
	top: -28px;
	left: 545px;
	display: block;
	width: 79px;
	height: 28px;
	background: url(../images/btn-search.png) no-repeat;
	font: bold 14px "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #707070;	
	text-indent: -9999px;
}

p.btn-search a:hover {
	background-position: -79px 0;
}

#fish-hawk-news {
	width: 305px;
	float: right;
}

#fish-hawk-news p a {
	position: relative;
	left: 60px;
	top: 15px;
	font: bold 11px "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #dadada;	
	text-decoration: none;
	text-shadow: #333 1px 1px 1px;
}

#fish-hawk-news p a:hover {
	color: #e5c467;
}


/*  PRODUCTS PAGES  */

#fragment-1, #fragment-2, #fragment-3, #fragment-4 {
	background-color: #262626;
	color: #CCC;
	padding: 15px;
}

#fragment-1 p, #fragment-2 p, #fragment-3 p, #fragment-4 p {
	margin-bottom: 15px;
	line-height: 20px;
}

#fragment-1 ul, #fragment-2 ul, #fragment-3 ul, #fragment-4 ul {
	margin-left: 10px;
}

#fragment-1 li, #fragment-2 li, #fragment-3 li, #fragment-4 li {
	margin-left: 10px;
	list-style-type: square;
}

#sub-title-products {
	background: url(../images/sub-title-bg.png) repeat-x;
}

#sub-title-products h2 {
	font: bold 20px "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #e5c46d;
	padding: 15px 0 16px 18px;
	text-shadow: #000 1px 1px 1px;
}

.product-grid {
	padding: 15px;
	background-color: #262626;
	text-align: center;
}

.product-grid ul {
	margin:0 0 0 10px;
	padding:0;
	text-align: center;
	width: 600px;
}

.product-grid ul li {
	list-style-type: none;
	float: left;
	text-align: center;
}

.product-grid ul li a {
	color: #CCC;
	font: normal 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}

.product-grid ul li a p {
	margin-bottom: 15px;
	padding-bottom: 15px;
	margin-right: 30px;
}

.product-grid ul li a img {
	margin-bottom: 10px;
	margin-right: 30px;
	border: 8px solid #333;
}

.product-grid ul li a img:hover {
	border: 8px solid #CCC;
}

/*  ABOUT PAGES  */

.sub-title-about, #sub-title-about {
	background: url(../images/sub-title-bg.png) repeat-x!important;
}

.sub-title h2, #sub-title-about h2,
h3 {
	font: bold 20px "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #e5c46d;
	padding: 15px 0 16px 18px;
	text-shadow: #000 1px 1px 1px;
	border-bottom: 1px solid #464646;
}

.about-text {
	padding: 15px;
	background-color: #262626;
	line-height: 20px;
}

.about-text p {
	margin-bottom: 15px;
	line-height: 18px;
}

.about-text strong {
	font-size: 15px;
	color: #FFF;
}

.about-text blockquote {
	font-size: 16px;
	padding-left: 20px;
	border-left: 8px solid #0076a3;
	margin-left: 10px;
	margin-bottom: 15px;
	line-height: 24px;
	color: #EFEFEF;
	
}

.side-form div {
	padding: 15px;
}

.side-form div {
	margin-bottom: 0px;
}

form input {
	margin-top: 8px;
	margin-bottom: 12px;
	padding-left: 4px;
}

form select {
	margin-top: 8px;
}

form textarea {
	margin-top: 8px;
}

.side-bar-form {
	width:175px;
	height: 20px;
	font: bold 13px "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #333;
	background-color: #CCC;
	border: 1px solid #666;
}

.side-bar-form2 {
	width:265px;
	height: 20px;
	font: bold 13px "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #333;
	background-color: #CCC;
	border: 1px solid #666;
}

.side-bar-form3 {
	width:265px;
	height: 80px;
	font: bold 13px "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #333;
	background-color: #CCC;
	border: 1px solid #666;
}

.side-bar-form-btn {
	background-color: #CCC;
	border: 1px solid #666;
	padding: 4px 6px 4px 6px;
	font: bold 13px "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #333;
}


.side-bar-form-btn:hover {
	background-color: #0076a3;
	border: 1px solid #666;
	padding: 4px 6px 4px 6px;
	font: bold 13px "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #FFF;
}

.hr-or-line {
	width: 275px;
	height: 25px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/hr-or.png) no-repeat scroll center;
}

.hr-or-line hr {
	display: none;
}

p.side-note {
	font-size: 10px;
}
.warning,
.error {
	color: #ff0000;
}
.success {
	color: green;
	font-weight: bold;
}

table.dealer-datagrid th {
	font-weight: bold;
	padding: 5px;
}

table.dealer-datagrid td {
	padding: 6px;
	text-align: center;
}

#credits {
	padding-top: 10px;
	font-size: 11px;
}
/* SEARCH RESULTS */
ul#searchresults {
    list-style: none;
	margin: 0;
	padding: 0;
}
ul#searchresults li {
    list-style: none;
	float: left;
	width: 122px;
	font-size: 0.95em;
	margin: 5px 10px 0;
	padding: 4px;
	min-height: 18em;
	overflow: hidden;
}
ul#searchresults .image {
    margin: 0 0 5px 0;
	display: block;
	height: 120px;
	text-align: center;
	overflow: hidden;
	width: 120px;
}
ul#searchresults a {
    text-decoration: none;
    font-weight: normal;
}
ul#searchresults span.rating {
    font-size: 0.9em;
	font-weight: bold;
}
ul#searchresults em {
   	font-style: normal;
	font-weight: bold;
	display:block;
} 
