@charset "UTF-8";

/***********************

STYLESHEET SECTIONS:

- CSS Reset
- Global Layout Stuff
- Standard Elements
- Classy Elements
- Links
- Header Stuff
- Left Sidebar Stuff
- Center Body Structure
- Center-Area-Only Classy Elements
- Right Sidebar Structure
- Special Text Areas
- Table Layouts
- Buttons
- Footer Elements
- IE6 Exceptions
- IE7 Exceptions
- Override Everything Else

************************/

/* <CSS Reset (courtesy Eric Meyer)> */
/* CSS Reset sets commonly used element attributes (e.g., margin:0;) globally
	instead repeatedly doing it at block level */
/* DO NOT CHANGE */

	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, 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 {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-weight: inherit;
		font-style: inherit;
		font-size: 100%;
		font-family: inherit;
		vertical-align: top;
	}

	/* remember to define focus styles! */

	:focus {
		outline: 0;
	}
	body {
		line-height: 1;
		color: black;
		background: white;
	}
	ul {
		list-style:none;
	}

	/* tables still need 'cellspacing="0"' in the markup */

	table.contact {
		border-collapse: separate;
		border-spacing: 0;
		vertical-align:top;
		font-size:11px;
	}
	table.contact td{
		vertical-align:top;
		padding-top:8px;
	}
	caption, th, td {
		text-align: left;
		font-weight: normal;
	}
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: "";
	}
	blockquote, q {
		quotes: "" "";
	}

/* </CSS Reset> */

/***********************

STYLESHEET SECTIONS:

- Header Stuff
- Center Area Structure
- Center Area Boxy Elements

************************/

/* <Global Layout Stuff> */

body {
background: #ffffff;
	font-family:Georgia, "Times New Roman", Times, serif;
		font-size:12px;
		line-height:18px;
	}

#wrapper {
	margin:0;
	padding:0;
	margin:auto;
	width:970px;
	}

#container {
	width: 970px;
	height:auto;
	background:url(images/back-vert-1.gif) repeat-y center top;
}

#container2lines {
	width: 970px;
	height:auto;
	background:url(images/back-vert-2.gif) repeat-y center top;
}

#header {
		width:970px;
		height:140px;
		}

#leftCol{
	float:left;
	width:213px;
	background:none;
}

#rightCol{
	float:left;
	width:757px;
	position: relative;
}

.rule-h{
	width:auto;
	height:2px;
	background:url(images/border-horizontal.gif) repeat-x left top;
}

.rule-h-wide{
	width:527px!important;
	height:2px;
	margin-left:-22px!important;
	background:url(images/border-horizontal.gif) repeat-x left top;
}

.rule-h-super-wide{
	width:757px!important;
	height:2px;
	margin-left:-22px!important;
	background:url(images/border-horizontal.gif) repeat-x left top;
}

.rule-v{width:2px;background:url(images/border-vertical.gif) repeat-y left top;}

#nav{padding:0px; margin:20px 0 0 15px;}

#nav a{
color:#000000;
font-size:11px;
text-decoration:none;
font-weight:normal;
}

#nav a:hover{
color:#74000c;
}

a.nav-on {
color:#74000c;
font-size:11px;
}

a.rss-item {
display: none;
}
.rss-item a:link{
color:#ffffff;
display:none;
font-size:.001em;
}
.rss-item a:link:visited{
color:#ffffff;
display:none;
font-size:.001em;
}
.rss-item a:link:hover{
color:#ffffff;
display:none;
font-size:.001em;
}

.rss-date{color:#74000c;
font-size:14px;font-weight:normal;margin-bottom:-20px;display:none;}

#nav ul {margin: 10px 0 0 10px; list-style:none;}
#nav ul li{margin: 10px 0 0 10px;}
#nav ul .sub{margin:0px 0 0 15px;}

	ul.basic{
	list-style:none;
	}

	ul.basic li{
	padding:0 0 5px 10px;
	background: url(images/bullet.gif) left 8px no-repeat;	}

	ul.basic-lev2{
	list-style:none;
	padding-top: 10px;
	}

	ul.basic-lev2 li{
	padding:0 0 5px 30px;
	background: url(images/ul-line.gif) 18px 8px no-repeat;	}

h1{font-size:18px;font-weight:normal;color:#74000c;padding:0 0 5px 0;}
h2 {font-weight:normal; font-size:15px;color:#518499;}
h2 a:link {font-weight:normal; font-size:15px;color:#518499;}
h3 {font-weight:bold; font-size:12px; color:#74000c;}
h4 {font-weight:normal; font-style:italic;font-size:15px;color:#518499;padding-bottom:5px;}
h4 span{font-size:12px;}
h5 {font-weight:bold; font-size:12px;color:#518499;}

em { font-style: italic; }
strong { font-weight: bold;}

.sm {font-size:10px;}
.source{font-size:10px;}
.dyk{font-size:15px;}

/* <Links> */
	a:link {color: #000; text-decoration:underline;}
	a:active {color: #000; text-decoration:none;}
	a:visited {color: #000; text-decoration:underline;}
	a:hover {color: #000; text-decoration:underline;}

	a.callout:link {color: #518499; text-decoration:underline;}
	a.callout:active {color: #518499; text-decoration:none;}
	a.callout:visited {color: #518499; text-decoration:underline;}
	a.callout:hover {color: #74000c; text-decoration:underline;}
/* </Links> */


/* <Center Area Structure> */

.full{width:737px; padding:20px 10px 13px 20px; float:left;background:#ffffff;margin-left:3px;}
.half-half{width:42%; padding:20px 10px 8px 20px; float:left;	background:#ffffff;margin-left:3px;
}
.two-thirds{width:500px; padding:20px 10px 0 20px; float:left;}
.one-third{width:170px; padding:20px 10px 0 20px; float:left;}
.one-third-plus{width:200px; padding:20px 0px 0 20px; float:left;}

.sm{font-size:10px;margin-top:4px;}
.lower-left-callout{padding:20px; }
.lower-left-callout img{margin-left:-20px;}
.bump{font-size:15px;}

/* IE6 ONLY */
*html .half-half{width:30%; padding:20px 10px 0 20px; float:left;}
*html .full{width:717px; padding:20px 10px 20px 20px; float:left;}
*html #container {width:1000px;}

#float-contact{
	position:absolute;
	top:360px;
	left:610px;
	width:150px;
	height:0;}

/* </Center Area Structure> */


/* <Table Layouts> */

.error {
/*	border-color:red;*/
	background-color:#fbecc3;
}

.loginform td {
	text-align:right;
	padding-right:20px;
}
.loginform .required {
	width:20em;
}
.loginform td:first-child {
	padding-left:10px;
	padding-right:3px;
}

.producttable {
	width: 736px;
	border-bottom: 1px solid #959088;
}

.producttable img {
	margin-left: 8px;
	margin-right: 20px;
}

.producttable select {
	color: #74000C;
	background-color: white;
}

.producttable .datrowA {
	background: white;
}
.producttable .datrowB {
	background: #fbecc3;
}

.producttable .priceCol {
	padding-right:30px;
	text-align:right;
}
.producttable th.priceCol {
	padding-right:28px;
}

.producttable th {
	xborder: 1px solid black;
	background: #f1b410;
	vertical-align: middle;
	text-align: left;
	font-family: Arial;
	color: white;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 4px;
}

.producttable td, .producttable tr.datrowA td,  .producttable tr.datrowB td {
	xborder: 1px solid black;
	padding-top: 6px;
	padding-bottom: 6px;
	vertical-align: middle;
}
.producttable td.formheader1 {
	vertical-align: bottom;
	padding-bottom: 7px;
}
.producttable td.formheader1 {
	font-family: Arial;
	font-weight: bold;
	color: #74000C;
	padding-bottom: 6px;
}
.producttable td.formheader2 {
	padding-bottom: 0px;
	vertical-align:top;
}

.producttable .cartblocks {
	background: #fbecc3;
	height: 28px;
	margin-top: 3px;
	text-align: center;
	padding-top: 5px;
}
.producttable input[disabled] {
	color: #999;
}

.qtyToAdd {
	float: left;
	margin-right: 2px;
	width: 2.5em;
}
.plusBut, .minusBut {
	margin-bottom: 2px;
	width: 11px;
	height: 9px;
	border: none;
}
.plusBut {
	margin-bottom: 2px;
}
.addBut {
	width: 5.5em;
}
.removeBut {
	width: 6.5em;
}

.removebuttons { 
	padding-right: 20px;
	padding-left: 7px;
}

/* </Table Layouts> */


/* <Buttons> */

.pager {
	float:right;
	margin-right: 20px;
	padding: 0px;
}
.page-number {
	display: inline-block;
	margin-right: 1px;
	border: 1px solid #959088;
	border-top:none;
	width:1.75em;
	text-align:center;
}
.page-number:hover {
	cursor: pointer;
	background: #f1b410;
}
.active {
	background: #f1b410;
}

/* </Buttons> */


/* <Footer Elements> */

#footer {
font-size: 10px;
	margin:auto;
	padding: 26px 0 0px 233px;
	color: #666666;
	font-size: 10px;
	}

.clearer {
	width:100%;
	margin:0;
	padding:0;
	clear:both;
	height:0px;
}

.menu_list {
	padding-left:20px;
	height:100px;
}

.menu_head {
	cursor: pointer;
	position: relative;
	font-size:14px;
}

.menu_body {
	display:none;
}

.menu_body a{
  display:block;
  padding-left:10px;
  text-decoration:none;
}
.menu_body a:hover{
  color: #74000c;
  }

 .menu_body-on {
	display:block;
}

.menu_body-on a{
  display:block;
  padding-left:10px;
  text-decoration:none;
}
.menu_body-on a:hover{
  color: #74000c;
  }

	a.menu-on:link {color: #74000c!important; text-decoration:underline;}
	a.menu-on:active {color: #74000c!important; text-decoration:none;}
	a.menu-on:visited {color: #74000c!important; text-decoration:underline;}
	a.menu-on:hover {color: #74000c!important; text-decoration:underline;}

	ul.pdf ul.word ul.excel {
		margin:0; padding:0;
		}

		ul.pdf li, ul.word li, ul.excel li {
			list-style:none;
			font-size:1em;
			padding: 0 0 5px 20px;
			}

		ul.pdf li a, ul.word li a {
			}

			ul.pdf li a:hover, ul.word li a:hover, ul.excel li a:hover { text-decoration: underline; }

			ul.pdf li { background: url(images/icn-pdf.gif) no-repeat left top; }
			ul.word li { background: url(images/icn-word.gif) no-repeat left top; }
			ul.excel li { background: url(images/icn-excel.gif) no-repeat left top; }

/* </Footer Elements> */


/* <IE7 Hacks> */
/* </IE7 Hacks> */





.yellow_callout_small { 
	font-family: Georgia;
	font-style: italic;
	font-size: 33px;
	color: #e7a51e;
	display: inline-block;
	line-height: 30px;
	padding-top: 30px;
}

.yellow_callout_medium { 
	font-family: Georgia;
	font-style: italic;
	font-size: 44px;
	color: #e7a51e;
	display: inline-block;
	line-height: 50px;
}


.yellow_callout_big { 
	font-family: Georgia;
	font-style: italic;
	font-size: 68px;
	color: #e7a51e;
	display: inline-block;
	line-height: 50px;
}








