
/*---------------------------- Cross Browser Compatability  -----------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,html,label,table,tr,td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,a img,:link img,:visited img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:'';}

/* ------------------------ GLOBAL ELEMENTS ------------------------ */

/* ------------------------ type selectors ------------------------ */

html { 
	background:#000 url("../images/bg-html.jpg") repeat;
	}

body { 
	background: url("../images/bg-body.jpg") repeat-x;
	text-align:center; 
	font:12px/16px Arial, Helvetica, sans-serif; 
	color:#FFF;
	}

blockquote { margin-left:10px; margin-right:10px; }

h1	{ font-size:1.2em; color:#fff; }
h2	{ font-size:1.1em; color:#fff; }
h3	{ font-size:1.0em; color:#fff; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#cc3300; text-decoration:none; outline:none; }
a:hover,a:active	{ color:#ffffff; text-decoration:none; outline:none; }

/* ------------------------ classes ------------------------ */

.box {
	width:360px;
	border:1px solid #666;
	padding:5px;
	margin:10px 0px;
	float:left;
	}
	
#column-right .box p {
	margin:0px;
	font:10px/16px Verdana,Arial, Helvetica, sans-serif; 
	}


.clearboth	{ 
	clear:both;
	}
	
.clearright {
	clear:right;
	}
	
.green {
	color:#cc3300;
	}
	
.greenlink a:link, .greenlink a:visited	{ color:#ffffff; text-decoration:none; outline:none; }
.greenlink a:hover, .greenlink a:active	{ color:#cc3300; text-decoration:none; outline:none; }
	

div.clear	{ 
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url("../images/bullet-back-to-top.jpg") right no-repeat;
	}

img.img-left { 
	clear:left;
	float:left; 
	margin:-2px 10px 10px 18px;
	}

img.img-right { 
	float:right; 
	margin:5px 0px 10px 10px; 
	}

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */

/* ------------------------ horizontal sprite nav ------------------------ */

#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:555px; 
	height:36px; 
	margin:0;
	padding:0;
	float:left; 
	}

#nav span { display: none; }

#nav li, #nav a { height:36px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; display:inline; position:relative; }

#nav-01 { width: 130px; margin-left: 0px;}
#nav-02 { width: 90px;}
#nav-03 { width: 103px;}
#nav-04 { width: 110px;}
#nav-05 { width: 121px;}



/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  0px -36px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -130px -36px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -220px -36px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -323px -36px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -433px -36px no-repeat; }


/* ------------------------ son of suckerfish: horizontal sprite nav ------------------------ */
#nav li ul {
	z-index:2;
	margin:-6px 0px 0px 16px;
	position:absolute;
	left:-9999px;
	padding:0px 1px 10px 0px; /* Fixes one px spacing for border-right in FF */
	background-color:#000;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}

#nav li ul li { 
	height:20px; /* Height of each drop down nav item */
	border:0px;
	border-top:none;
	}	

#nav li ul li a {
	width:100%;
	height:20px;	/* Height of each drop down nav item, should match above */
	line-height:20px;	 /* Height of each drop down nav item again, should match above */
	}

#nav li ul li a span {
	display:block;
	padding-left:5px;
	}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
	}

#nav li:hover ul, #nav li.sfHover ul	{ left: auto; }

/* Hover styles for drop down items */
#nav-01 ul a:hover, #nav-04 ul a:hover { 
	background-image:none;
	background-color:#000;
	color:#cc3300;
	text-decoration:none;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-01 ul,#nav-01 li { width:110px; }		


/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:801px;
	margin:0 auto;
	text-align:left;
	}

/* ------------------------ masthead framework ------------------------ */
#masthead {
	display:inline;
	position:relative;
	background:url("../images/masthead.jpg");
	height:151px;
	width:213px;
	margin:0px 11px;
	float:left;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:0px;
		width:213px;
		top:0px;
		height:115px; 
		}
	#masthead a span {
		display:none;
		}
		
/* ------------------------ header framework ------------------------ */
#header-graphic { height:115px; width:555px; float:left;background:url("../images/header-index.jpg"); }
	/*--body#about #header-graphic { background:url("../images/header-about.jpg"); }
	body#contact #header-graphic { background:url("../images/header-contact.jpg"); }
	body#thankyou #header-graphic { background:url("../images/header-thankyou.jpg"); }--*/
	body#products #header-graphic { background:url("../images/header-products.jpg"); }
	body#about #header-graphic { background:url("../images/header-about.jpg"); }
	body#forsale #header-graphic { background:url("../images/header-forsale.jpg"); }
	body#gallery #header-graphic { background:url("../images/header-gallery.jpg"); }
	body#sitemap #header-graphic { background:url("../images/header-sitemap.jpg"); }
	body#contact #header-graphic { background:url("../images/header-contact.jpg"); }
	body#links #header-graphic { background:url("../images/header-links.jpg"); }
	body#frontsuspension #header-graphic { background:url("../images/header-frontsuspension.jpg"); }

/* ------------------------ subhead framework ------------------------ */
#subhead { height:64px; width:257px; } /* sets height for all subheads */
	body#index #subhead { background:url("../images/subhead-index.jpg"); }
	body#products #subhead { background:url("../images/subhead-products.jpg"); }
	body#product #subhead { background:url("../images/subhead-products.jpg"); }
	body#gallery #subhead { background:url("../images/subhead-gallery.jpg"); }
	body#forsale #subhead { background:url("../images/subhead-forsale.jpg"); }
	body#about #subhead { background:url("../images/subhead-about.jpg"); }
	body#contact #subhead { background:url("../images/subhead-contact.jpg"); }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg"); }
	body#links #subhead { background:url("../images/subhead-links.jpg"); }
	body#faq #subhead { background:url("../images/subhead-faq.jpg"); }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg"); }
	body#latestprojects #subhead { background:url("../images/subhead-latestprojects.jpg"); }
	
	


/* ------------------------ column-left framework ------------------------ */
#column-left {
	background:url("../images/lcol.jpg") top repeat-x;
	display:inline;
	width:213px;
	float:left;
	margin:0px 11px;
	}

	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0px 0px 0px 16px;
		color:#fff;
		}

	#column-left form { margin-left:0px; } /* set form margin here */
	
	#column-left #latest-projects {
		background:url("../images/latest_projects.jpg") top center no-repeat;
		height:152px;
		}
		
	#column-left #latest-projects a {
		height:152px;
		width:213px;
		display:block;	
		}
		
	#column-left #fx-racing {
		background:url("../images/fx_racing.jpg") top center no-repeat;
		height:148px;
		}
		
	#column-left #fx-racing a {
		height:148px;
		width:213px;
		display:block;	
		}
		
	
	#column-left #contact-info {
		background:url("../images/contact_info.jpg") top center no-repeat;
		height:148px;
		padding-top:45px;
		}
		
	#column-left #directions {
		background:url("../images/directions.jpg") top center no-repeat;
		height:148px;
		}
		
	#column-left #directions a {
		height:148px;
		width:213px;
		display:block;	
		}
	

	/* single column list */
	#column-left ul { padding-left:5px; }
		#column-left ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px; /* pushes text to the right to display bg img */
			}

	/* definition list */
	#column-left dl { padding-left:5px; }
		#column-left dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-left dl dd {
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}

/* ------------------------ column-right framework ------------------------ */
#column-right {
	display:inline;
	width:555px;
	float:left;
	}
	
#column-right a:link, a:visited {
	color:#cc3300;
	}


#column-right a:hover,a:active { 
	color:#ffffff; 
	text-decoration:none; 
	outline:none; }

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:10px 25px 5px 26px;
		line-height:22px;
		}

	#column-right #subhead-bar { 
		width:555px;
		height:33px;
		background:url("../images/subhead_bar.jpg") top center no-repeat;
		margin-bottom:10px;
		}
		
	#column-right #subhead-bar p {
		height:33px;
		line-height:33px;
		margin:0px 0px 0px 30px;
		color:#fff;
		font-weight:bold;
		letter-spacing:.7px;
		}
	
	#column-right form { margin-left:0px; }

	/* Links and Sitemap Page Definition list */
	
	#links #column-right dl,#sitemap #column-right dl {width:200px; float:left; margin-right:0px; }
	#links #column-right dl dt,#sitemap #column-right dl dt { 
			margin:4px 0px;
			font-weight:bold;
			}
			
	#links #column-right dl dt a:link, #links #column-right dl dt a:visited,#sitemap #column-right dl dt a:link, #sitemap #column-right dl dt a:visited{ 
			color:#fff;
			text-decoration:none;
			}
			
	#links #column-right dl dt a:hover, #links #column-right dl dt a:active,#sitemap #column-right dl dt a:hover, #sitemap #column-right dl dt a:active{ 
			color:#fff;
			text-decoration:underline;
			}
			

	/* Indivual Product Page Definition list */
	
	#product #column-right dl {
		font:10px/12px Verdana, Arial, Helvetica, sans-serif;
		color:#FFF;
		}
	
	
	#product #column-right dl dt {
		margin:5px 0px;
		font-weight:bold;
		
			}
	
	#product #column-right dl dd {
			font:10px/12px Verdana, Arial, Helvetica, sans-serif;
			margin-left:35px;
			}

	

/* ------------------------ bottom-wrap framework ------------------------ */
/* ------------ must have below column-left and column-right to clear the float ------------ */
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg") top center no-repeat;
	width:100%; /* fix for Safar */
	height:102px;
	clear:both; /* important - do not remove */
	}
	
#fiberwerx {
	margin:22px 11px 0px 11px;
	display:inline;
	float:left;
	}

#fiberwerx a {
	width:213px;
	height:80px;
	display:block;
	}



/* ------------------------ bottom-wrap top row ------------------------ */

#toprow { 
	width:555px; 
	height:39px; 
	margin:22px 0px 0px 0px;
	padding:0;
	float:left; 
	}

#toprow span { display: none; }

#toprow li, #toprow a { height:39px; display:block; } /* change height here also */

#toprow li { float:left; list-style:none; display:inline; position:relative; }

#toprow-01 { width: 95px; margin-left: 0px;}
#toprow-02 { width: 106px;}
#toprow-03 { width: 195px;}
#toprow-04 { width: 159px;}


/* ------------------------ bottom-wrap bot row ------------------------ */

#botrow { 
	width:555px; 
	height:41px; 
	margin:0px;
	padding:0;
	float:left; 
	}

#botrow span { display: none; }

#botrow li, #botrow a { height:41px; display:block; } /* change height here also */

#botrow li { float:left; list-style:none; display:inline; position:relative; }

#botrow-01 { width: 93px; margin-left: 0px;}
#botrow-02 { width: 115px;}
#botrow-03 { width: 90px;}
#botrow-04 { width: 80px;}
#botrow-05 { width: 80px;}
#botrow-06 { width: 97px;}



/* ------------------------footer framework ------------------------ */
#footer {
	width:760px;
	margin:0 auto;
	text-align:center;
	}

#footer p {
	color:#FFF;
	margin-bottom:10px;
	}
	
#footer li a {
	margin:0px 5px 0px 3px
	}


#footer .green a:link, #footer .green a:visited { color:#cc3300; text-decoration:none; }
#footer .green a:hover, #footer .green a:active { color:#fff; text-decoration:underline; }

#footer ul {margin:10px 0px 5px 0px; color:#fff;}

#footer li { 
		display: inline;
		}
		
		
/* ------------------------ SPECIFIC ELEMENTS ------------------------ */


#utilities  {
	margin:0px auto;
	width:801px;
	padding:10px 0px;
	text-align:right;
	
	}
	
#utilities li {
	display:inline;
	margin:0px 5px;
	}
	
	
/*------------------------- HOVER BOX STYLE -------------------------------- */


#column-right #hbcontainer ul
{
padding:20px 0px 20px 0px;
margin:0px auto;
}

#column-right #hbcontainer li
{
padding-bottom:5px;
}

#column-right #hbcontainer .hoverbox
{
	width:496px;
	cursor: default;
	list-style: none;
}

#column-right #hbcontainer .hoverbox a
{
	cursor: default;
}

#column-right #hbcontainer .hoverbox a .preview
{
	display: none;
}

#column-right #hbcontainer .hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

#column-right #hbcontainer .hoverbox img
{
	background: #333;
	border-color: #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 75px;
}

#column-right #hbcontainer .hoverbox li
{
	background: #666;
	border-color: #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

#column-right #hbcontainer .hoverbox .preview
{
	border-color: #ccc;
	width: 200px;
	height: 150px;
}

#column-right #hbcontainer .hoverbox a
{
	position: relative;
}

#column-right #hbcontainer .hoverbox a:hover
{
	display: block;
	font-size: 100%;
	z-index: 1;
}

#column-right #hbcontainer .hoverbox a:hover .preview
{
	top: -38px;
	left: -50px;
}

#column-right #hbcontainer .hoverbox li
{
	position: static;
}




/* ----- global form elements ----- */ 

	fieldset {border:0px;}

	form { width:350px; padding:10px 0 15px 5px; }

	form label	{ font-size:.95em; }

	form br {  line-height:0; /* defaults vertical spacing between fields */ }  

	input, textarea, select { 
		background-color:#FFF!important; /* to prevent highlighting by Google Toolbar */
		border:1px solid #999;
		color:#000;
		width:340px; /* 5 pixles smaller than form width !important */
		height:18px;
		vertical-align: middle;
		margin-bottom:5px; /* sets vertical spacing between fields */
		padding-top:1px; /* vertically position text in input/textarea field */
		padding-left:5px; /* horizontally position text in input/textarea field */
		font-family: Arial, Helvetica, sans-serif; 
		font-size:1em; }
		
	
	select { width:350px; /* same width as form !important */ padding:0; }

	textarea { height:90px; overflow:auto; }
	
	input.submit, input.button { width:100px; cursor:pointer; padding:0; }
		input.submit-contactForm { margin:90px 0 0 242px; }
		
	#procedure {width:130px;}