/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0px;	
	background-color:#000000;
	background-image:url(Images/wood-3.jpg);
	background-position:center;
	background-repeat:repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}


#header {
	width: 100%;
	margin: 0 auto;
	height: 130px;
	padding-bottom: 0px;
	background-color:#993300;
/*	background: url(Images/header.jpg) no-repeat center top; */
}

/* Header */

#slogan{
	position:absolute;
	left:100px;
	height: 100px;
	padding:10px;
}

#cart{
	position:absolute;
	right:0px;
	height: 60px;
	padding:10px;
	top: 20px;
}

#logo {
	width: 205px;
	height: 84px;
	margin: 0 auto;
	padding-top: 12px;
	padding-bottom: 3px;
}

a img{
border:none;
}

a:link {color:#993300;}      /* unvisited link */
a:visited {color:#993300;}  /* visited link */
a:hover {color:#993300;}  /* mouse over link */
a:active {color:#993300;}  /* selected link */


/* Menu */

#thing {
	width: 710px;
	height:30px;
	margin: auto;	
}

#bar{
	position:absolute;
	width: 100%;
	height: 1px;
	background-color:#FFFFCC;
	margin: 0;
}	

#leftbar{
	background-color:#993300;
	width:260px;
	height:420px;
	float: left;
	margin: 0px 10px 0px 10px;
}

#rightbar{
	background-color:#993300;
	width:210px;
	height:420px;
	float: right;
}

#middle{
	background-color:#993300;
	width:480px;
	height: 420px;
	float: left;
	margin: 0px 10px 0px 10px;
}

#container{
	width:1000px;
	height:395px;
	margin: auto;
	padding: 20px;
}

#animation{
	padding: 20px 0 0 20px;
}

#flash{
	width: 300px;
	height: 155px;
	margin: auto;
	padding: 20px 0 0 0;
}

#featured{
	padding: 20px 30px 0 30px;
}

#footer{
	font-family:Arial, Helvetica, sans-serif;
	font-size:.85em;
	text-align:center;
}

p{
	color:#FFFFCC;
	font-family:"Arial Narrow", Arial, sans-serif;
	font-size: 1.2em;
	line-height:105%;
	padding: 0 20px;
}

h1{
	font-family: Arial, sans-serif;
	text-transform:uppercase;
	font-size: 1.5em;
	font-style:thin;
	letter-spacing: 5px;
	text-align:center;	
	color: #ffffcc;
	padding: 0;
}

h2{
	font-family:"Myriad Pro", Arial, sans-serif;
	height: 28px;
	margin: 20px 20px 0px 20px;
	padding: 4px 15px 0px 10px;
	background-color: #ffffcc;
	font-size: 1.6em;	
	color: #993300;
}

span.blue{
	color: #66CCFF;
}

span.orange{
	color:#FF9900;
}