/* CSS Document */

body{
	margin:0;
	padding:0;
	background-image:url(images/bg_02.jpg);
	background-repeat:no-repeat;
	background-attachment:scroll;
	font-family: "trebuchet ms";
	font-size:11px;
	color:#5F3A34
	
}
h2{
	font-family: Calibri;
	padding-top: 20px;
	font-size: 24px;
	color: #5F3A34;
}
#header{
	width:451px;
	height:38px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	position:absolute;
	left: 276px;
	top: 45px;
	border:0;
}

#mainContent{
	width:404px;
	height:690px;
	background-image:url(images/contentMiddle.jpg);
	position:absolute;
	left:302px;
	top:131px;
	z-index: 2;
	}
	
	
#inside{
	width:325px;
	height:600px;
	position:relative;
	top:40px;
	left:40px;
	z-index:5;
	font-family: Calibri;
	font-size: 10px;
}
	
	
#ribbon_top{
	background-image: url(images/ribbon_upperRight.jpg);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 3;
	height: 120px;
	width: 134px;
	left: 597px;
	top: 96px;

}

#ribbon_bottom{
	background-image: url(images/ribbon_lowerLeft.jpg);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 4;
	height: 145px;
	width: 146px;
	left: 272px;
	top: 711px;
	}
	
#menu{
	width:148px;
	position:absolute;
	top:212px;
	left:135px;


}

#menu ul {

	list-style:none;

	padding: 0;

	margin: 0;
	

}



#nav a {
	font-weight: normal;
	color: #BB86A7;
	list-style-type: decimal;
	text-decoration: none;
	border:0px;

	display: block;
}




#nav a:hover {




	border:0px;
	height:12px;

}

#shopping {
list-style:none;

}
#form {
list-style:none;
width: 300px;
margin:0px;
padding: 1px;
}
#form li{
padding: 1px 0px 0px 0px;
margin: 0px;
text-align:left;
}

#menu li {

	float: left;
	margin-left:3px;
	margin-right:3px;

	position: relative;
/*
	width: 83px;*/

	text-align: center;

	cursor: default;

	z-index: 100;

}
#mapquest {
padding-top: 10px;
}

.link { text-decoration:none; font-weight:bold;
color:#DD701B;}
.link:hover { text-decoration:underline;
color:#000;}

