/* CSS Document for North Bend Bar and Grill */
html
{
margin:0;
padding:0;
}
body
{
margin:0;
padding:0;
height:100%;
background-image:url(images/bg.gif);
background-repeat:repeat-x;
background-color:#282828;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;

}
* {
margin:0pt;
padding:0pt;
}
img
{
border:0;
}
img{ behavior: url(iepngfix.htc) }
a
{
color: #006633;
text-decoration:none;
}
a:hover
{

text-decoration:underline;
}

.navigation_currentpage {
	font-family: trebuchet ms, ariel, sans-serif;
	font-size: 15px;
	color: #7dd069;
}
.navigation a{
	font-family: trebuchet ms, ariel, sans-serif;
	font-size: 15px;
	color: green;	
	text-decoration: none;
}
.navigation a:hover{
	color: #7dd069;
}
/*body holder style*/
#body_holder
{
margin-top:20px;
width: 848px;
background-color:#304d2e;
border: solid 2px #3c4272;
}
#inside_body_holder
{
width: 840px;
border:solid #304d2e 4px;
background-color:#400000;
}
.top_banner
{
padding-top: 10px;
margin-top:5px;
margin-bottom:5px;
}
/*menu style using list*/
.menu_holder
{
	width:730px;
	height:25px;
	background-color: #400000;
}
.menu_holder ul
{
	list-style:none;
}
.menu_holder ul li
{
	list-style:none;
	display:inline;
	list-style-position:outside;
	padding: 35px;
}
.menu_holder ul li img
{
	vertical-align: middle;
}
.menu_holder li.last{
	padding-right:0px;
}

.menu_divider
{
width:746px;
height:11px;
margin-top:-5px;
}
#main_holder
{
float: left;
width: 730px;
border:solid #1f362e 3px;
background-color:#988a4d;
margin:5px 0px 0px 52px;
}

.page_title
{
margin-top:30px;
margin-bottom:20px;

}
.main_content
{
width:650px;
}
p
{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#000000;
text-align:left;
padding:5px;
}
.sub_title
{
font-family: "Courier New", Courier, monospace;
font-size:16px;
color:#4f0404;
text-align:left;
font-weight:bold;
}
.main_content_menu
{
width:700px;
text-align:center;
}
.main_content_menu p
{
text-align:center;
}
.main_content_menu img
{
padding-left:15px;
}
.red
{
color:#990000;
}
.main_content_links
{
width:500px;
text-align:center;
}
.main_content_links img
{
padding-bottom:20px;
}
.main_content_contact
{
width:300px;
text-align:center;
}
/*gallery page style*/
#main_holder table
{
text-align:center;
}
.main_content_photo
{
text-align:center;
}
#gallery 
{
padding-top:10px;
padding-bottom:30px;
text-align:center;
width:500px;
}
.photo {
height:75px;
margin:15px;
width:100px;
margin:0pt 10px 20px;
display:block;
float: left;
}
#footer
{
clear:both;
font-size:10px;
color:#ffffff;
padding:10px;
}

/** JQUERY SLIDESHOW **/
#slideshow {
	color: #1f362e;
	text-align: center;
	margin: 0 auto;
    position: relative;
    height: 250px;
	width: 700px;
}
#slideshow IMG {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    opacity: 0.0;
}
#slideshow IMG.active {
    z-index: 10;
    opacity: 1.0;
}
#slideshow IMG.last-active {
    z-index: 9;
}

.newslettersignup {
	margin-left: 5px;
	text-align: left;
	font-size: 20px;
}
.plugincontainer {
	width: 100%;
	position: relative;
	float: left;
}
.facebookcontainer {
	width: 48%;
	float: left;
	margin-left: 14px;
}
.urbanspooncontainer {
	width: 48%;
	float: left;
}
.main_content img {
	float: left;
	margin-top: 8px;
	margin-right: 20px;
}
