@import "reset.css";

/* BODY STYLING
----------------------------------------------- */

body {
	margin:0px;
	background-color: #2a2b2c;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-image: url(../media/Tile-Body.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
}

a:link {
	color:#94e4f8;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #99ddff;
}

a:visited {
	text-decoration:none;
	color:#94e4f8;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #99ddff;
}

a:hover {
	text-decoration:none;
	color:#ff5186;
	border-bottom-style: none;
}

a:active {
	text-decoration:none;
	color:#94e4f8;
}

img {
	border-style: none;
	display: block;
}


em {
	font-style: normal;
}

strong {
	font-weight: bold;
}
div.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 0px;
}
.float-left {
	float: left;	
}
.float-right {
	float: right;	
}

abbr, acronym {
	cursor: help;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
/* LANGUAGE
----------------------------------------------- */
	
#language {
	width: 952px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	margin-top: 10px;
}
#language ul {
	padding: 0px;
	margin: 0px;
	float: right;
}
#language li {
	float: left;
	margin-left: 10px;	

}

/* HEADER
----------------------------------------------- */
	
#header {
	width: 952px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	width: 960px;
	margin-bottom: 0px;
	height: 480px;
	background-color: #2a2b2c;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
}
/* FLASH
----------------------------------------------- */
#flash-container {
	padding: 0px;
	height: 480px;
	width: 960px;
	margin: 0px;
	overflow: hidden;
	position: absolute;
	z-index: 0;
}

#flash {
	margin: 0px;
	padding: 0px;
	height: 480px;
}
#flash p {
	font-size: 14px;
	font-weight: bold;
	color: #FDDC36;
	padding-top: 30px;
	padding-bottom: 30px;
	background-image: url(../media/Bgd-Flash-Warning.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 65px;
	padding-right: 0px;
	overflow: hidden;
	margin-top: 150px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 400px;
}
/* HEADERS
----------------------------------------------- */
#branding {
	height: 116px;
	width: 250px;
	background-image: url(../media/Burlington-House.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-position: 0px 0px;
	z-index: 2;
	cursor: pointer;
	float: left;
	position: absolute;
	top: 0px;
}
#branding:hover {
	height: 116px;
	width: 250px;
	background-image: url(../media/Burlington-House.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-position: 0px -116px;
	z-index: 2;
	cursor: pointer;
	float: left;
	position: absolute;
	top: 0px;	
}

/* TOP NAV
----------------------------------------------- */
#top-nav {
	padding: 0px;
	color: #FFF;
	background-color: #3d3c38;
	display: block;
	float: right;
	z-index: 500;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	position: absolute;
	top: 0px;
	right: 0px;
}
#top-nav li {
	padding: 0px;
	float: left;
	margin: 0px;
	display: block;
	z-index: 6;
}
#top-nav li a {
	color: #FFF;
	text-decoration: none;
	margin: 0px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	z-index: 999;
	cursor: pointer;
	padding-top: 18px;
	padding-right: 25px;
	padding-bottom: 18px;
	padding-left: 25px;
}
#home-page #home-btn a, #accommodation-page #accommodation-btn a, #breakfast-page #breakfast-btn a, #attractions-page #attractions-btn a, #promotions-page #promotions-btn a,  #contact-page #contact-btn a {
	background-color: #d04c74;
}
#top-nav li a:hover {
	text-decoration: none;
	margin: 0px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #3e4c56;
	padding-top: 18px;
	padding-right: 25px;
	padding-bottom: 18px;
	padding-left: 25px;
}

#top-nav li a.selected {
	color: #FFF;
	text-decoration: none;
	margin: 0px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #d04c74;
	padding-top: 18px;
	padding-right: 25px;
	padding-bottom: 18px;
	padding-left: 25px;
}



/* AWARDS
----------------------------------------------- */
#awards-container {
	color: #797675;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 14px;
	z-index: 5 !important;
	top: 343px;
	position: absolute;
	overflow: hidden;
	width: 700px;
	background-image: url(../media/Tile-Awards.png);
	background-repeat: repeat;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left: 260px;
}

div.aa {
	float: left;
	text-align: left;
	display: inline;
	background-image: url(../media/Img-AA-5-Star.png);
	background-repeat: no-repeat;
	background-position: 25px 0px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #3d3c38;
	height: 107px;
}
div.aa h2 {
	font-size: 11px;
	color: #2d221a;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 64px;
	font-weight: bold;
}

div.aa p {
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 0px;
}
div.hotel {
	float: left;
	text-align: left;
	display: inline;
	background-image: url(../media/Img-Good-Hotel-Guide.gif);
	background-repeat: no-repeat;
	background-position: 25px 2px;
	height: 107px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #3d3c38;
}

div.hotel h2 {
	font-size: 11px;
	color: #2d221a;
	padding-left: 100px;
	padding-right: 25px;
	padding-top: 77px;
	font-weight: bold;
}

div.hotel p {
	padding-right: 25px;
	padding-left: 100px;
	padding-bottom: 0px;
}
div.breakfast {
	float: left;
	text-align: left;
	display: inline;
	background-image: url(../media/Img-Breakfast-Award.png);
	background-repeat: no-repeat;
	background-position: 25px 0px;
	height: 107px;
}
div.breakfast h2 {
	font-size: 11px;
	color: #2d221a;
	padding-left: 25px;
	padding-right: 25px;
	font-weight: bold;
	padding-top: 76px;
}

div.breakfast p {
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 0px;
}

/* MIDDLE CONTENT
----------------------------------------------- */

#middle-content {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #3e4c56;
	overflow: hidden;
	color: #eeeeee;
	font-size: 12px;
}
#middle-content p {
	padding-left: 40px;
}
#middle-content em {
	font-style: italic;	
}

/* ROOMS TEXT
----------------------------------------------- */

#middle-content #rooms-text {
	overflow: hidden;
	background-image: url(../media/Tile-Rooms-Intro.gif);
	background-repeat: repeat-y;
	margin-right: 40px;
	margin-left: 40px;
	margin-bottom: 30px;
	background-position: center top;
	padding: 0px;
	margin-top: 0px;
	width: 880px;
}
#left-text {
	width: 445px;
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px;
}
#left-text p.intro-text {
	font-size: 16px;
	font-style: italic;
	color: #eeeeee;
	line-height: 26px;
	margin-right: 0px;
	margin-top: 0px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}

#left-text p {
	font-size: 13px;
	color: #eeeeee;
	line-height: 18px;
	padding-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;
	margin: 0px;
	padding-top: 0px;
}
#left-text em {
	color: #c6a1c6;
	font-style: italic;	
}

#right-text {
	width: 375px;
	display: inline;
	float: left;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}

#right-text p {
	font-size: 13px;
	color: #FFF;
	line-height: 18px;
	margin-right: 0px;
	margin-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
}
#right-text em {
	color: #c6a1c6;
	font-style: italic;	
}
#right-text ul {
	margin-left: 0px;
	margin-top: 0px;
}
#right-text li {
	color: #CCC;
	font-size: 13px;
	font-style: italic;
	display: block;
	margin-bottom: 6px;
	background-image: url(../media/Bgd-List-Bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}

/* LEFT CONTENT
----------------------------------------------- */

#left-content {
	width: 596px;
	float: left;
	clear: right;
	color: #d3d3d3;
	font-size: 13px;
	padding: 0px;
	margin-top: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#left-content h3 {
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#left-content h4 {
	font-size: 15px;
	color: #FFF;
	font-weight: normal;
	padding-bottom: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 40px;
}
#hdr-home {
	text-indent: -9999px;
	background-image: url(../media/Hdr-Hotel-Style-Boutique.gif);
	background-repeat: no-repeat;
	height: 35px;
	margin-top: 0px;
	margin-bottom: 35px;
	padding: 0px;
	color: #FFF;
	margin-left: 40px;
}
#hdr-rooms {
	text-indent: -9999px;
	background-image: url(../media/Hdr-Rooms.gif);
	background-repeat: no-repeat;
	height: 35px;
	margin-top: 40px;
	margin-bottom: 35px;
	padding: 0px;
	color: #FFF;
	margin-left: 40px;
}
#hdr-breakfast {
	text-indent: -9999px;
	background-image: url(../media/Hdr-Breakfasts.gif);
	background-repeat: no-repeat;
	height: 35px;
	margin-top: 0px;
	margin-bottom: 35px;
	padding: 0px;
	color: #FFF;
	margin-left: 40px;
}
#hdr-see {
	text-indent: -9999px;
	background-image: url(../media/Hdr-See.gif);
	background-repeat: no-repeat;
	height: 35px;
	margin-top: 0px;
	margin-bottom: 35px;
	padding: 0px;
	color: #FFF;
	margin-left: 40px;
}
#hdr-promotions {
	text-indent: -9999px;
	background-image: url(../media/Hdr-Promotions.gif);
	background-repeat: no-repeat;
	height: 35px;
	margin-top: 0px;
	margin-bottom: 35px;
	padding: 0px;
	color: #FFF;
	margin-left: 40px;
}
#hdr-contact {
	text-indent: -9999px;
	background-image: url(../media/Hdr-Contact.gif);
	background-repeat: no-repeat;
	height: 35px;
	margin-top: 0px;
	margin-bottom: 35px;
	padding: 0px;
	color: #FFF;
	margin-left: 40px;
}
#hdr-thank {
	text-indent: -9999px;
	background-image: url(../media/Hdr-Thank-You.gif);
	background-repeat: no-repeat;
	height: 35px;
	margin-top: 040px;
	margin-bottom: 35px;
	padding: 0px;
	color: #FFF;
	margin-left: 40px;
}
#hdr-terms {
	text-indent: -9999px;
	background-image: url(../media/Hdr-Terms.gif);
	background-repeat: no-repeat;
	height: 35px;
	margin-top: 040px;
	margin-bottom: 35px;
	padding: 0px;
	color: #FFF;
	margin-left: 40px;
}
#hdr-partners {
	text-indent: -9999px;
	background-image: url(../media/Hdr-Tourism-Partners.gif);
	background-repeat: no-repeat;
	height: 35px;
	margin-top: 0px;
	margin-bottom: 35px;
	padding: 0px;
	color: #FFF;
	margin-left: 40px;
}
#left-content p {
	padding-bottom: 46px;
	line-height: 18px;
	padding-left: 40px;
	padding-right: 0px;
}
#left-content p.intro-text {
	font-size: 16px;
	font-style: italic;
	color: #c5c5c5;
	line-height: 26px;
	margin-right: 0px;
	margin-left: 40px;
	background-color: #614a61;
	margin-bottom: 45px;
	margin-top: 0px;
	padding-top: 30px;
	padding-right: 40px;
	padding-bottom: 30px;
	padding-left: 30px;
}

#left-content strong {
	font-weight: bold;
}
#left-content em {
	color: #aaaaaa;
	font-style: italic;
}
#left-content ul {
	margin-left: 50px;
	margin-top: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}
#left-content li {
	background-image: url(../media/Bgd-List-Bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 12px;
	font-style: italic;
}

#left-content a {
	color:#94e4f8;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #99ddff;
	font-style: italic;
}
#left-content a:hover {
	color:#ff5186;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#left-content .float-right {
	float: right;
	background-color: #FFF;
	padding: 1px;
	border: 3px solid #e6e6e6;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-top: 0px;
	margin-right: 30px;
	display: inline;
}
#left-content .float-left {
	float: left;
	background-color: #FFF;
	padding: 1px;
	border: 3px solid #e6e6e6;
	margin-bottom: 10px;
	margin-left: 30px;
	margin-right: 20px;
	display: inline;
}
#left-content address {
	margin-right: 30px;
	margin-left: 40px;
	margin-bottom: 20px;
	line-height: 18px;
}

/* RIGHT CONTENT
----------------------------------------------- */
#right-content {
	width: 324px;
	float: right;
	clear: right;
	color: #FFF;
}

#right-content p {
	padding-left: 20px;
	padding-bottom: 10px;
	line-height: 18px;
	padding-right: 20px;
}

#right-content img {
	display: inline;
	margin-right: 5px;	
}
/* COMMENTS
----------------------------------------------- */

#comments {
	background-color: #281C13;
	padding-top: 35px;
	padding-bottom: 30px;
	font-weight: bold;
	text-transform: uppercase;
	overflow: hidden;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
#comments #hdr-comments {
	text-indent: -9999px;
	background-image: url(../media/Hdr-Comments-Right.gif);
	background-repeat: no-repeat;
	height: 103px;
	margin-top: 0px;
	padding: 0px;
	margin-bottom: 30px;
}
#comments blockquote {
	font-size: 10px;
	margin-left: 30px;
	background-image: url(../media/Bgd-Quotes.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #c5c5c5;
	margin-right: 20px;
}
#comments p {
	padding-left: 30px;
	line-height: 14px;
}
#comments strong {
	font-size: 11px;
	color: #FFF;
}
#comments em {
	color: #FFF;
}

/* WHATS ON
----------------------------------------------- */

#whats-on {
	background-color: #48555f;
	padding-top: 30px;
	padding-bottom: 10px;
	font-size: 11px;
} 
#whats-on h5 {
	font-size: 16px;
	color: #ccc6ab;
	padding-left: 30px;
	padding-bottom: 10px;
	padding-top: 20px;
} 
#whats-on p {
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 0px;
	padding-top: 10px;
}
#whats-on strong {
	color: #FFF;
	font-weight: normal;
}
#whats-on ul {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #7f888f;
	padding-bottom: 20px;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 0px;
}
#whats-on li {
	background-image: url(../media/Bgd-List-Arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 4px;
	padding-bottom: 6px;
	font-size: 12px;
	padding-left: 15px;
	line-height: 16px;
}
#whats-on a {
	color:#94e4f8;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #99ddff;
	font-style: italic;
}
#whats-on a:hover {
	color:#ff5186;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#whats-on #hdr-whats-on {
	text-indent: -9999px;
	background-image: url(../media/Hdr-Whats-On.gif);
	background-repeat: no-repeat;
	height: 47px;
	margin-top: 0px;
	padding: 0px;
	margin-bottom: 0px;
}

/* FOOTER
----------------------------------------------- */
#footer {
	clear: both;
	margin-right: 40px;
	margin-left: 40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #788289;
	padding-top: 40px;
	padding-bottom: 40px;
	overflow: hidden;
	margin-top: 30px;
	display: inline-block;
}

/* VCARD
----------------------------------------------- */
#v-card {
	float: left;
	text-align: left;
	display: inline;
	background-image: url(../media/Img-Burlington-Guest-House.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 210px;
	overflow: hidden;
}

#v-card a {
	display: block;
	background-image: url(../media/Btn-V-Card.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 28px;
	width: 156px;
	text-indent: -9999px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 100px;
}
#v-card a:hover {
	display: block;
	background-image: url(../media/Btn-V-Card.gif);
	background-repeat: no-repeat;
	background-position: 0px -28px;
	height: 28px;
	width: 156px;
	text-indent: -9999px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* ADDRESS
----------------------------------------------- */

#address {
	float: left;
	text-align: left;
	display: inline;
	overflow: hidden;
	color: #aaaaaa;
	font-size: 14px;
	width: 528px;
}
#address p {
	padding-right: 0px;
	padding-left: 0px;	
}
#address strong {
	color: #FFF;	
}
#address address {
	margin-top: 24px;
	line-height: 18px;
	margin-bottom: 24px;
	font-style: normal;
}

/* LEGAL
----------------------------------------------- */

#legal {
	float: left;
	text-align: left;
	display: inline;
	overflow: hidden;
	color: #aaaaaa;
	font-size: 13px;
}
#legal ul {
	
}
#legal li{
	display: block;
	background-image: url(../media/Icn-Doc.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	padding-top: 1px;
	padding-bottom: 3px;
	margin-bottom: 5px;
	line-height: 18px;
}
#legal li a {
	color:#94e4f8;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #99ddff;
	font-style: italic;
}
#legal li a:hover {
	color:#ff5186;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* TWIST
----------------------------------------------- */
#twist {
	font-size: 11px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 10px;
	color: #b7b7b7;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
#twist strong {
	font-weight: bold;
}
#twist ul {
	margin: 0px;
	padding: 0px;	
}
#twist li {
	display: inline;
	line-height: 20px;
}

#twist a{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #c5c4c4;
}
#twist a:hover{
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}

#compliancy a{
	color: #FFF;
	background-color: #6a6a6a;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	display: inline-block;
	text-transform: uppercase;
	font-weight: bold;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-border-radius:4px;
	font-size: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}
#compliancy a:hover{
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	display: inline-block;
	text-decoration: none;
	color: #FFF;
	background-color: #D74B74;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-border-radius:4px;
	font-size: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3px;
}
