@charset "UTF-8";

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
	
#container { 
	position: relative;
	width: 780px;
	background: #FFFFFF;
	margin: 0 auto;
}
	
#header { 
	background: #FFFFFF;
	text-align:center;
	padding-top: 15px;
	padding-bottom: 15px;
}

#content { 
	top: 100px;
	float:left;
	color: #5D6F31;
	padding-left: 20px;
	text-align:center;
	margin: 0 0 0 20px;
	text-align: justify;
}
	
#sidebar {
	text-align: justify;  
	color: #5D6F31;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	top: 120px;
	float: right;
	width: 220px;
	padding: 0 10px 15px 10px;
}
	
#titlebar {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	color: #5D6F31; 
	font-size: 30px; 
	font-family: Arial, Helvetica, sans-serif;
}
	
#clientbar {
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #5D6F31; 
	}

#footer {
	clear: left;
	text-align: center;
	}

#border {
	height: 8px;
	background: #5D6F31 url(images/border.png) repeat-x;
	}

#border2 {
	height: 2px;
	background: #5D6F31 url(images/border.png) repeat-x;
	}
	
#border2a {
	height: 2px;
	background: #5D6F31 url(images/border.png) repeat-x;
	}
	
#border2b {
	height: 2px;
	background: #5D6F31 url(images/border.png) repeat-x;
	}
	
#border3 {
	height: 1px;
	background: #5D6F31 url(images/border.png) repeat-x;
	}
	
#border3a {
	height: 1px;
	background: #5D6F31 url(images/border.png) repeat-x;
	}
	
#border3b {
	height: 1px;
	background: #5D6F31 url(images/border.png) repeat-x;
	}
	
#toolbar {
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	}
	
#nav {
	margin: 0;
	padding: 20px;
	height: 20px;
	list-style: none;
	display: inline;
	overflow: hidden;
	font-weight: bold;
	}
	
#nav li {
	margin: 0;
	padding: 20px;
	list-style: none;
	display: inline;
	}
	
#nava {
	margin: 0;
	padding: 20px;
	height: 20px;
	list-style: none;
	display: inline;
	overflow: hidden;
	font-weight: bold;
	}
	
#nava li {
	margin: 0;
	padding: 20px;
	list-style: none;
	display: inline;
	}
	
#navb {
	margin: 0;
	display: inline;
	list-style: none;
	overflow: hidden;
}
	
.storetitle {
	color: #AABB33;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}
.storetitledark {
	color: #5D6F31;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

a:link {
	color: #AABB33;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
}
	
a:visited {
	color: #AABB33;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
}
	
a:hover {
	color: #5D6F31;
}
	
.description {
	color: #5D6F31; 
	font-size: 16px; 
	font-family: Arial, Helvetica, sans-serif;
}
	
.backnextbutts {
	font-size: 16px;
}

.Border2 {
	background-color: #5D6F31;
	background-image: url(images/border.png);
	background-repeat: repeat-x;
}