/* CSS Document */

body
{
	margin:0;
	padding:0;
	border:0;
	color:#336666;
	background-color:#B6E4C4; /* #B5E8DD;*/
	line-height:1.0em;
	font-family:Arial, Helvetica, sans-serif;	
}

img a
{
	border:none;
}

h1, h2, h3, h4
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

h1
{
	font-size:105%;
	color:#333300;	
}

h2
{
	font-size:80%;
	font-weight:bold;
	color:#0099FF;	
}

h3
{
	font-size: 75%;
}

h4
{
	font-size: 70%;
}


p
{
	font-size: 70%;
	font-family:Arial, Helvetica, sans-serif;
}

#outer_wrapper
{
	width:900px;
	height:auto;
	margin:auto;
	background-color:#B6E4C4;
}

#outer_wrapper_top
{
	width:900px;
	height:160px;
	background-color:#B6E4C4;
	/*background-image:url(../assets/images/header_bg.jpg);
	background-repeat:repeat-x;*/
	margin:auto;
}

#outer_wrapper_bottom
{
	width:900px;
	height:auto;
	background-color:#B6E4C4;
	/*background-image:url(../assets/images/mid_bg.jpg);
	background-repeat:repeat-x;*/
	margin:auto;
}

#wrapper
{
	width:778px;
	height:160;
	margin:auto;
	background-color:#FFFFFF;
}

#header
{
	width:778;
	height:160px;
	background-color:#B6E4C4;
	/*background-image:url(../assets/images/header_bg.jpg);
	background-repeat:repeat-x;*/
}

#shell_logo
{
	float:left;
	width:140px;
	height:122px;
	margin-top:10px;
	background-image:url(../assets/images/2D_shell_png8.png);
	background-repeat:no-repeat;
}

#logo
{
	float:left;
	background-image:url(../assets/images/beachside_beauty_logo_grn_png8.png);
	width:170px;
	height:90px;
	/*margin-left:150px;*/
	margin-top:5px;
}

/*#img_top
{
	background-image:url(../assets/images/bb_beach_header_img.jpg);
	width:300px;
	height:131px;
	float:right;
	margin-right:8px;
}*/



#contact_number
{
	
}

#menu
{
	float:left;
	width:142px;
	height:auto;
	margin:0;
	font-weight:bold;
	
}

#menu ul
{
	font-size:80%;
	list-style:none;
	padding-top:1em;
	margin:0;
	padding:0;
	border:0;
	padding-bottom:0.2em;
	/*border-bottom:#FFFFFF solid 1px;*/
}

#menu li
{	
	/*padding:0.3em 0.9em 0.3em 0.9em;*/
	
	list-style-position:outside;
	background-color:#B6E4C4; /*#6EA1D8;*/
	/*background-image:url(../assets/images/btn_menu_bg_hdr_blue.jpg);
	background-repeat:no-repeat; */
	width:142px;
	height:auto;
	text-indent:8px;
	padding-bottom:0.2em;
	/*border-bottom:#FFFFFF solid 1px;*/
}

#menu li a:link, #menu li a:visited
{
	display:block;
	text-decoration:none;
	padding-bottom:0.2em;
	/*padding:0.2em 0.6em 0.2em 0.6em;*/
	/*border-right:#666666 solid 1px;
	border-bottom:#666666 solid 1px;
	border-left:#FFFFFF solid 1px;
	border-top:#FFFFFF solid 1px;*/
	/*background-color: #FFC;*/
	color:#666666;
	background-color:#B6E4C4; /*#6EA1D8;*/
	/*background-image:url(../assets/images/btn_menu_bg_hdr_blue.jpg);
	background-repeat:no-repeat;*/
	width:142px;
	height:auto;
	padding-top:10px;
	
	border-bottom:#FFFFFF solid 1px;
} 

#menu li a:hover
{
	text-decoration:none;
	/*background-color:#66CCFF;*/
	color:#333333;
	background-color:#B6E4C4; /*#6EA1D8;*/
	/*background-image:url(../assets/images/btn_menu_bg_grn.jpg);
	background-repeat:no-repeat;*/
	width:142px;
	height:auto;
	/*padding-bottom:0.2em;*/
	border-bottom:#FFFFFF solid 1px;
}

#content
{
	float:left;
	width:606px;
	height:auto;
	/*padding:15px 0 0 15px;*/
	padding-left:15px;
	padding-right:15px;
}

#content h1
{
	margin-top:25px;
}

/*#img_btm
{
	background-image:url(../assets/images/bb_beach_header_img_btm.jpg);
	width:300px;
	height:71px;
	float:right;
	margin-right:8px;
}*/

.left_info
{
	float:left;
	width:200px;
	height:auto;
}

.right_price
{
	float:left;
	width:100px;
	height:auto;
}

#days
{	
	float:left;
	width:100px;
	height:auto;
	text-align:right;
	line-height:0.2em;
	padding:5px 0 5px 0;
}

#hours
{
	float:left;
	width:90px;
	height:auto;
	margin-left:40px;
	line-height:0.2em;
	padding:5px 0 5px 0;
}

#footer
{
	clear:both;
	width:100%;
	padding-bottom:1.9em;
	background-color:/*#6EA1D8;*/#2C8D77;
}

#footer ul
{
	
	list-style:none;
	margin:0 auto;
	padding:0;
	padding-top:0.3em;
	color:#666;
	font-size:9px;
	width:778px;
	text-align:center;
}

#footer li
{
	
	display:inline;
	text-align:center;
}

#footer li a:link, #footer li a:visited
{
	text-decoration:none;
	color:#CCCCCC;
}

#footer li a:hover
{
	color:#FFFFFF;
}

#footer p
{
	color:#CCCCCC;
	text-align:center;
	font-size:70%;
}

