* {

}
html {
	height: auto;
	background-color:#f4f5f8;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	height: auto;
	background: #f4f5f8 url(../simages/strip2.jpg) repeat-x;;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0px 0px 0px 0px;
	padding: 15px 0px 0px 0px;
}

/* background: #080705 url(../simages/strip.jpg) repeat-x;*/

/* hyperlinks */
a {
	color: #000;
	text-decoration: underline;
}

/* centers the page */
#container {
	width: 940px;
	height: auto;
	margin: 0 auto 0 auto;
	background: #d7c09d;
    border: solid #2f2820 1px;
}	
	

/* the topbar - links at the top of the site */
#topbar {
	width: 940px;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	text-align: right;
	background-color: #4f3f2d;
	color:#fff;
}

/* the links at the top of the site */
	#topbar ul {
		float: right;
		margin: 0;
		padding: 0;
	}
	#topbar li {
		list-style: none;
		display: block;
		width: auto;
		float: left;
	}
	#topbar a {
		text-decoration: none;
		display: block;
		padding: 0 10px 0 10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		text-transform: uppercase;
		color: #fff;
	}
	#topbar a:hover {
		background: #52432c;
		color: #fff;
	}


/* the header that contains the image and title text */
#header {
	width: 950px;
	height: 180px;
	background: #FFFFFF url(/UserControls/header.jpg) top left no-repeat;
	position: relative;
	
}

/* Header title text */
	#header h1 {
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: 30px;
		font-weight: 100;
		letter-spacing: -1px;
		color: #ffffff;
		position: absolute;
		top: -10px;
		left: 10px;
		^top: 0px;
	}
	
/* Header title text black */
	#header h2 {
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: 30px;
		font-weight: 100;
		letter-spacing: -1px;
		color: #000;
		position: absolute;
		top: 60px;
		left: 20px;
	}

/* Top half of the links in the header */
#navbar {
	position: absolute;
	bottom: 22px;
	right: 6px;
}

/* Top half of the links in the header */
	#navbar ul { 
		margin: 0;
	padding: 0;
	}
	
	#navbar li {
		list-style: none;
		display: block;
		width: auto;
		float: left;
	}
	#navbar a {
		text-decoration: none;
		display: block;
		padding: 4px 10px 4px 10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color:#000000;
		font-size: 10px;
		font-weight: bold;
		text-transform: uppercase;
	}
	#navbar a:hover {
		background: #52432c;
		color: #ffffff;
	}
/* Bottom half of the links in the heade */
	#navbar2 { 
	position: absolute;
	bottom: 6px;
	right: 6px;
}

/* Bottom half of the links in the header */
	#navbar2 ul {
		margin: 0;
	padding: 0;
	}
	
	#navbar2 li {
		list-style: none;
		display: block;
		width: auto;
		float: left;
	}
	#navbar2 a {
		text-decoration: none;
		display: block;
		padding: 4px 13px 4px 10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color:#000000;
		font-size: 8px;
		text-transform: uppercase;
	}
	#navbar2 a:hover {
		background: #52432c;
		color: #ffffff;
	}
/* contains all the site contents */
#core {
	width: 940px;
	height: auto;
	margin-top: 5px;
	background-color:#d7c09d;
	font-family: Arial, Helvetica, sans-serif;

}
#core ul {

}

/* coreleft - NavMenu.ascx */
#coreleft {
	width: 140px;
	height: auto;
	background: #c1aa86;
	float: left;
	border-style:none;
	border-right: 1px solid #2f2820;
	border-bottom:1px solid #2f2820;
}

/* coreleft - NavMenu.ascx */
	#coreleft ul {
	margin: 0;
	padding: 0px;


	}
	#coreleft li {
		display: block;
		height: auto;
		width: 138px;
		margin-top: -1px;
		margin-bottom: -2px;
		text-align: left;
		border-top:1px solid #2f2820;
		border-bottom:1px solid #2f2820;
	}
	#coreleft a {

		display: block;
		height: auto;
		padding-top: 3px;
		padding-bottom: 3px;
		padding-left: 10px;
		width: 128px;
		color: #000;
		background-image: none;
		text-decoration: none;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
	}

	#coreleft a:hover {
		background: #2f2820;
		background-image: none;
		color:#FFFFFF;
		}
		/*color: #cccccc;
		a:hover {font-size:9pt; color:#cccccc; text-decoration:none; border:0px; letter-spacing:2px;}
	}*/
	
	#coreleft h3 a{
		padding: 4px 4px 4px 0px;
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: 14px;
		margin: 0;
		background:#4f3f2d;
		color: #FFFFFF;
	}
	
		#coreleft h3 a:hover{
		padding: 4px 4px 4px 0px;
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: 14px;
		margin: 0;
		background:#4f3f2d;
		color: #FFFFFF;
	}
	
	#coreleft h3 {
		padding: 4px 4px 0 4px;
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: 14px;
		margin: 0;
		background-color:#4f3f2d;
		color: #FFFFFF;
	}
	
	#coreleft p {
		padding: 5px;
		margin-top: 0px;
		line-height: 16px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
	}

/* main content */
#maincontent {
        width:763px;
		border-top-color: #660000;
		border-right-color: #660000;
		border-left-color: #660000;
		border-bottom-color: #660000;
        padding: 10px 10px 10px 10px;
        background-color: #141414;
        color: #000;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
}		

#tables a:hover {
	color: #4c4c4c;
}

/* the center part  */
#corecenter {
	width: 790px;
	height: auto;
	float: left;
	color:#000;
}


/* the footer */
#footer {
	clear: both;
	width: 940px;
	height: 30px;
	background: #2f2820;
	line-height: 30px;
	vertical-align: middle;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
	#footer p {
		color: #FFF;
		padding-right: 20px;
	}
	#footer a {
		color: #FFF;
		font-size:10px;
	}


#footlinks {
	width: 940px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
	#footlinks p {
		color: #000;
		padding-right: 20px;
	}
	#footlinks a {
		color: #000;
	}


a:link1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000;
}

a.link1:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	text-decoration: none;
}
a.link1:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	text-decoration: none;
}
a.link1:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: underline;
}

a:hover img {filter:alpha(finishopacity=70, style=2); border:0;}

/*filter:alpha(finishopacity=0, style=2); filter:blur; width: inherit; height: 1; filter: alpha(Opacity=100, FinishOpacity=50, Style=1, StartX=0, StartY=0, FinishX=580, FinishY=0); */

#CategoryControl {
background: #d7c09d;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
text-decoration: none;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
height: auto;
}

#CategoryControlDiv {
background: #d7c09d;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
text-decoration: none;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
height: auto;
}

#ProductControl {
background: #d7c09d;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
text-decoration: none;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
height: auto;
}

#ProductControlDiv {
background: #d7c09d;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
text-decoration: none;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
height: auto;
}

#CategoryControl a:link{
	color: #003399;
}
#ProductControl a:link{
	color: #003399;
}
#CategoryControl a:hover{
	color: #003399;
}
#ProductControl a:hover{
	color: #003399;
}
#CategoryControl a:visited{
	color: #009;
}
#ProductControl a:visited{
	color: #009;
}


#left-banner {
	background-image:none;
	float:left;
	padding-top: 00px;
	padding-bottom: 00px;
	margin-top: 00px;
	margin-bottom: 00px;
	position:relative;
	height: 160px;
}  
  
#left-banner a{
	background-image:none;
	padding-left:0px;
	padding-top: 0px;
	margin-top: 0px;
	height: 130px;
}

#left-banner a:hover {
	background: none;
}

#left-banner-spacer {
	height: 30px;
}

#hoursline1 {
	color:#fff;
}