@charset "UTF-8";
@media screen {
	
/* CSS reset from  http://developer.yahoo.com/yui/reset/ */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}
ol,ul {
	list-style:none;
}
/* end CSS reset */

/*
 * andygock.com.au styling
 * AGP green = #d4de33
 */
 
/* Global styles */
body {
	background: #000;
	font-family: arial,helvetica,sans-serif;
	font-size: 13px;
	color: #ccc;
}
h1, h2, h3, h4, h5, h6 {
	color: #d7df23;
	padding-top: 0.5em;
	text-align: left;
}
#bottom h2, .package h2 {
	padding-top: 0em;
}
h1 {
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.2em;
}
h1.no-style { /* Used in header */
	display: inline;
	color: #fff;
}
h2 {
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	line-height: 1.2em;
}
h3 {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: -0.7px;
	line-height: 1.2em;
}
ul {
	display: block;
	padding: 0 2em 0 2em;
	list-style-type: disc;
}
li {
	line-height: 1.4em;
}
strong {
	font-weight: bold;
}
a {
	color: #fff;
	text-decoration: none;
}

/* Layout */
#container {
	min-width: 600px;
	margin-left: 10px;
	margin-right: 10px;
	background: #000;
}
#contact-header {
	background: #222;
	padding: 3px;
	clear: both;
	font-size: 11px;
}
#contact-header-inside {
	margin-left: 10px;
	margin-right: 10px;
}
#contact-header p {
	text-align: right;
}

/* main header */
#main-header {
	width: 100%;
	clear: both;
}
#main-header a {
	text-decoration: none;
}

/* left and right headesr combined */
#header-left, #header-right {
	font-family: arial,helvetica,sans-serif;
	font-size: 16px;
	letter-spacing: 0.2pt;
	padding: 0;
	margin: 0;
	/* height: 25px; */
}


/* left header */
#header-left {
	float: left;
	clear: left;
	text-align: left;
	width: 300px;
}
#header-left h1 {
	font-size: 16px;
}

/* right header */
#header-right {
	float: right;
	clear: right;
	text-align: right;
}
#header-right a:hover, #header-right a.current {
	color: #d4de33;
}

#info {
	padding: 5px;
}
#info p, #content p {
	margin-top: 1em;
	line-height: 1.4em;
}
#bottom {
	padding: 0;
	margin: 0 10px 0 10px;
}
#bottom div { /* There are 3 of these */
	float: left;
	color: #666;
	width: 280px;
	padding: 10px;
	background: #111;
	-moz-border-radius: 10px;
	border-radius: 10px;	
	margin-bottom: 10px;
	text-align: justify;
}
#bottom p {
	margin-bottom: 5px;
}
#bottom-col-left {
	margin-right: 10px;
}
#bottom-col-middle {
}
#bottom-col-right {
	margin-left: 10px;
}
#bottom a {
	color: #996;
}
#bottom a:hover {
	text-decoration: underline;
}
#footer {
	width: 100%;
	background: #111;
	border-top: solid 1px #333;
	height: 55px;
	clear: both;
	font-size: 11px;
}
#footer-inside {
	padding-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	clear: both;
}
#footer-left {
	float: left;
	clear: left;
}
#footer-right {
	float: right;
	clear: right;
	
	text-align: right;
}
strong {
	font-weight: bold;
}
.green {
	color: #d4de33;
}

/* Slideshow on front page */
#slideshow {
	width: 960px;
	height: 640px;
}
#slideshow img {
	margin-left: auto;
	margin-right: auto;
	border: solid 1px #333;
	position: absolute;
	cursor: pointer;
	display: none;	
}
#slideshow img.first {
	display: block;	
}
#slideshow-nav p, #caption p {
	margin-top: 0px;
}
#slideshow-nav {
	padding-top: 3px;
	text-align: center;
	clear: both;
}
#content, #info-page {
	clear: both;
	padding: 0px 0 10px 0;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	text-align: justify;
}
#content p, #info-page p {
	margin-top: 7px;
}

#content a, #footer a, #info-page a {
	color: #d7df23;
	font-size: 1.1em;
}
#content a:hover, #footer a:hover, #info-page a {
	text-decoration: underline;
}
img.float-right { float: right; margin: 10px 0px 10px 10px; border: solid #fff 1px; }
img.float-left { float: left; margin: 10px 10px 10px 0px; border: solid #fff 1px; }
.contact td {
	padding: 5px;
} 
#info a, #info a:hover {
	border-bottom: 0;	
}
#info-page {
	padding: 15px;	
}
#specials {
	width: 85%;
	padding: 10px;
	border: solid #999 1px;
	margin-left: auto;
	margin-right: auto;	
}
#content a.noborder {
	border: none;
	border-bottom: none;
}

/* Virtual tours */
.pano-box {
	width: 960px;
	margin-left: auto;
	margin-right: auto;	
}
.pano-right {
	width: 476px;
	height: 310px;
	float: right;
}
.pano-left {
	width: 476px;
	height: 310px;
	float: left;
}
.pano-box h3 {
	
}
.pano-box .info {
	
}
.pano-box img {
	border: solid #fff 1px;
}
.pano-info {
	font-size: 11px;
}

/* Contact form */
#contact-form {
	width: 650px;
}
form.contact, form.contact input {
	font-size: 15px;
}
form.contact input[type="text"] {
	padding: 5px;
}
form.contact input[type="radio"] {
	margin-right: 5px;
}
form.contact textarea {
	margin: 5px;
}

form.contact fieldset {
  margin-bottom: 20px;
  border: solid 1px #666;
}
form.contact legend {
	color: #d4de33;
  padding: 0 2px;
  font-weight: bold;
}
form.contact label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
form.contact fieldset ol {
  margin: 0;
  padding: 0;
}
form.contact fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form.contact em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.contact label {
  width: 120px; /* Width of labels */
}
form.contact fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}

/* #scrollShow */
#scrollShow
{
	width:100%;
	height: 500px;
	position: relative;
}
#scrollShow div.scrollableArea img
{
	position: relative;
	display: block;
	float: left;
	margin: 0 5px 0 5px;
	padding: 0;
}
#scrollShow div.scrollableArea img.first-image {
	margin: 0 5px 0 0;
}
#scrollShow div.scrollableArea img.last-image {
	margin: 0 0 0 5px;
}

/* CTA */
.cta-content {
	width: 960px;
	margin: 10px auto 10px auto;
	background: #111;
	padding: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
}
.cta-close {
	float: right;
}
.cta-button img {
	margin: 10px 0 10px 0;
}

/* Facebook */
#fb-footer {
	width: 100%;
	background: #000;
	clear: both;
	height: 100px;
}
#fb-left {
	float: left;
	width: 450px;
	padding: 10px;
	text-align: left;
}
#fb-right, #fb-right a {
	float: right;
	width: 450px;
	padding: 5px 10px 0 0;
	vertical-align: top;
	text-align: right;
	color: #808080;
	font-family: "arial",sans-serif;
	line-height: 14px;
	font-size: 11px;
}
#fb-right img {
	float: right;
	padding-left: 5px;
}
a.hover-link:hover {
	text-decoration: underline;
}
#fb-code {
	margin-top: 20px;
}

/* Packages */
.package {
	background: #222;
	padding: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 10px 0 10px 0;
}

} /* @media screen */

/* Contact details */
#contact {
	font-size: 18px;
}
.col-left {
	float: left;
	clear: left;
	width: 150px;
	text-align: left;
	font-weight: bold;
	color: #d7df23;
}
.col-right {
	float: left;
	clear: right;
	width: 500px;
	text-align: left;
}
.row {
	clear: both;
	margin: 10px 0 10px 0;
	padding: 5px 0 5px 0;
}
