#map-canvas{
	width: 780px;
	height: 400px;
	margin: auto;
}

/*
 * all site classes are here, all site id's are found in montgomery.css
 * navigation styles are seperated in to the nav.css stylesheet for ease of design
 * basic classes
 */
.left{
	float: left;
	margin: 5px 0 0;
}
.right{
	float: right;
	margin: 5px 0 0;
}
.center{
	text-align: center;
	clear: both;
	margin: 0;
}
.order_border{
	width: 240px;
}
.padding p{
	margin-left: -21px;
}
.active{
	color: #FFFFFF;
}
.width{
	width: 150px;
}
.layout{
	position: relative;
	top: 160px;
}
/*footer classes*/
footer a.center{
	margin-left: 85px;
	color: #000000;
}
footer a.center:hover{
	color: white;
}

/*index classes*/
.navigation li{
	display: inline;
	float: left;
	width: 230px;
	height: 40px;
	padding: 0 10px;
}

/*shop classes*/
li.store-items{
	width: 740px;
	margin: 10px 0;
	overflow: hidden;
	border: solid 2px gray;
	padding: 5px;
}
.store-items h3{
	font-size: 12px
}
.store-items p{
	font-size: 12px;
}
.purchase{
	width: 279px;
	float: left;
}
.purchase form{
	width: 279px;
}
.purchase input{
	width: 200px;
}
.purchase select{
	width: 200px;
}
.images{
	width: 200px;
	float: left;
	margin-top: 10px;
}
.description{
	width: 226px;
	float: right;
}
.created{
	width: 710px;
	margin: auto;
	margin-top: 10px;
	text-align: center;
}
.created a{
	color: #FFFFFF;
	text-decoration: none;
}
.created a:hover{
	color: #000000;
}

.image-index{
	margin: 0 0 10px 10px;
	float: left;
}
.footer-links{
	position: relative;
	display: inline-block;
	top: -75px;
	left: 125px;
	margin-left: 15px;
	text-decoration: none;
	color: #000000;
}
.footer-links img{
	position: relative;
}
.footer-links p{
	position: relative;
	top: 40px;
}	
.fieldset-index{
	float: left;
	width: 195px;
	margin: 0 0 10px 7px;
}

.all-clear{
	clear: both;
}
