/* - - - - - - - - - - - - - - - - - - - - -

Title : Propertyexpo
URL : http://www.propertyexpo.com.au

Author : SiteSuite Australasia
Author URL : http://www.sitesuite.com.au

- - - - - - - - - - - - - - - - - - - - - */

/*
----------------------------------------------------------------------------- 
GLOBALS
-----------------------------------------------------------------------------*/

/* default styles */
html {
  overflow: -moz-scrollbars-vertical;
}

body {
	margin: 0px;
	padding: 0px;
	font: normal 11px/14px arial, verdana, helvetica;
	color: #333;
	text-align: center;
}

p, td, li {
	font: normal 11px/14px arial, verdana, helvetica;
	color: #333;
}

a {
	color: #0099FF;
	text-decoration: none;
}

a:hover {
	color: #005187;
}

h1 {
	font: bold 15px arial, verdana, helvetica;
	color: #005187;
}

h2 {
	font: bold 11px/14px arial, verdana, helvetica;
	color: #333;
}

h3 {
	font: bold 13px/16px arial, verdana, helvetica;
	color: #333;
}

fieldset {
  margin: 0;
	padding: 0;
	border: none;
}

legend {
  margin: 0;
	padding: 0;
  display: none;
}

form {
  margin: 0;
}

input, select, textarea {
	font: normal 11px/14px arial, verdana, helvetica;
	color: #333;
}

.inputtxt {
  border: 1px solid #CCC;
}

.tablehead {
	font: bold 11px/14px arial, verdana, helvetica;
	color: #333;
}

/*
----------------------------------------------------------------------------- 
LAYOUTS AND WRAPPERS
-----------------------------------------------------------------------------*/

#wrapper {
  width: 550px;
}

#main {
  width: 550px;
	text-align: left;
	vertical-align: top;
}

#topwrap {
  width: 550px;
	height: 88px;
	border-top: 5px solid #FFF;
}

 #logo {
	 width: 361px;
	 height: 88px;
 }
 
 #searchwrap {
   display: none;
 }

#bannerwrap {
  display: none;
}

#bodywrap {
  width: 550px;
}

 #lhs {
  display: none;
 }
 
 #rhs {
	 width: 550px;
 }
					 
					 	#titlewrap {
						  width: 530px;
							padding: 35px 10px 8px 10px;
							font: bold 15px arial, verdana, helvetica;
							color: #005187;
							background-color: #e8e8e8;
							display: block;
						}
						
						#contentwrap {
						  width: 530px;
							padding: 25px 10px;
							text-align: left;
							vertical-align: top;
						}

#footerwrap {
  display: none;
}
