body
{
	background: url(../images/bg.jpg) top center #0b0549 no-repeat;
	position: relative;
}
h1
{
	display:none;	
}
#header
{
	width: 100%;
	height:112px;
	background: url(../images/header.jpg) top center no-repeat;
	position: relative;
}
#logo
{
	margin: 0px auto;
	width:960px;
	height:96px;
	position: relative;
}
	#logo a
  	{
 		float: left;	
		width:271px;
		height:96px;
		text-indent: -9999px;
		margin-left: 10px;
		margin-top:5px;
  	}
#menu
{
	float: left;
	width:100%;
	height:45px;
	border-top:4px solid #fff;
	border-bottom:4px solid #fff;
	background: url(../images/menu_bg2.jpg) center #c69c6d no-repeat;

	
}
	#menu ul
	{
		margin:0px auto;
		width:981px;
		height: 45px;
		text-align:center;
	}
	#menu ul li
	{
		float: left;
		display:inline;	
		text-align:center;
		position: relative;
		
	}
	#menu ul li a
	{
		float: left;
		font-size: 14px;
		color: #0b0549;
		font-weight: bold;
		text-transform: uppercase;
		margin:0px 48px 0px 0px;
		position: relative;
		top:15px;
		left:20px;
		font-family: arial;
	}
	#menu ul li a span
	{
		position: absolute;
		right:-29px;
		top:7px;
		font-size: 10px;
		color: #fff;
		letter-spacing: 0px;
	}
		#menu ul li a span:hover
		{
			color: #c69c6d;	
		}
	#menu ul li a:hover
	{
		color: #fff;	
	}
	#menu ul li a.active
	{
		color: #840715;	
	}

/*:::SUBMENU:::*/
.menu_list {	
	float: left;
	margin:10px;
	width:174px;
}
.menu_list .back a
{
	float: left;
	padding:3px;
	font-size:11px;
	color: #404040;
	background: #D6B896;
	border: 1px solid #C69C6C;
	margin-top:5px;
}
.menu_head{
	float: left;
	clear: left;
	position: relative;
	font-size:14px;
	color: #ab875f;
	cursor:pointer;
	/*width:174px;*/
	padding:2px 2px 2px 11px;
	font-weight: bold;
	white-space:nowrap;
}
.menu_head a{
	color: #ab875f;
} 
	.menu_head:hover, .menu_head a:hover
	{
		color: #666;
	}

.arrow
{
	background: url(../images/arrow_right.png) left no-repeat;
}
#firstpane p#active, .menu_head a#active
{
	color: #666;	
}
#firstpane a.active
{
	font-weight: bold;	
}
.menu_body {
	clear: left;
	display:none;
	font-size:12px;
	margin-bottom:5px;
	margin-left:5px;
}
.menu_body a{
    display:block;
  	color:#666; 
	background: none;
	padding-left:10px;
	line-height:18px;
}
.menu_body a:hover{
  color: #C69C6D;
    }

.menu_head2{
	position: relative;
	font-size:12px;
	color: #666;
	cursor:pointer;
	width:164px;
	padding:2px 2px 2px 10px;
	margin-left:5px;
	background: url(../images/arrow_right.png) left no-repeat;
}
	.menu_head2 a
	{
		padding-left:0px;
		margin-left:0px;
	}
	.menu_head2:hover
	{
		color: #C69C6D;	
	}
.menu_body2 {
	display:none;
	font-size:11px;
	margin-bottom:5px;
	margin-left:5px;
}
.menu_body2 a{
    display:block;
  	color:#666; 
	background: none;
	padding-left:15px;
	line-height:16px;
}
.menu_body2 a:hover{
  color: #C69C6D;
    }
	
.linens, .thumbs
{
	float: left;
	margin:20px 5px 10px 0px;
	text-align: center;
	position: relative;
}
	.linens p, .thumbs p
	{
		width:128px;
		height:15px;
		font-size: 11px;
		color: #ab875f;
		position: absolute;
		left:0px;
		bottom:-16px;
		font-family:Georgia, "Times New Roman", Times, serif;
	}
	.linens a, .thumbs img
	{
		float: left;
		width: 128px;
		height:128px;
		border: 3px solid #F8F3ED;
		
	}
	.linens a:hover
	{
		border: 3px solid #ddd;
		
	}
	/*.linens a img
	{
		-moz-opacity:0.9;
		opacity: 0.9;
		filter: alpha(opacity = 90);
	}
	.linens a img:hover
	{
		-moz-opacity:1.0;
		opacity: 1.0;
		filter: alpha(opacity = 100);
	}*/

#wrapper
{
	margin:0px auto;
	width:960px;
	overflow:hidden;
	clear: both;
	padding: 20px 4px 160px 4px;
	background: url(../images/wrapper_bg.jpg) 0px 0px #fff no-repeat;
	position: relative;
}
#content_alt
{
	float: left;
	width:95%;
	padding:20px;
}
	#content p, #content_alt p
	{
		font-size: 14px;
		color: #5F5F5F;
		line-height:18px;
		padding-top:15px;
	}
	#content p a, #content_alt p a
	{
		color: #C69C6D;
	}
	#content_alt p span
	{
		font-style: italic;	
		font-weight: bold;
	}
	#content_alt form 
	{
		float: left;
	}
	#content_alt form div
	{
		float: left;
		clear: both;
		width:370px;
		margin-top:10px;
		text-transform: capitalize;
	}
	
	#content_alt form div label
	{
		float: left;
		font-size:18px;
		color: #5F5F5F;
		width:150px;
		margin-right:10px;
		text-align: right;
		padding-top:4px;
	}
	#content_alt form div input
	{
		font-size: 14px;
		padding:6px;
		border: 1px solid #ccc;
		background:#F6EDE6;
		color: #5F5F5F;
	}
	#content_alt form div input:focus
	{
		border: 1px solid #C69C6C;
	}
	#content_alt form div button
	{
		padding:6px;
		background: #eee;
		border: 1px solid #999;
		font-size: 16px;
		color: #5F5F5F;
		cursor:pointer;
	}
		#content_alt form div button:hover
		{
			background:#ddd;	
		}
	#content_alt form div.checkboxes 
	{
		float: left;
	}
	#content_alt form div.checkboxes div
	{
		float: left;
		margin-top:0px;
	}
	#content_alt form div.checkboxes label
	{
		float: left;
		width:350px;
		padding-bottom:5px;
		text-align:left;
	}
	#content_alt form div.checkboxes input
	{	
	 	float: left;
		clear: both;
		height:15px;
		width:15px;
		padding:0px;
		margin-top:0px;
		margin-left:15px;
		border: 0px;
		background:none;
	}
	#content_alt form div.checkboxes span
	{
		float: left;
		width:300px;
		font-size: 13px;
		color: #404040;
		padding-left:3px;
		padding-top:0px;
	}
	
#content
{
	float: left;
	width:700px;
	padding:20px;
}
	#content h2, #content_alt h2
	{
		font-size:22px;
		color: #c69c6d;
		letter-spacing:1px;
		text-transform:uppercase;
		border-bottom:1px solid #c69c6d;
		font-family: Georgia, "Times New Roman", Times, serif;
		margin-bottom:3px;
	}
		
	#content h3, #content_alt h3
	{
		font-size:14px;
		color: #c69c6d;
		letter-spacing:1px;
		text-transform:uppercase;
		font-family: Georgia, "Times New Roman", Times, serif;
	}
#content img.alignleft, #content_alt img.alignleft
{
	float: left;
	margin:20px 20px 0px 0px;
	padding:1px;
}
.gold
{
	border: 1px solid #C69C6C;	
}
#numbers
{
	float: left;
	margin-top:20px;
	margin-left:70px;
}
	#numbers h3
	{
		margin:0px;
		padding:0px;
	}
	#numbers p
	{
		margin:0px;
		padding:0px;
		padding-bottom:20px;
	}
	
#callouts
{
	margin: 0px auto;
	clear: both;
	width:968px;
	overflow: hidden;
	padding-bottom:160px;
	text-align: center;
}
	#callouts li
	{
		float: left;
		display: inline;
		list-style: none;
		padding:5px 0px 0px 0px;
	}
		#callouts li.space
		{
			width:12px;	
		}
	#callouts li a
	{
		float: left;
		height:172px;
		font-size: 32px;
		font-style: italic;
		color: #c69c6d;
		text-indent: -9999px;
		background: url(../images/callouts.jpg) no-repeat;
	}
		#callouts li a span
		{
			position: relative;
			top:22px;
		}
		#callouts li a.callout1
		{
			width:345px;
			background-position: 0px 0px;
		}
			#callouts li a.callout1:hover
			{
				background-position: 0px -172px;
			}
		#callouts li a.callout2
		{
			width:252px;
			background-position: -367px 0px;
		}
			#callouts li a.callout2:hover
			{
				background-position: -367px -172px;
			}
		#callouts li a.callout3
		{
			width:345px;
			background-position: -633px 0px;
		}
			#callouts li a.callout3:hover
			{
				background-position: -633px -172px;
			}
			
#image_rotate
{
	float: left;
	width:100%;
	margin-top:15px;
}
	#image_rotate li
	{
		list-style:none;
	}
	#image_rotate li img
	{
		padding:1px;
		border: 1px solid #C69C6D; 
	}
	
#footer_menu
{
	width:100%;
	float: left;
	margin-top:10px;
	background: #04002F;
	position:absolute;
	bottom:0px;
	left:0px;
	padding-top:10px;
	padding-bottom:10px;
}
	#footer_menu ul
	{
		margin: 0px auto;
		clear: both;
		width:968px;
		overflow: hidden;
		text-align:center;
		
	}
	#footer_menu ul li
	{
		display:inline;
		padding: 0px 10px 0px 10px;
		color: #79779F;
		font-size: 11px;
	}
	#footer_menu ul li img
	{
		position: relative;
		top:10px;
	}
	#footer_menu ul li a
	{
		color: #79779F;
		font-size: 11px;
	}
	#footer_menu ul li a:hover
	{
		color: #C69C6D;
	}

#designed_by
{
	margin: 0px auto;
	width:968px;
	height:20px;
	font-size: 10px;
	margin-top:0px;
	margin-bottom: 20px;
	padding-top:10px;
}
	#designed_by li
	{
		float: left;
		display:inline;
		width: 33%;
	}
	#designed_by p
	{
		color: #c69c6d;
	}
	#designed_by a
	{
		color: #c69c6d;	
	}
	#designed_by a:hover
	{
		color: #fff;	
	}
	
#container
{
	margin: 0px auto;
	width:968px;
	height:378px;
	clear: both;
	position: relative;
	padding-bottom:8px;
	padding-top:12px;
}
	#container li
	{
		display:inline;
		list-style: none;
		margin:0px;
		padding:0px;
		border: none;
	}
	#container li img
	{
		padding:0px;
		border: none;
	}
		
#one #image_rotate
{
float: left;
width:271px;
height:378px;
margin:0px;
padding:0px;
}

#two #image_rotate2
{
float: right;
width:680px;
height:378px;
margin:0px;
padding:0px;
}


/*::::: THUMBS ::::::::*/
.photo
{
	float: left;
	position: relative;
}
.photo a
{
	float: left;
	margin:20px 30px 15px 0px;
}
.photo span
{
	width: 128px;
	clear: both;
	text-align: center;
	position:absolute;
	bottom:0px;
	left:0px;
	color: #666;
	font-size:11px;
	font-style: italic;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.photo img
{
	float: left;
	width:128px;
	height:128px;
	border: 1px solid #e6c7a4;
}
.photo img:hover
{
	border: 1px solid #4F4B7E;
}
#large_box {width:400px; height:400px;}
#zoom_table
{
	background: #ccc;
}

div#zoom p
{	
	float: left;
	width:90%;
	font-size:12px;
	color: #404040;
	font-weight:bold;
	padding-left:5px;
	padding-right:5px;
}

#cities
{
	float: left;
	width:100%;
	text-align: center;
	margin-top:50px;
}
#cities li
{
	display:inline;
	padding:8px;
}
#cities li a
{
	font-size:11px;
	color: #C69C6D;
	position: relative;
	z-index:1;
}
#cities li a:hover, #cities li a.active
{
	text-decoration: underline;	
}
