﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, sub, sup, tt, var, dd, dl, dt, li, ol, ul, form, fieldset, input, textarea, label, table, legend, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	text-align: left;
}

img, a img, :link img, :visited img
{
	border: 0;
}

html
{
	overflow: auto;
}

body
{
	background-color: #fff;
	margin: 0 0 10px 0;
	font-family: Tahoma, Helvetica;
	letter-spacing: 1px;
	font-size: .85em;
	color: #000;
}

a
{
	text-decoration: none;
	color: #d62252;
	border-bottom: dotted 1px #f5abb8;
	outline: none;

}

a:hover
{
	border-bottom: dotted 1px #d62252;
}

h2
{
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: normal;
}
p
{
	line-height: 1.75em;
}

#container
{
	width: 880px;
	margin: 20px auto;
}

#header
{
	height: 69px;
	margin-bottom: 25px;
}

#header #logo
{
	float: left;
}

#header #menu
{
	list-style: none;
	float: right;
	margin-top: 20px;
}

#header #menu li
{
	float: left;
	margin-left: 160px;
}

img
{
	display: block;
}

.cf, .hr
{
	clear: both;
}

.hr
{
	margin-bottom: 25px;
	border-bottom:solid 1px #000;
}

#footer
{
	margin: 50px 0;
	height:40px;
}


#footer div
{
	width:280px;
	margin:0 auto;
}
#footer a
{
	float:left;
	border-bottom:none;
	margin:0 30px;
}



/*galleria*/

.faces
{
	position: relative;
	margin-top: 20px;
}
.gallery_faces_unstyled
{
	list-style: none;
}
.gallery_faces
{
	width: 285px;
	margin: 0 auto;
}
.gallery_faces li
{
	margin: 0 5px;
	background: #fff;
	float: left;
}

#main_image
{
	margin: 0 auto 20px auto;
	height: 440px;
	width: 690px;
	background: #fff;
}
#main_image img
{
	margin: 0 auto;
}


.gallery_control
{
	display: block;
	width: 15px;
	height:17px;
	border: none;
	margin-top:17px;
}

.gallery_control.prev
{	float: left;
 	margin-left:225px;
	background: #fff url(../images/gallery-buttons.png) no-repeat;
}

.gallery_control.prev:hover
{
	background: #fff url(../images/gallery-buttons.png) no-repeat 0px -17px;
	border:none;
}

.gallery_control.next
{	float: right;
 	margin-right:225px;
	background: #fff url(../images/gallery-buttons.png) no-repeat -15px 0;
}

.gallery_control.next:hover
{
	background: #fff url(../images/gallery-buttons.png) no-repeat -15px -17px;
	border:none;
}

.hours label
{
	width:170px;
	float:left;
}