/* Secrets of the South Coast	 */
/* ----------------------------- */
/* Template: Standard v1.0		 */
/* Author: I Am Tyce 			 */
/* URL: http://www.iamtyce.com	 */
/* Created: August 2009		 	 */
/* ----------------------------- */

/* Reset CSS Values */

body {
	padding: 0;
	margin: 0;
	font: 11px Verdana, Helvetica;
	font-size: small;
	color: #fff;
}

h1, h2, h3, h4, h5, h6, ul, li, em, strong, pre, code {
	padding: 0;
	margin: 0;
	line-height: 1em;
	font-size: 100%;
}

table {
	font-size: inherit;
}

ul {
	list-style: none;
}

img {
	border: 0;
}

p {
	margin: 1em 0;
}

/* Define Basic CSS Values */

body {
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #000;
}

.container {
	margin: 0px auto;
	width: 800px;
	padding: 0px 20px;
}

h2 {
	margin: 0px;
	padding: 5px 0px 10px 0px;
	font-family: "Perpetua", Georgia, "Times New Roman", Times, serif;
	font-size: 40px;
	font-weight: normal;
}

h2 a {
	color: #fff;
}

h3 {
	margin: 0px;
	padding: 5px 0px;
	font-family: "Perpetua", Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #f1f1f1;
}

h4 {
	margin: 0px;
	padding: 5px 0px;
	font-family: "Perpetua", Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #ccc;
}

/* Header */
/* */

.header {
	height: 616px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}

/* Menu */
/* */

.menu {
	margin: 10px 0px;
	height: 39px;
	width: 610px;
	position: relative;
	top: 538px;
}

ul#topnav {
	margin: 0; 
	padding: 0;
	float: left;
	list-style: none;
	position: relative; /*--Set relative positioning on the unordered list itself - not on the list item--*/
	font-size: 1.2em;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	border-top: 1px solid #060807;
}
ul#topnav li {
	float: left;
	margin: 0; 
	padding: 3px 7px 0px 7px;
	background-image: url(../images/menu/background-roll.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
ul#topnav li a {
	padding: 9px 13px;
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 15px;
}
ul#topnav li a:hover {
}
ul#topnav li:hover { 
	background-image: url(../images/menu/background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	text-decoration: none; 
	color: #fff; 
}

/*--Notice the hover color is on the list item itself, not on the link. This is so it can stay highlighted even when hovering over the subnav--*/

ul#topnav li span {
	float: left;
	padding: 7px 0;
	position: absolute;
	left: 0; top: 34px;
	display: none; /*--Hide by default--*/
	width: 583px;
	color: #fff;
	background-color: #171c1f;
	background-image: none;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
ul#topnav li:hover span { display: block; } /*--Show subnav on hover--*/
ul#topnav li span a { display: inline; color: #ccc; margin: 0px; padding: 0px 20px; border-right: 1px dotted #ccc; font-size: 13px; } /*--Since we declared a link style on the parent list link, we will correct it back to its original state--*/
ul#topnav li span a:hover {text-decoration: underline; color: #fff;}

/* Borders */
/* */

.topnav-home {
	border-left: 1px solid #060807;
	border-right: 1px solid #060807;
}

.topnav-about {
	border-right: 1px solid #060807;
}

.topnav-preview {
	border-right: 1px solid #060807;
}

.topnav-launch {
	border-right: 1px solid #060807;
}

.topnav-purchase {
	border-right: 1px solid #060807;
}

ul#topnav li span .topnav-last {
	border-right: none;
}

/* Content */
/* */

.content {
	padding: 10px 5px;
}

.content p a {
	color: #ccc;
	text-decoration: none;
	border-bottom: 1px dotted #555;
}

.content p a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}

.content ul li p a {
	color: #ccc;
	text-decoration: none;
	border-bottom: 1px dotted #555;
}

.content ul li p a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}

.content-left {
	width: 380px;
	float: left;
}

.content-right {
	width: 380px;
	float: right;
}

.small {
	font-size: 9px;
}

/* About */
/* */

.about-photo {
	margin: 0px auto;
	text-align: center;
}

.about-photo img {
	padding: 5px 0px;
}

/* Map */
/* */

.map {
	margin: 0px auto;
	float: right;
	text-align: center;
	/* width: 325px; */
	position: relative;
	top: 10px;
}

.map iframe {
	padding: 5px;
	background-color: #222;
}

/* Purchase */
/* */

.purchase {
	margin: 0px;
	padding: 5px;
	width: 225px;
	position: relative;
	left: 100px;
	background-color: #0e0e0e;
	border: 5px solid #222;
}

/* Team Profiles */
/* */

.team {
	margin: 15px 0px;
	padding: 4px 10px;
	clear: both;
}

.team h3 {
	font-size: 28px;
}

.team h4 {
	font-size: 20px;
}

.team h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 4px 0px 8px 0px;
	font-size: 17px;
	font-weight: normal;
	color: #ccc;
}

.team p {
	margin: 8px 0px;
}

.team ul {
	padding: 0px 20px;
}

.team ul li {
	padding: 2px 4px;
	list-style-type: circle;
}

.team img {
	float: right;
	margin: 7px 0px 7px 7px;
	padding: 3px;
	background-color: #111;
	border: 1px solid #333;
}


/* Reviews */
/* */

.review {
	margin: 15px 0px;
	padding: 4px 19px 10px 19px;
	clear: both;
	background-color: #0b0b0b;
	border: 1px solid #131313;
}

.review h3 {
	float: right;
	margin-top: 10px;
	padding: 2px 0px;
	text-align: right;
	font-size: 17px;
}

.review h3 a {
	color: #fff;
	text-decoration: none;
}

.review h3 a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}

.review h4 {
	clear: right;
	float: right;
	text-align: right;
	font-size: 13px;
	color: #ccc;
	line-height: 17px;
}

.review h4 a {
	color: #ccc;
	text-decoration: none;
}

.review h4 a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}

.review p {
	line-height: 14px;
}

.review a img {
	margin: 13px 0px 7px 13px;
	padding: 3px;
	background-color: #111;
	border: 1px solid #333;
}

.review a:hover img {
	background-color: #111;
	border: 1px solid #666;
}

/* Flipper */
/* */

.flipper {
	position: relative;
	left: -140px;
}

/* Newsletter */
/* */

.newsletter {
	margin: 0px 0px 15px 0px;
	padding: 10px 20px;
}

/* Pane List */
/* */

.pane-list {
	clear: both;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	list-style: none;
}

.pane-list li {
	cursor: pointer;
	padding: 10px 20px;
}

.pane-list li:hover {
	cursor: pointer;
	padding: 9px 19px;
	background-color: #0b0b0b;
	border: 1px solid #131313;
}

.pane-list h2 a {
	color: #fff;
	text-decoration: none;
}

.pane-list span {
	width: 78px;
	height: 26px;
	display: none;
	float: right;
	position: relative;
	top: -12px;
	right: -30px;
	background-image: url(../images/read-more.png);
}

.pane-list a:hover span {
	display: block;
}

/* Gallery */
/* */

.gallery {
	margin-top: 15px;
}

.gallery a {
	float: left;
	margin: 7px;
	padding: 3px;
	background-color: #111;
	border: 1px solid #333;
}

.gallery a:hover {
	background-color: #111;
	border: 1px solid #666;
}

/* Forms */
/* */

.button {
	margin: 8px 0px;
	padding: 3px;
	width: 178px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #222;
	background-color: #444;
	color: #fff;
	clear: left;
	float: left;
}

.textbox {
	margin: 2px 0px 4px 0px;
	padding: 3px;
	width: 170px;
	color: #333;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #ccc;
	float: left;
	clear: left;
}

.textarea {
	margin: 2px 0px 8px 0px;
	padding: 4px;
	width: 340px;
	height: 150px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	border: 1px solid #ccc;
	float: left;
	clear: left;
}

/* Contact */
/* */

#stock {
	width: 750px;
	float: left;
}

#stock .input-bg {
	clear: left;
	margin: 5px 0px;
	padding: 10px;
}
	
#stock input {
	padding: 5px;
	width: 510px;
	color: #111;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	border: 1px dashed #ccc;
	background-image: url(../images/input-bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

#stock textarea {
	padding: 5px;
	width: 510px;
	height: 180px;
	color: #111;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	border: 1px dashed #ccc;
	background-image: url(../images/input-bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

#stock select {
	padding: 10px 8px 0px 8px;
	height: 40px;
	color: #111;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	border: 1px dashed #ccc;
	cursor: pointer;
}

#stock option {
	padding: 5px;
	cursor: pointer;
}

#stock select option:hover {
	background-color: #fff;
}

#stock select option:focus {
	background-color: #fffae9;
}

#postcode {
	width: 100px;
}
	
#stock .active {
	padding: 9px;
	background-color: #0b0b0b;
	border: 1px solid #131313;
}

#stock label {
	margin: 0px 11px 0px 0px;
	padding: 13px 0px 0px 9px;
	width: 180px;
	font-family: Georgia, "Times New Roman", Times, serif;
	display: block;
	float: left;
	text-align: left;
	font-size: 15px;
	font-weight: normal;
	color: #fff;
}

#stock label.error {
	clear: left;
	width: 250px;
	text-align: left;
	padding: 14px 0px 4px 0px;
	color: #941212;
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: none;
	position: relative;
	left: 200px;
}

.form-button {
  	width: 522px;
	height: 75px;
	margin: 15px 0px 0px 0px;
	padding: 15px;
	float: right;
	background-color: #fff;
	border: 1px dashed #ccc;
	color: #111;
	font-size: 28px;
	font-family: Georgia, "Times New Roman", Times, serif;
	position: relative;
	right: 58px;
}

.form-button:hover {
	color: #000;
	background: #fff;
	background-image: url(../images/input-bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	border: 1px solid #fff;
	cursor: pointer;
}

/* Footer */
/* */

.footer {
	clear: both;
	padding: 20px 0px;
	text-align: center;
}

.footer p {
	text-align: center;
	font-size: 10px;
}

.footer p a {
	color: #fff;
	text-decoration: none;
}

.footer p a:hover {
	color: #fff;
	text-decoration: underline;
}

/* Clear */
/* */

.clear {
	clear: both;
}