/* superiortubeproducts.com                     */
/* file:  style.css                             */
/* Bob Crabb, Superior Tube Products, Inc. 2009 */
/* bob@superiortubeproducts.com                 */


body {
	background-color: #BBBBBB;
	font-family: arial;
	font-size: 14px;
	margin: 0;
}

#container {
	width: 990px;
	margin: 0 auto;
}

#header {
	width: 960px;
	color: #000033;
	background-color: #FFFFFF;
	background-image: url(/images/header_bg.gif);
	background-position: top right;
	background-repeat: no-repeat;
	margin: 0 auto;
	border: 5px solid #000033;
}

#header h2 {
	display: block;
	height: 50px;
	width: 580px;
	font-family: Lobster, times new roman;
	color: #800011;
	font-size: 2.5em;
	font-weight: 400;
	margin: 15px 0 8px 15px;
}

#header h3 {
	font-size: 1.0em;
	width: 480px;
	padding: 0;
	margin: 0;
	display: block;
	text-align: justify;
	margin: 0 10px 0 0;
}

#header h3 span {
	font-size: 1.1em;
	color: #800011;
	padding: 0;
	margin: 0;
}

.stp_logo {
	float: right;
	width: 320px;
	font-family: arial narrow;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	padding: 20px 0 0 0px;
}

.stp_logo h1 {
	font-size: 1.3em;
	line-height: 100%;
	font-variant: small-caps;
	margin: 0 0 10px 0;
}

.stp_logo h2 {
	font-size: .9em;
	line-height: 100%;
	font-variant: small-caps;
	margin: 0;
}

span.complete {
	color: #800011;
	cursor: help;
}

.stp_logo span.logo_1 {
	font-size: 2.5em;
	line-height: 100%;
	text-decoration: underline;
}

.stp_logo span.logo_2 {
	letter-spacing: 2px;
}

.header_info {
	width: 630px;
	float: left;  /* stupid declaration, but needed to maintain proper block height in stupid IE6 */
	clear: left;  /* stupid declaration, but needed to maintain proper block height in stupid IE6 */
	height: 80px;
	font-size: 1.2em;
	font-weight: bold;
	margin: 25px 0 5px 10px;
}

.header_info h4 {
	font-size: 1.1em;
	color: #800011;
	padding: 0;
	margin: 0;
}

.header_gif {
	margin: 10px 0 10px 10px;
}

.rfq {
	float: right;
	width: 140px;
	height: 70px;
	text-align: center;
}


.rfq a {
	display: block;
	height: 100%;
	background-image: url(/images/rfq.gif);
	background-position: center center;
	background-repeat: no-repeat;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 100%;
	padding: 0;
}

.rfq a:hover {
	background-image: url(/images/rfq_hover.gif);
	background-position: center center;
	background-repeat: no-repeat;
	color: #FF6666;
}

#page_body {
	background-color: #FFFFFF;
	background-image: url(/images/top_shadow.gif);
	background-position: top center;
	background-repeat: no-repeat;
	width: 910px;
	margin: 0 auto;
}

#col_left {
	width: 160px;
	float: right;
	display: inline;
}

#col_center {
	width: 590px;
	float: right;
	display: inline;
}

#col_center .body {
	padding: 8px;
	text-align: justify;
}

#col_center .body p {
	font-size: 1.4em;
}
#col_center .body a {
	text-decoration: none;
}

#col_center .body a:hover {
	text-decoration: underline;
	color: #CC0000;
}

#col_right {
	width: 160px;
	float: right;
	display: inline;
}

#menu {
	height: 100%;  /* superfluous declaration -- for IE 7 compatibility */
	padding: 10px 0px;
	position: relative;
	left: 36px;
}

#menu dl {
	margin: 0 0;
}

#menu dd {
	height: 100%; /* superfluous declaration -- for IE 7 compatibility */
	background-image: url(/images/menu_item.gif);
	background-position: top right;
	background-repeat: no-repeat;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0 0;
	margin: 5px 0;
}

#menu dd a {
	display: block;
	height: 40px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	background-image: url(/images/menu_arrow.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 2px 0 0 0;
}

#menu dd a.active {
	background-image: url(/images/menu_arrow_active.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#sub_menu_1, #sub_menu_2 {
	display: none;
	color: #FFFFFF;
	position: relative;
	top: -18px;
	margin-bottom: -15px;
}

#sub_menu_2 {
	display: block;
}

#sub_menu_1 div.top, #sub_menu_2 div.top {
	background-color: #000033;
	padding: 1px 4px;
}

#sub_menu_1 div.top a, #sub_menu_2 div.top a {
	display: block;
	height: auto;
	font-size: .8em;
	text-decoration: none;
	text-align: left;
	background-color: #444444;
	background-image: none;
	padding: 2px;
	margin: 1px 0 0 0;
}

#sub_menu_1 div.bottom, #sub_menu_2 div.bottom {
	height: 20px;
	background-image: url(/images/menu_item.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

#menu dd a:hover, #sub_menu_2 div.top a.current {
	color: #FF6666;
}

#left_block {
	padding: 15px 0px;
	position: relative;
	left: -36px;
}

#left_block .body, #left_block .top {
	background-color: #000033;
	color: #FFFFFF;
	text-align: center;
}

#left_block .top {
	background-image: url(/images/left_block_top.gif);
	background-position: top right;
	background-repeat: no-repeat;
	height: 25px;
	width: 160px;
	margin: 0;
}

#left_block .body a {
	width: 140px;
	height: 107px;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0px auto 5px auto;
}

a.bend {
	background-image: url(/images/left_block_bend.gif);
}

a:hover.bend {
	background-image: url(/images/left_block_bend_active.gif);
}

a.weld {
	background-image: url(/images/left_block_weld.gif);
}

a:hover.weld {
	background-image: url(/images/left_block_weld_active.gif);
}

a.laser {
	background-image: url(/images/left_block_laser.gif);
}

a:hover.laser {
	background-image: url(/images/left_block_laser_active.gif);
}

.mission {
	font-size: .9em;
	text-align: left; 
	padding: 10px;
}

.jobs_notice {
	width: 120px;
	height: 50px;
	/*background-color: #E5E5E5;*/
	background-image: url(/images/emp_notice.gif);
	background-position: center center;
	background-repeat: no-repeat;
	color: #000000;
	font-size: .9em;
	text-align: center;
	padding: 5px;
	margin: 5px auto;
}

.jobs_notice a {
	color: #000033;
	text-decoration: none;
	font-weight: bold;
	display: inline !important;
	height: auto !important;
}

.jobs_notice a:hover {
	color: #990000;
}

#left_block .bottom {
	background-image: url(/images/left_side_bottom.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 40px;
}

div.photo_box_1 {
	background-color: #000033;
	padding: 5px;
	color: #FFFFFF;
	font-size: .95em;
	font-weight: bold;
	text-align: left;
}

#CaptionBox {
	height: 100%;
}

.photo_box_2 {
	text-align: center;
	font-size: .95em;
	font-weight: bold;
	background-color: #E5E5E5;
	padding: 5px;
}

.photo_box_2 img {
	width: 180px;
}

.display_item {
	background-color: #E5E5E5;
	margin: 10px 0;
}
.display_item .top {
	height: 5px;
	font-size: .01em; /* stupid declaration, but necessary to maintain block height in stupid IE6 */
	background-image: url(/images/tl.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

.display_item .top span {
	display: block;
	height: 5px;
	background-image: url(/images/tr.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

.display_item .center {
	padding: 0 5px;
}

.display_item .bottom {
	height: 5px;
	font-size: .01em; /* stupid declaration, but necessary to maintain block height in stupid IE6 */
	background-image: url(/images/bl.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

.display_item .bottom span {
	display: block;
	height: 5px;
	background-image: url(/images/br.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.display_item .img_block {
	width: 160px;
	float: left;
	margin: 5px 0 0 5px;
}

.display_item .img_block .title {
	font-size: 12px;
	font-weight: bold;
	text-align: center;	
}

.display_item .img_block img {
	width: 150px;
	/*height: 113px;*/
}

.display_item dl {
	display: block;
	float: right;
	width: 360px;
	font-weight: bold;
	margin: 0 10px 0 10px;
}

.display_item dt {
	font-size: 1.4em;
}
.display_item dd {
	background-color: #666666;
	color: #FFFFFF;
	font-size: 1.2em;
	padding: 5px;
	margin: 8px 15px;
}

.display_item p {
	padding: 0 5px;
}

.title_line {
	background-color: #666666;
	color: #FFFFFF;
	font-size: 1.3em;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}

.job_listings {
	font-size: 1.0em;
}

.job_listings dl {
	width: 96%;
	font-weight: normal;
}
.job_listings dt {
	font-weight: bold;
	font-size: 1.2em;
}

.job_listings dd {
	background-color: #EEEEEE;
	color: #222222;
	font-size: 1.0em;
}

.job_listings p {
	font-size: 1.0em !important;
	margin: 5px;
}

.job_listings blockquote {
	margin-top: 0;
}

.job_listings dd.job_info {
	color: #000033;
	font-size: .9em;
}
.link_right {
	width: 150px;
	float: right;
	text-align: right;
	font-size: 12px;
	color: #000033;
}

.sitemap {
	font-size: 1.2em;
	line-height: 140%;
}

.spacer_01 {
	height: 1px;
	font-size: .01em; /* stupid declaration, but necessary to maintain block height in stupid IE6 */
	clear: both;
}

.spacer_02 {
	height: 5px;
	font-size: .01em; /* stupid declaration, but necessary to maintain block height in stupid IE6 */
	clear: both;
}

.float_r {
	float: right;
	margin: 0 0 0 8px;
}

.float_l {
	float: left;
	margin: 0 8px 0 0;
}

.noborder {
	border: none;
}

.required {
	color: #CC0000;
}

.w_50 {
	width: 50%;
	float: left;
}

#contact_form  input:focus, #contact_form textarea:focus {
	background-color: #EEEEFF;
}

.center_txt {
	text-align: center;
}

a.event_notice {
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
}

a:hover.event_notice {
	color: #FF6666;
}

.quote_box {
	width: 150px;
	font-size: 1.3em;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	background-color: #666666;
	color: #FFFFFF;
	padding: 4px;
}

#footer {
	font-size: .9em;
	color: #000033;
	text-align: center;
	padding: 10px 0;
}

#footer a {
	color: #000033;
	text-decoration: underline;
}

#footer a:hover {
	color: #CC0000;
}

#preload {
	display: none;
}

/* toggle elements --  elements that will toggle on and off using toggle.js */

#sub_header {  /*will display when mousevoer the word "complete" in the header */
	display: none;
	position: absolute;
	z-index: 1;
	width: 945px;
	background-image: url(/images/grey_transp_bg.png);
	color: #FFFF00;
	padding: 5px;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 3px;
	border: 2px solid #FFFF00;
}

#weld_info, #bend_info, #laser_info {
	display: none; 
	position: absolute; 
	width: 300px;
	height: 200px;
	/*background-image: url(/images/pop_left_border.gif);*/
	background-position: top left;
	background-repeat: no-repeat;
	color: #FFFF00;
	font-size: 1.3em;
	font-weight: bold;
	padding: 5px;
	z-index: 1;
}

#weld_info .inner, #bend_info .inner, #laser_info .inner {
	width: 250px;
	height: 200px;
	float: right;
	display: inline;
	background-image: url(/images/hover_inner.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#weld_info .left, #bend_info .left, #laser_info .left {
	width: 50px;
	height: 200px;
	float: right;
	display: inline;
	background-image: url(/images/hover_left_arrow_2.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
/* ------------- End toggle elements --------------- */

/*   lytebox css  */
#lbOverlay { position: fixed; top: 0; left: 0; z-index: 99998; width: 100%; height: 500px; }
	#lbOverlay.grey { background-color: #000000; }
	#lbOverlay.red { background-color: #330000; }
	#lbOverlay.green { background-color: #003300; }
	#lbOverlay.blue { background-color: #011D50; }
	#lbOverlay.gold { background-color: #666600; }

#lbMain { position: absolute; left: 0; width: 100%; z-index: 99999; text-align: center; line-height: 0; }
#lbMain a img { border: none; }

#lbOuterContainer { position: relative; background-color: #fff; width: 200px; height: 200px; margin: 0 auto; }
	#lbOuterContainer.grey { border: 3px solid #888888; }
	#lbOuterContainer.red { border: 3px solid #DD0000; }
	#lbOuterContainer.green { border: 3px solid #00B000; }
	#lbOuterContainer.blue { border: 3px solid #5F89D8; }
	#lbOuterContainer.gold { border: 3px solid #B0B000; }

#lbDetailsContainer {	font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; width: 100%; line-height: 1.4em;	overflow: auto; margin: 0 auto; }
	#lbDetailsContainer.grey { border: 3px solid #888888; border-top: none; }
	#lbDetailsContainer.red { border: 3px solid #DD0000; border-top: none; }
	#lbDetailsContainer.green { border: 3px solid #00B000; border-top: none; }
	#lbDetailsContainer.blue { border: 3px solid #5F89D8; border-top: none; }
	#lbDetailsContainer.gold { border: 3px solid #B0B000; border-top: none; }

#lbImageContainer, #lbIframeContainer { padding: 10px; }
#lbLoading {
	position: absolute; top: 45%; left: 0%; height: 32px; width: 100%; text-align: center; line-height: 0; background: url(images/lytebox/loading.gif) center no-repeat;
}

#lbHoverNav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#lbImageContainer>#lbHoverNav { left: 0; }
#lbHoverNav a { outline: none; }

#lbPrev { width: 49%; height: 100%; background: transparent url(images/lytebox/blank.gif) no-repeat; display: block; left: 0; float: left; }
	#lbPrev.grey:hover, #lbPrev.grey:visited:hover { background: url(images/lytebox/prev_grey.gif) left 15% no-repeat; }
	#lbPrev.red:hover, #lbPrev.red:visited:hover { background: url(images/lytebox/prev_red.gif) left 15% no-repeat; }
	#lbPrev.green:hover, #lbPrev.green:visited:hover { background: url(images/lytebox/prev_green.gif) left 15% no-repeat; }
	#lbPrev.blue:hover, #lbPrev.blue:visited:hover { background: url(images/lytebox/prev_blue.gif) left 15% no-repeat; }
	#lbPrev.gold:hover, #lbPrev.gold:visited:hover { background: url(images/lytebox/prev_gold.gif) left 15% no-repeat; }
	
#lbNext { width: 49%; height: 100%; background: transparent url(images/lytebox/blank.gif) no-repeat; display: block; right: 0; float: right; }
	#lbNext.grey:hover, #lbNext.grey:visited:hover { background: url(images/lytebox/next_grey.gif) right 15% no-repeat; }
	#lbNext.red:hover, #lbNext.red:visited:hover { background: url(images/lytebox/next_red.gif) right 15% no-repeat; }
	#lbNext.green:hover, #lbNext.green:visited:hover { background: url(images/lytebox/next_green.gif) right 15% no-repeat; }
	#lbNext.blue:hover, #lbNext.blue:visited:hover { background: url(images/lytebox/next_blue.gif) right 15% no-repeat; }
	#lbNext.gold:hover, #lbNext.gold:visited:hover { background: url(images/lytebox/next_gold.gif) right 15% no-repeat; }

#lbPrev2, #lbNext2 { text-decoration: none; font-weight: bold; }
	#lbPrev2.grey, #lbNext2.grey, #lbSpacer.grey { color: #333333; }
	#lbPrev2.red, #lbNext2.red, #lbSpacer.red { color: #620000; }
	#lbPrev2.green, #lbNext2.green, #lbSpacer.green { color: #003300; }
	#lbPrev2.blue, #lbNext2.blue, #lbSpacer.blue { color: #01379E; }
	#lbPrev2.gold, #lbNext2.gold, #lbSpacer.gold { color: #666600; }
	
#lbPrev2_Off, #lbNext2_Off { font-weight: bold; }
	#lbPrev2_Off.grey, #lbNext2_Off.grey { color: #CCCCCC; }
	#lbPrev2_Off.red, #lbNext2_Off.red { color: #FFCCCC; }
	#lbPrev2_Off.green, #lbNext2_Off.green { color: #82FF82; }
	#lbPrev2_Off.blue, #lbNext2_Off.blue { color: #B7CAEE; }
	#lbPrev2_Off.gold, #lbNext2_Off.gold { color: #E1E100; }
	
#lbDetailsData { padding: 0 10px; }
	#lbDetailsData.grey { color: #333333; }
	#lbDetailsData.red { color: #620000; }
	#lbDetailsData.green { color: #003300; }
	#lbDetailsData.blue { color: #01379E; }
	#lbDetailsData.gold { color: #666600; }

#lbDetails { width: 60%; float: left; text-align: left; }
#lbCaption { display: block; font-weight: bold; }
#lbNumberDisplay { float: left; display: block; padding-bottom: 1.0em; }
#lbNavDisplay { float: left; display: block; padding-bottom: 1.0em; }

#lbClose { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbClose.grey { background: url(images/lytebox/close_grey.png) no-repeat; }
	#lbClose.red { background: url(images/lytebox/close_red.png) no-repeat; }
	#lbClose.green { background: url(images/lytebox/close_green.png) no-repeat; }
	#lbClose.blue { background: url(images/lytebox/close_blue.png) no-repeat; }
	#lbClose.gold { background: url(images/lytebox/close_gold.png) no-repeat; }

#lbPlay { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbPlay.grey { background: url(images/lytebox/play_grey.png) no-repeat; }
	#lbPlay.red { background: url(images/lytebox/play_red.png) no-repeat; }
	#lbPlay.green { background: url(images/lytebox/play_green.png) no-repeat; }
	#lbPlay.blue { background: url(images/lytebox/play_blue.png) no-repeat; }
	#lbPlay.gold { background: url(images/lytebox/play_gold.png) no-repeat; }
	
#lbPause { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbPause.grey { background: url(images/lytebox/pause_grey.png) no-repeat; }
	#lbPause.red { background: url(images/lytebox/pause_red.png) no-repeat; }
	#lbPause.green { background: url(images/lytebox/pause_green.png) no-repeat; }
	#lbPause.blue { background: url(images/lytebox/pause_blue.png) no-repeat; }
	#lbPause.gold { background: url(images/lytebox/pause_gold.png) no-repeat; }
/* end lytebox css */