/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, re, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {
	display: block;
}
mark, rp, rt, ruby, summary, time {
	display: inline
}
/* Left & Right alignment */
.fleft {
	float: left;
}
.mp_clear {
	margin: 0;
	padding: 0;
}
.m_top1 {
	margin-top: 20px;
}
.m_right1 {
	margin-right: 20px;
}
.m_right2 {
	margin-right: 100px;
}
.m_right3 {
	margin-right: 30px;
}
.m_right4 {
	margin-right: 8px;
}
.m_bot1 {
	margin-bottom: 37px;
}
.m_bot2 {
	margin-bottom: 45px;
}
.m_bot3 {
	margin-bottom: 17px;
}
.m_bot4 {
	margin-bottom: 10px;
}
.m_bot5 {
	margin-bottom: 20px;
}
.m_bot6 {
	margin-bottom: 40px;
}
.margin1 {
	margin: 0 10px 10px 0;
}
.margin2 {
	margin: 0 20px 28px 0;
}
.margin3 {
	margin: 0 14px 30px 0;
}
/* Global properties ======================================================== */
body {
	font:13px/20px 'Droid Sans', sans-serif;
	background-color: #000;
	border:0;
	position: absolute;
	width: 100%;
	height: 100%;
	min-width: 1100px;
	min-height: 900px;
	display: block;
}
body, html {
	width:100%;
	height:100%;
}
#content {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 55;
}
#content > ul > li {
	padding: 78px 78px 30px 78px;
	margin: 160px 0 0 0;
	position: absolute;
	height: 500px;
	width: 791px;
	background: url(../images/bgpages-big.png) center no-repeat;
	border-radius: 5px;
    overflow: hidden;
}
#content > ul > li#splash {
	visibility: hidden;
}
#main_wrapper {
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.wrapper {
	width: 990px;
	margin: 0 auto;
}
/* Global Structure ============================================================= */
.main {
	margin: 0 auto;
	width: 1090px;
	padding: 0;
}
.spinner {
	position:fixed;
	z-index:99;
	background:#000 url(../images/loading.gif) center no-repeat;
	width:100%;
	height:100%;
	top:0;
	left: 0;
}
p {
	color: #a09d9c;
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 28px;
	display: inline-block;
}
/* ============================= main layout ====================== */
a {
	display: inline-block;
	color:#abc035;
	text-decoration: none;
	outline:none
}
h1 {
}
h1 a {
    text-align: center;
    display: inline-block;
    background-image:url(../images/logo.png);
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	width:236px;
	height:94px;
	z-index:50;
}

h2 {
	font:25px/20px "Palatino";
	font-size: 35px;
	display: block;
	color:#FFF;
	margin-bottom: 20px;
	line-height: 30px;
	z-index: 1;
}
h3 {
	font-weight: 700;
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
	color:#FFF;
	margin-bottom: 8px;
}
h4 {
	font-weight: bold;
	display: block;
	color:#abc035;
	text-transform:uppercase;
	padding-bottom: 3px;
}
/*----------------------header-----------------------------*/
header {
	text-align: center;
	height: 113px;
	position: relative;
	width: inherit;
	/*background: url(../images/headpattern.png);*/
	background:#0f122c;
	z-index: 10;
}
.color1 {
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
}
.color2 {
	color: #FFF;
}
.color3 {
	color: #d7e962;
	font-weight: bold;
	text-transform: uppercase;
}

/*--------------menu------------*/

nav{
    position: absolute;
    
}
.menuholder{
    width: 100%;
    text-align: center;
}
.menuR {
    top: 0px;
    left: 50%;
    margin-left: 115px;
}
.menuL {
    top: 0px;
    right: 49%;
    margin-right: 140px;
}
.menuL > #menu > li {
	float: right;
	position: relative;
}
.menuR > #menu > li {
	position: relative;
	float: left;
}
#menu > li {
	display: inline-block;
}
#menu {
	position: relative;
	font:13px 'Palatino', light;
	width: 100%;
}
#menu > li {
	display: block;
}
#menu > li > a {
	overflow: hidden;
	float: left;
	color: #FFF;
	z-index: 10;
	height: 103px;
	padding: 0px 30px;
}
#menu > li > a > span {
	top: -35px;
	display: block;
	font:16px 'Palatino', light;
	text-align: center;
	position: relative;
	z-index: 11;
}
#menu > li > a > strong {
	display: block;
	font:16px 'Palatino', light;
	text-align: center;
	position: relative;
	z-index: 0px;
	top: 28px;
}
#menu2 > li {
	display: inline-block;
}
#menu2 {
	position: relative;
	font:13px 'Palatino', light;
	width: 100%;
}
#menu2 > li > a {
	overflow: hidden;
	float: left;
	color: #FFF;
	z-index: 10;
	height: 103px;
	padding: 0 30px;
}
#menu2 > li > a > span {
	top: -35px;
	display: block;
	font:16px 'Palatino', light;
	text-align: center;
	position: relative;
	z-index: 11;
}
#menu2 > li > a > strong {
	display: block;
	font:16px 'Palatino', light;
	text-align: center;
	position: relative;
	z-index: 5;
	top: 28px;
}
.dot1 {
	background:url(../images/dot1.png) no-repeat;
	background-position: 0 44px;
}
/*-----submenu1-----*/
.submenu_1 {
	left:18px;
	top: 75px;
	position:absolute;
	z-index:9100;
	width: 100px;
	height: 70px;
	display: none;
	padding: 4px 0 0 0;
	background:url(../images/bgsubmenu.png) no-repeat;
}
.submenu_1 li {
	margin: 0 0 5px -4px;
	text-transform: none;
	position:relative;
	text-align: center;
	display: block;
}
.submenu_1 a {
	display: block;
	position:relative;
	font: 13px/20px 'Droid sans', sans-serif;
	color:#fff;
}
.submenu_1 li>a:hover, .submenu_1 li.sfHover>a {
	color:#7ed0ec;
}
/*------------pages------------*/
figure {
	float: left;
}
a.moreb {
	font:25px/20px Times, "Palatino", cursive;
	font-size: 25px;
	color: #FFF;
}
a.view {
	font:25px/20px "Palatino", cursive;
	font-size: 25px;
	color: #FFF;
}
a.viewmap {
	font:25px/20px "Palatino", cursive;
	font-size: 25px;
	color: #FFF;
}
.gal1 {
	margin-bottom: 30px;
	overflow: hidden;
}
.gal2 {
	margin-bottom: 40px;
	overflow: hidden;
}
.gal2 > li {
	width: 105px;
	height: 104px;
	float: left;
}
.zoomImg {
	display:block;
	position:absolute;
	top:0;
	width:245px;
	height:188px;
	z-index:2;
	background: url(../images/zoom.png) 50% 50% no-repeat;
}
.zoomImg2 {
	display:block;
	position:absolute;
	width:105px;
	height:104px;
	z-index:2;
	background: url(../images/zoom2.png) 50% 50% no-repeat;
}

.zoomImg3 {
	display:block;
	position:absolute;
	width:180px;
	height:138px;
	z-index:2;
	background: url(../images/zoom2.png) 50% 50% no-repeat;
}

#mycarousel > li {
	float: left;
	position: relative;
	display: inline-block;
	margin:0 24px 0 0;
}
.gal3 > li {
	width: 220px;
	height: 130px;
	float: left;
	overflow: hidden;
}
.gal3 > li a {
	cursor: pointer;
}
.goto {
	display: block;
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
	color:#FFF;
	background: url(../images/bggal3.png) center no-repeat;
	width: 220px;
	height: 30px;
	overflow: hidden;
	text-align: center;
	padding: 7px 0 0 0;
	z-index: 50;
	position: relative;
}
.txt1 {
	line-height: 21px;
}
.box1 {
    letter-spacing: -1px;
	width: 226px;
	height: 128px;
	overflow: hidden;
    float: left;
}
/*-------------Slideshow------------*/

#imageHolder img { width:100% !important; height:auto !important; }

#imageHolder {
	position: absolute;
	width: 100%;
	height: 100%;
}
#imgSpinner {
	position: absolute;
	z-index: 4;
	width: 100%;
	height: 100%;
	background:#000000 url("../images/loading.gif") 50% center no-repeat;
}
.topImg {
	position: absolute;
	z-index: 1;
	background: #000;
}
.bottomImg {
	position: absolute;
	z-index: 0;
	background: #000;
}
#next {
	position: absolute;
	top: 50%;
	right: 1px;
	z-index: 7;
	margin-top: -35px;
	width: 35px;
	height: 34px;
}
#prev {
	position: absolute;
	top: 50%;
	left: 1px;
	z-index: 7;
	margin-top: -35px;
	width: 35px;
	height: 34px;
}
#pause {
	position: absolute;
	top: 50%;
	left: 40px;
	z-index: 7;
	margin-top: -35px;
	width: 35px;
	height: 34px;
}
#play {
	position: absolute;
	top: 50%;
	left: 40px;
	z-index: 7;
	margin-top: -35px;
	width: 35px;
	height: 34px;
	display: none;
}
/* ============================= footer ====================== */

footer {
	position: absolute;
	height:103px;
	width: 100%;
	font:12px/20px Arial, sans-serif;
	color: #625d5a;
	text-transform:uppercase;
	bottom: 0;
	z-index: 10;
}
.privacy {
	position: absolute;
	bottom: 0;
	height: 51px;
	width: 100%;
	/*background:url(../images/footerpattern.jpg) repeat-x;*/
	background:#0f122c;
	text-align: center;
}
.controls {
	text-align: center;
	width: 100%;
	height: 53px;
	margin: 0 auto;
}
.gallcontrols {
	top: 25px;
	left: 2px;
	position: relative;
	width: 115px;
	height: 40px;
	margin: 0 auto;
}
.bgc {
	overflow: hidden;
	margin: 0 auto;
	height: 52px;
	background:url(../images/footerbg2.png) center no-repeat;
}
/* Forms
---------------------------------------- */
#form1 {
}
.box2 {
	position: relative;
	display: inline-block;
	margin-bottom: 10px;
}
#form1 input {
	border:1px solid #363636;
	border-radius:4px;
	background:#2d2b29;
	color:#acabab;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	font-size:12px;
	line-height:1.2307em;
	padding:10px 0 10px 10px;
	width:212px;
	outline:none;
	box-shadow:none;
}
#form1 textarea {
	border:1px solid #363636;
	border-radius:4px;
	background:#2d2b29;
	color:#acabab;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	font-size:12px;
	line-height:1.2307em;
	padding:10px 0 10px 10px;
	width:447px;
	height:155px;
	overflow:auto;
	outline:none;
	resize: none;
}
#form1 label {
	position: relative;
	display:inline-block;
}
#form1 .error, #form1 .empty {
	font-family: 'Droid Sans', sans-serif;
	display:none;
	font-size:11px;
	color:#7ed0ec;
}
.btns a {
	float: right;
	font:25px/20px "Palatino", cursive;
	display:inline-block;
	text-decoration:none;
	color:#fff;
}
.btns a:hover {
	color: #7ed0ec;
}
/* Form defaults */
input, select, textarea {
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}
.success{
    color: #fff;
}
/*-----------------------endform-----------------------*/
.phone1 {
	display:inline-block;
	width:75px;
}
a.mail {
	margin-left: -20px;
	font-family: 'Droid Sans', sans-serif;
	color: #fff;
	text-decoration: none;
}
a.mail:hover {
	text-decoration: underline;
	color: #7ed0ec;
}
a.mail2 {
	font-family: 'Droid Sans', sans-serif;
	color: #fff;
	text-decoration: none;
}
a.mail2:hover {
	text-decoration: underline;
	color: #7ed0ec;
}
.priv {
	margin-top: 18px;
	color: #858484;
}
.priv > a {
	color: #858484;
	text-transform: none;
}
.priv > a:hover {
	color: #7ed0ec;
}
.google_map{
	width: 460px;
	height: 270px;
	background: #f2f2f2;   
}

.readmore_content { width:628px; float:left; }
.readmore_content p { margin-bottom:15px; }
.readmore_thumb { float:right; }

.large_text { font-size:25px; }

.exterior_left a { display:inline; }
.interior_right a { display:inline; }