/*
Stylesheet For: VSI Template V4.1
URL: http://www.vsitemplate4.co.uk
Version: v1.0
Author: VSI-Thinking, http://www.vsi-thinking.com
*/

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* CONTENTS

   A: Universal Elements
      1. Body & Html
      2. Hyperlinks
      3. General Divs
      4. Headings

   B: Structure
      1. Header & Navigation
      2. Content Wrapper
      3. Sidebar
      4. Main Body
	  5. Footer

	C: Modules
                                                               */
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

/* *********************************************************** */
/* A. Universal Elements                                       */
/* *********************************************************** */

/* ----------------------------------------------------------- */
/* A1. Body & Html                                             */
/* ----------------------------------------------------------- */
body, html {
	background: #FFFFFF;
	padding: 0px;
	margin: 0px;
}

body, div, p, td {
	font-family: arial;
	font-size: small;
}

/* ----------------------------------------------------------- */
/* A2. Hyperlinks                                              */
/* ----------------------------------------------------------- */
div#contentArea a.button {
	padding: 2px;
	background: #F0902F;
	border: #B05000 1px solid;
	color: #FFFFFF;
	text-decoration: none;
}
div#contentArea a.button:hover {
	background: #B05000;
	color: #FFFFFF;
}
a img {
    border: 0px;
}
/* ----------------------------------------------------------- */
/* A3. General Divs                                            */
/* ----------------------------------------------------------- */
div.clearfix {
	clear: both;
}


div.hr {	
	border-top: #C3C3C3 1px solid;
	margin-top: 5px;
	margin-bottom: 5px;
}
div.hr hr {
	display: none;
}

/* ----------------------------------------------------------- */
/* A4. Headings                                                */
/* ----------------------------------------------------------- */
h1 {
	color: #003D5A;
	font-size: x-large;
    font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
}
h2 {
    font-size: medium;
    font-weight: bold;
    margin: 0px; 
    padding: 0px;
}
h2.siw {
    font-size: x-large;
    font-weight: bold;
    color: #66CCCC;
}
h3 {
    font-size: small;
    font-weight: bold;
    margin: 0px; 
    padding: 0px;
}
/* *********************************************************** */
/* B. Structure                                                */
/* *********************************************************** */
#wrapper {
    width: 972px;
    border: #E8EEEA 2px solid;
    margin: auto;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
/* ----------------------------------------------------------- */
/* B1. Header & Navigation & Banner                            */
/* ----------------------------------------------------------- */

#head {
    height: 70px;
    padding: 13px 25px 15px 25px;
}
#head #logo {
    width: 200px;
    float: left;
}
#head #menu {
    /*padding-top: 60px;*/
    width: 710px;
    float: right;
    font-size: 120%;
    color: #9EB6A6;
}
#head #menu ul {
	list-style: none;
	margin: 0px;
	padding: 20px 0 0 0;
}
#head #menu li {
	width: 235px;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	border-left: #C8B8A2 1px solid;
}
#head #menu a {
    color: #068E9F;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
}
#head #menu a:hover{ 
    color: #3F3860;
    text-decoration: underline;
}
#bannerWrapper {
    padding-bottom: 10px;
	height: 254px;
}
#bannerWrapper #Banner { 
	height: 254px;
}
/* ----------------------------------------------------------- */
/* B2. Content Wrapper                                         */
/* ----------------------------------------------------------- */
#page {
    min-height: 300px;
    height: auto !important;
    height: 300px;
}
#page .large {
    width: 700px;
    float: left;
	padding:0 0 0 10px;
}
#page .medium {
    width: 480px;
	padding-left: 5px;
	padding-right: 5px;
    float: left;
}
#page .small {
    width: 228px;
    float: right;
	color: #669999;
}


/* ----------------------------------------------------------- */
/* B3. Promo                                                   */
/* ----------------------------------------------------------- */
#page #promo {
    width: 244px;
    float: left;
    padding-left: 10px;
}
#page #promo .subscribe {
    width: 213px;
    background: transparent url(../../pics/subscribe-top.gif) no-repeat top left;
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 5px;    
    text-align: right;
}
#page #promo .subscribe a.button {
    border: #FFFFFF 1px solid;
    padding: 3px;
    color: #FFFFFF;
    text-decoration: none;
    margin-left: 10px;
}
#page #promo .subscribe a:hover.button {
    background: #FFFFFF;
    color: #7D9C86;
}
#page #promo .subscribeFoot {
    width: 233px;
    background: transparent url(../../pics/subscribe-foot.gif) no-repeat top left;
    height: 16px;
}

/* ----------------------------------------------------------- */
/* B4. Side Bar                                                */
/* ----------------------------------------------------------- */
.small .sectionMenu {
	margin-top: 10px;
}
.small .sectionMenu h3 {
	border-bottom:1px dotted lightgrey;
	border-top:1px dotted lightgrey;
	color:#669999;
	font-size: medium;
	padding-bottom:2px;
	padding-top:2px;
}
.small .sectionMenu h3 a {
	color: #669999;
	text-decoration: none;
}
.small .sectionMenu h3 a:hover {
	color: #0000FF;
	text-decoration: underline;
}
.small .sectionMenu p {
	margin-top: 0px;
	padding-top: 0px;
}
.small .sectionMenu p.menuLink {
	text-align: right;
	padding-right: 10px;
}
div#contentArea .small .menuLink a.button {
	text-align: right;
	padding: 0px;
	background: 0px;
	border: 0px;
	color: #666699;
}
div#contentArea .small .menuLink a:hover.button {
	color: #0000FF;
	text-decoration: underline;
}

div#contactWelcome {
	margin:10px 10px 10px 0;
}

/* ----------------------------------------------------------- */
/* B5. Main Body                                               */
/* ----------------------------------------------------------- */
/*#Wrapper #Page {
	width: 774px;
	height: auto !important;
	height: 300px;
	min-height: 300px;
	padding-right: 10px;
	float: right;
}
#Wrapper #Page #Breadcrumbs {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	width:50%;
	float: left;
}
#Wrapper #Page #Breadcrumbs a {
	color: #00AFFF;
	text-decoration: none;
}
#Wrapper #Page #Breadcrumbs a:hover {
	color: #0000FF;
	text-decoration: underline;
}
#Wrapper #Page #SiteSearch {
	width: 50%;
	float: right;
	text-align: right;
}
#Wrapper #Page #SiteSearch input {
	border: #003E59 1px solid;
}
#Wrapper #Page #SiteSearch a {
	background: #003E59;
	color: #FFFFFF;
	text-decoration: none;
	padding: 2px;
}
#Wrapper #Page #Banner {
	height: 350px;
}*/

/* ----------------------------------------------------------- */
/* B6. Footer                                                  */
/* ----------------------------------------------------------- */



/* *********************************************************** */
/* C. Modules                                                  */
/* *********************************************************** */

/* ----------------------------------------------------------- */
/* Site Search                                                 */
/* ----------------------------------------------------------- */
/*table.siteSearchResults {
	width: 100%;
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 10px;

}
table.siteSearchResults th {
	margin: 0px;
	background: #00405D;
	padding: 3px;
	color: #FFFFFF;
	text-align: left;
}
table.siteSearchResults th.siteSearchRank {
	width: 80px;
}
table.siteSearchResults td {
	padding: 3px;
	margin: 0px;
	border-bottom: #E9E9E9 1px  solid;
}
*/

/* ----------------------------------------------------------- */
/* Pagination 1                                                */
/* ----------------------------------------------------------- */
/*table#tblNav {
	width: 100%;
	background: #E9E9E9;
	padding: 5px;
}
div#paginationOptions{
	position: absolute;
	z-index: 100;
	border: 1px solid black;
	padding: 5px;
	background-color: #ffffff;
	width: 180px;
	margin-left: 12%;
	display: none;
	margin-top: -100px;
}*/
/*body {
	margin:0;
	padding:0;
	background:#FFFFFF;
	color:#015460;
	font-family: Arial;
	font-size:small;
}
*/
/* The wrapper contains all page code, centers on the page with an auto margin */
/*#Wrapper {
	width:1000px;
	margin:0px auto 0px auto;
	background:url("../../pics/wrapperBg.gif") repeat-y top center;
	padding-bottom:10px;
}
#cmsWrapper{
	width:980px;
	margin:10px auto 0px auto;
	padding-top:10px;
	background:#FFFFFF;
}
#Wrapper #Header {
	width:980px;
	height:113px;
	margin:0px 10px 0px 10px;
	padding:0px;
}
#Wrapper #Header #Menu {
	float:right;
	width:772px;
	height:113px;
	background:#ffffff url('../../pics/headerBg.gif') repeat-x bottom left;
}
#Wrapper #Header #Menu #MenuItem {
	float:right;
	width:227px;
	height:65px;
	padding:26px 0px 0px 30px;
	margin:0px;
}
#Wrapper #Header #Menu #MenuItem a {
	font-weight:bold;
	font-size:medium;
	color:#8D1D20;
	text-decoration:none;
}

#Wrapper #Content {
	float:right;
	width:772px;
	padding:0px 10px 0px 0px;
}
#Wrapper #Content #Banner{
	width:772px;
	height: 350px;
	margin-top: -10px;
	margin-bottom: 10px;
}
#Wrapper #Content #Banner li {
	list-style: none;
	margin-left: -40px;
	margin-top: 111px;
}
#Wrapper #Content #contentArea { margin:6px 10px 0px 10px; }
#Wrapper #Content #contentArea h1,
#Wrapper #Content #contentArea h2,
#Wrapper #Content #contentArea h3,
#Wrapper #Content #contentArea p { margin-top:0px; }
#Wrapper #Content #contentArea h1 {
	font-size:large;
	color:#027788;
}
#Wrapper #Content #contentArea h2 {
	font-size:medium;
	color:#027788;
}
#Wrapper #Content #contentArea h3 {
	font-size:medium;
	font-weight:normal;
}
#Wrapper #Content #siteSearch {
	float:right;
	padding:6px 10px 0px 0px;
}
#Wrapper #Content #siteSearch input { font-size:x-small; }
#Wrapper #Content #siteSearch .button {
	font-weight:bold;
	color:#FFFFFF;
	padding:2px;
	background:#8D1D20;
	text-decoration:none;
}
#Wrapper #Content #breadcrumbs {
	float:left;
	padding:6px 0px 0px 10px;
}

#Wrapper #Content #contentArea #homepageLinks {
	float:right;
	text-align:center;
	margin-left:4px;
}
#Wrapper #Content #contentArea #homepageLinks img { margin-bottom: 30px; }

#Wrapper #Content #contentArea table#tblAvail { float:right; }
#Wrapper #Content #contentArea table#tblAvail td {
	border:1px solid #ADC3B3;
	background:#B6CACD;
}
#Wrapper #Content #contentArea table#tblAvail td { vertical-align:top; }

#Wrapper #LeftMenu {
	margin:0px;
	padding:0px 0px 0px 10px;
	float:left;
	width:208px;
}
#Wrapper #LeftMenu a.button, #Wrapper #LeftMenu a.buttonSubMenu {
	display:block;
	padding:4px 18px 4px 10px;
	border-bottom:1px solid #ffffff;
	color:#027788;
	text-align:left;
	font-weight:bold;
	text-decoration:none;
}
#Wrapper #LeftMenu a.button:hover, #Wrapper #LeftMenu a.buttonSubMenu:hover {
	color:#54080A;
	text-decoration:underline;
}
#Wrapper #LeftMenu a.buttonSubMenu {
	padding:1px 18px 1px 10px;
	margin-left:10px;
	font-size:x-small;
}
#Wrapper img.logoResWithRooms {
	padding:32px 18px 0px 32px;
}
#Wrapper img.logoTasteInnWales {
	border: 0px;
	padding:32px 18px 0px 20px;
}
#Wrapper img.logoTheManor {
	border: 0px;
	padding:32px 18px 0px 20px;
}
#FooterLinks {
	margin:10px auto 10px auto;
	text-align:center;
	width:980px;
}
#FooterLinks a{
	margin-left: 25px;
	margin-right: 25px;
	width:70px;
	color:#027788;
	text-decoration:none;
}
#FooterLinks a:hover{
	color:#54080A;
	text-decoration:underline;
}
*/
/* Standard Application Styles */
/*table #tblForm td.label {
	font-weight:bold;
	vertical-align:top;
}*/

/* Items to deal with the Highslide graphics on the Rooms and Rates page*/
/*
.highslide {
	cursor: url(../../highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 2px solid white;
}
.highslide:hover img {
	border: 2px solid #999999;
}

.highslide-image {
	border: 10px solid white;
    cursor: pointer;
	cursor: url(../../highslide/graphics/zoomout.cur), pointer;
}
.highslide-image-blur {
    cursor: pointer;
    cursor: hand;
}
.highslide-caption {
    display: none;
    border: 5px solid white;
    border-top: none;
    padding: 5px;
    background-color: white;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.highslide-loading {
    display: block;
	color: white;
	font-style: 'MS Sans Serif';
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	opacity: 0.60; 
	filter: alpha(opacity=60); 
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    
    padding-left: 22px;
    background-image: url(../../highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

table.siteSearchResults {
	width: 100%;	
}
table.siteSearchResults th {
	text-align: left;
	padding: 3px;
	color:#027788;
	font-size: medium;
}
table.siteSearchResults th.siteSearchRank {
	width: 50px;
}
table.siteSearchResults td {
	border-bottom: #B6CACD 1px solid;
	padding: 3px;
}
table#tblNav {
	margin-top: 20px;
	background: #B6CACD;
	padding: 3px;
	width: 100%;
}

span.highlight {
	background: #D8C977;
}
*/