/*
 * PAGE
 */
body {
	background:#fff;	
	color:#000;
	font: .75em arial, helvetica, sans-serif;	
	margin: 0;
	padding: 0;
}

div.center {
	text-align: center;
}

div.masthead {
	background: url(images/logo.gif) top center no-repeat #fff;
	width: 451px;
	height: 101px;
	margin: 0 auto;
}

div.banner {
	background: url(images/faces.jpg) top center no-repeat #fff;
	width: 839px;
	height: 60px;
	clear:both;
	margin: 0 auto;
}

div.footer {
	background: url(images/footer.gif) top center no-repeat #fff;
	width: 839px;
	height: 23px;
	clear:both;
	margin: 0 auto;
}

div.container {
	width: 839px;
	margin: 10px auto;
}

div.c1 {
	width: 189;
	margin: 10px 60px 15px 0;
	float: left;
	text-align: left;
}

div.c2 {
	width: 350px;
	float: left;
	text-align: left;
}

div.c3 {
	width: 189;
	margin: 10px 0 15px 40px;
	float: right;
	text-align: left;
}

div.article {
	text-align: left;
	width: 600px;
	padding: 25px 0;
}

div.mainimg {
	border: 1px solid #000;
	padding: 5px;
	width: 325px;
}

div.contact {
	background: url(images/contact.gif) top left no-repeat;
	padding: 25px 0;
}

div.about {
	background: url(images/about.gif) top left no-repeat;
	padding: 25px 0;
}

div.shop {
	background: url(images/shop.gif) top left no-repeat;
	padding: 25px 0;
}

div.btnrow {
	float: left;
}

div.links {
	background: url(images/links.gif) top left no-repeat;
	padding: 25px 0;
}

h1 {
	padding: 0 0 8px 0;
	margin: 0;
	display: inline;
	color: #A80B1A;
	font-size: 1.2em;
}

h2 {
	padding: 0 0 8px 0;
	margin: 0;
	color: #A80B1A;
	font-size: 1.1em;
}

p {
	/*font-size: .9em;	
	line-height: 1.1em;*/
	margin: 0;
	padding: 0 0 8px 0;
	/*line-height: 1.5em;*/
}

em {
	display: block;
	padding-bottom: 10px;
}

div.mainimg em {
	padding: 0;
	font-size: .8em;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

img.thumb {
	/*margin: 10px;*/
	margin: 0 auto;
	
}

a:link, a:visited, a:hover, a:active {
	text-decoration:none;
	color:#3E539F;
}

a:hover {
	text-decoration:underline;
}

a.pdf {
	background:url(images/pdf.gif) center center no-repeat;
	overflow:hidden;
	text-indent:-1000em;
	display: block;
	width:25px;
	height:26px;
	margin:0 15px;
	padding:0;
}

a.word {
	background:url(images/word.gif) center center no-repeat;
	overflow:hidden;
	text-indent:-1000em;
	display: block;
	width:26px;
	height:26px;
	margin:0 15px;
	padding:0;
}

a.go {
	background:url(images/go.gif) center center no-repeat;
	overflow:hidden;
	text-indent:-1000em;
	display: block;
	width:33px;
	height:33px;
	margin:0 15px 15px 15px;
	padding:0;
}

a.home {
	background:url(images/home.gif) center center no-repeat;
	overflow:hidden;
	text-indent:-1000em;
	display: block;
	width:82px;
	height:27px;
	margin:0 0 15px 0;
	padding:0;
}

dl {
	margin: 0;
	padding: 0;

}

dt {
	margin: 0;
	padding: 0;
	font-weight: bold;
}

dd {
	margin: 0;
	padding: 0 0 10px 10px;
}

ul {
	margin: 0;
	padding-left: 2em;
}

li {
	margin:0;
	padding: 0 0 5px 0;
	list-style-image:url(images/bullet.gif);
}

blockquote {
	margin: 0 15px 7px 15px;
}

/*
========================== 
CLEAR: this will clear the floats so float containers arent ignored
==========================
*/
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* hides from IE/mac */
* html .clear {
	height: 1%;
}
