/**
 * BLS Brochure Site General CSS
 * Author: Chris Potter
 * Company: Purple Penguin Media Limited  
 */


html,*{
	margin:0;
	padding:0;
}
body
{
	color: #808285;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding: 0px;
	line-height:150%;
}

body.contentpane {
	width:auto;
	margin:10px;
	text-align: left;
}
img { border: 0 none; }

a,a:visited,a:focus{
	text-decoration:none;
	color:#062377;
}

a:hover{
	text-decoration:underline;
	color:#0072BF;
}
ul,li{
	margin:0;
	padding:0;
	list-style:none;
}

p{
	margin:0 0 10px 0;
}

input,select{
	border:1px solid #9c9c9c !important;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background:url(../images/input.png) repeat-x scroll left top;
	padding:2px;
}

div.moduletable h3{
	margin:0 0 5px 0;
	padding:0 0 4px 0;
	font-size:24px;
}

div#wrapper{
    min-width:970px;
	background:#f7f7f7;
}

.main{
	width:970px;
	margin:0 auto;
}

div#header{	
	min-width:970px;
	background:url(../images/header.png) repeat-x scroll left bottom;
	height:128px;
}

div#header .main{
	height:128px;
	position:relative;
}
h1.logo{
	position:absolute;
	left:0;
	top:20px;
}
#slogan{
	color:#FFF;
	font-size:9px;
	position:absolute;
	left:0px;
	bottom:20px;
	padding:5px;
	width:479px;
	background:#c2c2c2;
}
#slogan p{margin:0;}
div#contact{
	position:absolute;
	top:50px;
	right:0;
	text-align:right;
	font-size:24px;
	font-weight:bold;
	color:#062377;
	background:url(../images/phone.png) no-repeat scroll left top;
	padding-left:25px;
}

div#contact a{
	color:#95897a;
	font-size:14px;
}

div#contact span.phone{
	font-size:29px;
	font-weight:bold;
}
div#topmenu{
	min-width:970px;
	height:40px;
	background:#bbbbbb url(../images/menu.png) repeat-x scroll left bottom;
	padding-top:16px;	
}

div#topmenu .main{
	height:40px;
	position:relative;
}

div#topmenu #socialmedia{
	position:absolute;
	top:10px;
	right:0px;
}
div#topmenu li{
	margin:0;
	float:left;
}
div#topmenu li a,div#topmenu li .separator{
	color:#FFF;
    font-size: 13px;
    padding: 14px 15px 13px 15px;
    text-decoration: none;
	border-left:1px solid #FFF;
	display:block;
	text-transform:uppercase;
}

div#topmenu li:first-child a{	
	border-left:none;
}
div#topmenu li.active a{
	text-decoration:none;
	background:#FFF;
	color:#000 !important;
} 

div#topmenu li a:hover{
	text-decoration:none;
	background:#DDD;
	color:#000 !important;
} 

div#topmenu ul,div#topmenu ul ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
div#topmenu ul li { 
	position: relative;
	float: left;
}
div#topmenu ul a {
	display: block;
	width:auto;
}


div#topmenu ul li ul {
	position : absolute;
	left: -999em;
	width:220px;
	z-index: 999;
	background:#FFF;
	border:1px solid #CCC;
	border-top:none;
	border-bottom:none;
}

div#topmenu li ul a:hover, div#topmenu li ul li.active a,
div#topmenu li.active ul a:hover{
	text-decoration:none;
	color:#660b66;
}

div#topmenu li.active ul a{
	color:#95897A;
}

div#topmenu ul li ul li a{
	width:200px;
	font-size:12px;
	font-weight:normal;
	border:none;
	border-radius:0;
	border-bottom:1px solid #CCC;
	padding:10px;
	color:#000;
}

div#topmenu ul li:hover ul {
	left: 0;
	top: 100%;
	margin-left: 0;
}


#slidesearch{
	background:#DDD;
	padding:0;
	min-width:970px;
}

#slidesearch .main{	
	min-height:303px;
	padding:0;
	position:relative;
}

#slideshow{
	width:100%;
	height:300px;
}
#search{
	width:220px;
	margin:2px;
	position:absolute;
	z-index:2000;
	right:20px;
	top:20px;
	background:url(../images/tran.png);
	padding:30px;
	min-height:200px;
	box-shadow:0px 0px 4px #CCC;
	-moz-box-shadow:0px 0px 4px #CCC;
	-webkit-box-shadow:0px 0px 4px #CCC;
}

#search ul li{
	margin-bottom:10px;
}
#search ul li a{
	background:url(../images/icon1.png) no-repeat scroll left 6px;
	font-size:18px;
	padding:0px 0 10px 12px;
}
div.sframextc,div.showcasextc{
	width:744px !important;
	padding:0px;
	overflow:hidden;
	margin:0 auto;
}

div#slideshow td{
	padding:0;
	text-align:center;
}

#slideshow .prevbutton{
	position:absolute;
	top:40%;
	left:0;
}
#slideshow .nextbutton{
	position:absolute;
	top:40%;
	right:0;
}

div.scrollerxtc{
	position:relative;
}

div.scrollerxtc h3{
	width:auto;
	padding:10px 0 5px 20px;
	height:19px;
	color:#062377;
	float:left;
}
div.scrollerxtc h3 a{
	font-size:16px;
}

div.imagextc{
	
}
div.imagextc img{
	/*box-shadow:2px 2px 2px 2px #444;
	-moz-box-shadow:2px 2px 2px 2px #444;
	-webkit-box-shadow:2px 2px 2px 2px #444;*/
}

div.desxtc{
	width:100%;
	background:#FFF;
	height:42px;
	overflow:hidden;
}
div.pricextc{
	float:right;
	padding:10px 20px 5px 0;
	font-size:14px;
}

div.pricextc strong{
	color:#000;
}
div.detailxtc{
	width:254px;
	overflow:hidden;
	margin:0 auto;
	margin-top:15px;
	color:#660B66;
	font-size:16px;
	height:27px;
}

div.detailxtc span.price{
	float:left;
	padding:10px 0 0px 0px;
	
}

div.detailxtc span.bedrooms{
	float:right;
	background:url(../images/bedrooms.png) no-repeat scroll left top;
	padding:10px 0 0px 40px;

	display:block;
	height:27px;
}
div.detailxtc span.bathrooms{
	float:right;
	background:url(../images/bathroom.png) no-repeat scroll left top;
	padding:10px 0 0px 40px;
	display:block;
	height:27px;
	margin-left:20px;
}
div#content {
    padding: 0px;
    text-align: left;
    min-width:970px;
	overflow:hidden;
	margin:20px 0;
}

#maincontent,#maincontent-fr{
	background:#FFF;
	box-shadow:0px 0px 4px #CCC;
	-moz-box-shadow:0px 0px 4px #CCC;
	-webkit-box-shadow:0px 0px 4px #CCC;
	margin:2px;
}
#maincontent ul,#maincontent-fr ul{
	margin-left:30px;
}
#maincontent ul li,#maincontent-fr ul li{	
	list-style:disc;
}
#maincontent ul li a,#maincontent-fr ul li a{
	font-weight:bold;
}
div#content #maincontent{
	float:left;
	width:607px;
	padding:20px;
}

div#content #maincontent-fr{
	width:100%;
	padding:20px;
	width:926px;
}


div.item-page h1{
	margin:0 0 10px 0;
	padding:0 0 4px 0;
	font-size:24px;
}
#topcontentmod{
	padding-top:20px;
}

#colright{
	float:right;
	width:287px;
	padding:0px;
}

#colright .moduletable{
	padding:0;
}

#colright .moduletable h3{
	margin:0 0 10px 0;
	padding:10px 0 10px 0;
	text-transform:capitalize;
	background:url(../images/button.png) repeat-x scroll left top;
	color:#FFF;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #9C9C9C;
	font-size:16px;
	width:70%;
	text-align:center;
}
#colright .moduletable h3 a{color:#FFF}

ul.pagenav{
	display:none;
}

div.slideshow{
	width:100%;
	height:280px;
}

/* End submenu*/
div#footer{
    background:#18368b url(../images/footer.png) repeat-x scroll left top;
    padding:30px 0;
	font-size:14px;
	color:#FFF;
	overflow:hidden;
	min-width:970px;
	height:26px;
}

div#footer a{
	color:#FFF;
	text-decoration:underline;
}

div#footer #footnav li:first-child a{
	padding-left:0;
	border-left:none;
}
div#footer #copyright{
	float:right;
	margin-top:-7px;
}
h1, h2, h3, h4,h5,h6 {
    margin: 0;
    padding: 0;
	color:#062377;
}

h1{
	font-size:200%;
}
h2{
	font-size:150%;
}
h3{
	font-size:150%;
}
h4{
	font-size:120%;
}

.button,button{
	background:url(../images/button.png) repeat-x scroll left top;
	color:#FFF;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border:1px solid #9C9C9C;
	padding:4px;
	text-transform:capitalize;
	cursor:pointer;
	font-weight:bold;
}


td{
	padding:5px;
}
div#content .item-page img {
	
}

div#content div.item-page.edit img {
    border: none;
    float: none;
    height:auto;
    margin: 0;
    padding:0px;	
    width:auto;
}
div#content ul.actions{
	margin:0;
	float:right;
}

div#content ul.actions li {
	float:left;
	margin:0 3px;
}
div#content ul.actions li a img{
	width:auto;
	float:none;
	margin:0;
	border:none;
	padding:0;
	height:auto;
}
img {
    border: 0 none;
}

.clear {
    clear: both;
}


/* ++++++++++++++  edit  ++++++++++++++ */
legend
{
	padding:3px 5px;
}

form#adminForm
{

}

.edit form#adminForm fieldset
{
	padding:20px 15px;
	margin:10px 0 15px 0;
}

.formelm
{
	margin:5px 0
}


.formelm label
{
	width:13em;
	display:inline-block;
	vertical-align:top;
}

form#adminForm .formelm-area
{
	padding:5px 0
}

form#adminForm .formelm-area label
{
	vertical-align:top;
	display:inline-block;
	width:140px;
}

.formelm-buttons
{
	text-align:right;
	margin-bottom:10px
}

.button2-left
{

}

a.modal-button,
.button2-left .blank a,
.button2-left a,
.button2-left div.readmore a{
	background:#eee;
	padding:4px !important;
	margin:0 !important;
	line-height:1.2em; border:solid 1px #ddd;
	font-weight:bold; text-decoration:none;
	margin-top:10px !important;
	text-decoration:none;
	font-weight:bold;}

/* ++++++++++++++  tooltip  ++++++++++++++ */


.tip
{
	font-size:0.8em;
	text-align:left;
	padding:3px;
	max-width:400px
}

.tip-title
{
	font-weight:bold;
}

.mceContentBody{
	text-align:left;
}

/*style module search*/

.ezsearch {
    margin-bottom: 12px;
    width: 290px !important;
}

.ezsearchbutton{
	text-align:right;
}

.mod_searchfield {
    width: 284px !important;
}
.mod_searchbox {
    width: 290px !important;
	padding:2px;
}

div#bottommod .main{
	background:url(../images/bg_bottom_mod.png) no-repeat scroll center top;
	padding-top:40px;
	margin-top:40px;
	overflow:hidden;
}


div#bottommod {
	width:100%;
	margin-bottom:30px;
	
}
div#bottommod #user3{
	float:left;
	width:620px;
}

div#bottommod #user4{
	float:right;
	width:290px;
	background:#660b66;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	padding:10px 0;
	color:#FFF;
}

div#bottommod #user4 ul li{
	background:url(../images/icon3.png) no-repeat scroll left 5px;
	padding-left:25px;
	margin-bottom:10px;
}
div#bottommod #user4 .moduletable h3{
	margin:0 0 10px 0;
	padding:3px 0 10px 35px;
	text-transform:capitalize;
	border-bottom:1px solid #b385b3;
	color:#FFF;
}

div#bottommod #user4 .moduletable .mod-content{
	padding:10px 35px;
}

div#bottommod #user4 a.readon{
	margin:20px 0 0 25px;
}
a.readon{
	width:60px;
	display:block;
	background:#FFF;
	color:#000;
	font-weight:bold;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	text-decoration:none;
	padding:4px;
	text-align:center;	
}

#bottom{
	width:100%;
	padding:20px 0;
	overflow:hidden;
}

#logofooter{
	float:left;
	margin-top:-8px;
}
#powered{
	float:right;
	text-align:right;
	font-size:14px;
}

#powered a{
	font-size:14px;
	text-decoration:none;
	color:#808285;
}
div.moduletable{
	margin-bottom:15px;
}

div.k2ItemsBlock ul li{
	background:url(../images/icon3.png) no-repeat scroll 5px 15px;	
	border:none;
	padding:10px 0;
	padding-left:17px;
}
span.moduleItemDateCreated {
	float:left;
	font-size:24px;
	width:70px;	
}

span.moduleItemDateCreated b{
	font-size:50px;
	color:#660B66;
	display:block;
}
div.k2ItemsBlock ul li a.moduleItemReadMore{
	float:right;
	margin-top:-10px;
}

/*add properties page*/

table.category tr.cat-list-row1{
    background: none;
    
}

table.category tr.cat-list-row1 td.list-title:first-child{
	border: 1px solid #DBDBDB;
	border-right:none;
}
table.category tr.cat-list-row1 td.list-title{
	border: 1px solid #DBDBDB;
	border-left:none;
}
.cat-list-row1, .cat-list-row12, tr.cat-list-row1 td, tr.cat-list-row2 td {
    padding: 5px;
}
.cat-list-row2, .cat-list-row1, tr.cat-list-row2 td, tr.cat-list-row1 td {
    border-color: #DDDDDD;
}
table.category td {
    padding: 14px 10px;
	
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

div.button-back a {
    background: url("../images/button-back.png") no-repeat scroll 0 0 transparent;
    color: #666666;
    display: block;
    height: 37px;
    margin-bottom: 5px;
    padding: 5px;
    text-align: left;
	width:370px;
}
div.button-print a {
    background: url("../images/button-print.png") no-repeat scroll 0 0 transparent;
    color: #666666;
    display: block;
    height: 37px;
    margin-bottom: 5px;
    padding: 5px;
    text-align: left;
	width:370px;
}
div.button-email a {
    background: url("../images/button-email.png") no-repeat scroll 0 0 transparent;
    color: #666666;
    display: block;
    height: 37px;
    padding: 5px;
	width:370px;
    text-align: left;
}
div.button-print a img, div.button-email a img ,div.button-back a span{
    display: none;
}

.innertube h3{
	margin:15px 0;
}
	
fieldset{
	margin:5px 0px;
	border:1px solid #CCC;
	padding:10px;
	
}
fieldset legend{
	border:1px solid #CCC;
	padding:5px;
	margin-left:10px;
}


div.k2ItemsBlock ul li a {
	text-decoration:none;
	font-weight:bold;	
}

.pagination{
	margin:0 auto;
	text-align:center;
}

.pagination ul li {
    display: inline;
    margin: 0;
    padding: 0;
}
.pagination ul li span.pagenav, .pagination ul li a.pagenav, ul.pagenav li a {
    padding: 0 5px;
}


#gototop{
	background:#1ec902 !important;
	border:none !important;
}
#gallery ul li{
	list-style:none;
}