
/* Reset
************************************************/

*
{
	padding: 0;
	margin: 0;
	line-height: 1;
	list-style-type: none;
	outline: none;
}

/* Body
************************************************/

body
{
	font-family: "xGill Sans", Tahoma, Arial, Sans-Serif;
	font-size: 13px;
	padding-bottom: 20px;
}

/* Headings and Paragraphs
************************************************/

h1
{
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #803829;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 30px;
	line-height: 140%;
}

h2
{
	color: #615852;
	font-size:16px;
	font-weight: normal;
	margin-bottom: 20px;
	width: 400px;
}

p
{
	margin: 15px 0;
	color: #6F6F6F;
	line-height: 120%;
}

#content ul li
{
	list-style-type: disc;
	margin-left: 30px;
	line-height: 120%;
	color: #6F6F6F;
}

img
{
	border: 0;
}

/* Container
************************************************/

#container
{
	width: 986px;
	margin: 0 auto;
}

/* Top Navigation
************************************************/

#top-navigation
{
	border-bottom: 1px solid #DACAC7;
	height: 25px;
	margin: 10px 0;
}

#top-navigation li
{
	float: left;
	margin-right: 10px;
	color: #867363;
	font-size: 11px;
	padding: 6px;
}

#top-navigation li a
{
	display: block;
	color: #867363;
	text-decoration: none;
	font-size: 11px;
}

/* Navigation Strip
************************************************/

#navigation-strip
{
	background-color: #867363;
	background-color: #867363;
	height: 77px;
	margin-top: 4px;
	background-image: url(../images/navigation-strip-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#navigation-strip img
{
	float: right;
}

/* Main Navigation
************************************************/

#navigation-strip ul
{
	margin-left: 5px;
}

#navigation-strip ul li
{
	float: left;
	margin-right: 5px;
}

#navigation-strip ul li a
{
	display: block;
	color: #FFFFFF;
	text-decoration: none;	
	padding: 32px 5px;
	text-transform: lowercase;
	font-size: 13px;
}

#navigation-strip ul li a:hover, #navigation-strip ul li.active a
{
	color: #CEC0A1;
	background-image: url(../images/navigation-hover.png);
	background-position: top center;
	background-repeat: no-repeat;
}

 /* Page
************************************************/

#page
{
	xbackground-image: url(../images/page-bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	border-bottom: 1px solid #DACAC7;
	min-height: 225px;
}

/* Content
************************************************/

#content
{
	xposition: relative;
	left: 350px;
	margin-left: 350px;
	width: 535px;
	padding-top: 30px;
}

#cta
{
	margin-top: 40px;
	float: left
}

#cta a
{
	display: block;
	}

/* Footer
************************************************/

#footer
{
	display: block;
	background-image: url(../images/footer-bg.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 149px;
	z-index: 5;
	position: relative;
}

#sub-footer
{
	text-align: center;
	font-size: 11px;
	color: #888888;
	padding: 20px;
	line-height: 140%;
}

#sub-footer a
{
	color: #888888;
}


/* Slider
************************************************/

#slider ul, #slider li
{	
	margin:0;
	padding:0;
	list-style:none;
}

#slider li 
{ 
	width:986px;
	height:262px;
	overflow:hidden; 
}	

#prevBtn, #nextBtn,
#slider1next, #slider1prev
{ 
	display:block;
	position: absolute;
	top:45px;
	z-index:1000;
}	
	
#nextBtn, #slider1next
{ 
	margin-left:905px;
}														
	
#prevBtn a, #nextBtn a,
#slider1next a, #slider1prev a
{  
	display:block;
	position:relative;
	background-image: url(../images/photo-previous.png);
	background-position: center;
	background-repeat: no-repeat;
	width:80px;
	height: 30px;
	top: 220px;
}	

#nextBtn a, #slider1next a
{ 
	background-image: url(../images/photo-next.png);
	background-position: center;
}		

#availability-body #content
{
	width: 650px !important;
	position: relative;
	left: -20px;
}

#gallery-body #content
{
	position: relative;
	left: -300px;
	width: 900px !important;
}
