@charset "utf-8";
/* CSS Document */

body  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#IframeHome {
  /*width: 800px; /* this is the width without the extra page column */
	width: 798px; /* this is the width when using the extra page column */
  height: 102.40em;
	margin: 0 auto;
	padding: 0;
	margin-top: -3px;
}

#pageContainer { /* this is used to create an extra 182px wide column to the right of the main content */
	width: 980px;
	margin: 0 auto;
	text-align: left;
}

.twoColumn #container, .oneColumn #container, .blog #container { 
	width: 798px;
	background: #EEE1BD;
	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. */
}
.oneColumn #adminContainer {
	width: 67em;
	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. */
}
.twoColumn #insideContainer, .oneColumn #insideContainer, .blog #insideContainer {
	background: #FBF9F3 url(images/frame_background.png) repeat-x;
	background-position: 70%;
	margin-left: 1px;
	margin-right: 1px;
	min-height: 320px;
	overflow: auto;
}
.administration #container, .administration_fullpage #container { 
	width: 100%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

/* header descriptions */
	.administration #header, .administration_fullpage #header { 
		background: #DDDDDD; 
		padding: 0 10px;  /* 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. */
	} 
	.administration #header h1, .administration_fullpage #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 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	}
/* end header descriptions */


/* Tips for sidebar1:
1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width. 
2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColHybRtHdr #sidebar1 p" rule.
*/
	.twoColumn #sidebar1, .blog #sidebar1 {
		float: right; 
		width: 16em; /* since this element is floated, a width must be given */
		padding: 1em 2.5em 1em 0; /* top and bottom padding create visual space within this div  */
	}
	.twoColumn #sidebar1 h3, .twoColumn #sidebar1 p {
		margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
		margin-right: 10px;
	}
	.administration #sidebar1 {
		float: left; 
		width: 8em; /* since this element is floated, a width must be given */
		background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
		padding: 15px 0; /* top and bottom padding create visual space within this div  */
	}
	.administration #sidebar1 h3, .administration #sidebar1 p {
		margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
		margin-right: 10px;
	}
/* end sidebar1 page setup */

/* sidebar1 */

/* end sidebar1 */

/* sidebar1 box descriptions */
	#sidebar1 div.top-left {
		margin-right: 16px; /* clip right corner */
		background-image: url(images/sidebar1_bg_tl.gif);
		height: 14px; /* vertical: show first half of the image with the top-corners in it */
		font-size: 2px; /* correct height for IE */
	}
	#sidebar1 div.top-right {
		margin-top: -14px; /* to level of top-left corner */
		margin-left: 16px; /* clip left corner */
		background-image: url(images/sidebar1_bg_tr.gif); 
		background-position: 100% 0; /* show bg-image starting at the right */
		background-repeat: no-repeat;
		height: 14px; 
		font-size: 2px;
	}
	#sidebar1 div.bottom-left {
		margin-right: 15px; /* clip right corner */
		background-image: url(images/sidebar1_bg_bl.gif);
		background-position: 0 -15px; /* show under half of the image */
		height: 15px;
		font-size: 2px;
	}
	#sidebar1 div.bottom-right {
		margin-top: -15px; /* to level of bottom-left corner */
		margin-left: 16px; /* clip left corner */
		background-image: url(images/sidebar1_bg_br.gif); 
		background-position: 100% 0; /* under half, right side */
		background-repeat: no-repeat;
		height: 15px; 
		font-size: 2px; 
	}
	#sidebar1 div.inside {
		margin-right: 3px;
		background-image: url(images/sidebar1_bg_l.gif);
		background-position: left;
		background-repeat: repeat-y;
		color: #000000;
		padding-left: 4px;
		padding-right: 2px;
		min-height: 230px;
	}
	#sidebar1 div.outside {
		background-image: url(images/sidebar1_bg_r.gif);
		background-position: right;
		background-repeat: repeat-y;
	}
	#sidebar1 div.inside div {
		text-align: left;
	}
	
	#sidebar1 p {
		font-size: .7em;
	}
	#sidebar1 p.large {
		font-size: 1em;
	}
	#sidebar1 p.notopgap, #sidebar1 div.notopgap {
		margin-top: 0;
		padding-top: .7em;
	}
	#sidebar1 p.nobottomgap, #sidebar1 div.nobottompgap {
		margin-bottom: 0;
		padding-bottom: .7em;
		display: block;
	}
	#sidebar1 ul {
		list-style-type: none;
		padding: 0;
		margin: 0 1em;
	}
	#sidebar1 li {
		background-image: url(images/link_button.gif);
		background-repeat: no-repeat;
		background-position: 0 0;
		padding: .1em 0 .5em 24px;
		min-height: 24px;
		font-size: .8em;
		font-weight: normal;
	}
	#sidebar1 li a {
		color: #080808;
		text-decoration: none;
		font-weight: bold;
	}
	#sidebar1 li a:hover {
		color: #C74E05;
		font-family: 
	}
	#sidebar1 p.columnhead {
		background-color: #e4dec4;
		margin: 0 -2px;;
		padding: 20px;
		font-family: Verdana, Geneva, sans-serif;
		font-size: 1em;
		font-weight: bold;
		text-align: center;
		color: #004080;
	}
/* end sidebar1 box descriptions */


/* end sidebar1 descriptions */

/* Tips for mainContent:
1. The space between the mainContent and sidebar1 is created with the right margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this right margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
*/
	.twoColumn #mainContent {
		margin: 0 20.5em 0 2.5em; /* the left margin's value is equal to the header and footer which creates alignment down the left side of the document. */
	}
	.oneColumn #mainContent {
		padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	}
	.administration #mainContent { 
		margin: 0 20px 0 9em; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	} 
	.administration_fullpage #mainContent {
		padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	}
/* end mainContent page setup */

/* header styles */
	h1 {
		font-family: Verdana, Geneva, sans-serif;
		font-weight: bold;
		font-size: 1.5em;
	}
	
	h2 {
		font-family: Verdana, Geneva, sans-serif;
		font-weight: bold;
		font-size: 1.2em;
	}
	
	h3 {
		font-family: Verdana, Geneva, sans-serif;
		font-weight: bold;
		font-size: 1em;
	}
	
	h4 {
		font-family: Verdana, Geneva, sans-serif;
		color: #004080;
		font-weight: bold;
	}
	h5 { 
		border-top: #000 thin solid;
		border-bottom: #000 thin solid;
		background-color: #DED6BE;
		text-align: center;
	} 
/* end mainContent paragraph and header styles */

/* mainContent */
	div.titleimage {
	}
	div.titledivider {
		padding: 4px 0 12px 0;
	}
	div.maintext, div.footertext {
		font-size: .9em;
		padding-bottom: 1px;
		margin-bottom: 2em;
	}
	div.footertitle {
		font-weight: bold;
		color: #004080;
	}
	div.sectionhead {
		font-family: Verdana, Geneva, sans-serif;
		font-weight: bold;
		font-size: 1.1em;
		margin-bottom: 0;
		margin-top: 1em;
	}
	div.sectionintro, p.sectionintro {
		font-weight: normal;
		font-size: .9em;
		margin-top: 0;
		margin-bottom: .5em;
	}
	div.sectionparagraph, p.sectionparagraph {
		font-weight: normal;
		font-size: .9em;
	}
	div.padlink{
		width: 19em;
		float: left;
	}
	ul.sectionparagraph {
		padding: 0;
		margin: 0 0 0 2em;
	}
	ul.sectionparagraph li {
		font-size: .8em;
		padding-bottom: .4em;
	}
	td {
		font-size: .9em;
		padding-bottom: .6em;
		padding-right: .6em;
	}
	div.blueitalic {
		font-weight: bold;
		font-size: .8em;
		font-style: italic;
		color: #004080;
		padding: 0 1em;
	}
	ul.boxTitle {
		list-style-type: none;
		padding: 0;
		margin: 0 6px;
	}
	ul.boxTitle li {
		background-image: url(images/link_button.gif);
		background-repeat: no-repeat;
		background-position: 0 0;
		padding: .1em 0 .5em 24px;
		min-height: 24px;
		font-size: .8em;
		font-weight: bold;
	}
	ul.boxTitle li a {
		font-size: 1.1em;
		font-weight: 600;
		color: #C74E05;
		text-decoration: none;
	}
	ul.boxTitle li a:hover {
		color: #080808;
	}
	p.boxTitle {
		font-size: .9em;
		font-weight: 600;
		color: #C74E05;
		margin-top: 1em;
		margin-bottom: .6em;
		text-decoration: none;
	}
	p.boxBody {
		font-size: .7em;
		font-weight: 600;
		margin: 0 0 0 6px;
	}
	p.bottomspace {
		margin-bottom: 2.5em;
	}
	p.topspace {
		margin-top: 2.5em;
	}
	#mainContent a {
		color: #080808;
		text-decoration: none;
		font-weight: bold;
	}
	#mainContent a:hover {
		color: #C74E05;
		font-family: 
	}
/* end mainContent */

/* box descriptions for home page */
	#mainContent div.top-left {
		margin-right: 10px; /* clip right corner */
		background-image: url(images/box-bg-tl.gif);
		height: 10px; /* vertical: show first half of the image with the top-corners in it */
		font-size: 2px; /* correct height for IE */
	}
	#mainContent div.top-right {
		margin-top: -10px; /* to level of top-left corner */
		margin-left: 10px; /* clip left corner */
		background-image: url(images/box-bg-tr.gif); 
		background-position: 100% 0; /* show bg-image starting at the right */
		height: 10px; 
		font-size: 2px;
	}
	#mainContent div.bottom-left {
		margin-right: 10px; /* clip right corner */
		background-image: url(images/box-bg-bl.gif);
		background-position: 0 -10px; /* show under half of the image */
		height: 10px;
		font-size: 2px;
	}
	#mainContent div.bottom-right {
		margin-top: -10px; /* to level of bottom-left corner */
		margin-left: 10px; /* clip left corner */
		background-image: url(images/box-bg-br.gif); 
		background-position: 100% -10px; /* under half, right side */
		height: 10px; 
		font-size: 2px; 
	}
	#mainContent div.inside {
		background: #dad2ae;
		color: #000000;
		padding-left: 10px;
		padding-right: 10px;
		min-height: 230px;
	}
	#mainContent div.inside div {
		text-align: center;
	}
	#mainContent p.notopgap, #mainContent div.notopgap {
		margin-top: 0;
		padding-top: .7em;
	}
	#mainContent p.nobottomgap, #mainContent div.notopgap {
		margin-bottom: 0;
		padding-bottom: .7em;
		font-weight: normal;
		font-size: .8em;
	}
/* end box descriptions for main page */


/* end mainContent descriptions */

/* footer decriptions */
	#footer { 
		text-align: center;
	}
	#footer div.outside { 
		background: url(images/frame-footer-left.png) no-repeat left bottom;
	}
	#footer div.inside { 
		background: url(images/frame-footer-right.png) no-repeat right bottom;
	}
	#footer p {
		margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
		padding: 1em 3em; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
		font-size: .7em;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		color: #333333;
	}
	.administration #footer, .administration_fullpage #footer { 
		padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
		background:#DDDDDD;
	} 
	.administration #footer p, .administration_fullpage #footer p {
		margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
		padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	}
	
	p.bottomLinks, p.copyright {
		font-size: .8em;
		text-align: center;
		color: #333333;
	}
	p.bottomLinks a {
		text-decoration: none;
		color: #666666;
	}
/* end footer descriptions */


/* Miscellaneous classes for reuse */
.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: 1.5em;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 1.5em;
}
.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;
}
.frame {
	padding: 0;
	border: 1px solid #8B8B8B;
}
img.centered {
	display:block;
  margin-left: auto;
	margin-right: auto;
}
img.border {
	border: 2px solid #B0AB98;
}
.caption {
	font-size: .7em;
	font-weight: bold;
}

:active { outline: none; border: none; }
:focus { outline: none; border: none; }

/* category and productdetail page */
.detailPage #mainContent p {
	margin: 2em;
}
.categoryPage #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(images/category_bg.jpg) repeat-x;
	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. */
	overflow: auto;
}
.categoryPage #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 192px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 4px 0 0 4px;
	padding: 8px 10px 15px 10px;
	min-height: 480px;
}
.categoryPage #sidebar1 li {
	background-image: none;
	padding-top: .8em;
	padding-left: .2em;
	min-height: 24px;
	font-size: .8em;
	font-weight: bold;
}
.categoryPage #sidebar1 li a:hover {
	color: #C74E05;
}
.categoryPage #sidebar1 li a.hilited {
	font-weight: bold;
	color: #983C04;
}
.categoryPage #mainContent { 
	margin: 4px 4px 0 220px; /* 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: 8px 8px 0 8px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	min-height: 480px;
	border-top: 1px hidden;
} 
.detailPage #mainContent {
	text-align: left;
}
.categoryPage a {
	color: #080808;
	text-decoration: none;
	font-weight: bold;
}
.categoryPage a:hover {
	color: #C74E05;
	font-family: 
}
.categoryPage #mainContent div.breadcrumbs, .detailPage #mainContent div.breadcrumbs {
	background-color: #EEE1BD;
	margin-top: 8px;
	padding: 8px;
}
.categoryPage #mainContent div.productbox {
	float: left;
	position: relative;
	width: 150px;
	padding: 2em .7em 0 .7em;
	height: 260px;
	margin-bottom: .5em;
	text-align: center;
}
.categoryPage #mainContent div.newproductbox {
	background-image: url(images/icon_new.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
.categoryPage #mainContent div.productbox p.large {
	font-size: .8em;
	font-weight: normal;
}
.categoryPage #mainContent div.productbox p.small, .categoryPage #mainContent div.productbox span.small {
	font-size: .9em;
	color: #808080;
}
.categoryPage #mainContent div.productbox div.productimage {
	height: 130px;
	width: 150px;
	position: relative;
	text-align: center;
}
.categoryPage #mainContent div.productbox div.productimage div {
	position: absolute;
	width: auto;
	bottom: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
/* end category page */

/* index page */
	.indexpage #container {
		width: 1000px;
		background: #FFFFFF;
		margin: 0 auto;
		border: none;
		text-align: center;
	}
	.indexpage #mainContent {
		padding: 0 20px;
	}
	.indexpage #mainContent div {
		float: left;
		width: 200px;
		text-align: left;
	}
	.indexpage #mainContent div ul {
		margin-left: 0;
		padding-left: 0;
	}
	.indexpage #mainContent div ul li {
		list-style: none;
		padding: .5em 0 0 0em;
		color: #AEAEAE;
	}
	.indexpage #mainContent div ul li a {
		text-decoration: none;
		color: #666666;
	}
	.indexpage #mainContent div ul li a:hover {
		color: #363636;
	}
/* end index page */

/* blog column */
#blog {
	float: right;
	width: 182px;
	background-color: #FFFFFF;
}
#blog h1 {
	font-size: 16px;
	margin: .3em 0;
	text-align: center;
}
#blog p {
	text-align: left;
	padding: 0 0 0 1em;
}
#blog p.intro {
	font-size: .7em;
	padding-top: 0;
	margin-top: 0;
}
#blog p.link {
	font-size: .9em;
	padding-left: .6em;
	margin: 0 0 .3em 0;
}
#blog span.desc {
	font-size: .7em;
	color: #666;
}
#blog p.link a {
	color: #039;
	text-decoration: none;
}
/* end blog column */

/* blog */
.blog #insideContainer {
	background-position: top;
}
.blog #debbie {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
.blog #container {
	width: 74em;
	position: relative;
}
.blog #sidebar1 {
	width: 15em;
	padding: 0 0.5em 0 0;
	position: relative;
}
.blog #sidebar1 p {
	font-size: .7em;
}
.blog #sidebar1 span.title {
	font-size: 1em;
	font-weight: normal;
}
.blog #sidebar1 a {
	text-decoration: none;
	color: #080808;
	font-weight: bold;
}
.blog #sidebar1 p.notopgap {
	font: bold 1.5em Verdana, Geneva, sans-serif;
	text-align: center;
}
.blog #sidebar2 {
	float: left; 
	width: 14em; /* since this element is floated, a width must be given */
	padding: 0 1em 0 .5em;
	text-align: justify;
	z-index: 20;
	position: relative;
}
.blog #sidebar2 p {
	font-size: .7em;
	font-weight: 500;
}
.blog #mainContent {
	float: left;
	width: 41em;
	margin: 0; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */ 
	padding: 0; /* padding here creates white space "inside the box." */
	z-index: 15;
	position: relative;
}
.blog #mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: normal;
	font-style: italic;
	font-size: 2em;
	color: #00416F;
}
.blog #mainContent #post {
	padding: .5em;
	margin: 0;
	position: relative;
	background-color: #FCFAF9;
	border-color: #B0AB98;
	border: outset;
	position: relative;
}
.blog #mainContent #post div.titlebar {
	padding: .2em;
	position: relative;
}
.blog #mainContent #post div.titlebar div.heading {
	font-size: 1em;
	font-weight: bold;
	color: #0062A8;
	margin: 0;
	padding: 0;
	float: left;
}
.blog #mainContent #post div.titlebar div.date {
	font-size: .7em;
	color: #080808;
	margin: 0;
	padding: 0;
	float: right;
}
.blog #mainContent .message {
	font-size: .8em;
}
.blog #mainContent .blurb {
	font-size: .8em;
}
.blog #mainContent .caption {
	text-align: center;
	font-size: 1em;
	font-weight: 400;
}
.blog #mainContent .clickr {
	text-align: center;
	color: #06C;
	font-size: .8em;
}

a.navfirst { 
	background-image: url("images/btn_nav_first.gif");
	background-position: center left;
	background-repeat: no-repeat;
	padding: 20px 0;
}
a.navprev { 
	background-image: url("images/btn_nav_prev.gif");
	background-position: center left;
	background-repeat: no-repeat;
	padding: 20px 0;
}
a.navnext { 
	background-image: url("images/btn_nav_next.gif");
	background-position: center left;
	background-repeat: no-repeat;
	padding: 20px 0;
}
a.navlast { 
	background-image: url("images/btn_nav_last.gif");
	background-position: center left;
	background-repeat: no-repeat;
	padding: 20px 0;
}
/* end blog */

/* HACKS */
/* ie6 float drop fix */
* html .twoColumn #mainContent {
	overflow: hidden;
	width: 470px;
}
* html .oneColumn #mainContent div.inside {
	margin-left: 4px;
	margin-right: 4px;
}
* html .twoColumn #sidebar1 div.inside {
	padding-right: 0px;
	margin-right: 2px;
}
* html .twoColumn #insideContainer {
	width: 796px;
}
/* end HACKS */