@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: 276px;
	padding-top: 0px;
	padding-right: 10px;
}
.lochani #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 295px;
	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: 300px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0px;
} 
#mainContent #mainTable {
	margin: 0px;
}
#mainContent p {
	line-height: 1.4;
	font-size: 1.1em;
}
#navigation {
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	height: 74px;
}
#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: 0px;
	margin-bottom: 0px;
	background-image: url(../images/Lochani%20swirl.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 60px;
	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 top;
	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;
}
