@charset "utf-8";
/* Screen Style Sheet */

@import url(lightbox.css);

body {
	margin: 0;
	padding: 0;
	background: url(../layout/body-background.png) repeat-x;
	background-color: #9c9c9c;
	text-align: center;
	font: 100% arial, sans-serif;
	color: #000;
}
a, a:active, a:visited {
	color: #0033FF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}


/* Static Page Blocks */

#wrapper {  /* wraps the container in the shadowed background */
	width: 840px;
	height: 100%;
	margin: 0px auto;
	background: none;
	text-align: center;
}
#container { /* contains the content of the website */
	width: 800px;
	margin: 0px auto;
	text-align: left;
	background: none;
}
#head { /* website header including logo, search and contact info */
	width: 100%;
	height: 100px;
	margin: 0px;
	padding: 0px;
}
#head img.logo { /* removes borders, backgrounds... */
	border: none;
	background: none;
	padding: 15px 0px;
}
#hleft { /* floats logo to the left */
	float: left;
}
#hright { /* floats the right-side tools to the right and styles text and spacing */
	float: right;
	position: relative;
	padding: 5px 15px 5px 5px;
	font: 11px arial, sans-serif;
	color: #999;
	text-align: right;
}
#hright a, #hright a:active, #hright a:visited {
	color: #999;
	text-decoration: none;
}
#hright a:hover {
	text-decoration: underline;
}
#searchform {
	width: auto;
	height: auto;
	margin: 0;
	padding: 10px 0 0;
	line-height: 25px;
	overflow: hidden;
}
#searchform .searchinp { /* Search Input Text Box */
	width: 150px;
	height: 16px;
	border: 1px solid #bbb;
	font: 11px arial, sans-serif;
	color: #333;
	vertical-align: top;
}
#searchform .searchbtn { /* Search Button */
	width: 20px;
	height: 20px;
	border-style: none;
	background: transparent url(../layout/search-button.png) no-repeat bottom left;
	cursor: pointer;
	text-indent: -10000px;
	overflow: hidden;
	vertical-align: top;
}
#menu {/* Main Menu - Based on work by www.cssplay.co.uk */
	width: 100%;
	height: 35px;
	margin: 0;
	padding: 0;
}
#menu_nav {
	width: 800px;
	text-align: center;
	margin: 0px auto;
}
.preload {background: url(../layout/menu-button.gif);}
.mainmenu {	padding:0px 0px 0px 30px; margin:0; list-style:none; height:34px; background: url(../layout/menu-background-3.png) no-repeat; position:relative; font-family:arial, verdana, sans-serif;}
.mainmenu li.top {display:block; float:left; position:relative;}
.mainmenu li a.top_link {display:block; float:left; height:34px; line-height:33px; color:#ddd; text-decoration:none; font-size:12px; font-weight:bold; padding:0 0 0 4px; cursor:pointer;}
.mainmenu li a.top_link span {float:left; display:block; padding:0 24px 0 8px; height:34px;}
.mainmenu li a.top_link span.current {color: #1794ec;}
.mainmenu li a.top_link:hover {color:#1794ec; /*background: url(../layout/menu-hover_white.png) no-repeat;*/}
.mainmenu li a.top_link:hover span {/*background:url(../layout/menu-hover_white.png) no-repeat right top;*/}
.mainmenu li:hover > a.top_link {color:#1794ec; /*background: url(../layout/menu-hover_white.png) no-repeat;*/}
.mainmenu li:hover > a.top_link span {/*background:url(../layout/menu-hover_white.png) no-repeat right top;*/}
/* end of menu - mainmenu */

.homebanner { /* banner for site home page */
	width: 800px;
	height: 205px;
	margin: 20px 0px 0px;
	padding: 0px;
	background: url(../layout/index-rect-bg.png) top left no-repeat;
	font: 80% arial, sans-serif;
	color: #fff;
	border: none;
}
.homebanner #intro { /* container for opening paragraph within the home banner */
	width: 450px;
	height: 185px;
	padding: 5px;
}
.homebanner #intro a, .homebanner #intro a:active, .homebanner #intro a:visited { /* style links */
	text-decoration: underline;
	color: #fff;
}
.homebanner #intro a:hover {
	color: #CCFF00;
}
.homebanner h1 {
	font: bold 135% arial, sans-serif;
	margin: 20px 5px 5px;
}
.homebanner img.spindle { /* floats the homebanner spindle image to the right and sets spacing */
	float: right;
	position: relative;
	margin-top: -185px;
	margin-right: 30px;
}
#pagebanner { /* banner for the top of each page containing the h1 header */
	width: 790px;
	height: 5px;
	margin: 0px;
	padding: 0px;
	font: 80% arial, sans-serif;
	color: #fff;
	/*background: url(../layout/pagebanner-bg.png);*/
}

#content { /* website content container */
	width: 800px;
	margin: 20px 0 20px;
}

.ctop, .cbottom {display:block; background:transparent; font-size:1px;}
.cb1, .cb2, .cb3, .cb4 {display:block; overflow:hidden;}
.cb1, .cb2, .cb3 {height:1px;}
.cb2, .cb3, .cb4 {background:#fff; border-left:1px solid #9c9c9c; border-right:1px solid #9c9c9c;}
.cb1 {margin:0 5px; background:#9c9c9c;}
.cb2 {margin:0 3px; border-width:0 2px;}
.cb3 {margin:0 2px;}
.cb4 {height:2px; margin:0 1px;}

.cboxcontent {display:block; border:0 solid #9c9c9c; border-width:0 1px; padding: 5px 12px; background: #fff;}
.cboxcontent.flash {padding: 0px;}
* html .cboxcontent {height:1px;}

#content h1.search { /* specific to search.html */
	font: bold 18px arial, sans-serif;
}
#content h1.error { /* specific to missing.html */
	font: bold 24px arial, sans-serif;
}
#content.flash { /* specific to Repair Process Flash page */
	width: 800px;
	margin: 0px;
	padding: 0px;
	background: none;
}

#idx_col_1 {
	width: 45%;
	float: left;
	padding: 15px;
}
#idx_col_1 h1 {
	width: 100%;
	font: 12px Arial, Helvetica, sans-serif;
	color: #666;
	border-bottom: 1px solid #666;
}
#idx_col_1 p {
	font: 10px Arial, Helvetica, sans-serif;
	color: #666;
}

/* snazzy information boxes - www.cssplay.co.uk */
.zsnazzy {width:790px; margin:20px 0 25px;}
.xsnazzy h1, .zsnazzy h1 {margin:0 0 10px; font-size:12px; padding:0 10px 5px 10px; border-bottom:1px solid #bbb;}
.xsnazzy p, .zsnazzy p { margin:0; padding:5px 10px; font-size:11px;}
.xsnazzy {background: transparent; width:245px; float:left; margin:0 6px;}
.xsnazzy a img { border: none; }

/* index page boxes */
#homeboxes {width: 800px; margin: 10px 0 20px;}
.snazzybox {width:800px; margin:5px 0 25px;}
.isnazzy h1, .snazzybox h1 {margin:0 0 10px; font-size:12px; padding:0 10px 5px 10px; border-bottom:1px solid #bbb;}
.isnazzy p, .snazzybox p { margin:0; padding:5px 10px; font-size:11px;}
.isnazzy {background: transparent; width:250px; float:left; margin:0 8px;}
.isnazzy a img { border: none; }

.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {background:#fff; border-left:1px solid #bbb; border-right:1px solid #bbb;}
.xb1 {margin:0 5px; background:#bbb;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}

.xboxcontent {display:block; border:0 solid #bbb; border-width:0 1px; min-height:210px; background: #fff;}
* html .xboxcontent {height:1px;}
.xboxcontent img.float {float: right; padding: 3px;}
.xboxcontent .xlogos {text-align: center;}
.xboxcontent .xlogos dl {text-align: center;}

.color_a {background: url(../layout/snazzy-b.png); color:#000;} /* Repair */
.color_b {background: url(../layout/snazzy-b.png); color:#000;} /* News */
.color_c {background: url(../layout/snazzy-b.png); color:#000;} /* Spindle Brands */
.color_d {background:#b2ab9b; color:#000;} /* extra */
/* end of snazzy info boxes */

/* Feedback Quote Boxes */


/* Vertical Navigation */
#subnav {
	float: left;
	width: 175px;
	margin: 10px 0px 0px;
	z-index: 200;
}
#subnav dl {
	width: 160px;
	margin: 10px 5px 0px 0px;
	padding: 0;
	background: #fff;
	border: 0px solid #bbb;
}
#subnav dt { /* navigation title */
	height: 16px;
	margin:0;
	padding: 3px 0px 3px 6px;
	font: bold 12px arial, sans-serif;
	line-height: 16px;
	border-bottom:1px solid #bbb;
	background: #ffffff url(../layout/subnavtop-bg-blu.png);
	color: #fff;
}
#subnav dt.red {background: #ffffff url(../layout/subnav-bg.png); color: #fff;}  /* repair */
/*#subnav dt.blu {background: #ffffff url(../layout/subnav-bg.png); color: #fff;}  spindles */
/*#subnav dt.whi {background: #ffffff url(../layout/subnav-bg.png); color: #fff;}  company */
#subnav dd { /* navigation items */
	margin: 0;
	padding: 0;
	line-height: 18px;
	color: #000;
	font: bold 12px arial, sans-serif;
	border-bottom:1px solid #bbb;
	background: #fff;
	text-indent: 5px;
}
#subnav dd.top { /* navigation items */
	margin: 0;
	padding: 0;
	line-height: 18px;
	color: #000; 
	font-size: 12px;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb; 
	background: #fff;
}
#subnav dd.current {
	background: #eee;
}
#subnav dd.sub {
	font-size: 10px;
	text-indent: 5px;
}
#navlist a, #navlist a:visited {
	color:#000;
	text-decoration:none;
	display:block;
	padding:3px;
	width:154px;
}
#navlist a:hover {
	background: #ddd; 
	color: #000;
}
#navlist a.pdf, #navlist a:visited.pdf {
	color:#000; 
	text-decoration:none; 
	display:block; 
	padding:3px;
	background: #fff url(../images/pdf.gif) no-repeat 135px 2px; 
	width:154px;
}
#navlist a:hover.pdf {
	background: #ddd url(../images/pdf.gif) no-repeat 135px 2px; 
	color: #000;
}
#subnav_anchor dd {
	margin: 0;
	padding: 0;
	line-height: 10px;
	color: #ccc;
	font: 10px arial, sans-serif;
	border-bottom: none;
	background: #fff;
	text-indent: 5px;
}
#anchlist a, #anchlist a:visited {
	color: #999;
	text-decoration: none;
	display: block;
	padding: 1px;
	background: #fff;
	width: 154px;
}
#anchlist a:hover {
	color: #0033FF;
}
/* end vertical nav */

#bigbox { /* main page content box floated right */
	width: 590px;
	margin: 0px 0px 0px 180px;
	text-align: left;
	vertical-align: top;
}
#bigbox a img {
	border: none;
}
#bigbox a, #bigbox a:active, #bigbox a:visited {
	font: 13px arial, sans-serif;
	text-decoration: none;
	color: #0033FF;
	line-height: 19px;
}
#bigbox a:hover {
	text-decoration: underline;
}
#bigbox h1 { /* h1 heading for section pages */
	width: 100%;
	margin: 15px 0px;
	padding: 0px 0px 3px;
	/* background: url(../layout/h1-head.png) center left no-repeat; */
	font: bold 24px "Times New Roman", Times, serif;
	color: #565b5f;
	border-bottom:  1px solid #565b5f;
}

#bigbox h2 {
	font: bold 14px arial, sans-serif;
	color: #000;
}
#bigbox h2.undl {
	width: 100%;
	border-bottom: 1px solid #bbb;
	margin-top: 20px;
}
#bigbox p { /* paragraph style */
	font: 13px arial, sans-serif;
	color: #000;
	line-height: 19px;
}
#bigbox ul {
	font: 13px arial, sans-serif;
	color: #000;
	line-height: 19px;
}
#bigbox ul li {
	font: 13px arial, sans-serif;
	color: #000;
	line-height: 19px;
}
#bigbox img.right {
	float: right;
	margin: 5px;
}
#bigbox img.rborder {
	float: right;
	margin: 5px;
	border: 1px solid #bbb;
}
#bigbox dl.quicklink {
	width: auto;
	margin: 0 auto 0 0px;
	padding: 0;
	background: #fff;
}
#bigbox dl.quicklink dd {
	margin:0;
	padding:5px; 
	color: #000; 
	font-size: 14px; 
	background: #fff;
}
#vertimg { /* container for right side vertical image column */
	float: right;
	width: 200px;
	height: 100%;
	margin: 0px;
	text-align: center;
}
#vertimg p {
	font: 10px arial, sans-serif;
	color: #797979;
}
#vertimg p.info {
	font: bold 10px arial, sans-serif;
	color: #797979;
	line-height: 12px;
}

#vertimg p.padimg {
	height: 135px;
	padding-bottom: 10px;
}

#item { /* container for simulated tables */
	width: 400px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#item.group { /* adds bottom border for fpusa-group.html */
	border-bottom: 1px solid #000;
}
#item h1 {	
	padding: 3px;
	font: bold 14px Arial, sans-serif;
	color: #fff;
	text-indent: 10px;
	border-bottom: none;
	background: url(../layout/snazzy-c.png);
}
#item h4 {
	font: bold 12px arial, sans-serif;
	color: #000;
}
#item p {
	font: 12px arial, sans-serif;
	color: #000;
	line-height: 16px;
}
#item ul li {
	list-style: url(../images/arrow.gif);
}


#annc_column_1 {
	float: left;
	width: 110px;
	padding: 5px;
}
#annc_column_2 {
	float: right;
	width: 115px;
}
#annc_column_2 h3 {
	font: bold 12px arial, sans-serif;
	color: #000;
	margin: 3px 1px;
	padding: 1px;
}
#annc_column_2 p {
	font: 12px arial, sans-serif;
	color: #333;
	margin: 1px;
	padding: 1px;
}
#annc_column_2 a {
	line-height: 16px;
	font: 12px arial, sans-serif;
	color: #0066FF;
	vertical-align: bottom;
}



#wbox { /* Wide content box for pages without sub-navigation */
	padding: 5px;
}
#wbox h1.head {
	width: 100%;
	margin: 15px 0px;
	padding: 0px 0px 3px;
	font: bold 24px "Times New Roman", Times, serif;
	color: #565b5f;
	border-bottom:  1px solid #565b5f;
}


/**  NEWS Page **/

#newshead { /* container for top of News section headlines */
	width: auto;
	height: auto;
	padding: 5px;
	/* background: #efefef; */
}
#headline { /* Large container for focus headline */
	float: left;
	width: 450px;
	height: 220px;
	padding: 0px;
}
#hdln_column_top { /* large top column for photo */
	text-align: left;
	width: 100%;
}
#hdln_column_btm { /* bottom column for caption and link */
	width: 100%;
}
#hdln_column_btm h2 {
	font: bold 12px arial, sans-serif;
	color: #000;
	margin: 3px 1px;
	padding: 6px 1px 1px;
}
#hdln_column_btm p {
	font: 12px arial, sans-serif;
	color: #333;
	margin: 3px 1px;
	padding: 1px;
}
#hdln_column_btm a {
	line-height: 16px;
	font: 12px arial, sans-serif;
	color: #333;
	vertical-align: bottom;
}
#relbox { /* Small right-side container for secondrary focus headlines */
	float: right;
	width: 300px;
	padding: 0px ;
	display: block;
	text-align: center;
	border-left: 1px solid #efefef;
}
#relitem { /* Sub container for headline blocks */
	width: 300px;
	height: 100px;
	display: block;
	padding-top: 6px;
	overflow: hidden;
}
#rel_column_1 {
	float: left;
	width: 110px;
	padding: 5px;
}
#rel_column_2 {
	float: right;
	width: 175px;
}
#rel_column_2 h3 {
	font: bold 12px arial, sans-serif;
	color: #000;
	margin: 3px 1px;
	padding: 1px;
}
#rel_column_2 p {
	font: 12px arial, sans-serif;
	color: #333;
	margin: 1px;
	padding: 1px;
}
#rel_column_2 a {
	line-height: 16px;
	font: 12px arial, sans-serif;
	color: #333;
	vertical-align: bottom;
}
#pressbox { /* container for Press Release statement */
	width: 500px;
	margin-left: 5px;
	font: 13px arial, sans-serif;
	color: #000;
	line-height: 19px;
}
#pressbox h1 {
	width: 100%;
	margin: 15px 0px;
	padding: 0px 0px 3px;
	font: bold 24px "Times New Roman", Times, serif;
	color: #0054a6;
}
#press_link_foot {
	font: bold 14px arial, sans-serif;
}

/** end News **/



.clear { /* clears all content left and right */
	clear: both;
}

a.backbtn { /* style for javascript BACK link */
	font: 11px Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
}

h4.fortuna {
	margin: 0px;
	padding: 4px;
	font: bold 14px arial, sans-serif;
}


/** Careers Page **/
#ls_jobs {
	float: left;
	width: 390px;
	padding: 15px 0px;
}
#ls_jobs table tr th {
	border-bottom: 1px solid #CCC;
}
#ls_jobs table tr td.tbl_close {
	border-bottom: 1px solid #CCC;
}
#tbl_jobs {
	width: 500px;
	margin: 0;
	padding: 2px;
	border: none;
}
#tbl_tr_head {
	height: 20px;
	border-bottom: 1px solid #ddd;
	font: bold 15px Geneva, Arial, Helvetica, sans-serif;
}
#tbl_tr_job {
	height: 15px;
	background: #fff;
	font: 10px arial, sans-serif;
}
#tbl_tr_job.tr_alt_bg {
	background: #CCFFFF;
}
#tbl_td_job_title {
	width: 260px;
}
#tbl_td_job_title span {
	font: bold 10px arial, sans-serif;
}
#tbl_td_job_loc {
	width: 75px;
}
#tbl_td_job_loc span {
	font: bold 10px arial, sans-serif;
}
#tbl_td_job_det {
	width: 65px;
}
#tbl_td_job_det span {
	font: bold 10px arial, sans-serif;
}
/** Careers Page **/
/******************/

/**  Site Map  **/
.sitemap h1 {font: bold 20px Arial, Helvetica, sans-serif; color:#000;}
.sitemap h2 {font: bold 15px Arial, Helvetica, sans-serif; color:#000;}
.sitemap dl.map {	font: bold 15px Arial, Helvetica, sans-serif; color:#000; padding-left:0px; list-style:none; padding-top: 2px; padding-bottom: 3px;}
.sitemap dl.map dd a, .sitemap dl.map dt a {font: normal 12px Arial, Helvetica, sans-serif; line-height:21px;}

/** Search Results **/
#search-results {
	width: 780px;
	overflow: hidden;
}

#wrapend { /* closes the white drop-shadow background of the wrapper */
	clear: both;
	/*width: 840px;
	height: 29px;
	background: url(../layout/footer-bg.png);
	text-align: center;
	margin: 0px auto 0px;*/
}
#foot {
	width: 800px;
	margin: 0px auto;
	padding: 0px 20px 20px;
	font: 11px arial, sans-serif;
	color: #000;
}
#foot a, #foot a:active, #foot a:visted {
	color: #000;
	text-decoration: none;
}
#foot a:hover {
	text-decoration: underline;
}
