/* ------------- CSS*/

body {
	margin: 0; padding: 0;
	background-color:#CCCCCC;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

a img {
	border: 0;
}

/* ------------- masthead styles */

#masthead {
	margin: 0 auto;
	background-image:url(../images/bannerbackground.gif);
}

#homelink {
	width: 760px;
	display: block;
	margin: 0 auto;
}



#navlinks {
	margin: 0; padding: 0.5em 3em;
	background: #333; color: #FFF;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	letter-spacing:1px;
}

#navlinks li {
	display: inline;
	margin-right: 0.5em; padding-right: 0.75em;
	border-right: 1px solid #fff;
	font-weight: bold;
}

#navlinks li.last {
	border-right: 0;
}

#navlinks a {
	color: #fff;
	text-decoration: none;
}

#navlinks a:link {
	text-decoration : none;
	color:#FFFFFF;
}
 
#navlinks a:visited {
	text-decoration : none;
	color : #ffffff;
}

#navlinks a:hover {
	text-decoration : none;
	color : #666666;
} 

#navlinks a:active {
	text-decoration : none;
	color : #999999;
}

/* ------------- main content styles */

#content {
	overflow: auto;
	background-color: #fff;
	width: 738px;
	margin: 0 auto;
	padding: 1em 10px;
	border-right: 1px #333 solid;
	border-left: 1px #333 solid;
}

#aboutcolumnleft {
	float: left;
	width: 260px;
	text-align: justify;
}

#aboutcolumnright {
	float: right;
	width:474px;
}

#peoplecolumnleft {
	float: left;
	width: 287px;
	text-align: justify;
}

#peoplecolumnright {
	float: right;
	width:451px;
}


/* ------------- gallery styles */

ul#craftgallery {
	margin:0 auto;
	padding:0;
	list-style-type:none;
	width:90%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	overflow: auto;
}
ul#craftgallery li {
	float: left;
	margin:5px;
	height: 260px;
	width: 195px;
}
ul#craftgallery li p {
	text-align: center;
	margin:5px 0;
}

/* ------------- Craft styles */
.craftproducts{
	width: 100%;
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 20px 0px 20px 0px;
	clear: both;
}

.craftimage {
	float: left;
	margin-left: 1em;
	width: 25%;
	}

.craftimage img {
	width: 140px;
	height: auto;
}

.craftdesc {
	float: left;
	width: 20%;
}
	
.craftsize {
	float: left;
	width: 20%;
}

.craftprice {
	float: left;
	width: 22%;
}

.craftweight {
	float: left;
	width: 8%;
	}

/* ------------- Contact styles */

#contact {
	margin-left: 20px;
}

/* ------------- Footer styles */


#footer {
	background-color: #b1e64e;
	clear: both;
	margin: 0 auto;
	padding: 10px 0 0px 0;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
}


#footer a:link {
	text-decoration : none;
	color: #666666;
}
 
#footer :visited {
	text-decoration : none;
	color : #ffffff;
}

#footer a:hover {
	text-decoration : none;
	color : #ffffff;
} 

#footer a:active {
	text-decoration : none;
	color : #999999;
}
