/* @override 
	http://gatheringplacefurniture.com/main.css
	http://precisionlandscaping.us/main.css
*/

/* @group Media Queries */

@media (min-width: 800px) and (max-width: 1000px) {
    body {
    }
}

@media (min-width: 400px) and (max-width: 800px) {
    body {
    }
}


/* @end */

header, section, footer, aside, nav, main, article, figure {
    display: block;
}

html {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: url(background-dunes-14-10.jpg) no-repeat;
	background-size: cover;
	margin: 0;
	padding: 0;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	margin: 30px 20px 20px;
}

p {
	color: #fff;
	margin: 20px;
	font: 20px/30px Georgia, "Times New Roman", Times, serif;
}

div.frame {
	width: 1280px;
	position: relative;
	height: 940px;
	margin-right: auto;
	margin-left: auto;
}

div#slideImg {
	width: 1024px;
	height: 768px;
	position: absolute;
	left: 128px;
	top: 130px;
	background-color: rgba(0,0,0,0.5);
}

div#slideFrame {
	width: 1060px;
	height: 900px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	padding: 0;
	background: url(frame-1060-900.png) no-repeat;
	top: 10px;
	left: 110px;
}

div#slideContent {
	width: 1024px;
	height: 768px;
	position: absolute;
	left: 128px;
	top: 130px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

div#slideContent h1 {
}

div#slideContent p {
	
}

ul.nav {
	text-align: center;
	position: absolute;
	top: 67px;
	margin: 0;
	padding: 0;
}

ul.nav li {
	display: inline;
	list-style-type: none;
	font-style: normal;
	padding: 0;
	margin: 0;
}

ul.nav li a {
	text-decoration: none;
	color: #004eff;
	font: bold 22px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-right: 14px;
	padding-left: 14px;
	margin: 0;
}

ul.navLeft {
	text-align: center;
	position: absolute;
	left: 125px;
	top: 96px;
	display: block;
	width: 380px;
}

ul.navRight {
	text-align: center;
	top: 96px;
	right: 125px;
	position: absolute;
	display: block;
	width: 380px;
}

a#prv {
	position: absolute;
	top: 400px;
	left: 40px;
	margin: 0;
	padding: 0;
	width: 120px;
	height: 120px;
}

a#nxt {
	position: absolute;
	top: 400px;
	margin: 0;
	padding: 0;
	width: 120px;
	height: 120px;
	right: 40px;
}

p.phone {
	color: #000;
	position: absolute;
	top: 30px;
	left: 180px;
	font: bold 30px Tahoma, Verdana, sans-serif;
	text-align: center;
	margin: 0;
	padding: 0;
}

p.address {
	position: absolute;
	top: 20px;
	color: #000;
	font: bold 20px Tahoma, Verdana, sans-serif;
	text-align: center;
	right: 180px;
	margin: 0;
	padding: 0;
}

p.footer {
	color: #000;
	font-size: 16px;
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 1280px;
	left: 0;
	margin: 0 auto;
}

div.itemLabel {
	background-color: rgba(255,255,255,0.8);
	max-width: 300px;
	border-radius: 10px;
	display: inline-block;
	margin: 0;
	padding: 10px 10px 14px;
	font-family: Tahoma, Verdana, sans-serif;
	position: absolute;
}

div.itemLabel h2 {
	font: bold 16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #c30;
	margin: 0;
	padding: 0 6px;
}

div.itemLabel p {
	margin: 0;
	padding: 0 6px;
	color: #000;
	font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

div.itemLabelLeft:before {
content: ' ';
	height: 0;
	position: absolute;
	width: 0;
	border: 20px solid transparent;
	border-left-color: rgba(0,0,0,0.68);
	top: 34%;
	right: -40px;
}

div.itemLabelRight:before {
content: ' ';
	height: 0;
	position: absolute;
	width: 0;
    left: -40px;
	border: 20px solid transparent;
	border-right-color: rgba(0,0,0,0.68);
	top: 34%;
}

div.itemLabelBelow:before {
content: ' ';
	height: 0;
	position: absolute;
	width: 0;
    left: 40%;
	border: 20px solid transparent;
	border-bottom-color: rgba(0,0,0,0.68);
	top: -40px;
}

div.itemLabelAbove:before {
content: ' ';
	height: 0;
	position: absolute;
	width: 0;
    left: 40%;
	border: 20px solid transparent;
	border-top-color: rgba(0,0,0,0.68);
	bottom: -40px;
}

div.itemLabel span.listPrice {
	font-size: 18px;
	color: #cf9;
	padding: 0 20px 0 0;
}

div.itemLabel span.salePrice {
	font-size: 14px;
	color: #fff;
	padding: 2px 8px;
	background-color: #d13d3d;
	border-radius: 4px;

}

div.gallery {
	padding: 10px 20px 20px;
	margin: 40px auto;
	background-color: rgba(0,0,0,0.5);
	width: 240px;
	height: 450px;
	text-align: center;
}

div.gallery p {
	font-size: 18px;
	line-height: 20px;
}

div.wood {
	padding: 20px 60px;
	margin: 160px 0 20px;
	background-color: rgba(0,0,0,0.5);
}

div.wood p {
	font-size: 20px;
	color: #fff;
	line-height: 30px;
}

span.intro {
	
}

div.map {
	margin-top: 60px;
	text-align: center;
}

div.map div.colLeft {
	width: 270px;
	margin: 10px;
	padding: 0;
	display: inline-block;
	float: left;
}

div.map form {
	display: inline-block;
	float: left;
}

div.map form div {
	display: inline-block;
	width: 240px;
	float: left;
}

div.map p {
	color: #000;
	font-size: 18px;
	margin: 10px;
	padding: 2px;
	overflow: hidden;
}

form label {
	color: #000;
	font: 14px Tahoma, Verdana, sans-serif;
	padding-left: 4px;
}

form input {
}

form textarea.comment {
	width: 310px;
	height: 80px;
	font-size: 14px;
}

form button {
	
}

div#coord {
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.35);
	margin: 10px;
	padding: 4px;
	display: none;
	font-size: 2em;
}

audio {
	display: none;
}

p.testObj {
	opacity: 0.5;
	background-color: #303;
}

div.test {
	
}

div.test p {
	color: #000;
	background-color: rgba(153,51,153,0.5);
}

div.test h1 {
	color: #000;
}

textarea#copyspace {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 4;
	display: none;
}

img#coord {
	position: absolute;
	bottom: 0;
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 0;
	top: 0;
	display: block;
}

div#statBox {
	position: absolute;
	overflow: hidden;
	width: 300px;
	height: 200px;
	margin: 0;
	padding: 0;
	display: none;
	left: 10px;
	background-color: rgba(0,0,0,0.6);
	bottom: 10px;
}

div#stat {
	width: 318px;
	height: 200px;
	overflow: auto;
	padding: 0;
	margin: 0;
	display: block;
}

div#stat p {
	font: 11px "Courier New", Courier, mono;
	margin: 0;
	padding: 2px 0 0 10px;
} 


