/* CSS Document */
body {
	behavior: url(css/csshover.htc); /* For IE */
	background-image: url(../images/background_repeater.jpg);
	background-repeat: repeat-x;
	background-color: gainsboro;
	margin-top:10px;
	margin-left:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:13px;
}

#main {
	background-color:#FFFFFF;
}

#tag {
	float:right;
	padding-top:100px;
	padding-bottom:20px;
	padding-right: 160px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#666666;
}

#logo {
	float:left;
}


h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight:100;
	color: #003366;
	padding-top:20px;
	
}


h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight:100;
	color: #333333;
}

h3 {
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 16px;
	font-weight: 100;
	color: #003366;
}

h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight:100;
	color: #003366;
}

h5 {
	color: #003366;
	font-family:Arial, Sans-Serif;
	font-size: 12px;
	font-weight:400;
	padding-left: 20px;
	padding-right: 20px;
}

h6 {
	color: #003366;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight:100;
	color: #FFFFFF;
}

h1,h2,h3,h4,h5,h6 {
	padding-left:10px;
	}

/*h4 {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

h2, h3 {
	margin-top: 10px;
	padding-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-left:20px;
}

h1, h5, h6 {
	margin-top: 0px;
	padding-top: 10px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
}*/

td {
vertical-align:top;
}
hr {
	margin-left:10px;
	margin-right:10px;
	color: #1f497d;
	height:2px;
}

p {
	margin-top: 10px;
	padding-top: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#cartFormat{
	margin-left: 10px;
	padding-right: 10px;
	margin-left: 10px;
	padding-right: 10px;
}

.printerVersion {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight:100;
	color: #ffffff;
	background:#666666;
	padding-right: 10px;
}

.twoColFixLtHdr #container { 
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;  /*the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.twoColFixLtHdr #header { 
	background: #FFFFFF;
	float:left;
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:180px;
	width:760px;
}
 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColFixLtHdr #columnWrapper {
	background-color:#FFFFFF;
	height:100%;
}

.twoColFixLtHdr #mainWrapper {
	background-color:#FFFFFF;
	height:100%;
	margin-left:0px;
	margin-right:10px;
}

/*.twoColFixLtHdr #navWrapper {
	float:right;
	background-image:url(../images/feathers.jpg);
	background-position:top;
	background-repeat:no-repeat;
	min-height: 400px;
	background-color: #e88c30;
	margin: 0 auto;
	width:600px;	
}*/
.contentimg {
	float:right;
	padding-left: 20px;
	padding-top:20px;
	padding-bottom:20px;
}

.twoColFixLtHdr #mainContent { 
	margin: 0;  /*the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding-right: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-left: 0px; /*JR 20080610 changed from 20*/
	font-size:13px;
	width: 450px;
	float:left;
	min-height:250px;
	height:100%;
}

.twoColFixLtHdr #mainContentNoSub { 
	margin: 0;  /*the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding-right: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-left: 10px;
	font-size:13px;
	width: 740px;
	float:left;
	min-height:75px;
}

.twoColFixLtHdr #catalogContent { 
	margin: 0;  /*the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding-right: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-left: 0px;
	font-size:13px;
	width: 680px;
	float:left;
}

.twoColFixLtHdr #mainContentNoSub p{ 
	padding-right: 40px;
	padding-left: 20px;
}

.twoColFixLtHdr #homeMainContent { 
	margin: 0;  /*the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding-right: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size:13px;
	width: 425px;
	float:left;
	min-height:250px;
	height:100%;
} 

.twoColFixLtHdr #homeSubContent { 
	margin: 0;  /*the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding-right: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size:13px;
	width: 220px;
	float:right;
	height:100%;
} 

.twoColFixLtHdr #homeSubContent h2 { 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight:100;
	color: #1f497d;
	padding-left:0px;
}

.twoColFixLtHdr #subContent { 
	margin: 0;  /*the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding-right: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-left: 20px;
	font-size:13px;
	width: 200px;
	float:right;
	height:100%;
	background:#CCCCCC;
} 
.twoColFixLtHdr #mainContent li{ 
margin-left:auto;
/*padding-bottom: 1.3em; JR 20080610 removed*/
} 

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*------------------------------------------------------------------------------------*/
/*----------------------   Navigations Styles Don't TOUCH! ---------------------------*/
/*------------------------------------------------------------------------------------*/



#navwrapper {
	padding-left:10px;
	padding-right:10px;
}

#navpadding {
	background-color:#ffffff;
	height:24px;
	width:740px;
	padding-left:0px;
	padding-right:0px;
	text-align:center;
}

/*
#navpadding {
	background-color:#000000;
	height:0px;
}

#navwrapper {

	width:720px;
	height: 30px;

}
*/
#nav, #nav ul {
	float:left;
	width: 740px;
	height: 30px;
/*	background-image: url(../images/nav_button_up_bg.jpg);
	background-repeat:repeat-x;*/
	background-color:#1f497d;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding: 0;
	margin: 0 0px;	
	line-height: 1;
	list-style: none;
	border-width: 0px;
}



#nav a {
	display: block;
	width: auto;
	color: #FFFFFF;
	text-decoration: none;
	text-indent: 11px;
	padding: 8px 0px 8px 0px;
	border-bottom: 0px;
	border-bottom-color: #FF0000;
	vertical-align:top;
}

#nav a.tier1 {
	width: auto;
/*RICHARD text-align: left;
	position:relative;*/
/*	height: 10px;
	padding: -6px 0px 0px 0px;*/
}

#nav a.tier1-arrow {
	display: block;
	width: 100px;
	color: #FFFFFF;
	text-align: left;
	text-decoration: none;
	height: 10px;
	padding: -6px 0px 0px 0px;
	background: url(../images/arrow.gif) center right no-repeat;
}

#nav li { /* all list items -- width of main nav buttons*/
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
	padding-right: 20px;
}

#nav li ul { /* second-level lists */
	position:absolute;
	background-color:#99cc66;
	width: 100px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

/* Rollover background states of dropdowns from main navigation*/
#nav li li {
	background-color:#1f497d;
	background-image: none;
/*RICHARD	padding-right: 20px;
	width: auto;*/
	width: 275px;
}

/* horizontal spacing placement of list tiers from left edge of parent button*/ 
#nav li ul ul { 
	margin: -22px 0 0 100px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

/* button holder dimension--causes buttons to tile left to right based on their size in comparison to the width entered -- lists nested under hovered list items */
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { 

	left: auto;
	width: 100px;
}

/*over state colors*/
#nav li:hover, #nav li.sfhover {
	background-color:#999999;
	/*background-image:url(../images/nav_button_over_bg.jpg);
	background-repeat:repeat-x;*/
}





/*------------------------------------------------------------------------*/
/*------------------------   Home Page Styles  ---------------------------*/
/*------------------------------------------------------------------------*/


.homecontent {
	background-color: #FFFFFF;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	color: #666666;
}

div#announcement {
	width:225px;
	float:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	border-left:20px;
	color: #003399;
	background-color:#9cb62c;
}


.homeannouncementtable {
	width:600px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding-left: 20px;
	padding-right: 20px;
	background-color:#9cb62c;
	vertical-align:top;
}



/*------------------------------------------------------------------------*/
/*---------------------------   Footer Styles  ---------------------------*/
/*------------------------------------------------------------------------*/



#footerwrapper {
	width:760px;
	text-align:center;
	color:#FFFFFF;
	background:#1f497d;
		font-size: 9px;
}


#footernav {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 10px;
	font-variant: normal;
	text-align:center;
	text-decoration: none;
	padding-top:10px;
	height:50px;
}

.footertext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-variant: normal;
	text-align: center;
	text-decoration: none;
}

#footernav a{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 10px;
	font-variant: normal;
	text-align: center;
	text-decoration: none;
}
/*.footer {
	background-image:url(../images/footer_image_4.jpg);
	background-repeat:no-repeat;
	height:80px;
}*/

.addressfooter {
	background-image:url(../images/footer_image_5.jpg);
	background-repeat:no-repeat;
	height: 60px;
	width: 760px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color:#1f497d;
	font-size: 10px;
	font-variant: normal;
	text-align: center;
	text-decoration: none;
	vertical-align:top;
	padding-top: 12px;
}
	
.Order {
	border-color:Gray;
	spacing: 2px;
}

.orderHeader {
	background-color: Gray;
	color: White;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.OrderRed {
	color: firebrick;
}

input, select {
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:11px;
}

#submit input {
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:14px;
}

.rightColumn {
	background:#CCCCCC;
	padding-left: 10px;
	padding-right: 20px;
}