@charset "utf-8";
/*
Copyright is held by original owners.
CSS Document: TIM ALTASS
Version: 2.03
*/

/*
ATTRIBUTES
**********
Font Primary: #000, Arial, 12px
Page Heading: DIN, 
Content Headings: #001d51, Arial
__________

DIMENSIONS
**********
Main site width: 1012px
Content Main: 992px
Gutter width: n/a / 16px
__________

CSS INDEX:
**********
+ Global Styles
  - Text
  - Links
  - Lists
+ Page Layout
  - Content (Containers)
  - Form Page
  - Columns
+ Header
+ Footer
+ Navigation
  - Primary
  - Secondary
+ Banners
+ Page Tools
+ Content (Body)
  - Headings
  - Lists
  - Tables
  - Forms
__________

*/

/*
=================================
GLOBAL STYLES
*/

* {
	margin:0em;
	padding:0em;
	border:none;
}	

#altass {
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%;
	color:#000;
}

textarea { /* Repeat Font Family from above */
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
}
	
.accessible {
	display:block;
	position:absolute;
	left:-9999em;
	z-index:0;
	height:0px;
	width:0px;
	line-height:0px;
	font-size:0px;
	float:left;
	clear:none;
	visibility:collapse;
}

.invisible {
	display:none;
}	

.right {
	float:right;
}

.left {
	float:left;
}

.center {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.image.right, .photo.right {
	margin:0em 0em 2em 2em;
}

.image.left, .photo.left {
	margin:0em 2em 2em 0em;
}

.photo.left img {
	float:left;
}

.photo.right img {
	float:right;
}

	/* LINKS */
	a {
		color:#001d51;
		text-decoration:underline;
	}
	
	a:link {
		color:#001d51;
	}
	a:visited {
		color:#4f5d77;
	}
	a:hover {
		color:#f50000;
	}
	a:active {
		color:#f50000;
	}

	/* LISTS */
	#content_container ul, #content_container ol { 
		display:inline-block; /* Keep from losing bullets to floated objects */
	}
		#content_container li ul, #content_container li ol { 
			display:block; /* Restore block value */
		}
	
	
	
	
/*
=================================
PAGE LAYOUT
*/	

html {
	height:100%;
	min-width:992px;
}

body {
	background:#f3f3f3 url(../images/bg_html.gif) center top no-repeat;
	height:100%;
	min-width:992px;
}	

#page {
	width:992px;
	position:relative;
	min-height:100%;
	margin:0em auto;
}

#content_container {
	padding-bottom:222px; /* Height of the footer */
}

#content {
	overflow:auto;
}

	/* FORM PAGE */
	body.form {
		background:none;
	}
	
	body.form #content {
		width:100% !important;
	}
	
	/* CONTENT (containers) */
	
	/* COLUMNS */
	
	/* NOTE: 992px width */
	
	.col {
		float:left;
		padding:16px;
		overflow:auto;
	}
	
	.col_3x3, .col_1x4, .col_3x4, .col_2x3, .col_1x3, .col_1x2, .col_2x3, .col_1x3, .col_2x2    {
		border-bottom:1px solid #ccc;
		border-top:1px solid #ccc;
		margin-top:-1px;
		overflow:hidden;
		/* overflow:auto; */
		float:left;
		position:relative;
	}
	
	.col_1of2, .col_3of4 {
		float:left;
		overflow:hidden;	
	}
	
	
	.col_1of1 {
		padding:12px 12px 0px 12px;
		/* padding:16px 16px 0px 16px; */
	}
	
	.col_1of2 {
		width:496px;
	}
	
	.col_3of4 {
		width:744px;
	}
	
	.col_1x2 {
		width:496px;
		background:url(../images/bg_col_2x2.gif) left top repeat-y;
	}
	
		.col_1x2 .col {
			width:464px; /* 496px */
		}	
	
	.col_2x2 {
		background:url(../images/bg_col_2x2.gif) left top repeat-y;
		width:100%;
	}	
		.col_2x2 .col {
			width:464px; /* 496px */
		}	
	.col_1x4 {
		width:248px;
	}
	
	.col_3x4 {
		width:744px;
	}
	
	.col_1x3 {
		width:330px;
		background:url(../images/bg_col_3x3.gif) left top repeat-y;
	}
	
	.col_2x3 {
		width:661px;
		background:url(../images/bg_col_3x3.gif) left top repeat-y;
		border-right:1px solid #ccc;
	}
	
	.col_3x3 {
		width:992px;
		background:url(../images/bg_col_3x3.gif) center top repeat-y;
	}
		.col_3x3 .col {
			width:297px; /* 329px */
		}
		
	.col_3x4 {
		width:744px;
		background:url(../images/bg_col_4x4.gif) left top repeat-y;
	}
	
	
	div.styleB {
		background-color:#ececec;
	}
	
	div .col.small {
		font-size:.9em;
	}

/*
=================================
HEADER
*/

#header {
	position:relative;
	background:#002569 url(../images/bg_header.jpg) 0 0 repeat-x;
	color:#fff;
	height:140px;
}

#header #company {
	position:absolute;
	left:29px;
	top:15px;
}

#header #company a {
	display:block;
	width:133px;
	height:107px;
	background:url(../images/logo_tim_altass.gif) 0 0 no-repeat;
}


	/* CONTACT DETAILS */
	#header #contact_details {
		position:absolute;
		left:166px;
		top:57px;
	}
	
	#header #contact_details li {
		list-style:none;
		float:left;
		height:45px;
		margin-right:5px;
	}
	
	#header #contact_details .contact_details_1 {
		background:url(../images/contact_carina.gif) 0 0 no-repeat;
		width:166px;
	
	}
	#header #contact_details .contact_details_2 {
		background:url(../images/contact_propmanagement.gif) 0 0 no-repeat;
		width:180px;
		
	}
	
	#header #contact_details .contact_details_3 {
		background:url(../images/contact_bulimba.gif) 0 0 no-repeat;
		width:187px;
		
	}

	/* NAV PAGE */
	#header #nav_page {
		float:right;
		
	}
	
	#header #nav_page ul {
		margin-top:28px;
		margin-right:22px;
	}
	
	#header #nav_page li {
		float:left;
		list-style:none;
	}
	
	#header #nav_page a {
		display:block;
		background-position:left top;
		background-repeat:no-repeat;
		height:51px;
		margin-top:2px;
	}
	#header #nav_page a:hover {
		margin-top:0px;
		padding-bottom:2px;
	}
		/* sizes */
		#header #nav_page .nav_page_1 a {
			background-image:url(../images/nav_page_home.gif);
			width:54px;
		}
		#header #nav_page .nav_page_2 a {
			background-image:url(../images/nav_page_about.gif);
			width:92px;
		}
		#header #nav_page .nav_page_3 a {
			background-image:url(../images/nav_page_locate.gif);
			width:79px;
		}
		#header #nav_page .nav_page_4 a {
			background-image:url(../images/nav_page_contact.gif);
			width:95px;
		}
		


/*
=================================
FOOTER
*/

/* NOTE: footer is in the absolute bottom and needs either a fixed height or to adjust the height if changs are made */

#footer {
	clear:both;
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	margin:0em auto;
	padding:0em;
}

#footer .page {
	border-top:1px solid #ccc;
	position:relative;
	width:992px;
	margin:0em auto;
}

#footer #site_design {
	position:absolute;
	right:15px;
	top:10px;
}

#footer #site_design a {
	display:block;
	width:78px;
	height:21px;
	background:url(../images/site_design.gif) no-repeat;
}
	
	/* FOOTER LINKS */
	#footer #nav_footer {
		margin:0px 18px;
		font-size:.91em;
		height:40px;
	}
	
	#footer #nav_footer li {
		list-style:none;
		float:left;
		background:url(../images/bullet_nav_footer.gif) left 4px no-repeat;
		padding:3px 8px 2px 10px;
		margin-top:10px;
	}
	
	#footer #nav_footer li img {
		vertical-align:middle;
		margin-right:3px;
		
	}
	
	#footer #nav_footer li:first-child {
		background:none;
		padding-left:0px;
	}

	#footer #nav_footer li a {
		color:#9b9b9b;
		text-decoration:none;
	}
	
	#footer #nav_footer li a:hover {
		text-decoration:underline;
	}
	

	/* SITE LINKS */
	#footer #site_links {
		width:100%;
		background:url(../images/bg_site_links.gif) repeat-y;
		overflow:auto;
		clear:both;
		margin:0em;
	}
	
	#footer #site_links ul {
		float:left;
		width:165px;
		margin:0em;
		padding:20px 0px;
		font-size:.83em;
	}
	
	#footer #site_links li {
		margin:6px 18px;
		list-style:none;
	}
	
	#footer #site_links li a {
		text-decoration:none;
		color:#545454;
	}
	#footer #site_links li a:hover{
		text-decoration:underline;
	}
	
	#footer #site_links li a strong, #footer #site_links li strong {
		font-size:1.3em;
		color:#001d51;
	}


/*
=================================
NAVIGATION
*/


	/* PRIMARY */
	#nav_primary {
		height:35px;
		width:100%;
		background:url(../images/bg_nav_pri.gif) 0 0 repeat-x;
		position:relative;
		z-index:30;
	}
	
	#nav_primary #nav {
	}
	
	#nav_primary li {
		background:url(../images/bg_nav_pri_cell.gif) right top repeat-y;
		list-style:none;
		float:left;
		padding-right:3px;
		margin-right:-2px;
		position:relative;
	}
	
		#nav_primary #nav li:last-child {
			background-image:none;
		}
	#nav_primary .nav_pri_12 {
		padding:0em;
		background:none;
	}
	#nav_primary li a {
		display:block;
		float:left;
		height:35px;
		line-height:35px;
		padding:0px 14px;
		background-position:center top;
		background-repeat:no-repeat;
	}
	
	#nav_primary li a:hover, #nav_primary li.current a {
		background-position:center -100px;
		background-color:#fff;
	}
		
		/* SIZE */
		#nav_primary .nav_pri_1 a {
			background-image:url(../images/nav_pri_1.gif);
			width:30px;
		}
		#nav_primary .nav_pri_2 a {
			background-image:url(../images/nav_pri_2.gif);
			width:35px;
		}
		#nav_primary .nav_pri_3 a {
			background-image:url(../images/nav_pri_3.gif);
			width:36px;
		}
		#nav_primary .nav_pri_4 a {
			background-image:url(../images/nav_pri_4.gif);
			width:40px;
		}
		#nav_primary .nav_pri_5 a {
			background-image:url(../images/nav_pri_5.gif);
			width:122px;
		}
		#nav_primary .nav_pri_6 a {
			background-image:url(../images/nav_pri_6.gif);
			width:46px;
		}
		#nav_primary .nav_pri_7 a {
			background-image:url(../images/nav_pri_7.gif);
			width:62px;
		}
		#nav_primary .nav_pri_8 a {
			background-image:url(../images/nav_pri_8.gif);
			width:54px;
		}
		#nav_primary .nav_pri_9 a {
			background-image:url(../images/nav_pri_9.gif);
			width:53px;
		}
		#nav_primary .nav_pri_10 a {
			background-image:url(../images/nav_pri_10.gif);
			width:42px;
		}
		#nav_primary .nav_pri_11 a {
			background-image:url(../images/nav_pri_11.gif);
			width:56px;
		}
		#nav_primary .nav_pri_12 a {
			background-image:url(../images/nav_pri_12.gif);
			width:68px;
		}
		
	
			/* HOVERDOWN MENU */	
			#nav_primary #nav ul {
				position:absolute;
				left:-9999em;
				top:35px;
			}	
			
			#nav_primary #nav li:hover ul {
				left:0px;
			}	
			
			#nav_primary #nav li:hover a {
				visibility:inherit;
			}
			
			#nav_primary #nav ul li {
				margin:0em;
				padding:0em;
				background:#fff;
				padding:0px 2px 0px 2px;
				border:1px solid #f0f0f0;
				border-top:none;
			}
			
			#nav_primary #nav ul a {
				font-size:.9em;
				color:#545454;
				text-decoration:none;
				width:150px;
				margin:0em;
				padding:14px 14px;
				height:auto;
				line-height:100%;
				background:#fff url(../images/bg_nav_pri_menu.gif) left bottom repeat-x;
			}
			
			#nav_primary #nav ul a:hover {
				color:#000;
				background:#fff;
			}
			
			#nav_primary #nav ul a span {
				position:static;
			}
		
		
	
	/* SECONDARY */


	
/*
=================================
BANNERS
*/



/*
=================================
PAGE TOOLS
*/



/*
=================================
CONTENT (body)
*/



	/* HEADINGS */
	h1 {
		font-size:1.83em;
		color:#001d51;
		font-weight:normal;
		margin-bottom:.5em;
	}
	h2 {
		color:#001d51;
		font-size:1.33em;
		margin-bottom:.3em;
	}
	h2.h1 {
		font-size:1.83em;
		font-weight:normal;
		margin-bottom:.5em;
	}
	h3 {
		color:#001d51;
		font-size:1.25em;
		margin-bottom:.3em;
		font-weight:bold;
	}
	h4 {
		color:#001d51;
		font-size:1.2em;
	}
	
	h5, h6 {
		font-size:1.1em;
		color:#001d51;
	}
	
	p + h2, ul + h2, ol + h2 {
		margin-top:1.25em;
	}
	
	
		/* ALTERNATE H1 and H2 */
		.col_3x3 h1, .col_1x4 h1, .col_3x4 h1, .col_1x2 h1, .col_2x2 h1 {
			color:#fff;
			background:url(../images/bg_h2.png) left top;
			line-height:36px;
			height:40px;
			padding-left:21px;	
		}
		
		.col_3x3 h2, .col_1x4 h2, .col_3x4 h2, .col_1x2 h2, .col_1x3 h2, .col_2x3 h2, .col_2x2 h2, .form h2.field {
			color:#fff;
			background:url(../images/bg_h2.png) left top;
			line-height:36px;
			height:40px;
			padding-left:21px;
		}
		
		h2.styleC,  h1.styleC, .form h2.styleC {
			background-image:url(../images/bg_h2_alt.png);
		}
		
		h2.styleC,  h1.styleC {
			background:url(../images/bg_h2_alt2.png);
			color:#001d51;
		}
		
		h2 a, h1 a {
			position:absolute;
			top:10px;
			right:10px;
		}
		
	h2.description {
		background-image:url(../images/bg_h2_full.png);
		background-position:left bottom;
		line-height:130%;
		height:auto;
		padding:16px;
		font-size:1.1em;
	}
	
	h2.description.styleB {
		background-image:url(../images/bg_h2_full_styleB.png);
	}
	
	h2.description.styleC {
		background-image:url(../images/bg_h2_full_styleC.png);
	}
	
	.col h2 {
		margin-left:-16px;
		margin-right:-16px;
	}
		
		
		
	/* LISTS */
	#content ul, #content ol {
		margin-bottom:18px;
		margin-left:1.4em;
		display:inline-block;
	}
	
	#content li ul, #content li ol {
		margin-bottom:0em;
	}
	
	#content ol li {
		list-style-type:decimal;
		margin-left:2em;
		margin-top:.4em;
	}
	
	#content ul li {
		list-style:none;
		margin-left:.5em;
		background: url(../images/bullet_A.gif) left 5px no-repeat;
		padding-left:16px;
		margin-top:.4em;
	}		
	
	
	/* TABLES */
	#content table {
		border-collapse:collapse;
		background:url(../images/bg_table.gif) repeat-x;
		margin-bottom:12px;
	}
	
	#content table caption {
		background:url(../images/bg_table.gif) repeat-x;
		color:#777;
		padding:.6em;
		font-size:.85em;
		border-top:1px solid #ccc;
		border-bottom:1px solid #ccc;
		margin-bottom:2px;
	}
	
	#content table td, #content table th {
		padding:9px 12px;
		vertical-align:top;
		text-align:left;
	}
	
	#content table thead th {
		color:#001d51;
		background:#f7c100 url(../images/bg_table_th.gif) left bottom repeat-x;
		padding-bottom:12px;
	}
	
	#content table tbody td, #content table tbody th {
		border-bottom:1px solid #ccc;
	}
	
	#content table tbody .alt td, #content table tbody .alt th {
		background-color:#f8f8f8;
	}
	
	#content table tbody th {
		color:#001d51;
	}
	
	#content table tfoot {
		border-bottom:1px solid #ccc;
	}
	
	/* #content table tbody tr:hover td, #content table tbody tr:hover th {
	/* 	background-color:#fdf0c2;
	/* }
	
	
	
/*
=================================
FORMS
*/	

	#content form {
		width:100%;
		margin-bottom:1.4em;
	}
	
	#content form div.highlight {
		display:block;
		text-align:center;
		background:#ff0000;
		color:#fff;
		font-weight:bold;
		padding:8px 0px;
		margin:18px 0px;
	}
	
	#content form.survey_form { 
		width: 600px; background:none;
		padding:16px;
		margin:0em;}
	
	#content form.search_form {
		width:auto;
		background:none;
		padding:16px;
		margin:0em;
	}
	
	#content form fieldset {
		padding:0px;
		margin:0em;
	}
	
	#content form .indent {
		margin-left:110px;
	}
	
	#content form label {
		float:left;
		width:100px;
		text-align:right;
		padding-right:10px;
		line-height:150%;
	}
	
	#content form input {
		float:left;
	}
	
	#content form select, #content form input, #content form textarea {
		border:2px inset #e7e7e7;
		padding:0px 2px;
		width:200px;
	}
	
	 #content form textarea {
	 	width:300px;
		height:100px;
	 }
	 
	 #content form select:focus, #content form input:focus, #content form textarea:focus {
		background:#FFFFCC;
	 }
	
	#content form .row {
		display:block;
		clear:left;
		margin:16px 0px;
		overflow:auto;
	}
	
	
	#content form .rowsurvey {
		margin:16px 0px;
	}
	
	
	#content form .buttons {
		margin:6px 0px 18px 0px;
		margin-left:110px;
	}	
	
	#content form .buttons button {
		display:inline;
		margin-right:6px;
	}
	
	#content form .row.long label {
		width:auto;
		text-align:left;
	}
	
		/* SEARCH FORM */
		#content form.search_form label {
			float:none;
			width:auto;
			text-align:left;
			padding-right:0px;
			margin-left:20px;
		}
		
		#content form.search_form fieldset {
			margin-bottom:6px;
		}
		
		#content form.search_form .row.select select {
			margin-left:24px;
			width:250px;
			min-height:90px;
		}
	
		#content form.search_form .buttons {
			margin-left:0px;
		}
		
		#content form.search_form .row input, #content form.search_form .row select {
			width:210px;
			font-size:.9em;
			padding:1px;
		}
		
		#content form.search_form .buttons {
			padding-left:150px;
		}
		
		#content form.search_form .row h4 {
			width:100%;
		}	
		
		#content form.search_form h4 {
			font-weight:normal;
			margin-bottom:10px;
		}
		
		#content form.search_form h4 em {
			font-style:normal;
			color:#fff;
			background:#ff0000;
			padding:.1em .2em;
		}
	
			/* prices */
			#content form.search_form .row.prices input, #content form.search_form .row.prices select {
				width:80px;
				margin-right:2px;
			} 
			#content form.search_form .row.prices select {
				width:84px;
			}
			#content form.search_form .row.prices label {
				margin-right:2px;
			}
			
	
		/* ENQUIRE FORM */
		#content .listing #enquire_form {
			margin:16px -16px -16px -16px;
			background-color:#ececec;
			padding:16px;
		}	
		
		
		/* FORM POP-UP */
		body.form {
			background:#ececec url(../images/bg_header.jpg) left top repeat-x;
		}
		
		body.form h1 {
			margin:12px 0px;
			text-align:center;
		}
		
		body.form h2 {
			font-weight:1.3em;
		}
		
		body.form .field {
			margin:24px 0px 8px 0px;
		}
		
		body.form fieldset h3 {
			font-size:1em;
			padding-left:110px;
		}
		
		body.form fieldset .flow h3 {
			font-size:1.1em;
			padding-left:0px;
			margin:8px 0px 8px 0px;
		}
		
		body.form fieldset span {
			float:left;
		}
		
		body.form fieldset h4 {
			float:left;
			width:100px;
			margin-right:10px;
			font-size:1em;
			text-align:right;
		}		
		
		.form #content {
			background:url(../images/logo_tim_altass.png) center 15px no-repeat;
			padding-top:140px;
			max-width:550px;
			margin:0px auto;
		}
		
		.form #content form .row {
			margin:10px 0px;
		}
		
		.form #content form span.inline {
			display:inline;
			white-space:nowrap;
		}
		
		.form #content form span.inline,  .form #content form span.inline label, .form #content form span.inline input {
			float:none;
			margin:0em;
			padding:0em;
			line-height:100%;
			display:inline;
			width:auto;
			clear:none;
		}
		
		.form #content form .radio input {
			width:auto;
			margin-left:-135px;
		}
		
		.form #content form .radio label {
			text-align:left;
			margin-left:25px;
		}
		
		.form #content form .radio.full label {
			width:350px;
		}
		
		.form #content form .radio.full input {
			margin-left:-380px;
		}
		
		.form #content select, .form #content input, .form #contenttextarea {
			width:150px;
		}	
		
		.form #content .row.short select, .form #content .row.short input, .form #content .row.short textarea,
		.form #content  select.short, .form #content  input.short, .form #content  textarea.short {
			width:100px;
		}
		
		.form #content .row.long select, .form #content .row.long input, .form #content .row.long textarea,
		.form #content  select.long, .form #content input.long, .form #content textarea.long {
			width:350px;
		}	
				
		.form #content form .mixed label, .form #content form .flow label {
			width:auto;
		}
		
		.form #content form .mixed input, .form #content form .flow input,
		.form #content form .flow label span, .form #content form .mixed label span{
			display:inline-block;
			width:auto;
			margin-right:15px;
		}
		
		.form #content form .flow input {
			margin-right:18px;
		}
		
		.form #content form .mixed input.short, .form #content form .flow input.short  {
			width:75px;
		}
		
		.form #content form .mixed input.tiny, .form #content form .flow input.tiny  {
			width:30px;
		}		
		
		.form #content form .mixed input.medium, .form #content form .flow input.medium  {
			width:200px;
		}
		
		
		.form #content form .mixed input.long, .form #content form .flow input.long  {
			width:250px;
		}
		
		.form #content form .mixed input.full, .form #content form .flow input.full  {
			width:380px;
		}
		
		
			html form .radio input, html form input.radio {
				border:0px !important;
			}
		
		
	
	
#content p {
	margin-bottom:18px;
	line-height:1.5em;
}

#content p + ul, #content p + ol {
	margin-top:-12px;
}

#content p.legal {
	font-size:.9em;
}

	/* JENMAN */
	#content div.jenman {
		padding:10px 16px;
		text-align: center;
		width: 200px;
	}
	
	#content div.jenman p {
		margin:0em;
		font-size:.9em;
		
	}


	/* TESTIMONIALS */
	.col.testimonials {
		overflow:hidden;
		padding:11px 10px;
	}
	
	.testimonials .item h4 {
		margin:6px 0px;
		clear:both;
	}
	
	.testimonials .item {
		font-size:.9em;
	}
	
	#content .testimonials .item p {
		background:url(../images/bg_testimonial.gif);
		width:101px; /* 225 */
		height:91px;
		position:relative;
		padding:4px 4px 2px 120px;
		line-height:120% !important;
		color:#2d2d2d;
		margin:0em;
	}
	
	.testimonials .item p img {
		position:absolute;
		left:4px;
		top:2px;
	}
	
	.testimonials .item p span {
		font-weight:bold;
	}

	.testimonials .buttons {
		clear:both;
		float:right;
		margin:6px 0em;
	}
	
	.testimonials .button {
		float:left;
		margin-left:3px;
	}
	
	
	/* LISTINGS */
	.listings .item h3 {
		margin:0em;
		float:left;
	}
	
	.listings {
		overflow:hidden;
	}
	
	.listings .item {
		position:relative;
		padding:10px 12px 20px 12px;
		float:left;
		width:222px; /* 245px */
		margin:0px 1px;
		background:#fff url(../images/bg_box.gif) left bottom repeat-x;
		overflow:auto;
	}
	
	.listings .item .preview_image {
		margin:0em;
		margin-top:10px;
		float:left;
		position:relative;
	}
	
	.listings .item .preview_image img {
		background:url(../images/bg_photo.png);
		padding:2px 3px 6px 3px;
		position:relative;
		z-index:0;
	}
	.listings .item .preview_image a span.just_listed {
		background:url(../images/icon_just_listed.png) no-repeat;
		display:block;
		text-indent:-999em;
		height:58px;
		width:88px;
		position:absolute;
		z-index:25;
		top:2px;
		left:3px;
	}
	
	.listings .item .preview_image a span.under_contract {
		background:url(../images/icon_under_contract.png) no-repeat;
		display:block;
		text-indent:-999em;
		height:58px;
		width:88px;
		position:absolute;
		z-index:25;
		top:2px;
		left:3px;
	}
	
	.listings .link a {
		display:block;
		width:37px;
		height:10px;
		background:url(../images/button_view.png) 0 0 no-repeat;
		text-indent:-99em;
		padding:3px;
	}
	
	.listings .link a:hover {
		background-position:left -100px;
	}	
	
	.listings .link {
		position: relative;
		float: right;
		margin-top: 0px;
	}
	
	.listings .price {
		font-size:.9em;
		color:#515151;
		font-weight:bold;
		float:left;
		margin:3px 10px;
	}
	
		/* INNER LISTINGS */
		
		.inner .listings .item {
			width:auto;
			padding:16px 16px 16px 250px;
			min-height:150px;
		}
		
		.inner .listings .item .preview_image {
			position:absolute;
			left:16px;
			top:0px;
		}
		
		.inner .listings .item h3 {
			margin:16px 0em 12px 0px;
			clear:left;
		}
		
		.inner .listings .item h3 span {
			display:block;
			text-transform:uppercase;
		}
		
		.inner .listings .item h3 a {
			text-decoration:none;
			color:#001d51;
		}
		
		.inner .listings .item h5 {
			display:block;
			clear:right;
			float:right;
			font-weight:normal;
			font-size:1em;
			white-space:nowrap;
		}
		
		.inner .listings .item .price {
			float:right;
			padding:0em;
			margin:16px 0em 3px 0em;
			font-size:1.3em;
			font-weight:bold;
			color:#001d51;
		}
		
		.inner .listings .item p {
			clear:both;
		}
		
			/* icons */
			#content .attributes {
				margin:0em;
				display:block;
			}
			#content .attributes li {
				float:left;
				padding-left:26px;
				margin:0px 12px 0px 0px;
				line-height:16px;
				background-image:none;
				background-position:left top;
				font-size:90%;
				font-weight:bold;
			}
			
			#content .attributes .pets, #content .attributes .pet {
				background-image:url(../images/icon_pets_small.gif);
			}	
			#content .attributes .bath {
				background-image:url(../images/icon_bath_small.gif);
			}
			#content .attributes .bed {
				background-image:url(../images/icon_bed_small.gif);
			}
			#content .attributes .car {
				background-image:url(../images/icon_car_small.gif);
			}		
			
	/* LISTING */
	
	#content .listing h2 {
		margin-bottom:1.2em;
	}
	
	#content .listing .price {
		float:left;
		font-size:1.4em;
		font-weight:bold;
		color:#001d51;
	}
	
	#content .listing .col + .col {
		margin-top:36px;
	}
	
	#content .listing .attributes {
		float:right;
		margin:0em;
	}
	
	#content .listing .gallery {
		text-align:center;
	}
	
	#content .listing .preview_image {
		clear:both;
		display:inline-block;
		padding:16px 0px;
		margin-left:0em;
		margin-right:0em;
		width:100%;
		text-align:center;
	}
	
	#content .listing .preview_image img {
		padding:3px;
		border:1px solid #ccc;
	}
	
	#content .listing .thumb {
		display:inline;
		max-width:150px;
		overflow:hidden;
		margin:2px 0em;
		border:1px solid #fff;
		text-align:center;
		float:none;
	}
	
	#content .listing .thumbs li, #content .listing .thumbs {
		list-style:none;
		background-image:none;
		margin:0em;
		padding:0em;
		float:left;
	}
	
	#content .listing .thumbs li img {
		margin-right:4px;
	}
	
	#content .listing .link {
		display:inline-block;
		width:100%;
		clear:both;
		margin:0em;
	}
	
	#content .listing .link a {
		margin:24px auto;
	}
	
	#content .listing .preview_image a:hover img, #content .listing .thumb a:hover img {
		margin-top:-1px;
		margin-bottom:1px;
	}
	
	#content .listing dl {
		line-height:160%;
		clear:both;
		overflow:auto;
		margin-bottom:24px;
	}
	
	#content .listing dt {
		float:left;
		clear:left;
		width:100px;
		padding-left:24px;
		margin:1px;
	}
	
	#content .listing dd {
		color:#001d51;
		font-weight:bold;
		margin:1px 1px 1px 24px;
		min-height:20px; /* keep lines in check */
	}
				
			

/* BUTTONS */
#content button.button {
	background:none;
}
#content a.button, #content button.button {
	display:block;
	cursor:pointer;
	background-position:left top;
	background-repeat:no-repeat;
}
#content a.button:hover, #content button:hover {
	background-position:left -100px;
}
#content a.button.start {
	width:71px;
	height:24px;
	background-image:url(../images/button_start.png);
}
#content a.button.quick_search {
	width:90px;
	height:17px;
	background-image:url(../images/button_quick_search.png);
	text-indent:-9999em;
}
#content a.button.click_here {
	width:73px;
	height:17px;
	background-image:url(../images/button_click_here.png);
	text-indent:-9999em;
}
#content a.button.more {
	width:61px;
	height:24px;
	background-image:url(../images/button_more.png);
}
#content a.button.more_images {
	width:101px;
	height:24px;
	background-image:url(../images/button_more_images.png);

} 
#content a.button.email {
	width:64px;
	height:24px;
	background-image:url(../images/button_email.png);

} 
#content a.button.video {
	width:61px;
	height:24px;
	background-image:url(../images/button_video.png);
}

#content button.button.start_search {
	width:135px;
	height:24px;
	background-image:url(../images/button_start_search.png);	
}
#content button.button.reset {
	width:66px;
	height:24px;
	background-image:url(../images/button_reset.png);	
}
#content button.button.submit {
	width:70px;
	height:24px;
	background-image:url(../images/button_submit.png);	
}

/* ABSOLUTE POSITION ITEMS */
#content a.button span,
#content button.button span,
#header #company a span,
#header #nav_page a span,
#header #contact_details li span,
#nav_primary li a span,
#footer #site_design a span {
position:absolute;
left:-9999em;
}
