@charset "UTF-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, hr {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

/* ----- core styles ----- */

body  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #1c2225;
	background-image:url(/global-images/bkd-pattern-tile.jpg);
	text-align: center;
}

h1 {
	font-weight:bold;
	font-size:20px;
	color:#05a1d1;
	margin:0 0 2px 0px;
}

h2 {
	color:#64686F;
	font-weight:bold;
	font-size:16px;
	margin:0 0 5px 0px;
}

h3 {
	color:#5f8c46;
	font-weight:bold;
	font-size:14px;
	margin:0 0 5px 0px;
}

p {
	padding: 2px 0px 10px 0px;
	line-height:14px;
}

.line { background: #FFF url(/global-images/divider-line.jpg) no-repeat;
margin: 5px auto;
height: 14px;
}

.line-sm { background: #FFF url(/global-images/divider-line-sm.jpg) no-repeat center;
margin: 5px auto;
height: 14px;
}

/* ----- image class and button styles ----- */

.centerImage {
display:block;
margin: 0 auto;
}

.buttonBtm {
display:block;
padding:2px 0 0 0;
}

/* ----- wrapper wraps entire content with the blue pattern ----- */

#wrapper { 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	text-align:left;
	background:url(/global-images/bkd-pattern-stripe.gif) top repeat-x;
}

/* ----- content holds the entire site content ----- */

#content { 
	width: 802px;
	margin: 0 auto 10px auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	text-align:left;
}

/* ----- wraps the top logo and nav ------ */

#masthead {
	width:802px;
	margin:0 0 3px 0;
	padding:0;
}

/* ----- holds the logo ------ */

#logo {
	width:184px;
	margin:0;
	padding: 0;
	float:left;
	display:inline;
}

/* ----- holds the tagline and navigation ------ */

#navWrapper {
	width:617px;
	float:left;
	display:inline;
}

/* ----- holds the tagline and birds ------ */

#tagline {
	width:617px;
	margin:0;
	padding:0;
	float:left;
	display:inline;
	vertical-align:bottom;
}

/* ----- holds the nav ------ */

#nav {
	width:617px;
	margin:0;
	padding: 0;
	float:left;
	display:inline;
}

/* ----- mainWrapper holds the white border of the content ----- */

#mainWrapper {
width:788px;
padding:6px;
border-top:1px solid #9ccfe3;
border-left:1px solid #9ccfe3;
border-right:1px solid #9ccfe3;
background-color:#FFFFFF;
float:left;
}

/* ----- flash and specials wrapper on the home page ----- */

#flashWrapperHome {
	width:789px;
	margin:0 0 16px 0;
	padding:0;
	float:left;
	}

#flashHolder {
	width:555px;
	margin:0 20px 0 0;
	float:left;
	display:inline;
}

#specialsHolder {
	width:214px;
	float:left;
	display:inline;
}


/* ----- three main mods ----- */

/* IE6 Only */
/* * html #midColumn {
margin: 0; } */

#modWrapper {
	width:789px;
	float:left;
	clear:both;
	display:inline;
	margin:0 0 16px 0;
	text-align:left;
	}

#leftMod {
	width:245px;
	margin: 0 20px 0 0;
	padding:0;
	float:left;
	border:2px solid #7bcae5;
}

#midMod {
	width:245px;
	margin: 0 21px 0 0;
	padding:0;
	float:left;
	border:2px solid #bda671;
}

#rightMod {
	width:246px;
	margin: 0;
	padding:0;
	float:left;
	border:2px solid #b6cc9c;
}

/* ----- bottom links ----- */

#btmLinksWrapper {
width:789px;
float:left;
display:inline;
background:url(/global-images/btm-links-bkd.jpg) top no-repeat;
text-align:left;
color:#666666;
}

#btmLinks {
	width:757px;
	margin:4px;
	padding: 10px;
	border:2px solid #FFFFFF;
	float:left;
}

#btmLinks h1 {
color:#5f8c46;
font-size:14px;
font-weight:normal;
}

#btmLinksLeft {
	width:230px;
	margin:0 24px 0 0;
	float:left;
	display:inline;
}

#btmLinksMiddle {
	width:245px;
	margin:0 24px 0 0;
	float:left;
	display:inline;
}

#btmLinksRight {
	width:230px;
	margin:0;
	float:left;
	display:inline;
}

.btmLinksIcon {
width:51px;
margin-right:8px;
float:left;
display:inline;
}

.btmLinksCopy {
width:171px;
float:left;
display:inline;
}

/* ----- content area in bottom links ----- */


#bottomContent {
width: 480px;
margin:0 33px 0 10px;
float:left;
display:inline;
}


/* ----- footer holds styles for the footer include of the page ------ */

#footer {
	width: 757px;
	text-align:left;
	padding:0 10px;
	color:#666666;
	float:left;
	clear:both;
	margin: 10px 0 0 0;
}

#footer h1 {
	color:#5f8c46;
	font-size:16px;
	font-weight:normal;
	margin:0 0 2px 0px;
}

#footer a {
	color: #666666;
	text-decoration:none;
}

#footer a:hover {
	color: #7BCAE5;
	text-decoration:underline;
}

#footer a:visited {
	color: #666666;
	text-decoration:none;
}

#footer a:active {
	color: #666666;
	text-decoration:none;
}

/* ----- float styles ----- */

.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:0 25px 0 20px;
}
.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;
}

/* ----- text links in body text ----- */

a {
	color: #00B3DE;
	text-decoration:none;
}

a:hover {
	color: #00B3DE;
	text-decoration:underline;
}

a:visited {
	color: #00B3DE;
	text-decoration:none;
}

a:active {
	color: #00B3DE;
	text-decoration:none;
}

/* ----- form field styles ----- */

input {
	border:1px;
	border-style:solid;
	border-color:#666666;
	background-color:#FFFFFF;
	margin-bottom:2px;
}

/* ----- footer ----- */
#footer {
	margin:0; padding:0;
	width:802px;
}

#footerLeft {
	margin:0 0 0 5px; padding:0;
	float:left;
	display:inline;
	width:397px;
}


#footerRight {
	margin:auto 15px auto 0; padding:0;
	float:right;
	display:inline;
	width:385px;
	text-align:right;
}

#footerRight img.cardIcns {margin:0 5px 5px 0;}

/* ----- productCart form search ----- */
#btmLinksRight .pcForms input#submit {
	background-color:#AAB1AA;
	color:#fff;
	border:none;
	padding:3px 10px;
	margin:5px 0 0 0;
}

