body
{
	background-color: #000000;
	font-size		: 10px;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
}

.clearfix
{
	clear			: both;
	width			: 0px;
	height			: 0px;
}

.clearfix_R
{
	clear			: right;
	width			: 0px;
	height			: 0px;
}

.clearfix_L
{
	clear			: left;
	width			: 0px;
	height			: 0px;
}

a img
{
	border			: none;
}

a,
a:visited,
a:active
{
	text-decoration	: none; color:#0000CC
}

a:hover
{
	text-decoration	: underline;
}

p  { line-height:16px; }

h1 { font-size:14px; }
h2 { font-size:13px; }
h3 { font-size:12px; }
h4 { font-size:11px; }
h5 { font-size:10px; }
h6 { font-size:9px; }

h1, h2, h3, h4, h5, h6 { color:#666666; }

#left_content h1, #left_content h2, #left_content h3, #left_content h4, #left_content h5, #left_content h6 { color:#333333; }
.error { color:#990000; }

ul
		{
			margin:0;
			padding:0;
			list-style:none;
		}
#site_wrapper
{
	margin			: 0 auto;
	padding 		: 0;
	width			: 936px;
	display 		: block;
	position 		: relative;
}

/*------------------------------------------------ HEADER RELATED ---*/
#header
{
	background		: url(images/header.jpg) #ffffff no-repeat top left;
	width			: 936px;
	color			: #666666;
}

 #header a img
{
	position:absolute;
	top:0;
	left:0;
}

/*------------------------------------------------ HEADER SEARCHBOX RELATED ---*/
#header_search_box, #header_statement
{
	float			: right;
	width			: 225px;
	height			: 85px;
	margin			: 7px 0px 10px 0px;
	padding			: 0px 0px 0px 20px;
	border-left		: solid 1px #ccc;
}

#header_search_box input:last-child { margin-top: 10px; }

#header_search_box input
{
	font-size		: 10px;
	border			: 1px solid #DDD;
	border-top		: solid 1px #666;
	border-left		: solid 1px #666;
}

#header_search_box input.button
{
	border			: 1px solid #DDD;
	border-bottom	: solid 1px #666;
	border-right	: solid 1px #666;
	width			: 60px;
	margin-left		: 10px;
}

#header_search_box input.button:hover
{
	background-color: #666;
	color			: #FFF;
	cursor			: pointer;
}

#header_search_box p,
#header_search_box a
{
	font-size		: 9px;
	margin:0;
}

#header_statement
{
	width			: 399px;
}

#header_statement p
{
	text-align		: center;
	padding-right	: 20px;
	line-height		: 22px;
}
	#header_statement p a
	{
		color:inherit;
	}

	#anniv_emblem
	{
		position:absolute;
		top:58px;
		left:-55px;
		z-index:500;

	}

	#fibered
	{
		position:absolute;
		top:200px;
		left:800px;
	}

	#anniv_text
	{
		position:absolute;
		top:110px;
		left:70px;
		color:#FFFFFF;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-style:italic;
		z-index:501;
		font-size:11px;

	}

#header_menu
{
	position		: relative;
	z-index			: 100;
	clear			: right;
	background		: #071f40;
	height			: 27px;
	border-top		: 2px solid #5c5c5c;
	border-bottom	: 1px solid #5c5c5c;
	background-image: url(images/menu_bg.jpg);
}

#header_menu p
{
	float			: left;
	margin			: 0;
	padding			: 6px 0px 0px 0px;
	color			: #ffffff;
	text-align		: center;
	width			: 255px;
}

/*------------------------------------------------ GENERIC PAGES ---*/

#body_content
{
	position		: relative;
	background		: url(images/body_content_fade_cap.jpg) repeat-x top left #ffffff;
	padding			: 30px;
}

#detail_billboard_head img
{
	padding:25px 0px;
}

/*------------------------------ PRODUCT LIST & Grey Left, White Right PAGES ---*/
#body_content_grey
{
	position		: relative;
	background		: url(images/gray-white-page_cap.jpg) no-repeat #ffffff top left;
	padding-top		: 20px;
}

	#body_content_grey #left_content
	{
		position	 : relative;
		float		 : left;
		background	 : url(images/left_grey_cappers_mid.jpg) center repeat-y #a5a5a5;
		width		 : 232px;
		padding		 : 0px 20px 0px 20px;
	}

	#body_content_grey #left_content div
	{
		display:block;
		margin:-15px 7px 0px 7px;

	}

	#body_content_grey #left_content:before
	{
		content:" ";
		height:32px;
		width:252px;
		background:url(images/left_grey_cappers_top.jpg) center bottom no-repeat #a6a6a6;
		display:block;
		margin-left:-10px;
	}


	#body_content_grey #left_content:after
	{
		content:" ";
		height:32px;
		width:252px;
		background:url(images/left_grey_cappers_bot.jpg) center bottom no-repeat #a6a6a6;
		display:block;
		margin-left:-10px;
	}

		#body_content_grey #left_content h3.border
		{
			border-top	:2px groove #ccc;
			padding-top:10px;
		}

			#body_content_grey #left_content ul li.active,
			#body_content_grey #left_content ul li a
			{
				display:block;
				width:212px;
				height:17px;
				background:url('images/li_link_back_off.jpg') repeat-x top left;
				color:#000;
				padding:5px 0px 0px 2px;
				border:2px groove #ddd;
				border-top:solid 1px #666;
				border-bottom:solid 1px #666;
				margin-top:-1px;
			}

			#body_content_grey #left_content ul li.active,
			#body_content_grey #left_content ul li a:hover
			{
				background:url('images/li_link_back_on.jpg') repeat-x top left;
				text-decoration:none;
			}

			#body_content_grey #left_content ul li.active
			{
				font-weight:bold;
			}

	/*------------------------------------------------ RIGHT CONTENT ---*/

	#body_content_grey #right_content
	{
		padding			: 0px 12px 30px 292px;
		background		: url(images/gray-white-page_middle.jpg) repeat-y top left #ffffff;

	}
		#body_content_grey #right_content .Accordion
		{
			padding:0;
		}

		#body_content_grey #right_content .AccordionPanelContent h4,
		#body_content_grey #right_content .AccordionPanelContent p
		{
			padding-left:10px;
			padding-right:10px;
		}

		#body_content_grey #right_content h3.highlight
		{
			display		: block;
			font-size	: 11px;
			background	: url('images/li_link_back_off.jpg') repeat-x;
			color		: #444444;
			padding		: 2px 0px 2px 2px;
			border		: 1px outset #ddd;
		}
			#body_content_grey #right_content h3.highlight a,
			#body_content_grey #right_content h3.highlight a:hover
			{
				color:#333;
				text-decoration:none;
			}

			#body_content_grey #right_content p,
			#body_content_grey #right_content h4
			{
				/*padding: 0px 10px 0px 15px;*/
			}

			#body_content_grey #right_content h4
			{
				color: #444444;
			}

		#body_content_grey #right_content div.product
		{
			border-bottom 	: 2px groove #ddd;
			display			: block;
			position		: relative;
			min-height		: 80px;
		}

			#body_content_grey #right_content div.product a img
			{
				position	: absolute;
				top			: 0;
				left		: 0;
			}


			#body_content_grey #right_content div.product h5,
			#body_content_grey #right_content div.product p
			{
				padding-left	: 100px;
				color			: #666666;
			}
			#body_content_grey #right_content div.product_gallery
		{
			display			: block;
			position		: relative;

		}


 			#body_content_grey #right_content div.product div.new_blurb_small
			 {
			 	position:absolute;
				top:-20px;
				left:-20px;
				z-index:2;
			}
			#body_content_grey #right_content div.product_gallery div.new_blurb_pg
			 {
			 	position:absolute;
				top:-20px;
				left:-200px;
				z-index:2;
			}


/*------------------------------------------------ BILLBOARD RELATED ---*/
#billboard_main
{
	display			: block;
	width			: 936px;
	height			: 334px;
	clear			: both;
	font-size		: 11px;
	color			: #666666;
}

#billboard_main h5
{
	margin			: 0px;
	margin-bottom   : -10px;
	font-size		: 13px;
	font-weight		: bold;
	padding			: 175px 0px 7px 20px;
	color			: #000000;
	width			: 200px;
}


#billboard_main p
{
	padding			: 0px 0px 0px 20px;
	width			: 220px;
	color			: #666666;
}

#billboard_sub
{
	background		: url(images/billboard_sub_bg.jpg) repeat-x top #666666;
	width			: 936px;
	position		: relative;
}

#new_blurb_billboard
{
	position:absolute;
	top:32px;
	left:0px;
}


#billboard_sub .billboard_subs,
#billboard_sub .billboard_subs_last
{
	height			: 220px;
	width			: 213px;
	border-right	: 1px solid #888888;
	float			: left;
	margin			: 10px 0px 0px 0px;
	padding			: 0px 10px 0px 10px;
	color			: #CCCCCC;
	line-height		: 16px;
	position		: relative;
}

#billboard_sub div.billboard_subs_last
{
	border-right	: none;
}

#billboard_sub .billboard_subs a,
#billboard_sub .billboard_subs_last a
{
	color			: #ffffff;
}

#billboard_sub .billboard_subs h5,
#billboard_sub .billboard_subs_last h5
{
	font-size		: 10px;
	margin			: 5px 0px 10px 0px;
	color			: #AAA;
}



/*------------------------------------------------ FOOTER RELATED ---*/
#footer_gray,
#footer_white,
#footer_gray_white,
#footer_gray_breadcrumbs
{
	width			: 936px;
	background		: url(images/footer_cap_gray.jpg) no-repeat top;
	text-align		: center;
	padding			: 40px 0px;
	color			: #666666;
	line-height		: 24px;
	clear:left;
}

#footer_gray img,
#footer_white img,
#footer_gray_white img,
#footer_gray_breadcrumbs img
{
	padding:0px 5px 0px 5px;
}

#footer_white
{
	background-image: url(images/footer_cap_white.jpg);
}

#footer_gray_white
{
	background:url(images/footer_cap_gray_bread.jpg) no-repeat 0px -20px;
}

#footer_gray_breadcrumbs
{
	background:url(images/footer_cap_gray_bread.jpg) no-repeat top;
}

	#footer_gray_breadcrumbs ul
	{
		margin:-33px 0px 25px 20px;
		padding:0;

		text-align:left;
	}

	#footer_gray_breadcrumbs ul li
	{
		display:inline;
		padding-right:2px;
		color:#999999;
	}

	#footer_gray_breadcrumbs ul li a:hover
	{
		color:#ffffff;
	}

#footer_gray a,
#footer_gray_white a,
#footer_white a,
#footer_gray_breadcrumbs a,
#footer_gray a:visited,
#footer_gray_white a:visited,
#footer_white a:visited,
#footer_gray_breadcrumbs a:visited,
#footer_gray a:active,
#footer_gray_white a:active,
#footer_white a:active,
#footer_gray_breadcrumbs a:active
{
	font-size		: 10px;
	color			: #999999;
	text-decoration	: none;
}

#footer_gray p,
#footer_gray_white p,
#footer_white p,
#footer_gray_breadcrumbs p
{
	font-size		: 9px;
	color			: #444444;
}

#footer_gray a:hover,
#footer_gray_white a:hover,
#footer_white a:hover,
#footer_gray_breadcrumbs a:hover
{
	color			:#3399FF;
}