/* CSS Document */


/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
html, body {
	height:100%;
}

body {
	background:#5b4a3e url(images/bg.gif) top left repeat-x;
	margin: 0px; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px; /* Always apply padding if you apply margins */
	text-align: center; /* Equivalent to <center> tag for older IE browsers. Remove if you do not want to center page. */
	font:normal 13px Arial, Helvetica, sans-serif;
	color: #555;
}

/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, a, ul, li, ol, td {
	font:normal 12px Arial, Helvetica, sans-serif;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */

}
/* Redefines the p tag */

h1 {
	font:normal 18px Arial, Helvetica, sans-serif;
	color: #636363;
}
h2 {
	font-size: 14px;
	color: #555;
	margin:15px 0 5px 0;
}
h3 {
	font-size: 12px;
	color: #555;
	margin:15px 0 5px 0;
}
strong {
	color:#636363;
}
address {
	font:bold 11px Arial, Helvetica, sans-serif;
	color:#636363;
	text-align:left;
	margin:10px;
}
blockquote {
	font:normal 11px  Arial, Helvetica, sans-serif;
	text-align:left;
	margin:0;
}

cite {
}
#site_container #right .facebook {
	font-size: 13px;
	color: #000000;
}

/* ----------------- CONTENT LINKS ----------------- */
/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
	text-decoration: underline;
	color:#000;
}
a:visited {
	text-decoration: underline;
	color:#000;
}
a:hover {
	text-decoration: none;
	color:#000;
}
a:active {
	text-decoration: underline;
	color:#000;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Here are some basic page elements that you might find useful. Please feel free to delete the ones you do not use in final layout. */

/* Creates DIV container for header. */
div#header {
	position:relative;
	width:868px;
	background:url(images/header.jpg) top left no-repeat;
	margin-left:auto;
	margin-right:auto;
	height:235px;
	text-align:left;
}
/* Creates the div container for the site. */
div#site_container {
	position:relative;
	width:868px;
	margin-left:auto;
	margin-right:auto;
	background:url(images/content_bg.gif) top left repeat-y;
}

/* Creates DIV container for left column. */
div#right {
	float:right;
	display:inline;
	width:220px;
	text-align:center;
	padding:0 0 0 0px;
	margin:0;
}

div#right a {
	color:#636363;
	font-size:11px;
	font-weight:bold;
}
div#right img{

}

/* Creates DIV container for middle column. */
div#middle {
	position:relative;
	float:left;
	display: inline;
	text-align:left;
	width:550px;
	padding:0 10px 5px 35px;
}

div#middle ul li{
	list-style-image:url(images/bullet.gif);
}
/* Creates DIV container for right column. */

/* Creates the div container for the footer. */
div#footer {
	position:relative;
	clear:both;
	background:url(images/footer.gif) top left no-repeat;
	height:23px;
}
/* Creates the div container for the copyright. */
div#copyright {
	position:relative;
	clear:both;
	text-align:center;
	font:normal 11px Arial, Helvetica, sans-serif;
	padding:2px;
	color:#9c7c60;
}

div#copyright a:link, div#copyright a:hover, div#copyright a:visited, div#copyright a:active {
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#9c7c60;
}
/* ----------------- TABLE ELEMENTS ----------------- */

/* Apply this ID to your Services table. The only properties in the code should be the table tags; no widths, colors, spacing, etc. */

table.services {
	font:12px Arial, Helvetica, sans-serif;
}
table.services caption {
	text-align:center;
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#333;
	margin:3px;
}
table.services th {
	background:#999;
	color:#fff;
	font-weight:bold;
	border-left:1px solid #fff;
}
table.services td {
	color:#333;
	padding:5px;
	margin:0;
	vertical-align:top;
	text-align:center;
}


/* ----------------- FORM ELEMENTS ----------------- */

fieldset {
}
legend {
}
label {
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#333;
	vertical-align:middle;
	line-height:3;
}

input, textarea {
	vertical-align:middle;
}

div.formalign {
	text-align:right;
	white-space:nowrap;
	width:350px;
}

/* The following two styles are optional, if you want to style your textfields or textareas. */

textfield {
}
textarea {
}

/* ----------------- LIST ELEMENTS ----------------- */


ul#services {
}

/* The following two styles are provided, if you want to use them. */
ul#services ul {
}
ul#services li {
}

/* ---------------------- MAIN NAVIGATION---------------------- */	
	/* ---------------------- nav ---------------------- */
	#mainnav {
	width:868px;
	padding:0;
	margin:0;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size:10px;
	line-height:normal;
	position: absolute;
	left: 5px;
	top: 156px;
	height: 29px;
	
      }
    #mainnav ul {
	margin:0;
	padding:10px 10px 0px 0px;
	list-style:none;
      }
    #mainnav li {
      display:inline;
      margin:0;
      padding:0;
      }
    #mainnav a {
      float:left;
      background:url("images/navleft.gif") no-repeat left top;
      margin-left: 1px;
      padding:0 0 0 8px;
      text-decoration:none;
	  font-weight:bold;
      }
    #mainnav a span {
      float:left;
      display:block;
      background:url("images/navright.gif") no-repeat right top;
      padding:7px 10px 7px 4px;
      color:#fff;
	  font-size:10px;
	  font-weight:bold;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #mainnav a span {float:none;}
    /* End IE5-Mac hack */
    #mainnav a:hover span {
      color: #333;
      }
    #mainnav a:hover {
      background-position:0% -27px;
      }
    #mainnav a:hover span {
      background-position:100% -27px;
      }  
	  
	 #mainnav a.current {
       background-position:0% -27px;
	   color: #333;
      }
 
 	 #mainnav a.current span{
       background-position:100% -27px;
	   color: #333;
      }
	
	
/* the following are styles for the footer navigation */

ul#footernav {
	position:relative;
	top:26px;
	margin:0;
	padding:0;
	text-align:center;
}
ul#footernav li {
	list-style: none;
	display: inline;
	color: #fff;
	border-right:1px solid #fff;
}

ul#footernav li a:link, ul#footernav li a:visited, ul#footernav li a:active {
	font:bold 11px  Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	padding: 0px 5px 0px 5px;
}

ul#footernav li a:hover {
	font:bold 11px  Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

/* These were required in the assignment and should be used. */

dl {
	text-align:left;
	font:12px Arial, Helvetica, sans-serif;
}
dt {
	font-weight:bold;
	color:#999;
	margin:10px 0 0 0;
}
dd {
	font-size:11px;
}

/* -----------------IMAGE AND FLOAT ELEMENTS ----------------- */
.left {
float: left;
padding:5px;
margin:10px;
border:1px solid #ccc;
}
.right {
float: right;
padding:5px;
margin:10px;
border:1px solid #ccc;
}

.float_right {
float: right;
padding:5px;
margin:10px;
}

.float_left {
float: left;
padding:5px;
margin:10px;
}

.clear {
clear: both;
}
/* ----------------- YOUR CUSTOM CLASSES ----------------- */

/* Before you add any, always think ... is there an existing tag I can redefine? */


div#content {
	 text-align:left;
}

ul {
	margin-top:0;
}

.img_block {
	display:block;
}

.w_border {
	border:1px solid #fff;
	padding:5px;
	margin:5px 0 5px 6px;
}
div#map {
	text-align:center;
	float:left;
}

div#payment {
	font:bold 11px Arial, Helvetica, sans-serif;
	margin:5px 0 3px 6px;
}

div#audio {
	position:absolute;
	height:23px;
	width:124px;
	left: 382px;
	top: 8px;
}

div#web_audio {
	position:relative;
	background:url(images/webaudio.gif) top left no-repeat;
	width: 173px;
	height:25px;
	padding:10px 10px 10px 10px;
}
/*==========Owner Login===========*/

div#owner_login a {
	float:right;
	padding-top:25px;
	font:bold 10px Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
}

div#btm_container {
	width:868px;
	margin-left:auto;
	margin-right:auto;
}


.img_border {
padding:5px;
margin:5px;
border:1px solid #ccc;
}

.img_padding {
	margin:0 20px 15px 0;
	padding:0;
	text-align:center;
}

.align_center {
	text-align:left;
}

.sm_txt {
	position:absolute;
	padding:0;
	margin:0;
	font:normal 11px Arial, Helvetica, sans-serif;
	text-align:center;
	color:#1f8c44;
	left: 110px;
	top: 10px;
	width: 614px;
}
