body {
	text-align: center;
	margin: 0;
	padding: 0 15px 0 15px;
	font: 100% Gill Sans, Verdana, Arial, Helvetica, sans-serif;
	background: url(../art/mainBG.gif) repeat-x fixed center top;
}

image {
	border: 0px;	
}

a image {
	border: 0px;	
}
a {
	color: #73797F;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
.directionsLink {
	clear: none;
	float: right;
	padding-right: 7px;
	padding-left: 7px;
	display: inline-block;
	border: 1px solid #CCCCCC;
	background-color:#FBB03B;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: .5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FBE6D0;
}
.directionsLink:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #ECA536;
}


.clearing {
	clear: both;
	margin: 0px;
	padding: 0px;
	display: block;
}
.outterwrapper {
	color: #73797F;
	margin: 0px auto 9px auto;
	text-align: left;
	max-width: 1200px;
	min-width: 780px;
	-moz-border-radius-bottomright: 1em;
	-moz-border-radius-bottomleft: 1em;
	-webkit-border-bottom-right-radius: 1em;
	-webkit-border-bottom-left-radius: 1em;
	border: 1px solid #ccc;
	border-top: 1px solid #73797F;
	zoom: 1;
}
.wrapper {
	text-align: left;
	background: #FFFFFF;
}
.header {
	color: #CCCCCC;
	padding-bottom: 5px;
	display: block;
	background: #848B91 url(../art/headerSubBG.gif) no-repeat right bottom;
	overflow: visible;
	z-index: 0;
	width: 100%;
	zoom: 1;
}
.innerHeader {
	border-bottom: 1px solid #FFFFFF;
	display: block;
	position: relative;
	overflow: visible;
	z-index: 5;
	margin-top: -127px;
	text-align: right;
}
.WonHLogo {
	margin-right: 30px;
}
.flag {
	float: left;
	margin-top: 62px;
	display: inline-block;
	position: relative;
	position: absolute;
	top: 0px;
	left:0px;
	overflow: visible;
}

.navigation {
	border-bottom: 1px solid #848B91;
	padding-left: 20px;
	margin: 0px;
	overflow: visible;
	position: static;
	display: block;
}
.navigation ul {
	display: inline-block;
	padding: 0px;
	margin: 0px;
	text-transform: capitalize;
	font: lighter normal 1.2em "GillSans-Light", "Gill Sans";
}
.navigation li {
	display: inline;
}
.navigation a {
	color: #73797F;
	text-decoration: none;
	padding: 10px 10px 10px 10px;
	margin: 0px;
	display: inline-block;
	font-family: "GillSans-Light", "Gill Sans", Geneva, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	text-transform: uppercase;
	font-style: normal;
}
.navigation a:hover {
	color: #333333;
	text-decoration: none;
	background: url(../art/navBG.gif) repeat-x center bottom;
}
#home .homeLink{
	background: url(../art/navBG-active.gif) repeat-x center bottom;
}
#history .historyLink{
	background: url(../art/navBG-active.gif) repeat-x center bottom;
}
#cuisine .cuisineLink{
	background: url(../art/navBG-active.gif) repeat-x center bottom;
}
#gallery .galleryLink{
	background: url(../art/navBG-active.gif) repeat-x center bottom;
}
#renovation .renovationLink{
	background: url(../art/navBG-active.gif) repeat-x center bottom;
}
#contact .contactLink{
	background: url(../art/navBG-active.gif) repeat-x center bottom;
}

.content {
	font-family: "Times New Roman", Times, serifTimes, serif;
	padding: 30px 30px 10px;
	font-size: 1.2em;
	line-height: 1.3em;
	overflow: hidden;
	border-top: 1px dotted #CCCCCC;
	margin-top: 4px;
}
.content .leftContent {
	position: relative;
	margin-top: 0px;
	display: inline-block;
	width: 58%;
}
.leftContent h1 {
	font-size: 1.4em;
	line-height: 1.4em;
	margin-top: 14px;
	margin-bottom: 10px;
	color: #333333;
}
.leftContent h2 {
	font-weight: normal;
	font-size: 1.2em;
	line-height: 1.2em;
	margin-top: 10px;
	margin-bottom: 10px;
}
.leftContent h3 {
	font-weight: normal;
	font-size: 1em;
	line-height: 1.2em;
	margin-top: 10px;
	margin-bottom: 10px;
}
.leftContent p {
	margin-top: 14px;
	margin-bottom: 20px;
	font-size: 0.8em;
	line-height: 1.9em;
	letter-spacing: 0.1em;
	text-align: justify;
}
.leftContent dl {
	margin-bottom: 35px;
}
.leftContent dt {
	font-weight: bold;
	font-style: italic;
	margin-top: 20px;
	margin-bottom: 5px;
}
.leftContent dt h2 {
	border-bottom: dotted 1px #848B91;
	border-top: dotted 1px #848B91;
	margin-top: 12px;
	display: block;
}
.leftContent dd {
	font-size: .8em;
	letter-spacing: .1em;
}

.callOut ins {
padding: 2px 15px;
border: solid #CCCCCC 1px;
text-decoration: none;
-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
}
.leftContent ul {
	font-size: 0.8em;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 18px;
	list-style: inside;
	margin-left: 0em;
	width: 68%;
	overflow: visible;
	letter-spacing: .1em;
}
.leftContent ul li {
	width: 45%;
	padding-left: 1.2em;
	list-style: none;
	background: url(../art/dot.gif) no-repeat .2em .7em;
	clear: none;
	float: left;
}

.content .rightContent {
	clear: right;
	float: right;
	margin: 0px 0px 0px 10px;
	width: 39%;
	overflow: hidden;
	text-align: center;
	padding-top: 8px;
}
.rightContent .imageRuled {
	padding: 25px;
	margin: 10px auto;
	text-align: center;
	display: inline-block;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: .5em;
	background: #848B91 url(../art/rightBG.jpg) no-repeat center center;
}
.rightContent .imageRuled img {
	border-top: 1px solid #333333;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #333333;
}
.rightContent .bCard {
	background: url(../art/homeBcardBG.gif) no-repeat center top;
	padding: 85px 25px 10px 130px;
	margin-top: 0px;
	font-size: 0.75em;
	text-align: center;
	line-height: 1.4em;
	height: 140px;
	min-height: 140px;
}
.bCard h1 {
	margin-top: 10px;
	margin-bottom: 8px;
	padding: 0px;
	color: #333333;
}
.footer {
	clear: both;
	font-family: "Gill Sans Light", Gill Sans, Sans;
	font-size: 0.8em;
	line-height: 1em;
	padding: 0px 30px 0px 30px;
	margin-bottom: 15px;
}
.footer .copyright {
	float: left;
	clear: none;
	margin: 10px 0px 0px 0px;
	line-height: 1em;
}
.footer .navigation {
	text-align: right;
	font-size: 0.9em;
}
/* gallery css */

.galleryContent {
	font-family: "Gill Sans Light", Gill Sans, Sans;
	font-size: 0.8em;
	line-height: 1em;
	text-align: center;
	font-weight: normal;
	background-color: #DEDEDE;
    border: 1px solid #A0A0A0;
    padding: 5px 5px 7px 5px;
	
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
}

.GalleryTable {
margin: 0px;
    padding: 0px;
}
.GalleryTable li {
	text-align: center;
	clear: none;
	float: left;
	list-style: none;
	position: relative;
	background-color: #99FF99;
	overflow: hidden;
	width: 25%;
	max-width: 25%;
	
	-moz-border-radius: .4em;
	-webkit-border-radius: .4em;
}
#renovation .GalleryTable li {
	width: 50%;
	max-width: 50%;
}

.GalleryComment strong {
	padding-right: 8px;
}
.GalleryPageLabel {
	font-family: "Gill Sans Light", Gill Sans, Sans;
	font-size: 0.9em;
	color: #EFA737;
	text-align: left;
	line-height: 1em;
	margin: 5px 0px 10px 0px;
	padding: 3px 5px 3px 8px;
	border-bottom: 1px solid #ECECEC;
}

.GalleryPageLabel a {
	padding: 0px 7px 0px 7px;
	display: inline-block;
	background-color: #bbe9e9;
	margin: 0px 0px 1px 15px;
	font-size: 0.7em;
	font-weight: bold;
	line-height: 1.5em;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: .5em;
	text-transform: uppercase;
}
.GalleryPageLabel a:hover {
	color: #FFFFFF;
	background-color: #A9D2D2;
	text-decoration: none;
}
.GalleryPic {
	background-color: #ECECEC;
	border: 1px solid #E0E0E0;
	padding: 8px;
	height: 16em;
	min-height: 16em;
	vertical-align: middle;
	
	-moz-border-radius: .4em;
	-webkit-border-radius: .4em;
 }
 #renovation .GalleryPic {
	height: 14em;
	min-height: 14em;
	
 }
.GalleryError {
   background-color: #AE1010;
   border-color: #000000;
   border-size: 1px;
   color: #EFEFEF;
 }
.mainErrorMessage {
	font-family: "Gill Sans Light", Gill Sans, Sans;
	font-size: 0.9em;
	line-height: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #990000;
	padding: 8px 10px 8px 10px;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: .5em;
	position: relative;
}
fieldset {
padding: 7px 5px 10px 5px;
}
fieldset legend {
	color: #73797F;
padding: 10px;
}
fieldset em {
	font-size: 0.8em;
	color: #990000;
	color: #EFA737;
}
fieldset ol {
	margin: 10px 0px 10px 0px;
}
fieldset li {
	margin-bottom: 10px;
	list-style: none inside;
	padding: 0px;
}

fieldset li input {
border: solid 1px #999;
	width: 52%;
	min-width: 52%;
}

fieldset li textarea {
	border: solid 1px #999;
	width: 52%;
	min-width: 52%;
}
fieldset li.button {
	margin-left: 10em;
}
fieldset li.button input {
	width: 42%;
	min-width: 42%;
	-moz-border-radius: 0.4em;
	-webkit-border-radius: .4em;
	color: #666;
}
fieldset li.button input:hover {
	color: #fff;
	background-color:#666666;
}
fieldset li label {
	font-family: "Gill Sans Light", Gill Sans, Sans;
	font-size: 0.8em;
	width: 11.4em;
	min-width: 11.4em;
	display: inline-block;
	text-align: right;
	padding-right: 10px;
}
.errorMessage {
	font-family: "Gill Sans Light", Gill Sans, Sans;
	font-size: .7em;
	line-height: 1em;
	font-weight: bold;
	color: #990000;
}

