
/*///////////////////////////////////////////////////////////////////////////////////////////////// */
/* Reset the Browser ////////////////////////////////////////////////////////////////////////////// */
* {
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 0pt;
	padding-left: 0pt;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Reset focus style */
:focus {
	outline: 0;
}

body {
	background-color: #999999;
	background-image:url(../images/bg_dirt.jpg);
	/*background-repeat:repeat-x;*/
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 26px;
	color: #000;
}
a:link {
	color: #000;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}

p { 	
}

h1,h2,h3,h4,h5,h6 {
	color:#4A6377;
	padding-bottom:10px;
}
h1 {
	font-size:18px;
	font-weight:bold;
}

h2 {
	font-size:16px;
	font-weight:bold;
}

h3 {
	font-size:14px;
	font-weight:bold;
}
.boldtext {
	font-weight: bold;
}
.ulpad {
	margin-left: 30px;
}

#flowcontainer {
	clear: both;
	width: 100%;
	overflow: hidden;
	position: relative;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom:1px;	
	background-image:url(../images/bg_dirt_top_burn.png);
	background-repeat:repeat-x;
}

#pagecontainer {
	clear: both;
	width: 960px;
	overflow: hidden;
	position: relative;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom:1px;	
}



#page {
	clear: both;
	width: 960px;
	overflow: hidden;
	position: relative;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom:1px;	
}

/* HEADER AREA ////////////////////////////////////////////////////////////////////////////////////////// */

#header {
	float: right;
	height:130px;
	width:960px;
	z-index:50;
}

#navigationbox {
	position:absolute;
	top:75px;
	right:0px;
	height:75px;
	width:620px;
	background-image:url(../images/bg_top_navigation.png);
	z-index:100;
}

#btnhome {
	position:absolute;
	top:30px;
	left:50px;
	width:50px;
	height:25px;
}

#btnabout {
	position:absolute;
	top:30px;
	left:145px;
	width:80px;
	height:25px;
}

#btnrods {
	position:absolute;
	top:30px;
	left:250px;
	width:50px;
	height:25px;
}

#btntestimonials {
	position:absolute;
	top:30px;
	left:330px;
	width:130px;
	height:25px;
}

#btncontact {
	position:absolute;
	top:30px;
	left:495px;
	width:85px;
	height:25px;
}

#logo {
	float:left;
	height:240px;
	width:120px;
}
/*GRAPHIC ATTRACTOR ///////////////////////////////////////////////////////////////////////////////////// */
#attractbox {
	float: right;
	height:510px;
	width:960px;
	background-image:url(../images/bg_stream.png);
}

#attractboxcontent {
	float: right;
	height:200px;
	width:960px;
	background-image:url(../images/bg_content_header.png);
}
#attractboxabout {
	float: right;
	height:200px;
	width:960px;
	background-image: url(../images/about_header_bg.png);
}
#attractboxrods {
	float: right;
	height:200px;
	width:960px;
	background-image: url(../images/rods_header_bg.png);
}
#attractboxtestimonials {
	float: right;
	height:200px;
	width:960px;
	background-image: url(../images/testimonials_header_bg.png);
}
#attractboxcontact {
	float: right;
	height:200px;
	width:960px;
	background-image: url(../images/contact_header_bg.png);
}
#attractplateleft {
	float:left;
	width:570px;
	height:370px;
	margin-top:40px;
	margin-left:40px;
}

#attractplateright {
	float:right;
	width:320px;
	height:430px;
	margin-top:50px;
	margin-right:20px;
}

/*BODY ///////////////////////////////////////////////////////////////////////////////////// */
#bodycontent {
	float:right;
	width: 960px;
/*	height:100px; temp*/
	background-image:url(../images/bg_body_content.jpg);
	background-repeat:repeat-x;
	background-color:#fff;
	
}

#custombanner {
	float:left;
	height:90px;
	width:670px;
	margin-top:-50px;
}

#TEMPbanner {
	float:right;
	height:50px;
	width:150px;
	margin-top:-25px;
	margin-right:10px;
}

#bodyfooter {
	float:right;
	height:130px;
	width:960px;
	background-image:url(../images/bg_content_footer.png);
}

/*CONTENT //////////////////////////////////////////////////////////////////////////////////// */
#welcometext {
	clear:both;
	float:left;
	width: 500px;
	height: auto;
	padding:10px;
	margin-left:50px;
	margin-top: 30px;
	margin-bottom: 50px;
	/*   background-color:#0C9;   */
}

#containrodthumbs {
	clear:both;
	float:left;
	width: 570px;
	height: auto;
	margin-left:50px;
	margin-top: 30px;
	margin-bottom: 50px;
	/*   background-color:#0C9;   */
}

#componentbox {
	float: left;
	width: 180px;
	height: 135px;
	padding:0px;
	margin-top: 10px;
	margin-bottom: 5px;
	
}

#compdivider {
	clear:both;
	float:left;
	width:570px;
	height:50px;
}
#rodthdiv {
	float: left;
	width: 10px;
	height: 135px;
	background-image:url(../images/bg_comp_thumbs_div.png);
}

/* THUMBNAIL BOX */
#welcomeimagethumbbox {
	float:right;
	width:280px;
	height:auto;
	margin-right:40px;
	margin-top:30px;
	margin-bottom:50px;
}

#thumbtop {
	float:right;
	height:20px;
	width:100%;
	background-image:url(../images/bg_thumbs_box_top.png);
}
	
#thumbcontain {
	float:left;
	width:280px;
	padding-left:10px;
	background-image:url(../images/bg_thumbs_box.png);
	background-repeat:repeat-y;
}

#thumbinfocontain {
	float:left;
	height:120px;
	width:270px;
	background-image:url(../images/bg_thumbs_box_watermark.png);
}
#thumbboxheader {
	position:relative;
	top:-30px;
	left:0px;
	height:45px;
	width:290px;
	background-image:url(../images/hd_check_out.png);
}
#thumbboxheaderresults {
	position:relative;
	top:-30px;
	left:0px;
	height:45px;
	width:290px;
	background-image:url(../images/hd_check_out_results.png);
}

#thumbboxtext {
	float:left;
	/*height:100px;*/
	width:230px;
	margin-top:20px;
	margin-left:15px;
}

.thumbdesc {
	color:#300;
	line-height:18px;
}

#thumbbottom {
	float:right;
	height:20px;
	width:100%;
	background-image:url(../images/bg_thumbs_box_bottom.png);
}

.thumbframe {
	float:left;
	width:130px;
	height:145px;
	margin-bottom:10px;
	background-image:url(../images/bg_picframe.png);
	background-repeat:no-repeat;
}
.thumbnailimage {
	padding:15px;
}

.thumbframe260 {
	float:left;
	width:260px;
	height:180px;
	margin-bottom:10px;
	background-image:url(../images/bg_picframe_lg.png);
	background-repeat:no-repeat;
}
	
/*FOOTER ///////////////////////////////////////////////////////////////////////////////////// */

#footercontainer {
	float:right;
	height:150px;
	width: 100%;
	margin-top: 10px;
}
#footercrown {
	float:right;
	height:20px;
	width:100%;
	background-image:url(../images/footer_crown.png);
}
#footercontentcontainer {
	float:right;
	height:140px;
	width:100%;
	background-image:url(../images/footer_gradient.png);
	
}



