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

body {
/**background-color: #cdcd9b; **/
background-image:url(../images/bacgroundTest.jpg);
margin:0;
padding:0;
}
#container {
	top:0px;
	padding:0px;
	width:867px;
}
#header {
	top:0px;
	margin:0px;
	padding:0px;
	background-image:url(../images/site/header.jpg);
	width:867px;
	height:163px;
}
#nav {
	width:867px;
	height:29px;
	/**text-align: left;**/
}
.mainNav {
	text-decoration:none;
	color: #fdf7a1;
	font-family: "Times New Roman", Times, serif;
	font-size:20px;
}

A.mainNav:link   {
	text-decoration: none;
}
A.mainNav:visited {
	text-decoration:none;
}
A.mainNav:active {
	text-decoration:none;
}
A.mainNav:hover  {
	text-decoration:none;
	color:#eaa63c;
}

#middleContainer{
	width:863px;
	overflow: visible;
	position: relative;
	height: auto;
	min-height: 540px;
	border:3px solid #FFFE81;
	background-color:#857a54;
}
#content{
	width:843px;
	overflow:visible;
	postion:relative;
	height:480px;
	min-height:540px;
	border:10px solid #CDCD9b;
	background-color:#818260;
	text-align:left;
	
}
#footer{
	padding-top:5px;
	width:750px;
	color:#FFFE81;
}
#shopbox{
	width:100px;
	height:170px;
	float:left;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
}

/** SHOP.PHP STYLES **/
.title{
font-weight:bold;
font-size:14px;
padding-left:10px;
}
.moreinf{ 
font-size:12px;
}
A.moreinf:link {
text-decoratin:underline;
color:#000000;
}
A.moreinf:visited {
text-decoration:underline;
color:#000000;
}
A.moreinf:active{
text-decoration:underline;
color:#000000;
}
A.moreinf:hover {
text-decoration:underline;
color:#000000;
}
.viewimg {
font-size:12px;
padding-bottom:5px;
}

/** Shop Item Navigation **/
A.iNav:link{
Text-decoration:none;
color:#000000;
}
A.iNav:visisted{
Text-decoration:none;
color:#000000;
}
A.iNav:active{
Text-decoration:none;
color:#000000;
}
A.iNav:hover{
Text-decoration:none;
color:#000000;
}
