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

body {
	padding:0px;
	margin:0px;
	background-image:url(images/tweed.gif);
	background-repeat:repeat;
}

#wrap {
	margin:0 auto;
    width:666px;
	padding-left:0px;
	padding-right:0px;
    	}

p {
	font-family:Georgia, "Times New Roman", Times, serif;
}

#header {
	height:237px;
	padding:0 193px;
}

#video {
	width:640px;
	height:360px;
	padding:13px;
	background-color:#e7e1c9;
}

#main {
	background-color:#e7e1c9;
}

#mainleft {
	float:left;
	width:211px;
	padding:13px;
	background-color:#e7e1c9;
}

#mainright {
	float:right;
	width:402px;
	padding-left:12px;
	padding-bottom:13px;
	padding-right:15px;
	background-color:#e7e1c9;
	color:#2b1d0e;
	font-size:11pt;
	line-height:17pt;
}

#accordion {
	color:#603e17;
	background-color:#c8b394;
	font-size:12px;
}

#news {
	background-color:#9c7142;
	color:#e7e1c9;
	padding: 2px 15px;
	font-size:12px;
	line-height:14px;
}

#shop {
	background-color:#c8b394;
	color:#603e17;
	padding: 2px 15px;
	font-size:12px;
}

h2 {
	color:#603e17;
	font-size:24px;
	font-family:"clarendon light";
}

h3 {
	color:#2b1d0e;
	font-size:13px;
	font-family:"clarendon light";
}

#footer {
	clear:both;
	padding-top:15px;
	padding-bottom:50px;
	color:#e7e1c9;
	font-size:10pt;
	text-align:center;
}

#footer a {
	color:#e7e1c9;
	text-decoration:none;
}

/*Accordion Navbar*/

.arrowlistmenu{
width: 211px; /*width of accordion menu*/
text-align:left;
}

.arrowlistmenu img {
border:0;
text-decoration:none;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(titlebar-active.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding-left: 25px;
padding-right: 10px;
margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}

.categoryitems {
align:center;
}

