
/* PAGE */
body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	background-position: center 0px;
	background-image: url(../images/background.png);
	background-attachment: scroll;
	background-color: #999999;
}
p {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
textarea {
    overflow:auto;
}
#page {
    text-align: center;
}
#frame {
    width: 1020px;
    height: auto;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    float: none;
}
/* --PAGE */
/* META */
.meta_top {
	width: 980px;
	text-align: center;
	font-size: 10px;
	color: #FFF;
	height: 20px;
	z-index: 40;
	position: absolute;
	top: 0px;
}
.meta {
	width: 100%;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 10px;
	color: #333;
	height: 20px;
}
.meta a:link, .meta a:visited {
	color: #333;
	text-decoration: none;
}
.meta a:hover, .meta a:active {
    text-decoration: underline;
}
/* --META */
/* HEADER */
#header {
	height: 140px;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: left;
}
/* --HEADER */
/* MAIN CONTENT */
#include {
    text-align: center;
    vertical-align: top;
    background-image: url(../images/include.png);
    background-repeat: repeat-y;
    background-position: 0px 0px;
    background-color: #FFF;
}
#left_border {
	width: 20px;
	background-image: url(../images/left_border.png);
	background-repeat: repeat-y;
}
#right_border {
    width: 20px;
    background-image: url(../images/right_border.png);
    background-repeat: repeat-y;
    background-position: 0px 0px;
}
#left_column {
	width: 180px;
	text-align: left;
	vertical-align: top;
	background-image: url(../images/left_column.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	background-color: #FFF;
}
#right_column {
	width: 180px;
	text-align: left;
	vertical-align: top;
    background-image: url(../images/right_column.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	background-color: #FFF;
}
/* --MAIN CONTENT */
/* FOOTER */
#footer {
	height: 90px;
	width: 100%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	line-height: 70px;
	color: #FFF;
	font-size: 10px;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#footer a:link, #footer a:visited {
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
}
#footer a:hover, #footer a:active {
    text-decoration: underline;
}
/* --FOOTER */
/* INCLUDE PAGE */
#page_frame {

}
#page_header {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #333;
	background-image: url(../images/page_header.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#page_content {
	text-align: left;
	padding: 10px;
	color: #333;
	background-image: url(../images/include.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}
#page_footer {
    height: 10px;
    background-image: url(../images/page_footer.png);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    display: none;
}
/* --INCLUDE PAGE */
/* MENU */
#top_menu {
	float:left;
	width: 100%;
	background-image: url(../images/menu_normal.png);
	background-repeat: repeat-x;
}
#left_menu {
	width: 180px;
}
.sf-menu {
    float:			left;
    margin-bottom:	0px;
}
.sf-menu a {
	padding: 		.75em 1em;
	text-decoration:none;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #6F7A9E;
	background-image: url(../images/menu_normal.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-color: #A9A9A9;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#FFF;
}
.sf-menu li {
	background-color: #A9A9A9;
}
.sf-menu li li {
	background-color: #A9A9A9;
}
.sf-menu li li li {
	background-color: #A9A9A9;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:		0;
	background-color: #666666;
	color: #333;
	background-image: url(../images/menu_hover.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
/* --MENU */
/* BASKET */
#basket_content {
	background-color: #E8EEF9;
}
.basket_item {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #214788;
}
/* --BASKET */
/* SPECIALS */
.special {
	float: left;
	width: 50%;
	text-align: center;
}
.special_heading {
}
.special_image {
}
/* --SPECIALS */
/* CALENDAR */
#calendar_table {
	font-family: Arial, sans-serif;
}
#calendar_prev {
}
#calendar_next {
}
#calendar_month {
	font-size: 11px;
	background-color: #006B70;
	text-align: center;
	color: #FFFFFF;
}
#calendar_month a:link, #calendar_month a:visited {
    color: #FFFFFF;
    text-decoration: none;
}
#calendar_month a:hover, #calendar_month a:active {
    text-decoration: underline;
}
.calendar_day_header {
	font-size: 11px;
	border: 1px solid #006B70;
	background-color: #FFF;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #006B70;
}
#calendar_today {
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    color: #006B70;
    padding: 3px;
}
.calendar_day {
    text-align: center;
    font-size: 11px;
    border: 1px solid #006B70;
    background-color: #FFF;
    padding: 3px;
    color: #006B70;
}
#calendar_day_link {
    text-align: center;
    font-size: 11px;
    background-color: #006B70;
    border: 1px solid #006B70;
    padding: 3px;
}
#calendar_day_link a:link, #calendar_day_link a:visited {
    color: #FFFFFF;
    text-decoration: none;
}
#calendar_day_link a:hover, #calendar_day_link a:active {
    text-decoration: underline;
}
/* --CALENDAR */
/* FORMS */
/*contact form*/
#enquire * {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    color: #214788;
}
#enquire fieldset {
	margin-bottom: 10px;
	border: 1px solid #214788;
	background-color: #C9D8EF;
	padding: 6px;
}
#enquire legend {
	font-size: 14px;
	font-weight: bold;
	color: #214788;
	margin-bottom: 10px;
}
#enquire div {
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#enquire label {
	width: 12em;
	float: left;
	vertical-align: middle;
}
#enquire .star {
	font-weight: bold;
	vertical-align: top;
	width: 20px;
	float: left;
	font-size: 10px;
	color: #214788;
}
#enquire input {
	float: none;
}
#enquire label.error {
	float: none;
	color: #214788;
	padding-left: 0.5em;
	vertical-align: top;
	font-size: 10px;
}
#enquire .submit {
	margin-left: 0em;
	margin-top: 2em;
}
/*--contact form*/
#txtCaptcha {
	font-family:Verdana;
	font-size:14px;
	width:50px;
}
/* --FORMS */
/* LISTING */
.listing {
	background-color: #CCC;
}
.listing_top {
	background-image: url(../images/menu_normal.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
.listing_bottom {
}
.listing_image {
    padding:5px;
}
.listing_heading {
	font-size:14px;
	font-weight:bold;
	color: #FFF;
}
.listing_heading a:link, .listing_heading a:visited {
	text-decoration: none;
	color: #FFF;
}
.listing_heading a:hover, .listing_heading a:active {
    text-decoration: underline;
}
.listing_description {
    padding: 5px;
    font-size: 12px;
}
.listing_price {
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	color: #FFF;
	padding-left: 5px;
	padding-right: 5px;
}
/* --LISTING */
/* NEWS */
/* #news .listing {
	background-color: #FFF;
	color: #006B70;
}
#news .listing_image {
    padding:5px;
}
#news .listing_heading {
	font-size:14px;
	font-weight:bold;
	color: #006B70;
}
#news a:link, #news a:visited {
	color: #006B70;
	text-decoration: none;
}
#news a:hover, #news a:active {
    text-decoration: underline;
}
#news .listing_description {
    padding: 5px;
} */
/* --NEWS */
/* COLUMN MODULE */
.column_module {
    vertical-align: top;
    float: left;
    padding-right: 5px;
    padding-left: 5px;
    margin-top:5px;
}
.column_module_body {
	width: 170px;
	color: #333;
}
.column_module_body .image {
    margin-bottom: 5px;
    text-align: center;
    width: 100%;
}
.column_module_heading {
	background-image: url(../images/heading_tile.png);
	background-repeat: repeat;
	background-position: 0px 0px;
	color: #FFFFFF;
	width: 170px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	margin-bottom: 5px;
}
.column_module_heading a:link, .column_module_heading a:visited {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
}
.column_module_heading a:hover, .column_module_heading a:active {
    text-decoration: underline;
}
/* --COLUMN MODULE */
/* COLUMN NAV */
#nav {
    width: 160px;
}

#nav ul {
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
    font-family: Verdana, sans-serif;
}

#nav a {
    display: block;
    padding: 5px;
    width: 160px;
}

#nav a:link, #nav a:visited {
    text-decoration: none;
    color: #FFFFFF;
    background-image: url(../images/menu_normal.png);
    background-repeat: repeat-x;
    background-position: 0px 0px;
}

#nav a:hover {
    color: #FFFFFF;
    background-image: url(../images/menu_hover.png);
    background-repeat: repeat-x;
    background-position: 0px 0px;
}

.column_module_body ul {
    width: 160px;
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
    font-family: Verdana, sans-serif;
}

.column_module_body li a {
    display: block;
    padding: 5px;
    width: 160px;
}

.column_module_body li a:link, .column_module_body li a:visited {
	text-decoration: none;
	color: #FFF;
	background-image: url(../images/menu_normal.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

.column_module_body li a:hover {
	color: #FFF;
	background-image: url(../images/menu_hover.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
/* --COLUMN NAV */
/* FORMS */
/*cplogin form*/
#cplogin * {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#cplogin fieldset {
    margin: 0px;
	border: 1px solid #CCCCCC;
	background-color: #EFEFEF;
	padding: 6px;
    color: #333333;
}
#cplogin legend {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 10px;
}
#cplogin div {
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#cplogin fieldset div {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
#cplogin label {
	width: 8em;
	float: left;
	vertical-align: middle;
}
#cplogin .star {
	font-weight: bold;
	vertical-align: top;
	width: 20px;
	float: left;
	font-size: 10px;
	color: #000;
    border-bottom-width: 0px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
#cplogin input {
	float: none;
    padding: 3px;
}
#cplogin label.error {
	float: none;
	color: #F00;
	padding-left: 0.5em;
	vertical-align: middle;
	font-size: 10px;
}
#cplogin .submit {
	margin-left: 0em;
	margin-top: 2em;
}
/*--cplogin form*/
/*query form*/
#query * {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#query fieldset {
    margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	background-color: #EFEFEF;
	padding: 6px;
    color: #333333;
}
#query legend {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 10px;
}
#query div {
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#query fieldset div {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
#query label {
	width: 15em;
	float: left;
	vertical-align: middle;
}
#query .star {
	font-weight: bold;
	vertical-align: top;
	width: 20px;
	float: left;
	font-size: 10px;
	color: #000;
    border-bottom-width: 0px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
#query input {
	float: none;
    padding: 3px;
}
#query textarea {
    padding: 3px;
}
#query label.error {
	float: none;
	color: #F00;
	padding-left: 0.5em;
	vertical-align: middle;
	font-size: 10px;
}
#query .submit {
	margin-left: 0em;
	margin-top: 2em;
}
#query #message_counter {
    border-bottom-width: 0px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
/*--query form*/
/*client form*/
#client * {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#client fieldset {
    margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	background-color: #EFEFEF;
	padding: 6px;
    color: #333333;
}
#client legend {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 10px;
}
#client div {
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#client fieldset div {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
#client label {
	width: 15em;
	float: left;
	vertical-align: middle;
}
#client .star {
	font-weight: bold;
	vertical-align: top;
	width: 20px;
	float: left;
	font-size: 10px;
	color: #000;
    border-bottom-width: 0px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
#client input {
	float: none;
    padding: 3px;
}
#client textarea {
    padding: 3px;
}
#client label.error {
	float: none;
	color: #F00;
	padding-left: 0.5em;
	vertical-align: middle;
	font-size: 10px;
}
#client .submit {
	margin-left: 0em;
	margin-top: 2em;
}
#client #message_counter {
    border-bottom-width: 0px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
/*--client form*/
/*login form*/
#login_form * {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#login_form input {
    padding: 3px;
}
#login_form label.error {
	color: #F00;
	vertical-align: middle;
	font-size: 10px;
}
#login_form .submit {
}
/*--login form*/
/*signup form*/
#signup * {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#signup input {
    padding: 3px;
}
#signup label.error {
	color: #F00;
	vertical-align: middle;
	font-size: 10px;
}
#signup .submit {
}
/*--signup form*/
#txtCaptcha {
	font-family: monospace;
	font-size: 14px;
	width: 50px;
}
/* --FORMS */
/* BASKET */
#basket_content {
	background-color: #FFFFFF;
	color: #006B70;
}
.basket_item {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #006B70;
}
/* --BASKET */
/* OTHER */
.border {
	border: 0px solid #000000;
}
.thick_border {
	border: 1px solid #666;
}
#login_form #username, #login_form #password {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    padding: 3px;
    border: 1px solid #312519;
    width: 150px;
    text-align: center;
}
.map_popup {
	text-align:center;
}
#google_map {
	width:600px;
	height:500px;
}
.price_header {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #D6311F;
	padding: 5px;
}
.photo {
	background-color: #FFFFFF;
	border: 0px solid #333;
}
#overlay_navigation {
    height: 25px;
    width: 980px;
    position: absolute;
    z-index: 30;
    top: 70px;
}
#button_container {
    margin-right: 10px;
}
.button_top {
	color: #006B70;
	float: right;
	margin-left: 5px;
	width: 120px;
	text-align: center;
	line-height: 30px;
	height: 30px;
}
.button_top a:link, .button_top a:visited {
	color: #006B70;
	text-decoration: none;
}
.button_top a:hover, .button_top a:active {
    text-decoration: underline;
}
#overlay_logo {
	height: 120px;
	width: 980px;
	z-index: 20;
	background-image: url(../images/header_overlay.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: absolute;
	top: 20px;
}
#overlay_flash {
	height: 0px;
	width: 940px;
	z-index: 20;
	position: absolute;
    text-align: right;
	top: 40px;
    margin-right: 40px;
}
#header_slideshow {
	height: 120px;
	width: 980px;
	position: absolute;
	z-index: 10;
	overflow: hidden;
	top: 20px;
}
.gallery_cell {
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/thumb_background.png);
	background-color: #BCD2F1;
	padding:5px;
}
#listing_large_image {
	margin: 0px;
	padding: 0px;
    width: 600px;
    height: 500px;
	background-repeat: repeat;
	background-position: center center;
	background-attachment: scroll;
    background-repeat: no-repeat;
}
/* --OTHER */
