﻿/* reset
 * based on Eric Meyer's reset.css
 * http://meyerweb.com/
 *************************************************************/
body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, button,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* /reset
 *****************************************************/

/* global elements
 *****************************************************/
html { height: 100%; }
body {
    background: #384064 url( ../images/bg_body.jpg ) repeat 50% 0;
    color: #000;
    font: 62.5%/1 Arial, sans-serif;
    height: 100%;
}
a { text-decoration: none; }
a:hover {  }

/* /global elements
 *****************************************************/

/* common elements
 *****************************************************/
.cols, form .item, form .button { overflow: hidden; }
.col { float: left; }
.l { float: left; }
.r { float: right; }
.print { display: none; }
.ir {
    display: block;
    overflow: hidden;
    position: relative;
}
.ir span {
    cursor: pointer;
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}
/* /common elements
 *****************************************************/

/* base layout
 *****************************************************/
#container {
    background: transparent url( ../images/bg_container.png ) no-repeat 0 100%;
    margin: 0 auto;
    padding: 0 0 21px;
    width: 810px;
}
#bg {
    background: transparent url( ../images/bg_bg.jpg ) no-repeat 0 0;
    padding: 37px 0 0;
}
#wrap { background: #fceddc url( ../images/bg_content.jpg ) repeat-y 0 0; }
#branding { height: 92px; }
#content {
    color: #000;
    font-size: 1.4em;
    line-height: 1.5em;
    
    padding: 20px 12px 10px;
}
#showcase {
    overflow: hidden;
    margin: 0 0 10px;
}

.img_container {
    float: left;
    height: 313px;
	margin: 0 0 0 10px;
    position: relative;
    width: 262px;
}

a:link .img_container { 
	filter: alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	opacity:1;
} 

a:visited .img_container { 
	filter: alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	opacity:1;
} 

a:hover .img_container { 
	filter: alpha(opacity=50);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: .5;
	opacity:0.5;
	background:url('../img/white.gif'); 
} 

a:active .img_container { 
	filter: alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	opacity:1;7; 
}

.sing_img {
	margin-right: 12px;
}

.label_img {
	background: transparent url( ../images/bg_label.jpg ) top center;
	width: 248px;
	bottom: 8px;
    position: absolute;
    text-indent: -1000em;
   	padding: 5px;
   	height: 25px;
}

.lab {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #000;
	text-indent: 10px;
	font-size: 10pt;
	font-weight: bold;
	position: relative;
}

#showcase #first { margin: 0; }
/* /base layout
 *****************************************************/

/* branding elements
 *****************************************************/
#siteName {
    display: inline;
    float: right;
    height: 92px;
    margin: 0 10px 0 0;
    width: 427px;
}
#siteName a {
    background: transparent url( ../images/logo_boathouse.png ) no-repeat 0 0;
    display: block;
    height: 100%;
    text-indent: -1000em;
}
/* /branding elements
 *****************************************************/

/* nav elements
 *****************************************************/
#mainMenu {
    background: #eab550 url( ../images/text.jpg ) no-repeat 0 -42px;
    height: 15px;
    margin: 9px -11px 0;
    overflow: hidden;
}
#mainMenu li {
    display: inline;
    float: left;
}
#mainMenu li a {
    float: left;
    height: 15px;
    text-indent: -1000em;
}
#nHome { margin: 0 0 0 70px; }
#nHome a { width: 60px; }
#nMenu { margin: 0 0 0 20px; }
#nMenu a { width: 70px; }
#nHours { margin: 0 0 0 30px; }
#nHours a { width: 190px; }
#nPhotos { margin: 0 0 0 45px; }
#nPhotos a { width: 115px; }
#nContact { margin: 0 0 0 45px; }
#nContact a { width: 80px; }

/* /nav elements



/* content elements
 *****************************************************/
#content p { margin: 0 0 0.5em; }

#txt {
	text-align: center;
}
/* /content elements
 *****************************************************/

/* footer elements
 *****************************************************/
#info address {
    background: #dfa247 url( ../images/text.jpg ) no-repeat 0 0;
    display: block;
    height: 27px;
    text-indent: -1000em;
}
/* /footer elements
 *****************************************************/
 
 /* gallery styles */
#gallery { padding-left: 10px; }
#gallery img { padding-right: 5px; }