/*--------------------------------------------------------------------------------
//
//	Florida Villa
//
//	by DPI 21 ltd - http://www.floridavilla714.com
//
//  Copyright 2007 DPI 21 Ltd This code cannot be redistributed without
//  permission from http://www.dpi21.com
//
//	Date: 18/10/07
//	Version: 1.0
//
// ---------------------------------------------------------------------------------
//	Global Styles
// --------------------------------------------------------------------------- */

* {
	margin: 0 ;
	padding: 0;
}

body {
	font: 13px Helvetica, Verdana, Arial, sans-serif;
	color: #333;
	background: url(../images/bg.jpg) repeat-x top #F3F3F5;
}

#wrapper {
	width: 720px;
	margin: 30px auto 10px auto;
}

a {
	text-decoration: none;
}

img {
	border: 0;
}

/*-------------------------------------------------------------------------------
//	Sub Nav
// --------------------------------------------------------------------------- */
#subNav {
	float: left;
	width: 710px;
	text-align: right;
	padding: 5px 10px 5px 0px;
	font-size: 12px;
}

#subNav li{
	display: inline;
}

#subNav li a:link, #subNav li a:active, #subNav li a:visited {
	color: #333333;
}

#subNav li a:hover {
	color: #1B75BC;
	text-decoration: underline;
}

/*-------------------------------------------------------------------------------
//	Shadow
// --------------------------------------------------------------------------- */

#content, #borderTop {
	float: left;
}

#content {
	background: url(../images/shadow-middle.jpg) repeat-y;
	padding: 0px 10px 0px 9px;
	width: 700px;
}

#borderTop, #borderBottom {
	width: 720px;
	height: 9px;
}

#borderTop {
	background: url(../images/border-top.jpg) no-repeat white;
}

#borderBottom {
	clear: both;
	background: url(../images/border-bottom.jpg) no-repeat;
}

/*-------------------------------------------------------------------------------
//	Banner
// --------------------------------------------------------------------------- */

#banner {
	clear: left;
}

#banner {
	width: 700px;
	background: url(../images/banner.jpg) bottom left no-repeat;
	height: 190px;
}

#domainName {
	font-size: 20px;
	padding: 15px 0px 10px 0px;
}

/*-------------------------------------------------------------------------------
//	Main Nav
// --------------------------------------------------------------------------- */

#mainNav {
	float: left;
	border-top: 1px solid white;
	width: 680px;
	background: url(../images/menu-bg.jpg) repeat-x;
	padding: 10px;
}

#mainNav li {
	display: inline;
}

#mainNav li a:link, #mainNav li a:active, #mainNav li a:visited {
	color: white;
}

#mainNav li a:hover {
	color: yellow;
	text-decoration: underline;
}

/*-------------------------------------------------------------------------------
//	Content
// --------------------------------------------------------------------------- */

#columnContainer, #column1, #column2, .thumbnail, #column3, #column4,  #location {
	float:left;
}

#columnContainer {
	width: 700px;
	background: url(../images/stripes.jpg) top no-repeat;
	font-size: 12px;
	line-height: 16px;
}

#column1 {
	width: 453px;
	padding: 20px 10px 10px 10px;
}

#column1 p, #column3 p, #column4 p, #location p {
	padding: 5px 0px;
}

#column2 {
	width: 225px;
	margin-top: 20px;
}

#column1 a:link, #column1 a:active, #column1 a:visited, #column3 a:link, #column3 a:active, #column3 a:visited, #column4 a:link, #column4 a:active, #column4 a:visited   {
	color: #1B75BC;
	text-decoration: underline;
}

#column1 a:hover, #column3 a:hover, #column4 a:hover {
	color: #333333;
	text-decoration: none;
}

#column3 {
	width: 453px;
	padding: 20px 10px 0px 10px;
}

#location {
	width: 450px;
	padding: 20px 10px 0px 10px;
}

#location ul,  #column4 ul {
	padding: 5px;
	line-height: 16px;
}

#location li, #column4 li {
	padding: 2px 0px 0px 8px;
	background: url(../images/bullet.jpg) left top no-repeat;
	list-style-type: none;
}

#column4 {
	width: 680px;
	padding: 20px 10px 0px 10px;
}

#column5 {
	float: right;
	width: 190px;
	margin-top: 20px;
	padding-right: 10px;
}

/*-------------------------------------------------------------------------------
//	Offer
// --------------------------------------------------------------------------- */

#offer {
	background: url(../images/prices-bg.jpg) no-repeat right;
	padding: 10px 0px 10px 0px;
	height: 146px;
	color: #fff;
	font-size: 12px;
}

#cost {
	float: left;
	width: 90px;
	color: #fff;
	padding: 25px 0px 0px 10px;
	text-align: center;
	line-height: 20px;
}

.price {
	font-size: 30px;
	font-weight: bold;
}

#costText {
	float: right;
	width: 100px;
	padding: 40px 0px 20px 0px;
	font-size: 14px;
}

.clear {
	clear: both;
	padding: 15px 0 0 35px;
}

#offer a:link, #offer a:active, #offer a:visited {
	color: white;
	text-decoration: underline;
}

#offer a:hover {
	color: yellow;
	text-decoration: none;
}

/*-------------------------------------------------------------------------------
//	Locations
// --------------------------------------------------------------------------- */

#weather, #map {
	width: 190px;
	float: left;
}

#map {
	padding: 5px 0px 0px 0px;
}

/*-------------------------------------------------------------------------------
//	Prices
// --------------------------------------------------------------------------- */


table#prices {
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin: 5px 0px;
	width: 450px;
	line-height: 18px;
}

table#prices td {
	padding: 5px;
}

td.top {
	background: #EEEEEE;
	font-weight: bold;
}

td.middle {
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

td.end {
	border-bottom: 1px solid #CCCCCC;
}

td.bottom {
	border-right: 1px solid #CCCCCC;
}

/*-------------------------------------------------------------------------------
//	Links
// --------------------------------------------------------------------------- */

.link {
	width: 110px;
	height: 190px;
	border: 1px solid #CCCCCC;
	margin: 5px 7px;
	padding: 0px 5px;
	float: left;
}

.link p {
	text-align: center;
}

/*-------------------------------------------------------------------------------
//	Gallery
// --------------------------------------------------------------------------- */

#gallery {
	width: 190px;
	margin-left: 25px;
	padding: 10px 5px;
	background: #EEEEEE;
	font-size: 11px;
	border-top: 2px solid white;
}

#gallery p {
	padding: 5px 5px;
}

.galleryImages {
	float: left;
	width: 110px;
	height: 110px;
	padding: 5px;
	margin: 5px;
	border: 1px solid #CCCCCC;
}

.thumbnail {
	width: 52px;
	height: 52px;
	background: white;
	padding: 1px;
	border: 1px solid #CCCCCC;
	margin: 3px;
}

#gallery a:link, #gallery a:active, #gallery a:visited {
	color: #1B75BC;
	text-decoration: underline;
}

#gallery a:hover {
	color: #333333;
	text-decoration: none;
}

#copyright {
	width: 720px;
	margin: 0px auto;
	font-size: 12px;
}

#copyright a:link, #copyright a:active, #copyright a:visited {
	color: #333333;
}

#copyright a:hover {
	color: #1B75BC;
	text-decoration: underline;
}

/*-------------------------------------------------------------------------------
//	Form
// --------------------------------------------------------------------------- */

#formColumn1, #formColumn2 {
	float: left;
}

input {
	margin: 5px 3px;
}

fieldset {
	margin: 10px 0px;
	padding: 10px;
	width: 660px;
}

#formColumn1, #formColumn2 {
	width: 320px;
}

fieldset {
	border: 1px solid #CCCCCC;
}

legend {
	background: #1B75BC;
	color: white;
	padding: 2px 5px;
	border: 1px solid #CCCCCC;
	font-weight: bold;
}

#enquiry {
	width: 320px;
}

#name, #address, #city, #postcode, #telephone, #email {
	width: 280px;
} 

/*-------------------------------------------------------------------------------
//	Headings
// --------------------------------------------------------------------------- */

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

h1, h2 {
	color: #1B75BC;
}

h1 {
	padding: 5px 0px;
	font-size: 20px;
}

h2 {
	font-size: 18px;
	padding: 0px 5px;
}

h3 {
	width: 290px;
	color: #fff;
	padding: 15px 0px 30px 85px;
	font-size: 14px;
	line-height: 18px;
}

h4 {
	font-size: 16px;
	padding: 5px 0px;
	line-height: 22px;
}

#footer {
	width: 720px;
	margin: 0 auto 10px auto;
	color: #666;
}

#footer a {
	color: #666;
	text-decoration: none;
}

#footer a:hover {
	color: #1B75BC;
}

#dpi21, #dpi21 img, #dpi21 p {
	float: left;
}

#validation, #validation li {
	float: right;
}

#dpi21 {
	width: 270px;
	font-size: 11px;
	padding-left: 5px;
}

#dpi21 img {
	border-right: 1px solid #ccc;
	padding: 0px 5px 0px 0px;
}

#dpi21 p {
	padding: 3px 0px 0px 5px;
	line-height: 14px;
}

#validation {
	width: 300px;
	font-size: 11px;
	padding-right: 10px;
}

#validation li {
	display: inline;
	padding: 0 0 0 10px;
	background: url(../images/tick.jpg) left no-repeat;
}

#validation p {
	clear: both;
	text-align: right;
	padding-top: 5px;
}


/*-------------------------------------------------------------------------------
//	Other Styles
// --------------------------------------------------------------------------- */

.yellow {
	color: yellow;
}

.lightBlue {
	color: #29AAE2;
}

.darkBlue {
	color: #1B75BC;
}

.smallGrey {
	font-size: 11px;
	font-weight: bold;
}

.small {
	font-size: 11px;
}

.largeBlue {
	color: #1B75BC;
	font-size: 16px;
}

.borderBottom {
	border-bottom: 1px dashed #dbdbdb;
	margin-bottom: 10px;
}