/* 
 * Colours
 *
 * Orange      - #e38128
 * Pale Orange - #e8a85e
 * Cream       - #FFFFF3
 * Yellow      - #FFE397
 * Brown       - #833200
 */
 
/************************************************* 
 * Default element styles                        * 
 *************************************************/
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #FFFFF3;
	color: #222;
  font-size: small;
}

a {
	font-weight: bold;
}
	
a:link	{
	color: #833200;
}
	
a:visited	{
	color: #833200;
}
	
a:hover	{
	text-decoration: underline;
	color: #e38128;
}
 
a img {
border: none;
}

h1 {
margin: 0;
font-size: 120%;
line-height: 2em;
color: #833200;
font-weight: bold;
}

h2 {
margin: 0 0 3px 0;
font-size: 100%;
color: #833200;
background: #FFE397;
font-weight: bold;
}

h3 {
margin: 5px 0 2px 0;
font-size: 100%;
color: #833200;
font-weight: bold;
}

p {
	margin: 0 0 10px;
	padding: 0;
}
	 
strong {
	color: #833200;
	font-weight: bold;	
}

.error {
	color: red;
}

.rightalign	{
	text-align: right;
}
	
td {
	border-width: 0px;
	padding: 2px;
	border-style: solid;
	border-color: #FFFFF3;
}

ul {
	padding: 0 0 0 5px;
	margin: 0;
}

dl {
	margin: 5px 0 10px 0;
}

dl img {
	display: none;
}

.right	{
	float: right;
}

.left	{
	float: left;
}

.clear {
	clear: both;
}

.centre	{
	text-align: center;
}

.boxed {
	padding: 5px;
	background-color: #FFE397;
	border: 1px solid #e8a85e;
}

input#email, input#name, input#phone {
	background-color: white !important; /* override Google toolbar which turns fields yellow */
	border: 1px solid #e38128;
}

textarea{
	border: 1px solid #e38128;
}

/************************************************* 
 * Main layout styles                            * 
 *************************************************/
#container	{
	margin: 0 auto; /* auto margins will centre the div because it has a fixed width */
	padding: 0;
	width: 770px;
	position: relative; /* allows elements in the container to be positioned absolutely */
	border: 1px solid #e8a85e;
	background-color: #FFF;
}
	
#pageheader	{
	background: url(../images/header.gif) 0 0 no-repeat;
}

#pagecontenttop {
	clear: both;
	background-color: #FFE397;
	height: 18px;
}

#pagecontent	{
	padding: 10px;
	}

#pagefooter	{
	clear: both;
	background-color: #FFE397;
	height: 40px;
	padding: 5px 5px 0 5px;
	font-size: 90%;
	color: #222;
}
	
#pagefooter .copyright {
	float: left;
	width: 595px;
}
	
#pagefooter .casabase {
	text-align: right;
}
	
#footmenu {
	clear: both;
	margin: 5px 0;
	font-size: 75%;
	text-align:center;
}

.selectlang {
	padding: 1px 4px;
	font-weight: bold;
	font-size: 110%;
	position: absolute;
	top: 90px;
	right: 5px;
}

.selectlang img {
	padding: 2px 4px;
	border: 1px solid #FFE397;
}

.selectlang img.selected {
	border: 1px solid #833200;
}

#title {
	font-size:36px;
	font-family: Maiandra GD, Georgia, serif;
	position: absolute;
	top: 10px;
	right: 30px;
}

#byline {
	font-size: 110%;
	font-weight: bold;
	position: absolute;
	top: 55px;
	left: 16px;
	color: #e38128;
}

/************************************************* 
 * bullet list styles                            * 
 *************************************************/
#pagecontent li, #faqcontent li {
	list-style: none;
	padding: 0 0 5px 20px;
	background: url(../images/diamond.gif) no-repeat 0 4px;
}

/************************************************* 
 * Navigation styles                             * 
 *************************************************/
#mainmenu {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 0;
}

#secmenu {
	position: absolute;
	top: 61px;
	right: 20px;
	padding: 0;
}

#mainmenu li, #secmenu li {
	list-style: none;
	float: left; 
	padding: 0 15px 0 12px; 
	font-size: 90%;
	font-weight: bold;
	background: url(../images/diamond.gif) 100% 65% no-repeat;
}

#mainmenu li.last, #secmenu li.last {
background: none;
}

#mainmenu li a, #secmenu li a {
	text-decoration: none;
	display: block; 
	padding: 0.75em 0 0;
	text-transform: uppercase; 
	border-bottom: 3px solid #fff;
	color: #833200;
}

#propnav {
	float: right;
	margin: 13px 2px 0 0;
	padding: 0;
	list-style: none;
	font-size: 100%;
}
	
#propnav li {
	float: left;
	list-style: none;
	border: 1px solid #e8a85e;
	padding: 0;
	margin-right: 2px;
	background: #FFE397;
}

#propnav a {
	float: left;
	padding: 3px 8px;
	text-decoration: none;
	color: #222;
	font-weight: normal;
}

#mainmenu li.active, #secmenu li.active, #propnav li.active	{
	background-color: #e38128;
}

#mainmenu a.active, #mainmenu a:hover, #secmenu a.active, #secmenu a:hover {
border-bottom: 3px solid #e38128;
}

/************************************************* 
 * Featured property                             * 
 *************************************************/
#featured {
	position: relative;
	margin: 0 2px 2px 0;
	padding: 3px;
	height: 267px;
	background-color: #FFFFF3;
	border: 1px solid #e8a85e;
}

#featured h1 {
	float: left;
}

#featured img {
	float: left;
	width: 350px;
	height: 233px;
	border: 1px solid #e8a85e;
}

#featured h2 {
	text-align: center;
	padding: 5px;
}

#featured td {
	padding: 3px 0;
}

#desc {
	float: right;
	margin-top: 5px;
	padding: 0;
	width: 375px;
	height: 240px;
}
/************************************************* 
 * Home Page Summaries Boxes                     *
 *************************************************/
.hpbox {
	float: left;
	width: 237px;
	margin: 0 6px 10px 0;
	padding: 5px;
	border: 1px solid #e8a85e;
}

.hpbox.right{
	margin-right: 0;
}

/************************************************* 
 * photo styles                                  * 
 *************************************************/
img.photo {
	margin: 2px;
	padding: 3px;
	border: 1px solid #FFE397;
}

/************************************************* 
 * Property Photos                               *
 *************************************************/
#propphotos {
	float: left;
	padding: 2px;
	margin: 5px 0;
	border: 1px solid #FFE397;
	width: 356px; 
}
 
#mainphoto {
	border: 1px solid #FFE397;
	width: 350px;  
	padding: 2px;
	margin-bottom: 5px;
	text-align: center;
}
	
.bigpt img {
	width: 196px; 
	height: 262px; 
}

#mainphoto .arrow {
	width: 16px; 
	height: 16px; 
}
	
#mainphoto td {
	border-width: 0;
}

#mainphoto h2 {
	margin: 0;
	color: #222;
	background: #fff;
	font-weight: bold;
}

.thumb {
	background: #fff;
	border: 1px solid #e8a85e;
	padding: 3px;
	width: 75px;
	height: 75px;
}

.thumbls img {
	width: 75px; 
	height: 56px; 
	margin: 9px 0;
}
	
.thumbpt img {
	width: 56px; 
	height: 75px; 
	margin: 0 9px;
}
 
#propphotos .thumb {
 float: left;
 margin: 2px 3px 2px 2px;
}

* html #propphotos .thumbpt img { /* Fix IE Bug */
	margin: 0 9px -1px 9px;
}
	
#propphotos p {
	font-size: 95%;
	text-align: center;
	clear: both;
}


/************************************************* 
 * Property Description styles                   *
 *************************************************/
#propdesc {
	margin: 5px 0 0 368px;
	padding: 2px;
	border: 1px solid #FFE397;
	}

#propdesc .keytitle {
	font-weight: bold;
	width: 68px;
	padding: 3px 0;
}

#propdesc .keydata {
	width: 120px;
	padding: 3px 0;
}

#propdesc form {
	padding: 1px;
	background-color:#FFE397;
	margin-bottom: 0;
	border: 1px solid #e8a85e;
}

#propdesc td {
	border-width: 0px;
	padding: 0px;
	vertical-align:top;
}

#propdesc textarea {
	width: 120px;
	height: 62px;
}

#propdesc input {
	width: 120px;
}

#propdesc .email {
	padding: 0 0 2px 20px;
	background: url(../images/email.gif) no-repeat;
}

#propdesc .printer {
	padding: 0 0 2px 20px;
	background: url(../images/printer.gif) no-repeat;
}

#propdesc .proptext {
	padding: 3px 2px;
	font-size: 90%;
}

#propdesc p {
	margin: 0 0 8px 0;
}

#propdesc h2 {
	font-size: 100%;
	background-color: #FFE397;
	padding: 3px 0;
}

#propdesc #enquiry {
	background-color: #fff;
	border: 0;
}

#propdesc #enquiry td{
	border: 1px solid #fff;
}

#printdesc {
	clear:both;
	padding: 2px;
	border: 1px solid #e8a85e;
	}


/************************************************* 
 * property list styles                          * 
 *************************************************/
 
#proplist table {
	margin: 10px;
	font-size: 95%;
	border: 1px solid #FFE397;
}
 
#proplist td {
	border-width: 0;
}
 
#proplist td.refcode a {
	font-weight: bold;
	text-decoration: none;
}

#proplist td a {
	font-weight: normal;
}

#proplist td.refcode a:hover {
	text-decoration: underline;
}

#proplist td.price {
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
}

#proplist td.more {
	text-align: right;
	padding-right: 10px;
}

#proplist img {
	border: 1px solid #e8a85e;
	padding: 3px;
	width: 150px;
	height: 112px;
}

/************************************************* 
 * Contact styles                                 *
 *************************************************/
#contactmain {
	float: left;
	width: 470px;
	margin-top: 10px;
}

#contactmain td {
	border-width: 0px;
	vertical-align: top;
}

#contactmain select {
	width: 146px;
}

#contactside {
	margin-left: 490px;
	margin-top: 10px;
}
	
#contactside div{
	padding: 5px;
	border: 1px solid #FFE397;
}

/********************************************** 
 * FAQ styles                                 *
 **********************************************/
#faqwrap{
	clear: left;
	margin: 0;
	font-size: 100%;
}

#faqcontent {
	border-style: none;
	vertical-align: top;
	padding-left: 5px;
}

#faqcontent h2 {
	padding: 0 0 0 2px;
	background: #FFE397 ;
}

#faqmenu {
	width: 195px;
	padding: 0;
	margin-left: 3px;
	vertical-align: top;
}

#faqmenu ul	{
	list-style: none;
	margin: 0;
	padding: 0;
}

#faqmenu li	{	
	padding: 5px;
	border: 1px solid #fff;
	background-image: none;
}

#faqmenu li.active {	
	border: 1px solid #e38128;
}

#faqmenu a {
	text-decoration: none;
}

#faqmenu a.active {
	color: #e38128;
}

#faqmenu a:hover {	
	text-decoration: underline;
} 

/************************************************* 
 * text styles                                   * 
 *************************************************/
.help {
	padding-left: 20px;
	background: url(../images/help.gif) no-repeat 0 0px;
}

