body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
}

.bodyimage {
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #a4958c;
	padding: 2px;
	background: #fff;
}

.title {
	margin: 0 0 15px 0;
	width: 100%;
	border-bottom: 1px solid #b31b34;
	overflow: hidden;
}

h1 {
	margin: 0;
	padding: 0 0 5px 0;
	color: #b31b34;
	font-weight: normal;
	font-size: 280%;
	border-bottom: 3px solid #b31b34;
	width: auto;
	float: left;
}

p {
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 160%;
}

a {
	color: #b31b34;
}

ul {
	margin: 0 0 10px 0;
	padding: 0 0 0 40px;
	line-height: 160%;
}

.clr {
	margin: 0;
	padding: 0;
	height: 0px;
	width: 100%;
	overflow: hidden;
	clear: both;
}

#header {
	margin: 0;
	padding: 0;
	width: 100%;
}

#headercontainer {
	margin: 0 auto;
	padding: 0;
	width: 950px;
	position: relative;
}

#headercontainer .topimage {
	background: url(../images/image-shadow.gif) repeat-x bottom left;
	padding-bottom: 12px;
}

#headercontainer #flash {
	width: 100%;
	background: url(../images/image-shadow.gif) repeat-x bottom left;
	padding-bottom: 12px;
	overflow: hidden;
}

#headercontainer h2 {
	margin: 30px 0 0 0;
	padding: 0;
	color: #b31b34;
	font-weight: normal;
	font-size: 180%;
	text-indent: 200px;
}

#headercontainer h3 {
	margin: 0;
	padding: 0;
	color: #000;
	font-weight: normal;
	font-size: 150%;
	text-indent: 300px;
}

#headercontainer #caption {
	margin: 18px 0 0 220px;
}
	
#homecurve {
	/*margin: 0 0 0 -280px;*/
	margin: 0 0 0 -260px;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 500px;
	height: 299px;
	background: url(../images/curve.png) top right no-repeat;
}

* html #homecurve{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/images/curve.png');
	background:none;
}

#curve {
	margin: 0 0 0 -280px;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 500px;
	height: 299px;
	background: url(../images/curve.png) top right no-repeat;
}

* html #curve{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/images/curve.png');
	background:none;
}

#logo {
	margin-top: -10px;
	float: right;
	z-index: 5;
	position: relative;
}

#mainbody {
	margin: 0;
	padding: 0;
	width: 100%;
	background: #fff url(../images/contentbackground.gif) repeat-x top left;
	overflow: hidden;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}

#mainbody #container {
	margin: 0 auto;
	padding: 20px 0;
	width: 950px;
	overflow: hidden;
}

#mainbody #container #leftcolumn {
	margin: 0 20px 0 0;
	padding: 0;
	width: 160px;
	float: left;
	/*background: url(../images/vertical-dot.gif) repeat-y top right;*/
	
}

.bookonline { margin-bottom: 16px; }

ul#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: bold;
}

ul#nav li a {
	padding: 6px 16px 7px 5px;
	color: #000;
	text-decoration: none;
	display: block;
	
	width: 139px;
	background: url(../images/horizontal-dot.gif) bottom left repeat-x;
}

ul#nav li a:hover, ul#nav li a.current {
	background: url(../images/nav-hover.gif) no-repeat right;
	color: #fff;
}

ul#nav li.subnav a {
	border: none;
	padding: 6px 0 4px 35px;
	font-weight: normal;
	background: #e7d8ce url(../images/subnav-bullet.gif) no-repeat left top;
	width: 125px;
	line-height: 140%;
}

ul#nav li.subnav a.last {
	border: none;
	padding: 6px 0 8px 35px;
	font-weight: normal;
	background: #e7d8ce url(../images/subnav-bullet.gif) no-repeat left top;
	width: 125px;
	line-height: 140%;
}

ul#nav li.subnav a:hover {
	color: #b31b34;
	background: #e7d8ce url(../images/subnav-bullet.gif) no-repeat left top;
}
ul#nav li.thirdnav a {
	border: none;
	padding: 6px 0 4px 25px;
	font-weight: normal;
	background: #d1baaa url(../images/thirdnav-bullet.gif) no-repeat left top;
	width: 135px;
	line-height: 140%;
	font-size:.9em;
}

#mainbody #container #contentarea {
	margin: 0;
	padding: 0 20px;
	width: 460px;
	float: left;
	background: url(../images/contentborder.gif) repeat-y top;
}

#mainbody #container #contentarea.fullwidth {
	width: 730px;
	background: url(../images/contentborderfullwidth.gif) repeat-y top;
}

#mainbody #container #contentarea.virtualtour {
	width: 750px;
	padding:0 0 0 20px;
	background: none;
		background: url(../images/contentbordertour.gif) repeat-y top left;
}

#mainbody #container #contentarea h2 {
	margin: 0 0 20px 0;
	padding: 0 0 0 20px;
	color: #000;
	font-size: 160%;
	font-weight: normal;
	background: url(../images/subheadingbullet.gif) no-repeat left;
}

#mainbody #container #contentarea h3 {
	margin: 20px 0;
	color: #000;
	font-size: 100%;
	font-weight: bold;	
	padding: 0 0 0 20px;
	text-decoration: none;
	background: url(../images/news-bullet.gif) no-repeat left;
}

/*#mainbody #container #contentarea .featurebox {
	margin: 20px 0 0 0;
	padding: 10px;
	background: url(../images/features-background.gif) repeat-x top left #272727;
	width: 200px;
	float: left;
	min-height: 190px;
}*/

#mainbody #container #contentarea .featureboxwrap {
	margin: 20px 0 0 0;
	padding: 0;
	width: 220px;
	float: left;
}

#mainbody #container #contentarea .featureboxtop {
	margin: 0;
	padding: 0;
	background: url(../images/featureboxtop.png) no-repeat;
	width: 220px;
	height: 16px;
}

#mainbody #container #contentarea .featurebox {
	margin: 0;
	padding: 4px 20px;
	background: url(../images/featureboxmid.png) no-repeat;
	width: 180px;
	min-height: 214px;
	_height: 214px;
}

#mainbody #container #contentarea .featureboxbase {
	margin: 0;
	padding: 0;
	background: url(../images/featureboxbase.png) no-repeat;
	width: 220px;
	height: 16px;
}

* html #mainbody #container #contentarea .featureboxtop {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/images/featureboxtop.png');
	background:none;
}

* html #mainbody #container #contentarea .featurebox{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/images/featureboxmid.png');
	background:none;
}

* html #mainbody #container #contentarea .featureboxbase {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/images/featureboxbase.png');
	background:none;
}


#mainbody #container #contentarea .featureboxwrap.left {
	margin: 20px 20px 0 0;
}

#mainbody #container #contentarea .featurebox h2 , #mainbody #container #contentarea #special-offers-home h2 {
	margin: 10px 0 5px 0;
	font-size: 100%;
	color: #000;
	font-weight: bold;
	background: none;
	padding: 0;position:relative;
	
}

#mainbody #container #contentarea .featurebox h2 a, #mainbody #container #contentarea #special-offers-home h2 {
	padding: 0 0 0 25px;
	background: url(../images/news-bullet.gif) no-repeat left;
	color: #000;
}

#mainbody #container #contentarea .featurebox h2 a:hover {
	color: #be2e37;
}
	

#mainbody #container #contentarea .featurebox p {
	color: #000;
	line-height: 140%;
	font-size: 90%;
	margin: 0;
}

#mainbody #container #contentarea .featurebox p a { font-weight: bold; }
#mainbody #container #contentarea .featurebox p a:hover { color: #000; }

#mainbody #container #contentarea .featurebox img {
	border: 1px solid #a4958c;
	position:relative;
}

p.breadcrumb {
	font-size: 90%;
}

#contentarea .rowunderlined {
	margin: 0 0 8px 0;
	padding: 0 0 8px 0;
	width: 90%;
	overflow: hidden;
	background: url(../images/horizontal-dot.gif) repeat-x bottom left;
}

#contentarea .rowunderlined span.label {
	width: 100px;
	float: left;
	font-weight: bold;
}

#contentarea .row {
	margin: 0 0 8px 0;
	padding: 0;
	width: 90%;
	overflow: hidden;
}

#contentarea form.enquiries {
	margin: 10px 0;
	padding: 20px;
	background: url(../images/enquiries-background.gif) repeat-x top left #971827;
	width: 420px;
	overflow: hidden;
}

#contentarea form.enquiries span {
	font-weight: bold;
}

#contentarea form.enquiries .h2wrap {
	border-bottom: 1px solid #d13c4e;
	margin: 0 0 10px;
}

#mainbody #container #contentarea form.enquiries h2 {
	margin: 0;
	padding: 0 0 10px 0;
	background: none;
	line-height: 100%;
	border-left: none;
	border-bottom: 1px solid #891220;
	color: #fff;
	font-size: 100%;
	font-weight: bold;
	text-transform: uppercase;
}

#contentarea form.enquiries label {
	margin: 0 20px 0 0;
	padding: 0;
	color: #fff;
	float: left;
	width: 150px;
	text-align: right;
}

#contentarea form.enquiries input {
	margin: 0;
	padding: 1px;
	border: 1px solid #fff;
	width: 200px;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

#contentarea form.enquiries select {
	margin: 0;
	padding: 1px;
	border: 1px solid #fff;
	width: 204px;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

#contentarea form.enquiries textarea {
	margin: 0;
	padding: 1px;
	border: 1px solid #fff;
	width: 200px;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

#contentarea form.enquiries label.check {
	margin: 0;
	padding: 0;
	color: #fff;
	float: left;
	width: 362px;
	text-align: left;
}

#contentarea form.enquiries .checkbox {
	margin: 0;
	padding: 0;
	width: 13px;
	border: none;
}	

#contentarea form.enquiries input.button {
	margin: 0 4px 0 0;
	padding: 1px 2px;
	border: 1px solid #fff;
	background: url(../images/black-heading-background.gif) repeat-x top left;
	color: #fff;
	width: 100px;
	float: right;
}

.newsitem {
	margin: 0 0 10px;
	padding: 0 0 10px;
	width: 100%;
	overflow: hidden;
	background: url(../images/horizontal-dot.gif) repeat-x bottom left;
}

#mainbody #container #contentarea .newsitem h2 {
	margin: 2px 0 10px 0;
	padding: 0 0 0 20px;
	font-size: 100%;
	font-weight: bold;
background: url(../images/news-bullet.gif) no-repeat left;
}

#mainbody #container #contentarea .newsitem h2 a {
	padding: 0;
	color: #000;
	text-decoration: none;
	
}

#mainbody #container #contentarea .newsitem h2 a:hover {
	color: #be2e37;
}

p.date {
	margin: -15px 0 10px 0;
	padding: 0;
	font-size: 90%;
}

.newsitem p.date {
	margin: -5px 0 10px 0;
	padding: 0 0 0 20px;
	font-size: 90%;
}

.newsitem img, .newsimage {
	float: left;
	margin: 3px 10px 0 0;
	border: 1px solid #a4958c;
	padding: 2px;
	background: #fff;
}

.newsimage {
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #a4958c;
	padding: 2px;
	background: #fff;
}

#newsimagewrap {
	margin: 0 10px 0 0;
	width: 156px;
	float: left;
}

.galleryimage {
	float: left;
	margin: 0 5px 5px 0;
	border: 1px solid #a4958c;
	padding: 4px;
	background: #fff;
}

.comment {
	margin: 20px 0 10px;
	padding: 10px 10px 0 25px;
	width: 423px;
	overflow: hidden;
	background: url(../images/comment-icon.gif) no-repeat top left #f1e8e2;
}

.comment p.date {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 90%;
}

form.commentform {
	margin: 20px 0;
}

form.commentform label {
	margin: 0 15px 0 0;
	float: left;
	width: 120px;
	text-align: right;
}

form.commentform input {
	margin: 0 0 8px 0;
	padding: 2px;
	background: #f1e8e2;
	border: 1px solid #a4958c;
	width: 220px;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	float: right;
}

form.commentform textarea {
	margin: 0 0 8px 0;
	padding: 2px;
	background: #f1e8e2;
	border: 1px solid #a4958c;
	width: 220px;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	float: right;
}

form.commentform select {
	margin: 0 0 8px 0;
	padding: 2px;
	background: #f1e8e2;
	border: 1px solid #a4958c;
	width: 226px;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	float: right;
}

form.commentform input.button {
	margin: 0;
	padding: 1px 2px;
	border: 1px solid #fff;
	background: url(../images/black-heading-background.gif) repeat-x top left;
	color: #fff;
	width: 100px;
	float: right;
}

form.commentform label.check {
	margin: 0;
	padding: 0;
	float: left;
	width: 355px;
	text-align: left;
}

form.commentform .checkbox {
	margin: 0;
	padding: 0;
	width: 13px;
	border: none;
}

form.commentform span {
	color: #b31b34;
	font-weight: bold;
}	

fieldset.commentform {
	padding: 20px 20px 10px 20px;
	border: 1px solid #a4958c;
}

fieldset.commentform legend {	
	font-weight: bold;
	color: #000;
}

* html fieldset.commentform legend {
	margin-bottom: 20px;
}

* + html fieldset.commentform legend {
	margin-bottom: 20px;
}

a.locationmap {
	margin: 0 10px 0 0;
	float: left;
	border: 1px solid #a4958c;
	padding: 2px;
	background: #fff;
	text-decoration: none;
	font-size: 90%;
	color: #000;
}

#contentarea ul.downloads {
	color: #000;
	line-height: 180%;
	list-style: none;
	padding: 0;
}

#contentarea ul.downloads li a{
	color: #b31b34;
	background: url(../images/pdf-icon-whitebg.gif) no-repeat left;
	padding: 0 0 0 22px;
}

#contentarea ul.downloads li a:hover {
	color:#000;
}

#contentarea ul#sitemap li {
	line-height: 200%;
}

#contentarea ul#sitemap li a {
	color: #000;
}

#contentarea ul#sitemap li.subsitemap {
	list-style: none;
	padding-left: 20px;
	line-height:180%;
}

#contentarea ul#sitemap li.subsitemap a {
	text-decoration: none;
}

#contentarea ul#sitemap li a:hover {
	color:#b31b34;
}

#mainbody #container #rightcolumn {
	margin: 0 0 0 20px;
	padding: 0;
	width: 250px;
	float: right;
	/*background: url(../images/vertical-dot.gif) repeat-y top left;*/
}

/*#rightcolumn h2 {
	margin: 0;
	padding: 0 0 0 10px;
	color: #fff;
	font-size: 100%;
	text-transform: uppercase;
	font-weight: bold;
	background: url(../images/black-heading-background.gif) repeat-x top left;
	line-height: 30px;
}*/

#rightcolumn h2 {
	margin: 0;
	padding: 0 0 5px 0;
	color: #000;
	font-size: 130%;
	font-weight: normal;
	border-bottom: 1px solid #000;
}

ul#latestnews {
	margin: 0;
	padding: 10px;
	list-style: none;
	border: 1px solid #a4958c;
	width: 228px;
	overflow: hidden;
}

ul#latestnews li {
	background: url(../images/horizontal-dot.gif) repeat-x bottom left;
	float: left;
}

ul#latestnews li a {
	padding: 8px 0 8px 26px;
	color: #000;
	text-decoration: none;
	display: block;
	background: url(../images/arrow-bullet-new.gif) no-repeat left top;
	width: 212px;
}

ul#latestnews li a:hover {
	color: #b31b34;
}

ul#latestnews li a.download {
	padding: 8px 0 8px 20px;
	background: url(../images/pdf-icon-whitebg.gif) no-repeat left;
}


#rightcolumn p.rss {
	margin: -24px 0 13px 0;
	text-align: right;
	font-size: 90%;
}

#rightcolumn p.rss a {
	color: #000;
	background: url(../images/rss-icon.gif) no-repeat left;
	padding: 4px 0 4px 23px;
	text-decoration: none;
}

#rightcolumn p.rss a:hover {
	text-decoration: underline;
}

#rightcolumn p.more {
	margin: 5px 0 13px 0;
	text-align: right;
	font-size: 90%;
}

* html #rightcolumn p.more {
	margin-top: 4px;
}

#rightcolumn p.more a {
	color: #000;
	background: #e7d8ce;
	border: 1px solid #a4958c;
	padding: 6px 8px;
	text-decoration: none;
}

#rightcolumn p.more a:hover {
	
	background: #d5c3b7;
}

#rightcolumn form.enquiries, .enquiries {
	margin: 20px 0 0 0;
	padding: 10px;
	background: url(../images/enquiries-background.gif) repeat-x top left #971827;
	width: 230px;
	overflow: hidden;
}

#rightcolumn form.enquiries h2, #rightcolumn .enquiries h2 {
	margin: 0;
	padding: 0 0 8px 0;
	background: none;
	line-height: 100%;
	border-left: none;
	border-bottom: 1px solid #891220;
	color: #fff;
	font-weight: normal;
	
}

#rightcolumn .enquiries p, #rightcolumn .enquiries p a { 
	color: #fff;
}

#rightcolumn form.enquiries label {
	margin: 0;
	padding: 9px 0;
	border-top: 1px solid #d13c4e;
	display: block;
	color: #fff;
}

#rightcolumn form.enquiries input {
	margin: 0 0 10px 0;
	padding: 2px;
	border: 1px solid #fff;
	width: 224px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

#rightcolumn form.enquiries input.button {
	margin: 0;
	padding: 1px 2px;
	border: 1px solid #fff;
	background: url(../images/black-heading-background.gif) repeat-x top left;
	color: #fff;
	width: 100px;
	float: right;
}

#rightcolumn .featureboxwrap {
	margin: 20px 0 0 0;
	padding: 0;
	width: 250px;
	float: left;
}

#rightcolumn .featureboxtop {
	margin: 0;
	padding: 0;
	background: url(../images/featureboxtop-rightcol.png) no-repeat;
	width: 250px;
	height: 16px;
}

#rightcolumn .featurebox {
	margin: 0;
	padding: 4px 20px;
	background: url(../images/featureboxmid-rightcol.png) no-repeat;
	width: 210px;
}

#rightcolumn .featureboxbase {
	margin: 0;
	padding: 0;
	background: url(../images/featureboxbase-rightcol.png) no-repeat;
	width: 250px;
	height: 16px;
}

* html #rightcolumn .featureboxtop {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/images/featureboxtop.png');
	background:none;
}

* html #rightcolumn .featurebox{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/images/featureboxmid.png');
	background:none;
}

* html #rightcolumn .featureboxbase {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/images/featureboxbase.png');
	background:none;
}

#rightcolumn .featurebox h2 {
	margin: 10px 0 5px 0;
	font-size: 100%;
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
	border: none;
}

#rightcolumn .featurebox h2 a {
	padding: 0 0 0 25px;
	/*background: url(../images/feature-arrow.gif) no-repeat left;*/
	background: url(../images/news-bullet.gif) no-repeat left;
	color: #000;
}

#rightcolumn .featurebox h2 a:hover {
	color: #be2e37;
}
	

#rightcolumn .featurebox p {
	color: #000;
	line-height: 140%;
	font-size: 90%;
	margin: 0;
}

#rightcolumn .featurebox img {
	border: 1px solid #a4958c;
}

/*#rightcolumn .featurebox {
	margin: 0;
	padding: 10px;
	background: url(../images/features-background.gif) repeat-x top left #272727;
	width: 230px;
	float: left;
}

#rightcolumn .featurebox h2 {
	margin: 15px 0 15px 0;
	padding: 0 0 0 20px;
	background: url(../images/feature-arrow.gif) no-repeat left;
	font-size: 100%;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	line-height: 100%;
	border: none;
}

#rightcolumn .featurebox h2 a {
	color: #fff;
}

#rightcolumn .featurebox p {
	color: #fff;
	line-height: 120%;
}

#rightcolumn .featurebox a {
	color: #fff;
}*/

#rightcolumn .featurebox ul {
	color: #fff;
	line-height: 140%;
	margin-left: 5px;
	padding: 0;
	list-style: none;
}

#rightcolumn .featurebox ul li {
	padding: 0 0 0 20px;
	background: url(../images/feature-arrow.gif) no-repeat top left;
}

#rightcolumn .featurebox ul.downloads {
	color: #fff;
	line-height: 140%;
	list-style: none;
	margin-left: 20px;
	padding: 0;
}

#rightcolumn .featurebox ul.downloads li a{
	color: #fff;
	background: url(../images/pdf-icon.gif) no-repeat left;
	padding: 0 0 0 22px;
	text-decoration: none;
}

#rightcolumn .featurebox ul.downloads li a:hover {
	text-decoration: underline;
}

p.paging {
	margin: -1px 0 0 0;
	color: #000;
	background: #e7d8ce;
	border: 1px solid #a4958c;
	padding: 6px 8px;
	text-decoration: none;
}

p.paging a {
	margin: 0 5px 0 0;
	padding: 1px 4px;
	border: 1px solid #666;
	text-decoration: none;
	color: #000;
}

p.paging a:hover {
	background: #d5c3b7;
}

p.paging span {
	margin: 0 5px 0 0;
	font-weight: bold;
}

#footer {
	margin: 20px auto;
	padding: 0;
	width: 950px;
}

#footerleft {
	margin: 0;
	padding: 0;
	float: left;
}

#footerright {
	margin: 0;
	padding: 0;
	float: right;
}

#footer p a {
	color: #ba1f32;
}

#footer p a:hover {
	color: #000;
}

table {
	margin-bottom: 20px;
	border-top: 1px solid #a4958c;
	border-left: 1px solid #a4958c;
	background: #fff;

}

table td {
	border-bottom: 1px solid #a4958c;
	border-right: 1px solid #a4958c;
}

table tr.header { background: #e7d8ce; font-size: 90%; font-weight: bold; }

#contentarea .roomtype {
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
}

#contentarea .roomtype img {
	float: left;
	margin: 0 10px 5px 0;
	border: 1px solid #a4958c;
	padding: 4px;
	background: #fff;
}

#contentarea .link .text {
	float: right;
	width: 335px;
}

#contentarea .link {
	margin: 0 0 10px;
	padding: 0 0 10px;
	width: 100%;
	overflow: hidden;
	background: url(../images/horizontal-dot.gif) repeat-x bottom left;
}

#contentarea .link img {
	float: left;
	margin: 0 10px 5px 0;
	border: 1px solid #a4958c;
	padding: 4px;
	background: #fff;
}
#special-offers-home{background:url(../images/special-offers-home.gif) top no-repeat;
padding:20px 20px 0 20px;

}	
#special-offers-home div{
float:left;
width:228px;
}
#special-offers-home div h2{
margin:0;
padding:0;
}
#special-offers-home div h2 a{
color:#000;
}
#special-offers-home div h2 a:hover{
color:#b31b34;
}
#special-offers-home p{
font-size:.95em;
line-height:normal;
}
#special-offers-home img{
border:1px solid #a4958c;
float:left;
margin:0 10px 0 0;
}
#men-images{
background:#000;
width:460px;
height:235px;
margin-bottom:15px;
border:1px solid #a4958c;
}

.brochure {
	margin: 0 0 10px;
	padding: 0 0 10px;
	width: 100%;
	overflow: hidden;
	background: url(../images/horizontal-dot.gif) repeat-x bottom left;
}

#mainbody #container #contentarea .brochure h2 {
	margin: 5px 0 10px 0;
	padding: 0 0 0 20px;
	font-size: 100%;
	font-weight: bold;
	background: url(../images/news-bullet.gif) no-repeat left;
}

#mainbody #container #contentarea .brochure h2 a {
	color: #b31b34;
	background: url(../images/pdf-icon-whitebg.gif) no-repeat left;
	padding: 0 0 0 22px;
	
}

#mainbody #container #contentarea .brochure h2 a:hover {
	color: #be2e37;
}

#mainbody #container #contentarea .brochure img{
	float: left;
	margin: 3px 10px 0 0;
	border: 1px solid #a4958c;
	padding: 2px;
	background: #fff;
}

ul#resource-list{
margin:0;
padding:0;
list-style:none;
}
ul#resource-list li a{
display:block;
color:#000;
font-size:1.3em;
border-bottom: 1px dotted #a4958c;
background: url(../images/resource-icon.gif) left no-repeat;
padding:5PX 0 5PX 20px;
font-weight:bold;
text-decoration:none;
}
ul#resource-list li a:hover{
text-decoration:underline;
}

.expedia img {
	border:none;
	margin-top:10px;
}