/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	SC Client Website Style Sheet 2009
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/




/* Overall page settings
		Note: text-align:center in 'body' rule used for centering
		(workaround in certain browsers) when content centering
		applied in THIS rule.
------------------------------------------- */
div#thePage {

	width: 942px;
	margin-left: auto;  margin-right: auto;

}

/* End overall page settings
------------------------------------------- */



/* Defaults
------------------------------------------- */
body {
	color: #000;
	
	background: #231F20;
	text-align: center;
	margin: 0px 10px;
}
td, th {  /* include div here?  */
	color: #000000;
	background-color: #ffffff;
	font: normal 13px tahoma;
	vertical-align: top;
}
a { color: #005ec4; text-decoration: underline; }
a:visited { color: #005ec4; }
a:active { color:#005ec4; }
a:hover { color:#80d3eb; }
li { text-align: left; } /* keeps li's left aligned, even if in a <ul> that's in a <div> with text-align center or right */
form { margin: 0; padding: 0; }

/* End Defaults
------------------------------------------- */




/* Constants
------------------------------------------- */
div.container100 { width: 100%; }

/* End Constants
------------------------------------------- */




#toplogopanel {
	background-color: transparent;
	text-align: center;
	padding: 0px;
}
#datestampinheader, #datestamp {
	
	color: #8c4200;
	
	
	
	background-color: #FFFFFF;
	
	
	
	font-family: tahoma;
	
	
	
	font-size: 11px;
	
	
	font-weight: bold;
	text-align: left;
	vertical-align: bottom;
	padding: 0 10px;
}

/* --- Slogan Panel ---*/
#sloganpanel {
	color: #231F20;
	
	background: transparent;
	
	font-family: tahoma;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding: 0px 155px 0px 168px;
	border-top: 0px solid #c3b765;
	border-right: 0px solid transparent;
	border-bottom: 0px solid #c3b765;
	border-left: 0px solid transparent;
}
/* --- End Slogan Panel ---*/



/* --- Top Nav Panel ---*/
#topnavpanel { 
	color: #231F20;
	
	background: #231F20 
	left top no-repeat;
	
	
	text-align: center;
	vertical-align: middle;
	padding: 0px;
	border-top: 0px solid #c3b765;
	border-right: 0px solid transparent;
	border-bottom: 0px solid #c3b765;
	border-left: 0px solid transparent;
}


#topnavpanel ul {
	color: #c3b765;
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	margin: 0;
	/* Use top/bottom padding to adjust the overall height of the bar */
	padding: 7px 0px 10px 0px;
}

#topnavpanel ul li {
	display: inline;
	list-style-type: none;
	margin-left: 0px; /* Small negative value shifts each nav link left; on mouseovers, can help line up borders and cover left gap  */
}

#topnavpanel ul li a {
	color: #FFFFFF;
	background: transparent;
	font-family: tahoma,verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	border-top: 0px solid transparent;
	border-right: 0px solid transparent;
	border-bottom: 0px solid transparent;
	border-left: 0px solid transparent;
	padding: 3px 5px 10px 5px;
}
#topnavpanel ul li a:visited { color: #FFFFFF; }
#topnavpanel ul li a:active { color:#FFFFFF; }
#topnavpanel ul li a:hover {
	color:#a78b1a;
	
	background: transparent
	left top repeat-x;
	
	text-decoration: none;
	border-top: 0px solid transparent;
	border-right: 0px solid transparent;
	border-bottom: 0px solid transparent;
	border-left: 0px solid transparent;
	padding: 3px 5px 10px 5px;
}
/* --- End Top Nav Panel ---*/




/* --- Product Categories List Index ---*/
.prodcatlistitem {
		color: #000000;
		background-color: #ffffff;
		font-size: 13px;
		text-align: left;
		padding: 0px 0px 10px 0px;
	}
	
a.prodcatname {
	color: #3d4c2e;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
}
a.prodcatname:visited { color: #3d4c2e; }
a.prodcatname:active { color: #3d4c2e; }
a.prodcatname:hover { color: #c1b354; text-decoration: underline; }
/* --- End Product Categories List Index ---*/


table#mainbody { margin-top: 0px; }


/* --- Left Nav Panel ---*/
#leftnavpanel {
	color: #ffffff;
	
	background: #231F20
	right top repeat-y;
	
	width: 162px;
	font-family: tahoma;
	padding: 0px 0px 0px 0px;
	
	border-right: 0px solid #c3b765;
}

div.leftNavCatHead { /* NEW! */
	color: #ffffff;
	
	background: transparent
	left top no-repeat;
	
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 10px 0px 14px 0px;
	border-top: 0px solid #c3b765;
	border-right: 0px solid #c3b765;
	border-bottom: 0px solid #c3b765;
	border-left: 0px solid #c3b765;
}

div.leftNavCatContent { /* NEW! */
	color: #000066;
	
	background: transparent;
	
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	padding: 10px 10px 10px 0px;
	border-top: 0px solid transparent;
	border-right: 0px solid transparent;
	border-bottom: 0px solid transparent;
	border-left: 0px solid transparent;
	margin: 0px 0px 0px 0px;
}

div.leftNavCatContent a.nav { /* NEW! */
	display: block;
	color: #FFF;
	
	background: transparent;
	
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	border-top: 0px solid #ffe;
	border-right: 0px solid transparent;
	border-bottom: 0px solid #966;
	border-left: 0px solid transparent;
	padding: 3px 0px 3px 1em;
	margin: 0px 0px;
	
}

div.leftNavCatContent a.nav:visited { color: #FFF; }
div.leftNavCatContent a.nav:active { color: #FFF; }
div.leftNavCatContent a.nav:hover {
	color: #FFFFCC;
	
	background: transparent
	no-repeat;
	
	text-decoration: underline;
	border-top: 0px solid transparent;
	border-right: 0px solid transparent;
	border-bottom: 0px solid transparent;
	border-left: 0px solid transparent;
	padding: 3px 0px 3px 1em;
}

div.leftNavCatFoot { /* NEW! */
	
	background: transparent
	left top repeat-x;
	
	font-size: 0px;
	height: 0px;
}

div.leftNavCatBlock { /* NEW! */
	padding: 0px 0px 0px 0px;
}


form.leftNav { /* NEW! */
	color: #FFFFFF;
	background-color: transparent;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10px;
	text-align: center;
	padding: 5px 5px 0px 5px;
}

form.leftNav input { /* NEW! */
	font-family: arial,verdana,sans serif;
	font-size: 13px;
	margin: 1px 0px;
}

form.leftNav .btn { /* NEW! */
	color: #000000;
	background-color: #dddddd;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 13px;
	font-weight: normal;
	margin: 1px 0px;
	padding: 2px;
}
/* --- End Left Nav Panel ---*/



/* --- Main Content Panel ---*/
td.maincontent {
	width: auto;
	color: #000000;
	background: #FFFFFF 
	left top no-repeat;
	
	
	font-family: tahoma;
	font-size: 10px;
	text-align: left;
	
	padding: 5px 10px 10px 10px;
	
}

div#headline {
	margin: 10 0 0 0px;
	color: #CC0000;
	/*border-bottom: 1px solid #999966;*/
	font-family: georgia;
	font-size: 30px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
}

div#subheadline {
	color: #336633;
	background: none;
	padding: 0px;
	margin: 0;
	font-family: arial;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

div#pageMainBody {
	padding-top: 1em;
}

.maincontent a { color: #3d4c2e; text-decoration: underline; }
.maincontent a:visited { color: #3d4c2e; }
.maincontent a:active { color: #3d4c2e; }
.maincontent a:hover { color: #6a1b24; }

#storydate, #byline { font-size: 11px; }
/* --- End Main Content Panel ---*/




/* --- Main Forms (appearing in Main Content Panels) ---*/
form.mainForm {
	color: #231F20;
	background: #ffffff;
	font-family: tahoma;
	font-size: 11px;
	border-top: 1px solid #3c4d2b;
	border-right: 1px solid #3c4d2b;
	border-bottom: 1px solid #3c4d2b;
	border-left: 1px solid #3c4d2b;
	margin: 1em 0px 1em 0px;
}

form.mainForm div.formTitle {
	color: #FFFFFF;
	background: #3c4d2b;
	font-family: tahoma;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	border-top: 0px solid transparent;
	border-right: 0px solid transparent;
	border-bottom: 1px solid #bbb;
	border-left: 0px solid transparent;
	padding: .25em 1em .25em 1em;
	margin: 2px 2px 2px 2px;
}

form.mainForm div.formNotes {
	color: #CC0000;
	background: #f7f7f7;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	border-top: 1px solid #eeeeee;
	border-right: 0px solid transparent;
	border-bottom: 1px solid #eeeeee;
	border-left: 0px solid transparent;
	padding: .3em .3em .3em .3em;
	margin: 4px 5px 0px 5px;
}

form.mainForm div.formBody {
	text-align: left;
	padding: 1em 1em 1em 1em;
}

form.mainForm div.fieldItem {
	color: #c3b765;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding: .2em 0px .2em 0px;
}


/* 'Lines of text' within the sequence of form fields, i.e. plain text as its own line item
	within the form
*/


form.mainForm input.formBtn {
	color: #000066;
	background: #f7f7f7;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 1em;
	font-weight: normal;
	border-top: 1px solid #ccc;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #ccc;
}

form.mainForm div.formBtn {
	text-align: left;
	margin: 1em 0px 0px 0px;
}
/* --- End Main Forms (appearing in Main Content Panels) ---*/


/* --- Right Nav Panel ---*/
#rightnavpanel {
	color: #c3b765;
	
	background: transparent
	right top repeat-y;
	
	width: 162px;
	font-family: tahoma;
	padding: 0px 0px 0px 0px;
	border-left: 0px solid #c3b765;
}

div.rightNavCatHead { /* NEW! */
	color: #ffffff;
	
	background: transparent
	left top no-repeat;
	
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 10px 0px 14px 0px;
	border-top: 0px solid #c3b765;
	border-right: 0px solid #c3b765;
	border-bottom: 0px solid #c3b765;
	border-left: 0px solid #c3b765;
}

div.rightNavCatContent { /* NEW! */
	color: #000066;
	
	background: transparent;
	
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	padding: 16px 10px 10px 5px;
	border-top: 0px solid transparent;
	border-right: 0px solid transparent;
	border-bottom: 0px solid transparent;
	border-left: 0px solid transparent;
	margin: 0px 0px 0px 0px;
}

div.rightNavCatContent a.nav { /* NEW! */
	display: block;
	color: #FFF;
	
	background: transparent
	no-repeat;
	
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	border-top: 0px solid transparent;
	border-right: 0px solid transparent;
	border-bottom: 0px solid transparent;
	border-left: 0px solid transparent;
	padding: 1px 1em 1px 1em;
	margin: 0px 0px;
	
}

div.rightNavCatContent a.nav:visited { color: #FFF; }
div.rightNavCatContent a.nav:active { color: #FFF; }
div.rightNavCatContent a.nav:hover {
	color: #FFFFCC;
	
	background: transparent
	no-repeat;
	
	text-decoration: underline;
	border-top: 0px solid transparent;
	border-right: 0px solid transparent;
	border-bottom: 0px solid transparent;
	border-left: 0px solid transparent;
	padding: 1px 1em 1px 1em;
}

div.rightNavCatFoot { /* NEW! */
	
	background: transparent 
	left top repeat-x;
	
	font-size: 0px;
	height: 0px;
}

div.rightNavCatBlock { /* NEW! */
	padding: 0px 0px 2px 0px;
}


form.rightNav { /* NEW! */
	color: #555;
	background-color: #ffffff;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 11px;
	text-align: center;
	padding: 5px 2px 0px 2px;
}

form.rightNav input { /* NEW! */
	font-family: verdana;
	font-size: 11px;
	margin: 1px 0px;
}

form.rightNav .btn { /* NEW! */
	color: #000066;
	background-color: #f7f7f7;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin: 1px 0px;
	padding: 2px;
}
/* --- End Right Nav Panel ---*/



/* --- Footer Panel ---*/
#footerpanel {
	color: #c3b765;
	
	background: transparent;
	
	font-family: tahoma;
	font-size: 11px;
	text-align: left;
	padding: 50px 0px 0px 0px;
	border-top: 0px solid #c3b765;
	border-right: 0px solid transparent;
	border-bottom: 0px solid #c3b765;
	border-left: 0px solid transparent;
}
#footerpanel a { color: #c3b765; text-decoration: underline; }
#footerpanel a:visited { color: #c3b765; }
#footerpanel a:active { color: #c3b765; }
#footerpanel a:hover { color: #FFFFCC; }
/* --- End Footer Panel ---*/


td.imgcaption, td.imgcaption p {
	color: #009; /* 009 */
	background-color: #FFFFEE;
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	padding: 2px;
	border: 0px solid black;
}


table.imgtable {
	margin: 5px;
	border: 0px solid #00d;
}



/* ------------ Products Index Page --------------*/
table.prodtable td { border: solid #c1b354 0px; border-bottom-width: 1px; }
.descprodsku { font-size: 11px; }
.prodtableheader {
	color: #FFFFFF;
	background-color: #c3b765;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
}
.prodtableimg {
	color: #000033;
	background-color: #FFFFFF;
	text-align:center;
	padding: 5px;
}
.prodtableitem {
	color: #000033;
	background-color: #FFFFFF;
	font-size: 11px;
	padding: 5px;
}
.tableprodname {
	font-size: 13px;
}

a.imgcolumnsku, a.imgcolumnsku:visited, a.imgcolumnsku:active {
	color: #6a1b24;
	font-size: 11px;
}

a.imgcolumnsku:hover {
	color: #3d4c2e;
}

a.tableprodname, a.tableprodname:visited, a.tableprodname:active {
	color: #6a1b24;
	font-weight: bold;
}

a.tableprodname:hover {
	color: #3d4c2e;
	font-weight: bold;
}

a.moreinfo, a.moreinfo:visited, a.moreinfo:active {
	color: #6a1b24;
	font-size: 9px;
	font-weight: bold;
}

a.moreinfo:hover {
	color: #3d4c2e;
	font-size: 9px;
	font-weight: bold;
}

td.prodtableprice {
	background-color: #EBEEF5;
	color: #3d4c2e;
	font-size: 13px;
	text-align: right;
	vertical-align:middle;
	padding:7px;
}
/* ------------ End Products Index Page --------------*/




/* Temp styles for showing table structure -----*/
/*
table { border: 1px solid red; margin: 3px; }
td { border: 1px dotted purple; padding: 2px; }
*/
/* ----------- End Temp Style ------------------*/