/* CSS Document */
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, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, article {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
.clear {
	clear: both;
}
BODY {
    width: auto; 
    padding: 0;
	margin: 5px auto;
	font-family: Arial, Helvetica, sans-serif;
}
@media only screen and (min-width: 400px) and (max-width: 959px) {
BODY {
    width: 400px;
    }
}
@media only screen and (min-width: 960px) {
BODY {
	background-color: #F0EDE6;
    }
#surround {
    width: 960px;
	margin: 30px auto;
	border: 5px solid #ffffff;
}
}
#topleft img {
	width: auto;
	max-width: 98%;
}
#topleft {
	padding: 5px;
	background-color: #F0EDE6;
	text-align: center;
}
#topleft .address {
	color: #7C7165; 
	text-decoration: none;
	margin: 10px auto 10px auto;
}
.hours {
	width: 90%;
	margin: 20px auto 20px auto;
	color: #7C7165; 
	font-size: 95%;
}
.hours h2 {
	color: #666666; 
	text-decoration: none;
	font-weight: bold; 
}
.hours .left {
	float: left;
	width: 45%;
	text-align: left;
	font-weight: normal;
	margin: 5px 0 5px 0;
}
.hours .right {
	float: right;
	width: 45%;
	text-align: right;
	font-weight: normal;
}
.smallText {
	color: #666666; 
	text-decoration: none;
	font-size: 80%; 
	font-weight: normal;
	margin: 20px auto 20px auto;
}
#topmiddle {
	background-color: #FFFFFF;
	padding: 20px 10px 20px 10px;
}
#topmiddle h1 {
	color: #7C7165; 
	text-decoration: none;
	font-size: 120%; 
}
#topmiddle h2 {
	color: #7C7165; 
	margin: 10px 0 5px 0;
	font-size: 100%;
	font-weight: bold;
}
#topmiddle p {
	color: #7C7165; 
	text-align: justify;
	margin: 10px 0 5px 0;
}
#topmiddle ul {
	color: #7C7165; 
	margin: 10px 10px 10px 20px;
}
#topmiddle li {
	margin-bottom: 4px;
}
#topmiddle .phone {
	color: #cc0000; 
	font-size: 160%; 
	margin: 10px auto 10px auto;
}
#slideshow { 
	position: relative;
    width: auto; 
	max-width: 100%;
	text-align:center;
	height: 424px;
}

#slideshow div { 
	max-width: 100%;
}

#slideshow img { 
	width: auto;
	height: auto;
	max-width: 100%;
}
#slideshow .parent {
	position: relative;
}
#slideshow .children {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#bottom {
	background-color: #DFD1C6;
	padding: 5px;
	margin-top: 10px;
}
#bottom .box {
	border: 1px solid #888888;
	background-color: #FFFFFF;
	vertical-align: bottom;
	position: relative;
	margin-bottom: 5px;
	min-height: 100px;
}
#bottom .box2 {
	border: 1px solid #888888;
	background-color: #000000;
	vertical-align: bottom;
	position: relative;
	margin-bottom: 5px;
	min-height: 100px;
}
.box img,
.box2 img {
	width: auto;
	height: auto;
	bottom: 0px;
	left: 0px;
	position: absolute;
}
.box h2 {
	color: #666666; 
	font-size: 90%; 
	margin-top: 5px;
	font-weight: bold;
}
.box2 h2 {
	color: #ffffff; 
	font-size: 90%; 
	margin-top: 5px;
	font-weight: bold;
}
.box h2,
.box2 h2 {
	margin-left: 105px;
}
.box p {
	color: #666666; 
	text-decoration: none;
	font-size: 80%; 
	font-weight: normal;
	text-align: justify;
	margin: 0px 10px 10px 105px;
}
.box2 p {
	color: #ffffff; 
	text-decoration: none;
	font-size: 80%; 
	font-weight: normal;
	text-align: justify;
	margin: 0px 10px 10px 105px;
}
#pricebox {
	background-color: #EFECE7;
	padding: 5px;
}
#prices {
	width: 100%;
}
.prices5 {
	text-align: center;
}
.prices,
.prices2, 
.prices3 {
	text-align: center;
}
.prices,
.prices2,
.prices3,
.prices4, 
.prices5,
.prices6 {
	border: 1px solid #888888;
	color: #666666; 
	font-size: 80%; 
	padding: 4px;
}
.prices3 {
	font-weight: bold;
}
#pricebox p {
	color: #666666; 
	text-decoration: none;
	font-size: 80%; 
	font-weight: normal;
	text-align: justify;
	padding: 5px;
}
.footer {
	color: #B1A79E; 
	text-decoration: none;
	font-size: 75%; 
	padding: 5px 0 20px 0;
	text-align: center;
	margin: 10px auto;
}
.footer a {
	color: #B1A79E; 
	text-decoration: none;
}
.footer a:hover {
	color: #888888; 
	text-decoration: none;
}

@media only screen and (max-width: 500px) {
#pricesD {
display: none;
}
#prices {
	display: table;
}
.prices2 {
	width: 50%;
	display: table-cell;
}
.prices3 {
	width: auto;
}
}

@media only screen and (min-width: 500px) {
#pricesM {
display: none;
}
#prices {
	display: table;
}
.prices, 
.prices2,
.prices3, 
.prices4, 
.prices5 {
	display: table-cell;
}
.prices {
	width: 50%;
	text-align: left;
}
.prices4 {
	width: 65%;
}
.prices5 {
	width: 35%;
}
.prices6 {
	width: auto;
}
.prices,
.prices2, 
.prices3 {
	width: 25%;
}
}

a {
text-decoration: none;
color:#336699;
}
a:hover {
color:#CC6600;
}



