﻿@charset "UTF-8";
/* CSS Document */

img {
	border: 0px;
	}
	
html, body {
	margin: 0px;
	}
	
a:link, a:visited {
	color: #000;
	text-decoration: none;
	}
	
a:hover, a:focus, a:active {
	text-decoration: underline;
	}

body {
	width: 100%;
	color: #000;
	background: #C6C6C6 url(../images/body-bg.gif) repeat-x;
	}

#content {
	width: 919px;
	position: relative;
	margin: 0px auto;
	}
	
#table-top {
	background: url(../images/table-top.jpg) no-repeat;
	height: 639px;
	}

#table-bottom {
	}
#table-bottom p {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	}
	
#table-bottom .address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	}

#table-bottom .contactinfo {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
	
#services {
	border: #F8931E solid 10px;
	background: #FFF;
	width: 300px;
	position: absolute;
	left: 545px;
	top: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 5px;
	height: 410px;
	}

#content #table-top #coupons-form .submitbtn
{
	background-color: #F8931E;
	width: 55px;
	height: 30px;
}
	
#services h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 23px;
	color: #F04C23;
	margin: 5px 0px 0px;
	}

#services p {
	margin: 0px;
	}
	
#highlights {
	width: 237px;
	text-align: center;
	position: absolute;
	left: 182px;
	top: 394px;
	font-size: 19px;
	font-weight: bold;
	font-style: italic;
	font-family: Palatino, "Times New Roman", Times, serif;
	letter-spacing: -1px;
	padding-top: 15px;
	}
	
#hours {
	width: 152px;
	text-align: center;
	position: absolute;
	left: 309px;
	top: 508px;
	font-size: 20px;
	font-family: Impact, Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	padding-top: 4px;
	line-height: 100%;
	}

#coupons-form {
	width: 271px;
	text-align: center;
	position: absolute;
	left: 538px;
	top: 540px;
	}
	
#shadow-left {
	width: 9px;
	background: transparent url(../images/shadow-left.png);
	}

#shadow-right {
	width: 9px;
	background: transparent url(../images/shadow-right.png);
	}

