@charset "UTF-8";
/* CSS Document 
created by Liza Brown
10/14/2008
Tigerlil Design*/

* {
	margin: 0px;
	}
	
p {
	margin: 1em 0 1em 0;
}
	
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background:#F93;
	letter-spacing: 0.06em;
}

.preload_img {
	display:none;
	background-image:url(images/yelp_over.jpg)
}

#mast_bar {
	position:absolute;
	width:606px;
	height:70px;
	z-index:1;
	left: 318px;
	top: 93px;
	background-color: #FF6206;
}
#bottom_bar {
	position:absolute;
	width:926px;
	height:90px;
	z-index:2;
	left: -2px;
	top: 430px;
	background-color: #FF6206;
}
#text_info {
	position:absolute;
	width:397px;
	height:20px;
	z-index:3;
	left: 56px;
	top: 257px;
}

#contact_text {
	position:absolute;
	width:926px;
	left: 0px;
	top: 530px;
	letter-spacing: 2px;
	text-align: center;
}

#image_right {
	position:absolute;
	width:360px;
	height:400;
	z-index:4;
	left: 549px;
	top: 111px;
}
#container {
	/*background: url(images/main_bg.gif) repeat-x;*/
	height: 580px;
	width: 900px;
	margin: 10px auto;
	background-color: #FE6307;
}
.left_float {
	float: left;
}
#container #FlashID {
	display: inline;
	float: left;
}
.left_five {
	margin-left: -5px;
}
#container #masthead {
	height: 90px;
	width: 900px;
	background-color: #FFF;
}

/*main navbar*/
#container #masthead #navbar {
	float: left;
	margin: 65px 0px 0px 30px;
	width: 550px;

/*	font-size: 1.2em;
	color: #FE6307;*/
}

#container #masthead #navbar a span{
	/*visibility: hidden;*/
	
}

#container #masthead #navbar ul li {
	list-style: none;
	float: left;
}
#container #masthead #navbar ul {
	margin: 0px 0px 0px 100px;
}

#navbar a {
	/*height: 18px;*/
	display: block;
	height: 0px;
	padding-top: 18px;
	overflow: hidden;
	/*text-decoration:none;
	font-family:"Rotis SemiSerif 55", "Garamond Premier Pro", serif;
	font-size: 1.2em;
	color: #FE6307;
	padding: 0px 33px;*/
}
/*#navbar a:hover {
	text-decoration: underline;
	color: #7AD2C4;
}*/


/*HOME*/
#navbar a#home {
	background: url(images/home.gif) no-repeat;
	width: 72px;
}

#navbar a#home:hover {
	background: url(images/home_over.gif) no-repeat;
}
/*ABOUT*/
#navbar a#about {
	background: url(images/about.gif) no-repeat;
	width: 113px;
}

#navbar a#about:hover {
	background: url(images/about_over.gif) no-repeat;
}
/*SERVICES*/
#navbar a#services {
	background: url(images/services.gif) no-repeat;
	width: 110px;
}

#navbar a#services:hover {
	background: url(images/services_over.gif) no-repeat;
}

/*PRODUCTS*/
#navbar a#products {
	background: url(images/products.gif) no-repeat;
	width: 113px;
}

#navbar a#products:hover {
	background: url(images/products_over.gif) no-repeat;
}

/*CONTACT*/
#navbar a#contact {
	background: url(images/contact.gif) no-repeat;
	width: 114px;
}

#navbar a#contact:hover {
	background: url(images/contact_over.gif) no-repeat;
}

/*YELP BUTTON*/
 a#yelp {
	background: url(images/yelp.jpg) no-repeat;
	width: 100px;
	display: block;
	height: 0px;
	padding-top: 64px;
	overflow: hidden;
}

a#yelp:hover {
	background: url(images/yelp_over.jpg) no-repeat;
	text-align: center;
}
 /*LEFT & RIGHT COLUMNS*/
 #container #left_col {
	clear: left;
	float: left;
	margin-top: 10px;
	height: 400px;
	width: 500px;
}

 #container #text {
	padding: 2em;
	margin: 0 auto;
	width: 420px;
	background: #FFF;
	height: 320px;
}

 #container #right_col {
	float: left;
	margin-top: -65px;
	width: auto;
}

#subcontent {
	margin: 13px auto 0 auto;
}
#container #right_col #subcontent img {
	border: medium solid #77D4C4;
}

#container #right_col #subcontent img.quote {
	border: medium solid #FFF;
	margin-right: 15px;
}

/*FOOTER*/
#container #footer {
	clear: both;
	letter-spacing: 2px;
	text-align: center;
	background-color: #FFF;
	margin-top: 83px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#container #left_col #text h2 {
	font-size: 14px;
	color: #56AFBA;
}
#container #masthead #navbar ul li img {
	color: #56AFBA;
}

#services #container {
	height: auto;
}
#services #container #left_col {
	text-align: center;
	height: auto;
	margin-top: -10px;
}

#services #container #right_col #subcontent img.text {
	border-style: none;
	margin-top: 30px;
}
#services #container #right_col {
	margin-top: -40px;
	height: auto;
	width: 398px;
}

#contact #container {
	height: auto;
}
#contact #container #text {
	height: auto;
	margin-top: -10px;
}

a {
	color: #56AFBA;
	text-decoration: none;
}
a:hover {
	color: #E65000;
	text-decoration: underline;
}
#container #right_col #subcontent #map {
	margin-top: 28px;
}
.edit {
	color: #F00;
}

