/**A cubepixels studio project
 *
 * Css File
 *
**/

*  {
	margin:0;
	padding:0;}
	
body {
	background:#2edaff url(images/bg.jpg) no-repeat top center;
	font-size:12px;
	font-family:Verdana, sans-serif;
	line-height:1.5;
	margin-top: 12px;}

	
#wrap {
	width:941px;
	margin:0 auto;
	padding:12px 12px 0 12px;
	background:#fcfbf2 url(images/content-bg.jpg) no-repeat bottom;
	}
	
#header {
	background:url(images/header.jpg) center top;
	height:270px;
	position:relative;}
	
#header h1 {
	background:url(images/logo.png) no-repeat;
	height:146px;
	width:203px;
	text-indent:-9999px;
	}
	
#header h1 a {
	height:122px;
	display:block;}
	
#frameHolder {
	height:303px;
	width:265px;
	position:absolute;
	right:65px;
	top:0px;}
	
#menu {
	background:#f3f0d6;
	padding:10px 0 10px 55px;
	margin:0 0 37px 0;
	font-family:Arial, Helvetica, sans-serif;}
	
#menu li {
	display:inline;
	margin:0;}
	
#menu a {
	color:#000;
	font-size:13px;
	font-weight:bold;
	line-height:normal;
	padding:0 15px 0 0;}
	
#menu a:hover, #menu a.active {
	color:#949389;}

#content {
	padding-bottom:140px;}
	
#sidebar {
	width:220px;
	margin:0 20px 0 50px;
	float:left;}
	
#services {
	background:url(images/services.jpg) no-repeat;
	width:220px;
	height:317px;
	list-style:none;}

#location-services {
	width:220px;
	height:317px;
	list-style:none;
	}
	
#services li {
	text-indent:-9999px;}

.hservices {
	display:none;}

#main {
	width:567px;
	float:left;
	margin-bottom:20px;
	}
#main2 {
	margin: 10px 10px 10px 20px;
	}
	
gallery-main ul li{
	margin-left: 30px;}
	
.hoverbox {
	margin-left: 40px;
	cursor: default;
	list-style: none;
}
.hoverbox a {
	cursor: default;
}
.hoverbox a .preview {
	display: none;
}

.hoverbox img {
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 127px;
	height: 90px;
}
.hoverbox li {
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px 0 10px 10px;
	padding: 5px;
	position: relative;
}
.hoverbox .preview {
	border-color: #000;
	width: 200px;
	height: 150px;
}
	
.imgthumb {
	list-style:none;}
	
.imgthumb li {
	display:inline;
	margin:0 5px 0 0;}

/*****************************************************************/

.form_label { 
	width: 150px; 
	height: 20px;
	float: left; 
	padding: 2px 0px 0px 5px;
	margin: 2px; }
.form_input { 
	float: left;
	width: 300px; 
	padding: 0px 0px 0px 0px;
	margin: 2px; }
.inputtext { width: 200px; }
textarea {
	width: 320px;
	height: 95px; }

.red { color: #FF0000; }
.alert { padding: 10px 0px 10px 0px; }

/*****************************************************************/


#fwrap {
	background:#fcfbf2;
	width:941px;
	margin:0 auto;
	padding:0 12px;}

#gallery-fwrap {
	background:#fcfbf2;
	width:941px;
	margin:0 auto;
	padding:0 0}
	
#footer {
	position:relative;
	height:95px;
	padding:27px 0 0 0;
	background:#f3f0d6;}
	
.copyright {
	font-size:10px;
	text-align:right;
	margin:0 82px 0 0;
	color:#898672;}
	
#footer a {
	color:#898672;}
	
#phoneHolder {
	position:absolute;
	width:349px;
	height:175px;
	top:-114px;}
	
#amenities-phoneHolder {
	position:absolute;
	width:349px;
	height:175px;
	top:-40px;}	

/**************************************************************AMENITIES***/

.am_image {
	float: left; }
.am_text {
	float: left; 
	width: 220px; 
	margin: 0px 10px 30px 10px; 
	height: 200px; }
.am_text ul {
	list-style: none; }
.am_text ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #525145;
	background: url(images/am_arrow.jpg) no-repeat 0px 4px;
	padding-left: 20px;
	margin: 3px 0px 0px 0px; }
.am_title {
	color: #c3c0a9;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif; }
.am_sub {
	color: #c3c0a9;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif; }

	
/*typo*/

a {
	text-decoration:none;
	color: #0066cc;}
	
a:hover {
	text-decoration:underline;}
	
a img {
	border:none;}

h1 {
	font-size:26px;}
h2 {
	font-size:24px;
	margin:0 0 10px 0;}
h3 {
	font-size:20px;}
h4 {
	font-size:18px;}
h5 {
	font-size:16px;}
h6 {
	font-size:14px;}

h1,h2,h3,h4,h5,h6 { font-weight:normal;}

ul li {
	margin:0 0 0 15px;}
	
ul,ol, p {
	margin:0 0 15px 0;}
	
/*clearfix*/
	
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

.clear { clear: both; }