/* ================================================================================================== */
/* Generic Style Declarations */

body		{	background-color: #ffffff;
			color: #444444;
			font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
			margin: 0px; }

b, strong	{	font-weight: bold; }

i, em, cite	{	font-style: italic; }

u		{	text-decoration: underline; }

abbr, acronym
		{	border-bottom: 1px dotted #333333;
			cursor: help; }

hr		{	color: #ffffff;
			margin: 0px;
			background-color: #ffffff;
			border: 0;
			border-top: 3px double #dddddd; }

h1, h2, h3, h4, h5, h6, legend
		{	font-weight: bold; 
			margin: 5px 0px; }

h1		{	font-size: 14px;
			color: #CF001C; }

h2, legend	{	font-size: 13px; }

h3		{	font-size: 12px; }

h4, h5, h6	{	font-size: 11px; }

h5		{	margin-left: 20px; }

h6		{	margin-left: 40px; }

p		{	margin: 10px 0px; }

dt, li		{	margin-top: 7px; }

sub, super	{	font-size: 75%; }

code, pre	{	font-family: Courier, "Courier New", fixed-width, monospace;
			font-size: 9px; }

dfn		{	font-style: normal;
			color: #787878; }

td		{	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px; }

input, select, textarea
		{	font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			color: #000000; }

small		{	font-size: 10px; }

fieldset	{	border: 1px solid #cccccc; }

a:link, a:visited, a:hover
		{	text-decoration: underline;
			color: #00527F; }

a:visited	{	color: #777777; }

a:hover		{	color: #000000; }

a img		{	border: 0; }

/* END Generic Style Declarations */
/* ================================================================================================== */





/* ================================================================================================== */
/* Generic Class Declarations */

.floatLeft	{	position: relative;
			float: left;
			margin: 0px 10px 0px 0px; }

.floatRight
		{	position: relative;
			float: right;
			margin: 0px 0px 0px 10px; }

.clearLeft	{	clear: left; }

.clearRight 	{	clear: right; }

/* END Generic Class Declarations */
/* ================================================================================================== */





/* ================================================================================================== */
/* Styles for content containers */

.Content 	{	line-height: 160%;
			color: #303030;
			width: 488px;
			border-left: 1px solid #dddddd; }

.Content h1	{	padding: 7px 15px;
			margin: 0px;
			background-color: #EEEFF0;
			border-top: 1px solid #dddddd;
			border-bottom: 1px solid #dddddd; }

.Content img	{	padding: 2px;
			background-color: #EEEFF0;
			border: 1px solid #dddddd; }

.Content a:hover img
		{	border: 1px solid #bbbbbb; }

.ContentBody	{	padding: 8px 15px; }
            
/* END Styles for content containers */
/* ================================================================================================== */





/* ================================================================================================== */
/* Layout Styles */

#Wrapper 	{	position: relative;
			width: 751px;
			margin: 0px auto 10px auto;
			background-color: #ffffff;
			border: 1px solid #546169;
			border-top: 0; }

#Logo, #HomeBanner, #Banner
		{	border-bottom: 1px solid #ffffff; }

#Logo a		{	display: block;
			border-left: 10px solid #546169; } 

#Logo img, #Banner img
		{	display: block;
			border-right: 1px solid #ffffff;
			border-left: 1px solid #ffffff; }

#Banner div	{	border-right: 10px solid #546169; }

#Banner img	{	border-left: 0; }

#Content	{	border-top: 5px solid #969798; }

#Content td	{	vertical-align: top; }

.PrintOnly, #PrintLogo, .Hide
		{	display: none; }

/* END Layout Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Home Page Styles */

#HomeBanner	{	background-color: #546169; }

#Products	{	margin-bottom: 10px;
			border-bottom: 1px solid #dddddd; }

#Products table	{	width: 100%;
			border-collapse: collapse; }
			
#Products td	{	padding: 10px 10px 10px 15px; }

#Products td.Left
		{	border-right: 1px dotted #dddddd;}

#Products td	{	border-bottom: 1px dotted #dddddd; }	

#Products tr.Last td
		{	border-bottom: 0; }

#Products img	{	float: left;
			margin: 0px 10px 0px 0px; }

#Products h1	{	border-top: 0; }

#Products h2	{	font-size: 12px;
			margin: 0px; }

#Products p	{ 	line-height: 130%;
			margin: 0; }

/* END Home Page Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* PriNav Styles */

#PriNav 	{	padding-bottom: 10px;
			background-image: url(../files/images/template/PriNav_bg.jpg);
			background-position: top left;
			background-repeat: repeat-x;
			background-color: #ffffff;
			border-top: 5px solid #546169; }

#PriNav a:visited
		{	color: #00527F; }

/* END PriNav Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Sub-Navigation Styles */

#SubNav		{	vertical-align: top;
			width: 248px;
			padding: 0px 15px 15px 0px; }

#SubNav h1	{	margin: 0px;
			padding: 7px 10px;
			border-bottom: 1px solid #dddddd; }

#SubNav a:link, #SubNav a:visited
		{	color: #00527F; }

#SubNav a:hover	{	color: #000000; }

.SubContent	{	margin: 0;
			padding: 10px;
			border-bottom: 1px solid #dddddd; }

/* DL = News Links */
#SubNav dl	{	font-size: 12px;
			margin: 0px;
			padding-top: 1px; }

#SubNav dt 	{	color: #787878;
			margin-bottom: 5px;
			padding: 0px 10px; }

#SubNav dd 	{	margin: 0px 0px 5px 0px;
			padding: 0px 10px 10px 10px;
			border-bottom: 1px dotted #dddddd; }

#SubNav p.more	{	margin: 5px 0px;
			padding: 0px 10px 0px 28px;
			background: url(/files/images/template/more_arrow.gif) no-repeat 10px center transparent; }

/* UL = Navigation Links */
#SubNav ul	{	margin: 30px 0px 0px 0px;
			padding: 0px;
			list-style: none;
			display: block;
			border-top: 1px dotted #dddddd; }

#SubNav li	{	margin: 0px;
			display: inline; }

#SubNav li a	{	text-decoration: none;
			padding: 5px 10px;
			border-bottom: 1px dotted #dddddd;
			display: block; }

#SubNav li a:link.Sel, #SubNav a:visited.Sel
		{	background-image: url(../files/images/template/Subnav_sel_bg.jpg);
			background-position: top left;
			background-repeat: repeat-y; }

#SubNav li a:hover, #SubNav li a:hover.Sel
		{	background-image: none;
			background-color: #f3f3f3; }

/* END Sub-Navigation Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Search Styles */

#SearchForm	{	margin: 15px 0px 0px 0px;
			padding: 10px;
			background-color: #EEEFF0;
			border: 1px solid #dddddd;
			border-left: 0; }

#SearchForm input
		{	font-size: 12px;
			border: 1px solid #546169; }

#SearchKeywords	{	width: 187px;
			padding-left: 2px; }

#SearchForm #btnSearch
		{	padding: 0px 3px;
			background-color: #cccccc; }

/* END Search Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Breadcrumb Styles */

#Bread		{	font-size: 10px;
			margin: 0px;
			padding: 5px 15px;
			background-color: #F7F8F8;  }

#Bread a:link, #Bread a:visited, #Bread a:hover
		{	color: #00527F;
			text-decoration: underline; }

/* END Breadcrumb Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Footer Styles */

#Footer		{	width: 100%;
			border-collapse: collapse;
			border-top: 5px solid #546169; }

#qcms, #FooterText 
		{	color: #787878;
			padding: 5px 15px; }

#FooterText	{	padding: 5px 15px;
			width: 100%; }

#Footer p 	{	margin: 0px 0px 3px 0px; }
		
#Footer	a:link, #Footer	a:visited, #Footer a:hover
		{	text-decoration: none;
			color: #787878; }

/* END Footer Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Products / Product Categories Pages Styles */

table.ProductCat
		{	width: 100%;
			margin: 0px 0px 0px 0px;
			background-image: url(/files/images/template/ProductCat_bg.jpg);
			background-repeat: repeat-x;
			background-position: bottom left;
			background-color: #ffffff;
			border-collapse: collapse;
			border-bottom: 1px solid #dddddd; }

.ProductCat td, .ProductCat th
		{	vertical-align: top;
			padding: 15px 0px 15px 15px; }

td.ProdDesc	{	width: 100%;
			padding-right: 15px; }

.ProductCat h2	{	margin-top: 0px;
			padding-bottom: 3px;
			border-bottom: 1px solid #444444; }

.ProductCat h2 a
		{	text-decoration: none; }

.ProductCat p	{	margin: 5px 0px; }

ul.ProductLinks	{	margin: 0px;
			padding: 0px;
			list-style: none; }

.ProductLinks li
		{	margin: 0;
			display: inline; }

.ProductLinks a	{	padding: 3px 10px 3px 15px;
			background: url(/files/images/template/ProductLinks_bg.gif) no-repeat 5px center transparent;
			border-bottom: 1px dotted #dddddd;
			display: block; }

.ProductLinks a:hover
		{	background-color: #f3f3f3; }

/* END Products / Product Categories Pages Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Product Details Styles */

#ProdLogo	{	padding: 0px 15px; }

#ProdContent	{	width: 100%;
			border-left: 0; }

#ProdContent .ContentBody
		{	padding: 15px; }

.ProdDetail	{	width: 100%;
			border-collapse: collapse; }

.ProdDetail td	{	vertical-align: top;
			width: 0; }

.ProdDetail td.ProdDetailBody
		{	width: auto;	
			padding: 0px 15px; }

.ProdDetail td.SpecLinks
		{	width: 150px;
			padding: 10px;
			background-color: #EEEFF0;
			border: 1px solid #dddddd; }

#BigLink	{	margin: 0px 0px 10px 0px; }

#BigLink a	{	text-transform: uppercase;
			padding: 5px 5px 5px 22px;
			background: url(/files/images/template/more_arrow.gif) no-repeat 5px center transparent;
			border: 1px solid #dddddd;
			display: block; }

#BigLink a:hover
		{	background-color: #f3f3f3; }

.SpecLinks h2	{	margin-top: 0px;
			padding-bottom: 3px;
			border-bottom: 1px solid #444444; }

.SpecLinks ul	{	margin: 0px;
			padding: 0px;
			list-style: none; }

.SpecLinks li	{	margin: 0;
			display: inline; }

.SpecLinks li a	{	padding: 3px 10px 3px 15px;
			background: url(/files/images/template/ProductLinks_bg.gif) no-repeat 5px center transparent;
			border-bottom: 1px dotted #cccccc;
			display: block; }

.SpecLinks li a:hover
		{	background-color: #ffffff; }

.SpecLinks p	{	border: 1px solid #ccc;
			background: #fff;
			padding: 5px; }

.SpecLinks p img
		{	padding: 0;
			margin: 0;
			border: 0; }

/* END Product Details Styles */
/* ================================================================================================== */





/* ================================================================================================== */			
/* Data Table Styles */

table.Data	{	border-collapse: collapse;
			border: 1px solid #666666;
			background-color: #ffffff;
			margin: 10px 0px; }

table.Data td, table.Data th, #Content table.Data td, #Content table.Data th
		{	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
			font-size: 10px;
			border-bottom: 1px solid #999999;
			border-left:  1px dotted #999999;
			padding: 3px 10px; }

table.Data th	{	background-color: #eeeeee;
			color: #000000;
			font-weight: bold; }

table.Data tr.NewRow td
		{	border-top: 1px solid #000000; }

table.Data .center
		{	text-align: center; }

table.Data .right
		{	text-align: right; }

table.Data .left
		{	text-align: left; }

table.Data .bold
		{	font-weight: bold; }

table.Data .nowrap
		{	white-space: nowrap; }

table.Data .HeaderCol, table.Data th.Vertical
		{	text-align: left; }

table.Data td table.Data td, table.Data td table.Data th, table.Data td table.Data
		{	border-color: #cccccc; }

table.Data tr.Divider th, table.Data tr.Divider td
		{	border-top: 4px double #000000; }

table.Data .Totals
		{	background-color: #eeeeee;
			font-weight: bold; }

table.Data .HideCol
		{	display: none; }

table.SizeChart	{	width: auto; }


/* END Data Table Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Application Error Styles */

.error		{	color: #ff0000; }

input.error, textarea.error, select.error
		{	background-image: url(/files/images/std/input_error.gif);
			background-position: top left;
			background-repeat: no-repeat;
			color: #000000; }

/* END Application Error Styles */
/* ================================================================================================== */
