/* CSS Document */
div.container {
	background-image: url(images/default/background.jpg);
	background-repeat: no-repeat;
	height: 600px;
	width: 760px;
	margin-top: -300px;
	margin-left: -380px;
	position: absolute;
	left: 50%;
	top: 50%;
}
div.title {
	height: 64px;
	width: 430px;
	left: 15px;
	top: 0px;
	position: absolute;
	padding: 0px 2px 0px 2px;
}
div.top_navigation {
	height: 32px;
	width: 730px;
	left: 15px;
	top: 53px;
	position: absolute;
	padding: 0px 2px 0px 2px;
}
div.bottom_navigation {
	height: 32px;
	width: 730px;
	left: 15px;
	top: 525px;
	position: absolute;
	padding: 0px 2px 0px 2px;
}
div.page_content {
	height: 440px;
	width: 700px;
	position: absolute;
	left: 15px;
	top: 85px;
	overflow: auto;
	display: inline;
	padding-left: 15px;
	padding-right: 15px;
}
div.page_content img.left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
div.page_content img.right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
div.top_navigation a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	float: left;
	text-align: center;
	margin: 0 4px 0 4px;
	padding: 5px 0.7em 5px 0.7em;
}
div.top_navigation a:hover {
	background-image: url(images/default/top_navigation_over.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
div.bottom_navigation a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	float: left;
	text-align: center;
	margin: 0 4px 0 4px;
	padding: 5px 2.1em 5px 2.1em;
}
div.bottom_navigation a:hover {
	background-image: url(images/default/bottom_navigation_over.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
div.footer {
	width: 600px;
	left: 15px;
	bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	position: absolute;
	color: #FFFFFF;
	height: 43px;
	line-height: 20px;
	margin-top: 5px;
	padding: 10px 0 0 0;
}
a.wg {
	position: absolute;
	height: 40px;
	width: 65px;
	bottom: 0px;
	right: 0px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 30px;
	color: #435C7F;
	line-height: 30px;
	margin: 10px 0 5px 0;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}
body {
	background-attachment: fixed;
	background-image: url(images/default/bigBackground.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
a {
	text-decoration: none;
	font-weight: bold;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
/* Start Menu Styles*/

a.menu_Link {
	padding: 0 5px 0 5px;
	width: 175px;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: bold;
	font-size: 18px;
	display: block;
	float: left;
	text-align: center;
	border: 1px solid #435C7F;
	background-color: #435C7F;
	color: #FFFFFF;
}
a.menu_Link:hover {
	padding: 0 5px 0 5px;
	width: 175px;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: bold;
	font-size: 18px;
	background-image: url(images/default/top_navigation_over.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	display: block;
}


div.menu_section {
	width: 680px;
	display: block;
	clear: both;
	border: 1px solid #435C7F;
	margin-bottom: 5px;
}
div.menu_section h1 {
	font-size: 24px;
	font-weight: bold;
	line-height: 28px;
	margin: 0 0 0 0;
	background-color: #435C7F;
	color: #FFFFFF;
	text-align: center;
}
div.menu_items {
	width: 670px;
	display: block;
	clear: both;
}
table.menu_items p.description {
	font-size: 14px;
	font-style: italic;
	text-align: center;	
}
table.menu_items p.section_with {
	display: block;
	clear: both;
	font-size: 14px;
	font-style: italic;
	text-align: center;
}
table.menu_items p.section_price {
	display: block;
	clear: both;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
table.menu_item {
	display: block;
	margin: 5px;
}
table.menu_item td.item-title{
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	margin: 0 0 0 10px;
	color: #000000;
	padding: 2px 0 2px 0;
	text-align: left;
	width: 5
}
table.menu_item h1.section_price{
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	margin: 0 0 0 10px;
	color: #000000;
	background-color: transparent;
	padding: 2px 0 2px 0;
	text-align: left;

}
table.menu_item h1 img {
	float: left;
	margin-left: 5px;
}
table.menu_item td.description {
	font-size: 14px;
	font-style: italic;
	text-align: left;
	margin: 2px 2px 2px 20px;
}
table.menu_item td.item-price {
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	margin: 0 15px 0 0;
	color: #000000;
	padding: 2px 0 2px 0;
	text-align: right;
}
table.menu_item p.addon {
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #000000;
	padding: 2px 0 2px 0;
	text-align: right;
	margin: 2px;
}
table.menu_item span.addon_price {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	padding: 0;
}

div.menu_subsection {
	width: 670px;
	display: block;
	clear: both;
	border: 1px solid #435C7F;
	margin-bottom: 5px;
	margin-left: 5px;
}
div.menu_sub_items {
	width: 650px;
	display: block;
	clear: both;
}
div.menu_sub_items p.description {
	font-size: 14px;
	font-style: italic;
	text-align: center;	
}
div.menu_sub_items p.section_with {
	display: block;
	clear: both;
	font-size: 14px;
	font-style: italic;
	text-align: center;
}
div.menu_sub_items p.section_price {
	display: block;
	clear: both;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
/* End Menu Styles*/
/* Start Wine Styles*/
div.wine_section {
	width: 680px;
	display: block;
	clear: both;
	border: 1px solid #435C7F;
	margin-bottom: 5px;
}
div.wine_section h1 {
	font-size: 24px;
	font-weight: bold;
	line-height: 28px;
	background-color: #435C7F;
	color: #FFFFFF;
	text-align: center;
	margin: 0px;
}
div.wine_items {
	width: 670px;
	display: block;
	clear: both;
}
div.wine_items p.description {
	font-size: 14px;
	font-style: italic;
	text-align: center;	
}
div.wine_item {
	width: 660px;
	display: block;
	margin: 5px;
	float: left;
}
div.wine_item h1{
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	margin: 0 0 0 10px;
	color: #000000;
	width: 60%;
	background-color: transparent;
	padding: 2px 0 2px 0;
	text-align: left;
	float: left;
}
div.wine_item span.wine_details {
	font-size: 14px;
	font-weight: bold;
}
div.wine_item p.description {
	font-size: 14px;
	font-style: italic;
	text-align: left;
	margin: 2px 2px 2px 20px;
	display: block;
	clear: both;
}
div.wine_item p.price {
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	margin: 0 15px 0 0;
	color: #000000;
	padding: 2px 0 2px 0;
	text-align: right;
	float: right;
	width: 30%;
}
/* End Wine Styles*/


/*Start Accomodation Tarrif Styles*/
div.rates {
	border: 1px solid #000000;
	padding: 2px 15px 2px 15px;
	width: 450px;
	position: relative;
	left: 50%;
	margin-left: -225px;
}
div.rates h1 {
	font-size: 24px;
	line-height: 18px;
	padding-bottom: 0px;
	padding-top: 0px;
}
div.rates p {
	line-height: 11px;
	font-size: 12px;
}

/*End Accomodation Tarrif Styles*/

/*Start Links Styles*/
div.link {
	border: 0px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 5px;
	width: 680px;
	margin: 0 5px 5px 0px;
}
div.link h1 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-indent: 0px;
	padding: 0px;
	margin: 0px;
}
div.link a {
	color: #000000;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}
div.link p#linkURL {
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
div.link p#linkDesc {
	font-size: 14px;
	padding: 0px;
	margin: 0px;
}
/*End Links Styles*/


/* Start Gallery Styles*/
div.image {
	margin: 5px;
	position: absolute;
	width: 560px;
	height: 420px;
	left: 50%;
	margin-left: -280px;
	top: 50%;
	margin-top: -210px;
	text-align: center;
}
div.image_previous {
	width: 70px;
	position: absolute;
	top: 50%;
	margin-top: -28px;
	left: 5px;
}
div.image_next {
	width: 70px;
	position: absolute;
	top: 50%;
	margin-top: -28px;
	right: 5px;
}
/* End Gallery Styles */

/* Start Staff Styles*/
div.staff {
	width: 100px;
	padding: 10px;
	border: 1px solid #445C80;
	text-align: center;
}
div.staff p.staffName {
	line-height: 12px;
	padding: 2px;
	margin: 1px;
	font-size: 14px;
}
div.staff p.staffJob {
	line-height: 12px;
	padding: 2px;
	margin: 1px;
	font-size: 12px;
	font-weight: bold;
}
/* END STAFF STYLES*/

/* Start Contact System Styles */
table.contactContainer {
	border: 1px solid #445C80;
}
input#name,input#email {
	width: 350px;
	border: 1px solid #445C80;
	padding: 2px;
	color: #445C80;
	font-weight: bold;
	margin-bottom: 2px;
	font-family: "Gill Sans MT", "Lucida Sans", Verdana, Arial, sans-serif;
	font-size: 12px;
}
textarea#queryContent {
	width: 500px;
	border: 1px solid #445C80;
	padding: 2px;
	color: #445C80;
	font-weight: bold;
	margin-bottom: 2px;
	font-family: "Gill Sans MT", "Lucida Sans", Verdana, Arial, sans-serif;
	font-size: 12px;
}
input#submit {
	font-family: "Gill Sans MT", "Lucida Sans", Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #445C80;
	text-align: center;
	padding: 2px;
	margin-top: 5px;
	border: 0px;
	margin-bottom: 5px;
}
select#queryType {
	font-family: "Gill Sans MT", "Lucida Sans", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #445C80;
	border: 1px solid #445C80;
	width: 200px;
	margin-bottom: 2px;
}
td.labelError {
	color: #FFFFFF;
	background-color: #FF9900;
	padding-bottom: 2px;
	padding-top: 2px;
	border-bottom: 3px solid #FFFFFF;
	padding-left: 2px;
}
td.inputError {
	color: #FFFFFF;
	background-color: #FF9900;
	padding-bottom: 2px;
	padding-top: 2px;
	border-bottom: 3px solid #FFFFFF;
}
input#nameSelect,input#emailSelect {
	width: 350px;
	border: 1px solid #445C80;
	padding: 2px;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 2px;
	font-family: "Gill Sans MT", "Lucida Sans", Verdana, Arial, sans-serif;
	font-size: 12px;
	background-color: #445C80;
}
textarea#queryContentSelect {
	width: 500px;
	border: 1px solid #445C80;
	padding: 2px;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 2px;
	font-family: "Gill Sans MT", "Lucida Sans", Verdana, Arial, sans-serif;
	font-size: 12px;
	background-color: #445C80;
}
/*END CONTACT SYSTEM STYLES*/

/* START HOMEPAGE STYLES */
div.latestNews {
	width: 250px;
	display: block;
	padding: 0px;
	margin: 5px;
	float: left;
}
div.latestNewsitem {
	display: block;
}
div.latestNewsitem p.title {
	width: 250px;
	background-color: #445C80;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	padding: 5px 0 5px 0;
	margin: 0px;	
}
div.latestNewsitem div.Newscontent p {
	font-size: 14px;
	padding: 0px 5px 0px 5px;
	margin: 0px;	
}
div.latestNewsitem p.date {
	float: left;
	font-size: 12px;
	display: block;
}
div.latestNewsitem p.readmore {
	float: right;
	font-size: 12px;
	display: block;
}
div.latestNewsitem p.readmore a {
	font-size: 12px;
	text-decoration: underline;
}
div.aboutExtract {
	width: 400px;
	float: right;
	padding: 0px;
	margin: 5px;
}
div.aboutExtract p.title {
	width: 400px;
	background-color: #445C80;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	padding: 5px 0 5px 0;
	margin: 0px;	
}
div.aboutExtract div.Aboutcontent p {
	font-size: 14px;
	padding: 0px 5px 0px 5px;
	margin: 0px;	
}
div.aboutExtract p.readmore {
	float: right;
	font-size: 12px;
	display: block;
}
div.aboutExtract p.readmore a {
	font-size: 12px;
	text-decoration: underline;
}
div.specialOffers {
	width: 400px;
	float: right;
	padding: 0px;
	margin: 5px;
}
div.specialOffers div.Specialcontent p {
	font-size: 14px;
	padding: 0px 5px 0px 5px;
	margin: 0px;	
}
div.otherAreas {
	width: 400px;
	float: right;
	padding: 0px;
	margin: 5px;
}
div.otherAreas ul {
	list-style: none;	
}
div.otherAreas ul li a {
	padding: 0 5px 0 5px;
	width: 175px;
	margin: 10px;
	font-weight: bold;
	display: list-item;
	font-size: 18px;
	text-align: center;
	border: 1px solid #435C7F;
	background-color: #435C7F;
	color: #FFFFFF;
}
div.otherAreas ul li a:hover {
	background-image: url(images/default/top_navigation_over.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
}
/* END HOMEPAGE STYLES */
/* Start NEWS STYLES*/
div.NewsContainer {
	
}
div.NewsContainer h1 {
	width: 680px;
	background-color: #445C80;
	color: #FFFFFF;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
div.NewsContainer p.date {
	font-weight: bold;
	text-indent: 20px;
	margin: 0px 2px 0px 2px;
}
div.NewsContainer p.content {
	margin: 0px 2px 0px 2px;
}
div.NewsContainer p.content p {
	font-size: 14px;
	margin: 0px 2px 0px 2px;
}
/*END NEWS STYLES*/
