/* CSS Document */

a:link {color: #003300;}
a:visited {color: #660000;}

body{
	background-color: #597A73;	
	text-align:center;
	height:100%;
	/*background-image:url(images/bg.png);*/
	background-repeat:repeat-y;
	background-position:center;
}

#container{
	width:700px;
	height:100%;
	margin: 0 auto;
	text-align:left;
	background-color:#C29E23;
}

#subcontainer{
	width:650px;
	/*height:100%;*/
	margin:25px;
	background-color:#D2C7A3;
}

#logo{
	height:75px;	
	width: 550px;
	background-image:url(images/logo.png);
	background-position:center;
	background-repeat:no-repeat;
	margin-left:50px;
}

#content{
	width:650px;
	font-family:"Bradley Hand ITC";
	font-size:large;
}

#categories{
	text-align:center;
	width:500px;
	margin-left:75px;
	}
	
#products{
	width:600px;
	text-align:center;
	}

.contact{
	width:350px;
	margin-left:125px;
}

.item{
	font-size:22px;
	text-decoration:underline;
	font-weight:bold;
}

#gallery{
	width:600px;
	text-align:center;
	}

/*Begin CSS for the Menu*/

#menu{
	font-weight: bold;
	width: 650px;
}

#menu ul{
	padding: 5px 5px 5px 5px;
	margin: 0;
	text-align: center;
	overflow: hidden;
}

#menu ul li{
	display: inline;
	color: #9F4336;
}

#menu ul li a{
	color: #597A73;
	padding: 6px 6px 6px 6px;
	margin: 0;
	text-decoration: none;
}

#menu ul li a:hover{
	color: #887b2c;
	text-decoration:overline;
}

/*End Menu CSS*/