@charset "utf-8";
/* CSS Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* CSS Layout */

html, body {
	margin-left: 0;
	margin-right: 0;
	text-align: center;
	background: #000000;
}

#page-width {
	width: 868px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#header {
	width: 868px;
	height: 30px;
	float: left;
	display: inline;
	margin-top:10px;
	overflow:hidden;
	text-align: center;
}

div.header {
	color:#FFFFFF;
	font-family:"Times New Roman",Times,serif;
	font-size:25px;
	font-weight:normal;
	letter-spacing:46px;
	text-align:center;
	width: 868px;
}

#content-holder {
	width: 868px;
	float: left;
	display: inline;
}

.thumb-holder {
	width: 213px;
	float: left;
	display: inline;
	padding: 2px;
	position: relative;
	z-index: 1;
	height: 211;
}

#footer {
	width: 868px;
	height: 40px;
	float: left;
	display: inline;
}

#offers {
	width: 868px;
	height: 40px;
	float: left;
	display: inline;
	text-align:center;
	margin-top:15px;
	position:relative;
}

.offer {
	width: 868px;
	height: 40px;
	float: left;
	display: inline;
	text-align:center;
	background-color:#000000;
}



/* CSS Links */

.absolute {
	position:absolute;
	left: 0;
	top: 0;
}

.hide {
	display:none;
}


.nav-btns {
	float: right;
	display: inline;
	margin: 0 5px 0 5px;
	padding: 25px 0 5px 30px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 17px;
	color: #FFFFFF;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 5px;
	text-decoration: none;
}

.offer-text {
/*	background: #000000; */
}

.offer-text, .offer-text a {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 15px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 5px;
	text-decoration:none;


}

.offer-small-text, .offer-small-text a {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 15px;
	color: #FFFFFF;
	text-transform:none;
	font-weight: normal;
	letter-spacing: 3px;
	text-decoration:none;
}

/* CSS Images */

.renaissance-logo {
	float: right;
	display: inline;
	margin: 5px 0 0 30px;
}

img.enlarged {
	position: absolute;
	z-index: 5;
	cursor: pointer;
}

a.the-stonhouse {
	display:block;
	width:213px;
	height:211px;
	background-image:url(../images/rollovers/the-stonhouse-rollover.jpg);
	background-position:center center;
	background-repeat:no-repeat;
}

a.the-avalon {
	display:block;
	width:213px;
	height:211px;
	background-image:url(../images/rollovers/the-avalon-rollover.jpg);
	background-position:center center;
	background-repeat:no-repeat;
}

a.bolingbroke {
	display:block;
	width:213px;
	height:211px;
	background-image:url(../images/rollovers/bolingbroke-rollover.jpg);
	background-position:center center;
	background-repeat:no-repeat;
}

a.the-abbeville {
	display:block;
	width:213px;
	height:211px;
	background-image:url(../images/rollovers/the-abbeville-rollover.jpg);
	background-position:center center;
	background-repeat:no-repeat;
}

a.tommy-field {
	display:block;
	width:213px;
	height:211px;
	background-image: url(../images/rollovers/tommyfield-over.jpg);
	background-position:center center;
	background-repeat:no-repeat;
}

.quote-author {
	font-size: 10px !important;
	font-style: italic;
}