body {
	background-color: #000;
	background-image: url(../img/bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 12px;
}

#container {
	width: 1056px;
	margin: 25px auto;
}

#header {
	width: 1056px;
	height: 114px;
}

#footer {
	height: 25px;
}

.left {
	position: relative;
	float: left;
	left: 100px;
}

.right {
	position: relative;
	float: right;
	right: 100px;
	top: 15px;
}

.center {
	text-align: center;	
}

#content {
	height: 584px;
	width: 1056px;
	background-image: url(../img/bg-cloud.png);
}

#container-map {
	width: 956px;
}

#content-left {
	position: relative;
	top: 110px;
	float: left;
	width: 236px;
	margin: 0 auto;
}

#content-right {
	position: relative;
	top: 71px;
	float: right;
	width: 720px;
}

#contact-left {
	position: relative;
	top: 10px;
	left: 15px;
	float: left;
	width: 290px;
	height: 346px;
	padding: 3px;
	text-align: left;
}

#contact-right {
	position: relative;
	top: 10px;
	right: 15px;
	float: right;
	width: 290px;
	height: 346px;
	padding: 3px;
	text-align: left;
}

#contact-right h2, #contact-left h2 {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
}

#direction {
	width: 175px;
	height: 420px;
	background-image: url(../img/bg-direction.png);
	background-repeat: no-repeat;
	text-align: left;
}

#direction p {
	padding: 10px;
	line-height: 14px;
}

#direction ul {
	padding-left: 25px;
	text-indent: 5px;
}

#directionsPlaceHolder {
	display: none;	
}

.cat {
	color: #e00000;
	font-weight: bold;
	padding-top: 5px;
	text-indent: 0;
}

.text-content-1 {
	text-indent: 30px;
	line-height: 15px;
	padding-top: 25px;
	padding-right: 50px;
	padding-left: 75px;
	font-size: 18px;
}

.text-content-2 {
	text-indent: 30px;
	line-height: 15px;
	padding-top: 15px;
	padding-right: 220px;
	padding-left: 75px;
}

.text-hours {
	text-align: center;
	line-height: 15px;
}

.text-footer {
	text-align: center;
	font-size: 10px;
}

.red {
	color: #e00000;
	font-weight: bold;
}

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

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

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

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

/* FORM */
#form .input {
	width: 230px;
	border: 1px solid #CCC;
	background-color:#333;
	color: #FFF;
}

#form .textarea {
	width: 230px;
	border: 1px solid #CCC;
	background-color:#333;
	color: #FFF;
}

#form label {
	font-size: 14px;
	line-height: 18px;
}

.giftcardbox {
	text-align: left;
	height: 300px;
	width: 570px;
	padding: 5px;
	overflow: auto;
	line-height: 14px;
}