@charset "utf-8";
/* --------------------------------COLOR STYLES ONLY-------------------------------*/
/* --------------------------------FONT INFO---------------------------------------*/
h1, h2{color:#495436;}
h1 a, h2 a {color: #73794a;}
h3{color:#993300;}
h3 a {text-decoration: none;
	color: #993300;}
h4 {color:#5f733e;}
#sidebar a:hover { background-color: #495436; color: white; font-weight: bold; display: block;}
/*---------------------------------GENERAL LAYOUT----------------------------------*/
body {background-color: #abc47d;}
#wrapper {background-color: #5f733e;
	border: 1px solid black;}
/*----------------------------------HEADER-----------------------------------------*/
.header {/*changed to class from id to match syntax in oscommerce*/
	background-image: url(../_images/_pageLayout/5x100khakigrad.png) }	
/*----------------------------------TABS----------------------------------------- */
#horizNav{background-color: #5F733E;
	background-image: url(../_images/_pageLayout/two_rows_pyramids.png);
	background-repeat: repeat-x;
	background-position: center;}/*dark green*/
/*Set the default look of the navigation buttons*/
#horizNav a{border: 1px solid #495436;
	color: #000;
	background: #D5EBA4;}/*light green*/
/*sets the look of the active page tab and prevents it from changing on hover----------
class is set at the body tag, div is set at the nav li*/
body.workshops #workshops a,
body.rugeschool #rugeschool a,
body.ruggallery #ruggallery a,
body.studentRugs #studentRugs a,
body.supplies #supplies a,
body.otherinfo #otherinfo a,
body.home #home a,
body.contact #contact a
	{background: #f0e68c;
	margin: .5em;/*margin reset to default, see #horizNav a below*/
	padding: .5em .75em;/*padding reset to default, see #horizNav a below*/}
#horizNav a:hover,
body.workshops #workshops a:hover,
body.rugeschool #rugeschool a:hover,
body.ruggallery #ruggallery a:hover,hover,
body.studentRugs #studentRugs a:
body.supplies #supplies a:hover,
body.otherinfo #otherinfo a:hover,
body.home #home a:hover{
	margin-top: 0;
	border-top: none;
	padding-top: 1em;
	background-color: #e0b727;
	background-image: url(../_images/_pageLayout/menuArrow.gif);
	background-repeat: no-repeat;
	background-position: center top;}
/*----------------------------------CONTENT-------------------------------------- */
#content {background-color: #fff;}
#belowHeader {background-color: #5f733e;}
/*----------------------------------SIDEBAR-------------------------------------- */
#sidebar, #rtsidebar {/*background-image:url(../_images/_pageLayout/sidebargreen.png);
	background-attachment: scroll;
	background-color: #fff;
	background-repeat: repeat-x;
	background-position: left top;*/
	text-decoration: none;
	background-color: #5f733e;}
#sidebar h1 a {color: #FAFAD2;
	text-decoration: none;}
#sidebar ul li a{text-decoration: none;
	color: black;}
/*----------------------------------INFOBOX-------------------------------------- */
.infobox{background-color:#fff;
	background-image: url(../_images/_pageLayout/5x100khakiinfobox.png);
	background-repeat: repeat-x;
	border: thin solid #abc47d;}
.infobox h1{color: #FAFAD2; 
	background-image:url(../_images/_pageLayout/greenPlaidGreenStripe.jpg)}
/*----------------------------------IMAGES--------------------------------------- */
/*----------------------------------FOOTER--------------------------------------- */
#footer {background-color: #abd649;
	background-image: url(../_images/_pageLayout/5x200navigationinverted.png);
	background-repeat: repeat-x;
	background-position: center;}
/*---------------------------END COLOR STYLES----------------------------------- */

