@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
}
.lochani #wrapper #container #header h1 {
	margin-left: -9999px;
}

#wrapper {
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #74AD14;
}
#wrapper-gray {
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #666666;
}
#wrapper-blue {
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #0272BC;
}
#wrapper-orange {
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #DC6801;
}
.lochani #container {
	width: 954px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
} 
.lochani #header {
	background-image: url(../images/lochani_banner1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 150px;
	padding: 0;
}
.lochani #headerWine {
	background-image: url(../images/lochani_banner2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 150px;
	padding: 0;
}
.lochani #headerBay1	 {
	background-image: url(../images/lochani_banner3.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 150px;
	padding: 0;
}
.lochani #headerBeach1	 {
	background-image: url(../images/lochani_banner4.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 150px;
	padding: 0;
}
h1 {
	font-size: 24px;
	color: #74AD14;
	font-family: Helvetica, Arial, sans-serif;
}
h2 {
	font-size: 14px;
	color: #666666;
}
h3 {
	font-size: 14px;
	color: #666666;
}
h4 {
	font-size: 12px;
	color: #872F61;
}
h5 {
	font-size: 11px;
	color: #666666;
}
#bayTable label {
	padding-right: 5px;
}

a, a:link {
	color: #41610C;
	text-decoration: none;
}
a:visited {
	color: #74AD14;
}
a:hover {
	color: #74AD14;
}
a:active {}
.smallSpacer {
	font-size: 2px;
}
ul {
	font-size: 1.1em;
	line-height: 1.4;
}

.lochani #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Arial, Helvetica, sans-serif;
}
#bayTable h1 ,#bayTable h2, #bayTable h3, .address{
	color: #00ABE9;
	font-size: 14px;
}
#bayTable h2, #beachTable h2 {
	padding-left: 35px;
}
#bayTable h3 {
	color: #00ABE9;
	font-size: 12px;
}
#beachTable h1 ,#beachTable h2, .addressBeach{
	color: #DC6801;
	font-size: 14px;
}
#beachTable h3 {
	color: #DC6801;
	font-size: 12px;
}
.lochani #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 286px;
	padding-top: 0px;
	padding-right: 10px;
}
.lochani #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 310px;
	padding-top: 0px;

}
#sidebar1 h2 {
	color: #872F61;
	margin-top: 40px;
}
#sidebar1 p {
	font-size: 1.1em;
	line-height: 1.3;
}


.lochani #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 320px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 5px;
	position: relative;
} 
#mainContent #mainTable {
	margin: 0px;
}
#mainContent p {
	line-height: 1.4;
	font-size: 1.1em;
}
#navigation {
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	height: 28px;
}
#homeDiv {
	padding-right: 20px;
	background-image: url(../images/wineBottles_icon.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 60px;
	margin: 0px;
}
#postIT {

}
#postIT_R {
	float: left;


}

.centerRow {
	padding-right: 20px;
}

.ImgWrap {
	margin-bottom: 5px;
	cursor: crosshair;
}
.quoteL {
	background-image: url(../images/quoteL.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	padding-left: 22px;
	width: 20px;
	display: inline;
}
.quoteR {
	background-image: url(../images/quoteR.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 20px;
	height: 20px;
	padding-right: 20px;
}

.lochani #footer {
	background-image: url(../images/footer.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #DDDDDD;
	height: 80px;
} 
.lochani #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 1em;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.lochani #footer a {
	color: #666666;
}
.lochani #footer a:hover {
	color: #41610C;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.shareBtn {
	width: 950px;
	text-align: right;
	margin-top: 5px;
	margin-bottom: 0px;
	background-image: url(../images/Lochani%20swirl.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 80px;
	margin-right: auto;
	margin-left: auto;
}
.shareBtn1 {
	text-align: right;
	margin-top: 60px;
}
.shareBtn img, .shareBtn1 img {
	margin-top: 10px;
	margin-right: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.shareBtn a:link {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}
.breadcrumb {
	font-size: 9px;
	color: #872F61;
	float: right;
	margin: 0px;
}
.breadcrumbBay {
	font-size: 9px;
	color: #0C70A4;
	float: right;
	margin: 0px;
}
.breadcrumbBeach {
	font-size: 9px;
	color: #333333;
	float: right;
	margin: 0px;
}
#thumbTable tr {
}
.framer {
	padding: 4px;
	border: 1px solid #666666;
}

.winefooterImg {
	background-image: url(../images/Silkbackgound.jpg);
	background-repeat: no-repeat;
	background-position: right 30px;
	padding-bottom: 35px;
}
.winefooterImggs {
	background-image: url(../images/Silkbackgound_gs.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-bottom: 35px;
}
.bayfooterImg {
	background-image: url(../images/thongs.jpg);
	background-repeat: no-repeat;
	background-position: 50px bottom;
	padding-bottom: 70px;
	padding-left: 10px;
}
.beachfooterImg {
	background-image: url(../images/chair.jpg);
	background-position: 50px 95%;
	background-repeat: no-repeat;


}
#wineTable {
	border-collapse: separate;
	border-spacing: 0; }
#wineTable .zeroPad {
	padding: 0px;
	margin-bottom: -12px;
}
#wineTable hr {
	color: #872F61;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 10px;
}
.prices {
	color: #872F61;
	margin-bottom: 10px;
}
.navRow img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}
#flashTable #tech {
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
}
#flashTable p {
	margin: 0px;
}

#tableRates a {
	color: #0272BC;
}
#tableRates a:hover {
	color: #405276;
}
#tableBeachRates a {
	color: #DC6801;
}
#tableBeachRates a:hover {
	color: #AD5301;
}
.lochani #wrapper-blue #container #mainContent #bayTable {
	padding-top: 0px;
	margin-top: 10px;
}
.bayfooterImg ul, .beachfooterImg ul {
	padding-left: 10px;

}
#bayTable p, #beachTable p {
	padding-right: 20px;
}
label {
	padding-right: 5px;
}
.chair {
	margin-left: 120px;
	margin-top: 10px;
}
#bayTable ol {
	font-size: 12px;
	line-height: 1.5;
}
#wrapper #container #wrapAdmin {
	text-align: left;
	width: 500px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#contactInfo {
	margin-left: 30px;
}
#contactInfo h2 {
	color: #6F8C30;
	margin-top: 10px!important;
}
.homeDiv1 {
	height: 606px;
	width: 956px;
	background-image: url(../images/homeImg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.homeDiv1 #homeWrapper {
	position: absolute;
	left: 43px;
	top: 323px;
	width: 720px;
	background-image: url(../images/shadow.png);
	background-repeat: repeat;
	height: 162px;
}
.homeDiv1 #homeWrapper img {
	margin: 10px;
}
.homeDiv1 #homeWrapper img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrap {
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 960px;
	text-align: right;
	}
.homeLink {
	padding-right:40px;
}
#wrap .homeDiv1 #main1 {
	position: absolute;
	left: 93px;
	top: 489px;
	height: 56px;
	width: 304px;
	text-align: center;
}
#wrap .homeDiv1 #main1 a {
	color: #666666;
}
.touristMap {
	padding-left: 40px;
}

.oddRow {
	background-color: #E6E6E6;
}
#sitemap {
	font-size: 12px;
}
#bookingsBeach h4 {
	color: #963500;
	font-size: 14px;
	margin-bottom: 0px;
}

#wine {
	margin-left: 40px;
	margin-top: 30px;
}
#bayTable a {
	color: #0272BC;
}
#beachTable a {
	color: #DC6801;
}
#bayTable a:hover, #beachTable a:hover {
	color:#333333;
}

#bookingsBeach .framerBook a {
	color: #F35941;
}
#toolTip-content-1 {
	display: none;        /* required */
	position: absolute;   /* required */
	padding: 12px;
	border: 2px solid #41610C;
	background-color: #FFFFFF;
	width: 300px;
}
#toolTip-target-1 {
	padding-right: 20px;
}
.centerAlign {
	text-align: center;
}
#wineTable .dots {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	margin-right: 20px;
}
.FloatImgL {
	float: left;
	margin-right: 30px;
	margin-bottom: 5px;
}
.FloatImgR {
	float: right;
	margin-left: 35px;
	margin-top: 8px;
}
.narrowText {
	padding-right:40px;
	}
	
	
	
	
	
	
	
div#top-menu {
	padding-right:2px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 140px;
}
	
#top-menu ul { padding:0; }	
#top-menu ul li{

	padding:0;
}
	
#top-menu {
	
}
	
#top-menu ul li.active a, #top-menu ul li.active a:hover{	
	background:url(../images/backgrounds/top-menu-divider.jpg) no-repeat right top;
	display:block;
	height:50px;
	font-size:17px;
	line-height:128px;
	padding:0 28px 0 28px;	}
#top-menu ul li.home {
	padding-right: 30px;
	padding-left: 30px;
}
#top-menu > ul li a { background:url(../images/backgrounds/top-menu-divider.jpg) no-repeat left 16px;}	

#top-menu ul li a {
	padding:0 28px 0 28px;
	display:block;
	color:#4a4a4a;
	font-size:14px;
	text-decoration:none;
}
 #top-menu .sf-menu .home a {
	 padding:0 30px 0 30px;
 }
#top-menu ul li a:hover{
}	
	
/* drop down menu styles */

#top-menu ul ul{
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	background-color: transparent;
	background-image: url(../images/bg-menu.png);
	border: 1px solid #8B8B8D;
}

#top-menu ul ul ul { padding:10px 5px 10px 5px; margin:-10px 6px 0 8px;}	
#top-menu ul ul li { float: left; }
#top-menu ul li ul li a,#top-menu ul li ul li ul li a,#top-menu ul li.active ul li a{
	font-size:13px;
	font-weight:normal;
	color:#961B51;
	line-height:20px;
	font-style:normal;
	/* [disabled]height:30px; */
	width:auto;
	margin:0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 25px;
	position: relative;
	display: block;
	list-style-type: square;
	}
	
#top-menu ul ul li a:hover, #top-menu ul ul ul li a:hover, #top-menu ul li.active ul li a:hover,#top-menu ul li ul li.active a, #top-menu ul li ul li.active a:hover ,#top-menu ul li ul li ul li.active a,#top-menu ul li ul li ul li.active a:hover,#top-menu ul li ul li ul li ul li.active a, #top-menu ul li ul li ul li ul li.active a:hover {
	font-size:13px;
	font-weight:normal;
	color:#333;
	font-style:normal;
	padding:0 0 0 25px;
	/* [disabled]height:30px; */
	width:auto;
	display:block;
	margin:0;
	z-index: 9999;
	
	}
	
/* Superfish Menu Style */

.sf-menu, .sf-menu * {
	margin:	0;
	padding:0;
	list-style:none;
	z-index:9999;
}

.sf-menu {
}
	
.sf-menu ul {
	position:absolute;
	top: -999em;
	/* [disabled]width: 12em; */
	/* left offset of submenus need to match (see below) */ }
	
.sf-menu ul li {
	width: 100%;
	padding-bottom: 5px;
}
	
.sf-menu li:hover { visibility: inherit; /* fixes IE7 'sticky bug' */}
	
.sf-menu li {
	float: left;
	position: relative;

}
	
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left: 0px;
	top: 28px; /* match top ul list item height */
	z-index: 99;
	font-size: 13px;
	padding-top: 4px;
	padding-left: 8px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	/* [disabled]border: 1px solid #BBB; */
	padding-bottom: 4px;

}
	
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul { top: -999em;}	
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	/* [disabled]left: 11em; */
	top: 0;
}	
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {	top: -999em;}	
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {	left: 10em; top: 0;}
	
.sf-menu li li a{font-weight:normal}
.nav .sf-menu li ul li a:hover {

	padding-left: 3px;	
}


.sf-menu {
	padding-left: 10px;
}
.sf-menu a, .sf-menu a:visited  {
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active { outline:0; } 

/* Arrows (optional) */

.sf-menu a.sf-with-ul {
	/* [disabled]padding-right: 2.25em; */
	/* [disabled]min-width: 1px; */
}
	
.sf-sub-indicator {
	position: absolute;
	display: block;
	right: .75em;
	top: 1.05em; /* IE6 only */
	width: 10px;
	height: 12px;
	text-indent: -999em;
	overflow: hidden;
 }
	
a > .sf-sub-indicator {  top: .8em; background-position: 0 -100px; }
	
/* Apply Hovers to Modern Browsers  */

a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator {
 } /* arrow hovers for modern browsers*/ }	

/* Point Right for Anchors in Sub menu */

.sf-menu ul .sf-sub-indicator { 	 }
	 
.sf-menu ul a > .sf-sub-indicator {

	padding-right: 5px;
	padding-left: 5px;
}

/* Apply Hovers to Modern Browsers */

.sf-menu ul a:focus > .sf-sub-indicator, .sf-menu ul a:hover > .sf-sub-indicator, .sf-menu ul a:active > .sf-sub-indicator, .sf-menu ul li:hover > a > .sf-sub-indicator, .sf-menu ul li.sfHover > a > .sf-sub-indicator { 
  /* arrow hovers for modern browsers*/ }
#sidebar1 object {
	z-index: -99;
}
.centerLogo {
	text-align: center;
}

