/* CSS Document */

/* NORMALISE EVERYTHING
----------------------------------------------------------------------*/

html, body, div, dl, dt, dd, ul, ol, li, 
h1, h2, h3, h4, h5, h6, pre, input, 
blockquote, th, td, img, form {
	padding: 0px;
	margin: 0px;
}
html, body {
	height: 100%;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
}
ol, ul {
	list-style: none;
}
address, caption, cite, code, dfn,
th, var {
	font-style: normal;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border: 0;
}
fieldset, img {
	border: 0;
}
caption, th {
	text-align: left;
}

/*-  COMMON ELEMENTS
----------------------------------------------------------------------*/	
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #EBEBEB;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #05968D;
	text-decoration: none;
}
a.h1 {
	width: 190px;
	height: 0px!important;
	float: left;
	padding-top: 205px;
	background-image: url(../images/scotlands_homes.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden!important;
	color: #000000;
	display: block;
}
h2 {
	color: #B7B9BA;
	font-size: 18px;
	width: 740px;
	display: block;
	height: 205px;
	line-height: 20px;
	float: left;
}
h3 {
	color: #000000;
	font-size: 130%;
}
h4 {
	color: #000000;
	font-size: 120%;
}
h5 {
	color: #000000;
	font-size: 110%;
}
p {
	margin: 0px;
	padding: 0;
	line-height: 16px;
}
p.intro {
	line-height: 30px;
	font-size: 24px;
	color: #FBC12A;
	padding-bottom: 15px;
	font-weight: bold;
}
.bold_blue, .bold_green, .bold_yellow, .bold_red, .bold_gray {
	font-weight:bold;
}
.bold_blue {
	color:#019C91;
}
.bold_green {
	color:#ADBE5F;
}
.bold_yellow {
	color:#FBBF23;
}
.bold_red {
	color:#E64D13;
}
.bold_gray {
	color:#B7B9BA;
}

/*-  FORM
----------------------------------------------------------------------*/
input, select, textarea {
	margin: 0px;
	padding: 0px;
}
.text_field {
	font-size: 12px;
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	width: 93%;
	font-family: Helvetica, Arial, sans-serif;
	margin-bottom: 5px;
	padding: 5px;
}
.list_menu {
	font-size: 12px;
	color: #666666;
	width: 93%;
	font-family: Helvetica, Arial, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 3px;
}
.search_button {
	height: 24px;
	width: 74px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	text-transform: none;
	font-family: Helvetica, Arial, sans-serif;
	background-image: url(../images/submit.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
}
form {
	margin-bottom: 30px;
}
.errors {
	color: #CC0000;
}
.vote-button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	cursor:pointer;
	color: #FFFFFF;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	background-color: #93A93D;
	border: 1px solid #93A93D;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.vote-button:hover {
	background-color: #008071;
	border-top-color: #008071;
	border-right-color: #008071;
	border-bottom-color: #008071;
	border-left-color: #008071;
}

/*-  PAGE STRUCTURE
----------------------------------------------------------------------*/	
#wrapper {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	float: left;
	padding-bottom: 20px;
}
#container {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding-top: 10px;
}
#top_links {
	width: 300px;
	float: right;
	text-align: right;
	height: 45px;
	padding-top: 15px;
	font-size: 11px;
	
}
#top_links a {
	font-weight: bold;
	color: #CC0000;
}
#header {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	height: 205px;
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: right 10px;	/*- background-image: url(../images/main_sponsor.jpg);
	background-repeat: no-repeat;
	background-position: 220px 15px;*/
	padding-top: 10px;
}
#navigation {
	width: 930px;
	height: 29px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
#column_holder {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
#left_column {
	width: 190px;
	float: left;
}
#right_column {
	width: 730px;
	float: right;
}
.internal_right {
	float: left;
	width: 75%;
	margin-left: 15px;
	padding-top: 15px;
}
.internal_right_cal {
	float: left;
	width: 715px;
	padding-top: 15px;
	margin-left: 15px;
}
.tipbox {
	display: none!important;
	width:100px;
	background-color: #E63207;
	padding:10px;
	font-weight: bold;
	color: #FFFFFF;
}
.internal_right ul {
	list-style-type: disc;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-left: 20px;
}
.internal_right ul li {
	padding-top: 5px;
	padding-bottom: 5px;
}
.internal_right ul li ul {
	list-style-type: circle;
	padding-top: 0px;
	padding-bottom: 0px;
}
.internal_right ul li ul li {
	padding-top: 5px;
	padding-bottom: 0px;
}
.internal_right p {
	padding-bottom: 7px;
}
.internal_right_hp {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

/*-  FOOTER STYLES
----------------------------------------------------------------------*/	
#footer {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding-top: 25px;
	padding-bottom: 40px;
	font-size: 11px;
	color: #666666;
	text-transform: uppercase;
}
#footer a {
	color: #666666;
}
#footer a:hover {
	color: #E53913;
}
.footer_left {
	float: left;
	width: 250px;
}
.footer_right {
	float: right;
	width: 650px;
	text-align: right;
}

/*-  MENU STYLES
----------------------------------------------------------------------*/
#navigation ul{
	list-style-type: none;
	float: left;
	display: block;
	width: 100%;
}
#navigation ul li{
	display: inline;
	float: left;
	padding-right: 13px; 
}
#navigation ul li a{
	color: #666666;
	text-decoration: none;
	font-size: 14px;
	display: block;
	float: left;
	height: 29px;
	text-transform: uppercase;
	font-weight: bold;
}
#navigation ul li a:hover, #navigation ul li a.nav_current{
	background-position: center bottom;
	color: #018377;
	background-repeat: no-repeat;
}
#navigation ul li a:hover {
	background-image: url(../images/nav_arrow_hover.jpg);
}
#navigation ul li a.nav_current{
	background-image: url(../images/nav_arrow.jpg);
}
.book_tickets {
	background-image: url(../images/book_tickets.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 107px;
	width: 170px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	color: #FFFFFF;
	float: left;
}
.book_tickets h3 {
	background-image: url(../images/book_tickets.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 0px!important;
	width: 100%;
	padding-top: 25px;
	overflow: hidden!important;
	display: block;
	margin-top: 3px;
}
.book_tickets img {
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
}
.book_tickets a {
	background-image: url(../images/ticket_signup.png);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	height: 0px!important;
	width: 100%;
	padding-top: 20px;
	overflow: hidden!important;
	margin-top: 3px;
}
.book_tickets a:hover {
	background-position: right -30px;
}
.book_tickets p {
	line-height: 17px;
	font-weight: bold;
}
.register {
	background-image: url(../images/register.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 105px;
	width: 170px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	clear: both;
	float: left;
}
.register h3 {
	background-image: url(../images/keep_informed.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 0px!important;
	width: 100%;
	padding-top: 25px;
	overflow: hidden!important;
	display: block;
}
.register p {
	line-height: 17px;
}
.register a {
	background-image: url(../images/sign_me_up.png);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	height: 0px!important;
	width: 100%;
	padding-top: 20px;
	overflow: hidden!important;
	margin-top: 3px;
}
.register a:hover {
	background-position: right -30px;
}
.left_plots {
	width: 170px;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	float: left;
	clear: both;
}
.left_plots h3 {
	background-image: url(../images/left_housses_h3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 0px!important;
	width: 100%;
	padding-top: 17px;
	overflow: hidden!important;
	display: block;
}
.left_plots a {
	background-image: url(../images/left_view_plots.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 0px!important;
	width: 100%;
	padding-top: 20px;
	overflow: hidden!important;
}
.left_plots a:hover {
	background-position: left -30px;
}
.left_travel {
	width: 170px;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 5px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	float: left;
	margin-top: 5px;
	clear: both;
}
.left_travel h3 {
	background-image: url(../images/left_travel_h3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 0px!important;
	width: 100%;
	padding-top: 17px;
	overflow: hidden!important;
	display: block;
}
.left_travel a {
	background-image: url(../images/left_travel.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 0px!important;
	width: 100%;
	padding-top: 20px;
	overflow: hidden!important;
}
.left_travel a:hover {
	background-position: left -30px;
}
.zone_menu {
	clear: both;
	float: left;
	width: 170px;
	margin-bottom: 10px;
	height: 120px;
	background-image: url(../images/zone_menu_bg.jpg);
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: left top;
}
.zone_menu ul {
	width: 100%;
	list-style-type: none;
}
.zone_menu ul li {
	clear: left;
	float: left;
	width: 100%;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}
.zone_menu ul li a {
	width: 100%;
	text-transform: uppercase;
	color: #087E7C;
	font-weight: bold;
	text-decoration: none;
}
.zone_menu ul li a:hover {
	color: #FFBF2C;
	text-decoration: none;
}
.zone_menu ul li a.side_current {
	color: #DD2904;
}
	
/*-  HOMEPAGE STYLES
----------------------------------------------------------------------*/	
#flash_box {
	width: 100%;
	height: 260px;
	float: left;
	margin-bottom: 30px;
	display:none;
}
#flash_box_hp {
	width: 100%;
	height: 260px;
	float: left;
	margin-bottom: 20px;
}
.hp_welcome_box {
	float: left;
	margin-top: 0px;
	margin-bottom: 15px;
	width: 99%;
	clear: both;
	padding-left: 1%;
	padding-bottom: 10px;
}
.side_logos_holder {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 11px;
	color: #666666;
	text-transform: uppercase;
	background-color: #FFF;
	height: 126px;
}
.side_logos {
	width: 930px;
	clear: both;
	font-size: 11px;
	color: #666666;
	text-transform: uppercase;
	margin-right: auto;
	margin-left: auto;
	padding-top: 36px;
	background-image: url(../images/logo_base.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.side_logos img {
	float: left;
	margin-right: 5px;
}
.hp_welcome_box p {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 10px;
	line-height: 19px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
}
.hp_welcome_box p.hp_large {
	font-size: 24px;
	color: #FBC12A;
	font-weight: bold;
}
.hp_feature_box {
	width: 175px;
}
.hp_feature_box.designbox {
	float: left;
}
.hp_feature_box.sustainbox {
	float: left;
	margin-left: 10px;
}
.hp_feature_box.futurebox {
	float: left;
	margin-left: 10px;
}
.hp_feature_box.eurobox {
	float: right;
}
.hp_feature_box h3 {
	display: block;
	height: 0px!important;
	padding-top: 35px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: left center;
	overflow: hidden!important;
}
.hp_feature_box h3.design {
	background-image: url(../images/hp_design_h3.png);
}
.hp_feature_box h3.sustain {
	background-image: url(../images/hp_sustain_h3.png);
}
.hp_feature_box h3.future {
	background-image: url(../images/hp_future_h3.png);
}
.hp_feature_box h3.euro {
	background-image: url(../images/hp_euro_h3.png);
}
.hp_feature_box .top.designbg {
	background-image: url(../images/hp_design_header.jpg);
}
.hp_feature_box .top.sustainbg {
	background-image: url(../images/hp_sustain_header.jpg);
}
.hp_feature_box .top.futurebg {
	background-image: url(../images/hp_future_header.jpg);
}
.hp_feature_box .top.eurobg {
	background-image: url(../images/hp_euro_header.jpg);
}
.hp_feature_box .top {
	height: 35px;
	width: 100%;
	margin-bottom: 5px;
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
}
.hp_feature_box p.heading {
	font-size: 13px;
	padding-bottom: 3px;
}
.hp_feature_box .middle {
	width: 155px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
	height: 150px;
	padding-top: 7px;
}
.hp_feature_box img {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-bottom: 10px;
	margin-top: 5px;
}
.hp_feature_box .base {
	height: 30px;
	width: 100%;
	display: block;
	float: left;
}
.hp_feature_box .base.designbase {
	background-color: #018076;
}
.hp_feature_box .base.sustainbase {
	background-color: #92A739;
}
.hp_feature_box .base.futurebase {
	background-color: #F99B26;
}
.hp_feature_box .base.eurobase {
	background-color: #E43913;
}
.hp_feature_box .base a {
	background-image: url(../images/hp_show_more.png);
	background-repeat: no-repeat;
	background-position: right 5px;
	display: block;
	height: 0px!important;
	width: 100%;
	padding-top: 20px;
	overflow: hidden!important;
}
.hp_feature_box .base a:hover {
	background-position: right -25px;
}
.hp_news_box {
	float: left;
	margin-top: 0px;
	width: 99%;
	background-image: url(../images/side_news_box.jpg);
	clear: both;
	padding-left: 1%;
}
.hp_news_box_base {
	width:190px;
	height:15px;
	background-image: url(http://www.scotlandshousingexpo.com/library/images/side_news_box_base.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	clear: left;
	float: left;
	margin-bottom: 10px;
}
.hp_news_box h3 {
	background-image: url(../images/latest_news.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 0px!important;
	padding-top: 20px;
	overflow: hidden!important;
	padding-bottom: 0px;
	width: 100%;
	display: block;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.hp_news_feature {
	width: 90%;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	clear: both;
}
.hp_news_feature h4 {
	font-size: 13px;
	font-weight: bold;
	color: #018076;
	margin-bottom: 5px;
}
.hp_news_feature a {
	clear: both;
	float: left;
	height: 0px!important;
	width: 100%;
	display: block;
	background-image: url(../images/tell_me_more.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 20px;
	overflow: hidden!important;
	margin-top: 5px;
}
.hp_news_feature a:hover {
	background-position: right -30px;
}
.kids_free {
	float: left;
	margin-bottom: 10px;
}
.claystation {
	float: left;
	margin-bottom: 10px;
}
.buy_home {
	float: left;
	margin-top: 10px;
}


/*-  INTERNAL STYLES
----------------------------------------------------------------------*/
p.intro {
	font-size: 24px;
	color: #FBC12A;
	font-weight: bold;
	text-transform: uppercase;
}
.news_box {
	float: left;
	clear: left;
	width: 100%;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
}
.nb_top {
	float: left;
	width: 100%;
	padding-bottom: 5px;
}
.news_box .date {
	display: block;
	margin: 0px;
	padding: 0px;
	text-align: right;
	float: right;
	width: 180px;
	font-weight: bold;
	color: #E33401;
}
.news_box p {
}
.news_box h4 {
	color: #05968D;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 16px;
	display: block;
	width: 350px;
	float: left;
	line-height: 18px;
	text-transform: uppercase;
}
a.news_box_link {
	display: block;
	width: 100%;
	clear: both;
	text-align: right;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #05968D;
}
a:hover.news_box_link {
	color: #E23401;
	text-decoration: none;
}
a.news_back {
	display: block;
	width: 100%;
	clear: both;
	text-align: left;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #05968D;
	padding-bottom: 5px;
	margin-bottom: 15px;
	padding-top: 5px;
}
a:hover.news_back {
	color: #E23401;
	text-decoration: none;
}

/*-  SIGNUP STYLES
----------------------------------------------------------------------*/
a.general {
	background-image: url(../images/general_public.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	height: 0px!important;
	width: 270px;
	padding-top: 72px;
	overflow: hidden!important;
	float: right;
	margin-right: 10px;
}
a:hover.general {
	background-position: left -92px;
}
a.professionals {
	background-image: url(../images/proffessionals.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 0px!important;
	width: 270px;
	padding-top: 72px;
	overflow: hidden!important;
	float: left;
	margin-left: 10px;
}
a:hover.professionals {
	background-position: left -92px;
}

/*-  PLOTS STYLES
----------------------------------------------------------------------*/
#plots_holder {
	clear: both;
	width: 100%;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
a.plot {
	display: block;
	width: 167px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #E33401;
	padding-top: 127px;
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-bottom: 3px;
	height: 43px;
}
a:hover.plot {
	color: #029D90;
	text-decoration: none;
}
#one {
	background-image: url(../images/houses/houses_plot_th/new/1.jpg);
}
#two {
	background-image: url(../images/houses/houses_plot_th/new/2.jpg);
}
#three {
	background-image: url(../images/houses/houses_plot_th/new/3.jpg);
}
#four {
	background-image: url(../images/houses/houses_plot_th/new/4.1.jpg);
}
#five {
	background-image: url(../images/houses/houses_plot_th/new/4.2.jpg);
}
#six {
	background-image: url(../images/houses/houses_plot_th/new/4.3.jpg);
}
#seven {
	background-image: url(../images/houses/houses_plot_th/new/5.jpg);
}
#eight {
	background-image: url(../images/houses/houses_plot_th/new/6.jpg);
}
#nine {
	background-image: url(../images/houses/houses_plot_th/new/7.jpg);
}
#ten {
	background-image: url(../images/houses/houses_plot_th/new/8.jpg);
}
#eleven {
	background-image: url(../images/houses/houses_plot_th/new/9.jpg);
}
#twelve {
	background-image: url(../images/houses/houses_plot_th/new/10.jpg);
}
#thirteen {
	background-image: url(../images/houses/houses_plot_th/new/11.jpg);
}
#thirt_two {
	background-image: url(../images/houses/houses_plot_th/new/12.jpg);
}
#fouteen {
	background-image: url(../images/houses/houses_plot_th/new/14.jpg);
}
#fifteen {
	background-image: url(../images/houses/houses_plot_th/new/15.jpg);
}
#sixteen {
	background-image: url(../images/houses/houses_plot_th/new/16.jpg);
}
#seventeen {
	background-image: url(../images/houses/houses_plot_th/new/17.jpg);
}
#eighteen {
	background-image: url(../images/houses/houses_plot_th/new/18.jpg);
}
#nineteen {
	background-image: url(../images/houses/houses_plot_th/new/19.jpg);
}
#twenty {
	background-image: url(../images/houses/houses_plot_th/new/20.jpg);
}
#twenty_one {
	background-image: url(../images/houses/houses_plot_th/new/21.jpg);
}
#twenty_two {
	background-image: url(../images/houses/houses_plot_th/new/22.jpg);
}
#twenty_three {
	background-image: url(../images/houses/houses_plot_th/new/23.jpg);
}
#twenty_four {
	background-image: url(../images/houses/houses_plot_th/new/24.jpg);
}
#twenty_five {
	background-image: url(../images/houses/houses_plot_th/new/25.jpg);
}
#twenty_six {
	background-image: url(../images/houses/houses_plot_th/new/26.jpg);
}
#twenty_seven {
	background-image: url(../images/houses/houses_plot_th/new/27.jpg);
}
#twenty_eight {
	background-image: url(../images/houses/plot27/th1.jpg);
}






#gardenfive {
	background-image: url(../images/gardens/plot5/plot-5th.jpg);
}
#gardensix {
	background-image: url(../images/gardens/plot6/plot-6th.jpg);
}
#gardenseven {
	background-image: url(../images/gardens/plot7/plot-7th.jpg);
}
#gardennine {
	background-image: url(../images/gardens/plot9/Plot-9th.jpg);
}
#gardeneleven {
	background-image: url(../images/houses/houses_plot_th/new/9.jpg);
}
#gardentwelve {
	background-image: url(../images/gardens/plot12/plot-12th.jpg);
}
#gardenseventeen {
	background-image: url(../images/houses/houses_plot_th/new/17.jpg);
}
#gardeneighteen {
	background-image: url(../images/gardens/plot18/Plot-18th.jpg);
}
#gardentwentytwo {
	background-image: url(../images/gardens/plot22/Plot-22th.jpg);
}
#gardentwentyfour {
	background-image: url(../images/gardens/plot24/Plot-24th.jpg);
}
#gardentwentysix {
	background-image: url(../images/gardens/plot26/Plot-26th.jpg);
}







a.plot_click {
	display: block;
	width: 100px;
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 0px;
	height: 100px;
	border: 1px solid #CCCCCC;
}
a:hover.plot_click {
	background-repeat: no-repeat;
	border-top-color: #DF4E15;
	border-right-color: #DF4E15;
	border-bottom-color: #DF4E15;
	border-left-color: #DF4E15;
}
a.plot_pdf {
	display: block;
	width: 260px;
	float: left;
	clear: both;
	background-image: url(../images/pdf.png);
	background-repeat: no-repeat;
	background-position: right center;
	font-weight: bold;
	color: #02887F;
	text-decoration: none;
	padding-top: 11px;
	padding-right: 0px;
	padding-bottom: 9px;
	padding-left: 0px;
}
a:hover.plot_pdf {
	text-decoration: none;
	color: #DC5217;
}
.interestsCheck {
  width: 240px;
  margin-right: 5px;
  float: left; 
}

.interestsCheckBox {
	margin-right: 6px !important;
	margin-top: 3px;
	margin-bottom: 3px;
}


#iframe_wrapper {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#iframe_holder_plots {
	margin: 0px;
	padding: 0px;
}
#iframe_holder_plots p {
	padding-top: 5px;
	padding-bottom: 5px;
}
#iframe_holder_plots h3 {
	text-transform: uppercase;
	padding-bottom: 0px;
}
#iframe_holder_plots img {
	padding-top: 10px;
}

a.spon_pack {
	float: left;
	clear: both;
	height: 0px!important;
	width: 190px;
	padding-top: 165px;
	overflow: hidden!important;
	background-image: url(../images/spon_pack.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	cursor: pointer;
}
a:hover.spon_pack {
	background-position: left -175px;

}


/*-  LARGE CALENDAR
----------------------------------------------------------------------*/
#calendarHolder {
	width:715px;
	float:left;
	clear:left;
}
.lcalendar  {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
.lcalendar tr th {
	background-color: #C2C2C2;
	padding-top: 4px;
	padding-bottom: 4px;
	border: 1px solid #FFFFFF;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}
.lcalendar  tr td {
	padding: 3px;
	height: 75px;
	border: 1px solid #FFFFFF;
	background-color: #EAEAEA;
	font-size: 12px;
	word-break: break-all;
}
.lcalendar a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
.lcalendar a:hover {
	color: #333333;
	text-decoration: none;
}
.lcalendar a.event {
	background-color: #FF9900;
}
.lcalendar .current_day {
	background-color: #79A046;
	color: #FFFFFF;
}
.lcalendar .topth {
	background-color: #94AA3E;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 8px;
	font-size: 18px!important;
}
.lcalendar .topth h3 {
	color: #FFFFFF;
}
.lcalendar .day_names {
	background-color: #333333;
	color: #FFFFFF;
	padding-top: 8px;
	padding-bottom: 8px;
}
.lcalendar .lcevent {
	background-color: #E63207;
	padding: 3px;
	margin-bottom: 3px;
}

/*-  OFFERS
----------------------------------------------------------------------*/
.offers {
	float: left;
	width: 500px;
	clear: left;
	margin-bottom: 10px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #E64D13;
	margin-top: 10px;
}
.offers h4 {
	text-transform: uppercase;
	color: #1DA79D;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	padding-bottom: 10px;
}
.offers img {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}

/*-  SELLING
----------------------------------------------------------------------*/
.selling {
	float: left;
	width: 520px;
	clear: left;
	margin-bottom: 10px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #E64D13;
	margin-top: 10px;
}
.selling h4 {
	text-transform: uppercase;
	color: #1DA79D;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	padding-bottom: 10px;
}
.selling img {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}

/*-  PLOT PAGES
----------------------------------------------------------------------*/
a.plot_return {
	width: 100%;
	display: block;
	padding-top: 7px;
	padding-bottom: 6px;
	text-indent: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #FFF;
	clear: both;
	float: left;
	background-image: url(../images/plot_return.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
a:hover.plot_return {
	color: #000000;
}
.plot_holder {
	float: right;
	width: 715px;
	margin-left: 15px;
}
.plot_left_column {
	float: left;
	width: 480px;
	margin-bottom: 20px;
}
.plot_right_column {
	float: right;
	width: 215px;
	margin-bottom: 20px;
}
.plot_left_column h3 {
	font-weight: bold;
	color: #666;
	margin-bottom: 10px;
	font-size: 18px;
	text-transform: uppercase;
}
.plot_left_column h4 {
	font-weight: bold;
	text-transform: uppercase;
	color: #666;
	margin-bottom: 10px;
}
.plot_right_column h3 {
	text-transform: uppercase;
	color: #666;
	font-size: 16px;
}
.plot_right_column h4 {
	text-transform: uppercase;
	color: #666;
	margin-top: 15px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	font-weight: bold;
	font-size: 12px;
}
.plot_left_column p {
	padding-top: 10px!important;
}
.plot_right_column p {
	padding-top: 10px;
}
.sponsors {
	float: left;
	width: 100%;
	margin-top: 25px;
}
.sponsors h3 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
}

a.consumer {
	background-color:#FF9F27!important;
}
a.trade {
	background-color:#048580!important;
}
a.vote_house {
	height: 0px!important;
	width: 140px;
	padding-top: 146px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	overflow: hidden!important;
	background-image: url(../images/vote_house.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	margin-top: -60px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
}
a:hover.vote_house {
	background-position: left -156px;
}

.sales_enquiries {
	float:left;
	width:213px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
}
.sales_enquiries a {
	color:#02887F;
}
a.buy_property {
	background-image: url(../images/buy_rent.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	height: 0px;
	width: 140px;
	padding-top: 57px;
	overflow: hidden;
	display: block;
}
a:hover.buy_property {
	background-position: left -67px;
}
