/* home */

body {
	margin: 0px;
	background-color: black;
	font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#body {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

img#logo {
	margin-top: 10px;
}

#header {
	clear: both;
	display: block;
}

ul#nav {
	clear: both;
	float: right;
	margin-top: -2em;
	padding-right: 10px;
}

ul#nav li {
	float: left;
	list-style: none;
	display: block;
	margin-right: 0px;
	margin-left: 80px;
	font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: url(images/flower.gif) no-repeat;
	padding-left: 20px;
	padding-top: 2px;
}

ul#nav li a {
	color: #abacab;
	text-decoration: none;
	padding-right: 0;
	padding-bottom: 0;
}

ul#nav li a:hover{
	color: #fe669d;
}

#bottom-right {
	float: right;
	margin-top: 10px;
	clear: none;
	border-style: solid;
	border-color: #c9cbcb;
}

#onesta {
	float: right;
	color: #e72f7d;
	padding-right: 30px;
	clear: right;
	position: relative;
	bottom: 210px;
	font: italic 15px Georgia, "Times New Roman", Times, serif;
}

#about-onesta {
	float: right;
	width: 275px;
	padding-right: 10px;
	color: #5a5e5d;
	clear: right;
	position: relative;
	bottom: 230px;
	font-size: 10px;
}

#about-onesta a{
	text-decoration: none;
	color: #000;
	padding-left: 210px;
}

#footer{
	color: silver;
	font-size: 10px;
	padding-top: 20px;
	text-align: center;
}

#footer a {
	color: #e399b6;
	text-decoration: none;
}

#footer a:hover {
	color: #f5599b;
	text-decoration: underline;
}

/* services */

#phone {
	color: white;
	float: right;
	font-family: Geneva, "Helvetica Neue", Arial, Helvetica, sans-serif;
	padding-right: 5px;
}

#services {
	color: white;
	width: 75%;
	border-collapse: collapse;
	margin: 30px auto 20px;
	border: 3px solid /*#f9d5e2*/ #0f0f11;
}

#services td{
	padding: 0px 30px;
}

th{
	color: #fe669d;
	font-size: 15px;
	padding-top: 30px;
	padding-bottom: 10px;
	text-decoration: underline;
}

#services .left, .right{
	background-color: #0f0f11;
	padding-top: 2px;
	padding-bottom: 5px;
}

#services .right{
	text-align: right;
}

#services .description{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding-bottom: 10px;
	color: #abacab;
}

#services .notice{
	text-decoration: none;
	font-size: 12px;
	padding-bottom: 30px;
	color: #fac3d1;
}

/* coming soon */
h2{
	color: #fff;
	text-align: center;
	margin-top: 40px;
}

/*contact*/
#contactinfo {
	width: 45%;
	font-family: Georgia, "Times New Roman", Times, serif;
	float: left;
	margin-top: 30px;
	padding-left: 10px;
}

#contactinfo p{
	color: #d9dcdc;
	padding-bottom: 20px;
	line-height: 20px;
	text-align: justify;
}

#map {
	margin-top: 30px;
}

#map p {
	text-align:right;
	color: #f5599b;
}

#map p a{
	color: #f5599b;
}

#map a:hover{
	color: white;
}

iframe {
	border: 5px solid white;
	margin-left: 50px;
}

/* specials */
#print {
	text-align: center;
	margin-top: 50px;
}

#print a{
	color: #fe669d;
	text-decoration: underline;
}

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

#flyer {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 5px solid gray;
	margin-top: 20px;
}







