body
{
	text-align: center;
	background-color: #7c7c46;
	background-image: url('/static/images/bkgrd84x474.jpg');
	background-repeat: repeat-x;
}


a:link
{
color: #3b3ba1;
}

a:visited
{
color: #523692;
}

a:hover
{
color: #993333;
}


h3
{
font-size: 14px;
line-height: 16px;
font-weight: bold;

}


#container
{
	width: 1055px;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	font-size: 90%;
	line-height: 120%;
}

#topnav
{
	display: block;
	width: 1055px;
	height: 50px;
	background-image: url('/static/images/nav-gr1055x50.jpg');
	margin: 0;
}

*:first-child+html #topnav
{
	margin-top: -6px;
}

* html #topnav
{
	margin-top: -6px;
}

#middle-container
{
	width: 1055px;
	background-color: #fff;
	background-repeat: repeat-y;
	margin: -10px auto 0;
	text-align: center;
	background-image: url('/static/images/contentbkgd-gr1055x64.jpg');
}

#inner-container
{
	width: 985px;
	margin: 0 auto;
	text-align: left;
}

ul.breadcrumb
{
	font-size: 10px;
	text-transform: uppercase;
}

ul.breadcrumb li
{
	display: inline;
	padding-right: 15px;
}

/* *****************left MENU*******************  */

#sidebar-secondary
{
	float: left;
	font-size: 11px;
	margin-right: 40px;
	width: 150px;
	margin-top: -40px;
	line-height: 14px;
}


*:first-child+html #sidebar-secondary
{
	margin-top: 0px;
}

* html #sidebar-secondary
{
	margin-top: 0px;
}



#menu_container {width: 140px;}

#menu_container ul { padding-left: 0; margin: 0; list-style: none; }
#menu_container ul ul { padding-left: 10px; }

#menu_container ul li
{
padding: 6px 0 6px 0;
}

#menu_container ul a{
text-decoration: none;
}




#menu_container ul li a:link,
#menu_container ul li a:visited,
a.navhd:link,
a.navhd:visited
{
text-transform: uppercase;
font-weight: bold;
font-size: 13px;
color: black;
text-decoration: none;
}


#menu_container ul li a:hover,
#menu_container ul li a:active,
a.navhd:hover,
a.navhd:active
{
color: #993333;
}

#menu_container ul li ul li a:link,
#menu_container ul li ul li a:visited
{
text-transform: none;
font-weight: normal;
font-size: 12px;
color: black;
}

#menu_container ul li ul li a:hover,
#menu_container ul li ul li a:active
{
color: #993333;

}

#menu_container ul li ul li ul li
{
padding: 3px 0 3px 0;
}



#sidebar-primary
{
	float: right;
	width: 200px;
	margin-top: -40px;
	font-size: 11px;
	line-height: 14px;
}

*:first-child+html #sidebar-primary
{
	margin-top: 0px;
}

* html #sidebar-primary
{
	margin-top: 0px;
}

#footer
{
	border-top: 1px solid #666666;
	clear: both;
	font-size: 12px;
	padding: 20px 0;
	text-align: center;
}



#content
{
width: 520px;
margin-left: 200px;
}

.maintext img
{
width: 200px;
float: right;
margin-left: 20px;
}

#product-detail table
{
float: left;
margin-right: 20px;
font-size: 12px;
line-height: 20px;
background-color: white;}

#product-detail table td
{
padding: 2px 6px;
}

#product-detail table p
{
padding: 0;
margin:0;
}

.catitem
{

font-size:12px;
line-height:15px;
padding-top:20px;
padding-right:40px;
width:220px;
border-top: 1px solid #666;
padding-bottom: 20px;
vertical-align: top;
border-collapse: collapse;
}

a.catitemname
{
display:block;
font-size:15px;
line-height: 16px;
font-weight:bold;
text-decoration:none;
}

#navbar
{
margin-left:150px;
width:600px;
}

/* ****** email signup  ******* */

.em1 {
width: 135px; 
background-color: #ffffff; 
margin-top: 3px; 
margin-right: 5px; 
background-color: #fff;
float: left;
line-height: 13px;}
/* ******  DROPDOWN NAV ****** */

	.topnav {
		width: 600px;
		background-color: #993333;
		position: relative;
		height: 24px;
		display: block;
		font-family: Arial, Hevetica, sans-serif;
		font-size: 14px;
margin-left:190px;
border-top:2px solid black;
} 

*:first-child+html .topnav
{
margin-left: -45px;
}

* html .topnav
{
margin-left: -45px;
}



		.clear {clear:both}   
		/* remove the list style */  
		
		#nav {  
		margin:0;   
		padding:0;   
		list-style:none;  
		}     
		
		/* make the LI display inline */  
		/* it's position relative so that position absolute */  
		/* can be used in submenu */  
		#nav li {  
		float:left;   
		display:block;   
   
		position:relative;  
		z-index:500;   
		margin:0 0px; 
		line-height: 21px;
		border-style: none !important;
		letter-spacing: .1em;
		}  
		
		/* this is the parent menu */  
		#nav li a {  
		display:block;   
		padding:2px 20px 2px 20px;    
		text-decoration:none;   
		color:#fff;         
		}  
		
		#nav li a:hover {  
		color: #efdaa0;       }  
		
		
		/* submenu, it's hidden by default */  
		#nav ul {  
		position:absolute;   
		left:20px;   
		display:none;   
		margin:0 0 0 0px;   
		padding:0;   
		list-style:none; 
		margin-left:1px;
		border-bottom: 1px solid #000;
		text-align: left;
		}  
		
		#nav ul li {  
		background:#f2eddf;
		width:170px;   
		float:left;   
		}  
		
		/* display block will make the link fill the whole area of LI */  
		ul#nav ul a {  
		display:block;      
		color:#333 !important;
		text-decoration:none !important; 
		margin:0 !important;
		padding: 6px 0 6px 10px;
		font-size: 13px;
		line-height: 22px;
		border: 1px solid #333;
		border-style: none solid solid;
		border-color: #CCC #000 #CCC #000;
		}  
		


		ul#nav ul a:hover {  
		color:#fff !important;
		background-color: #663333;    
		}  
		
		/* fix ie6 small issue */  
		/* we should always avoid using hack like this */  
		/* should put it into separate file : ) */  
		* html #nav ul {  
		margin:0 0 0 -2px;  
		}  
		
		

/*   END DROPDOWN */


/*   CART-ON-PAGE ***** */

#sidebar-primary ul 

{
list-style:none outside none;
margin:0;
padding:0;
}

#sidebar-primary ul li
{
margin: 0;
padding: 0 0 6px 0;
line-height: 14px;
}


form#ship-option label
{
font-size: 12px;
font-family:Verdana,Arial,Helvetica,sans-serif;

}

form#ship-option input
{


}

ul#nav ul li a.menuitem-twoline
{
line-height: 14px; 
padding-top: 6px; 
padding-bottom: 10px;
}



/*  END CALENDAR   */

/* *******************  HOME PAGE ********************* */

body.homecontent #navbar ul li a
{
display: none;
}


body.homecontent .maintext
{
margin-top: -20px
}

*:first-child+html body.homecontent .maintext
{
	margin-top: 10px;
}

* html body.homecontent .maintext
{
	margin-top: 10px;
}



body.homecontent .maintext #title
{
display: none;
}

body.homecontent .maintext h2
{
color:#9B3334;
font-size:18px;
font-style:italic;
line-height:20px;
}


a.homebut1:link,
a.homebut1:visited,
a.homebut2:link,
a.homebut2:visited
{
background-color:#d8ddee;
color:#354A97;
font-size:12px;
font-weight:bold;
line-height:12px;
margin-left:45px;
padding:2px 6px;
text-decoration:none;
}


a.homebut1:hover,
a.homebut1:active,
a.homebut2:hover,
a.homebut2:active
{
color: #d8ddee;
background-color: #8590b5;
}


/* ******************* ADMINNY STUFF ************** */

body.pages-page .right-column
{
display: none;
}

#id_description_ifr
{
height: 400px !important;
}


/* *******************  CART ********************* */

input#id_quantity
{
width: 20px;
}

a.greenbut3:link,
a.greenbut3:visited
{
font-weight: bold; 
padding: 4px 10px;
background-color: #bedfa6;
text-transform: uppercase; 
text-decoration: none;
}

a.greenbut3:hover,
a.greenbut3:active
{
color: #993333;
}

a.greenbut4:link,
a.greenbut4:visited
{
font-weight: bold; 
padding: 4px 10px;
background-color: #bedfa6;
text-transform: uppercase; 
text-decoration: none;
}

a.greenbut4:hover,
a.greenbut4:active
{
color: #993333;
}

#thecart .qtyform #id_update_submit
{
font-size: 10px;
}

#thecart tr.prodrow td
{
border-bottom: 1px solid #666;
padding: 10px 4px;
border-collapse: collapse;
}

tr.carttotal td
{
padding: 10px 4px;
}

/* *******************  SIDEBAR CART ********************* */

.cartdetail
{
border-bottom:1px solid #999999;
padding-bottom:20px;
text-align:center;
}

.carttotal
{
font-weight: bold;
}


a.greenbut1,
a.greenbut2
{
font-weight: bold; 
padding: 4px 10px;
background-color: #bedfa6;
text-transform: uppercase; 
text-decoration: none;
}


/* *******************  ERRORS ********************* */

tr.conflicts
{
color: red;
background-color: #fddddd;
}

tr.conflicts a:link, tr.conflicts a:visited
{
color: red;
}

p.month_conflict
{
font-weight: bold;
font-style: italic;
color: red;
}

/* ********************  NEWS ITEMS  ************** */

.news-items
{
background-color:#BEDFA6;
border:1px solid #666666;
line-height:14px;
margin-bottom:10px;
margin-top:20px;
padding:2px 6px 6px;
margin-left: 5px;
width: 175px;
}

.news-items h3
{
margin: 4px 0;
padding: 0;
}

#sidebar-primary .news-items ul li {
font-weight:bold;
line-height:14px;
list-style-position:outside;
list-style-type:square;
margin:0 6px 0 15px;
padding:0 0 6px 0;
}