*
{
	margin: 0;
	padding: 0;
}

body {
	font-family:"Trebuchet MS", "Bitstream Vera Sans", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	color: #fff;
	margin: 0;
	padding: 0;
}

h2, h3, h4
{
	font-weight: bold;
	margin: 1em 0;
}

h2
{
	font-size: 1.5em;
}

h2.propertyHeader
{
	border-bottom: 1px solid #999;
	padding: 1px 0px 5px 0px;
}

h3
{
	font-size: 1.3em;
}

h3 a:link, h3 a:visited
{
	color: #fff;
	text-decoration: none;
}

h3 a:hover
{
	color: #fff;
	text-decoration: underline;
}

h4
{
	font-size: 1.1em;
}

a:visited
{
	color:#fe6be4;	
}

a:link, a:hover
{
	color:#00CCFF;
}


p
{
	margin-bottom: 1em;
}

ul
{
	margin: 1em 3em;
}

li
{
	list-style:square;
}
/* === HEADER ================================= */
div#header
{
	background: transparent url(../images/themes/common/title_bg.png) repeat-x;
	margin: 0px;
	padding: 0px;
	height: 68px;
}


div#header div
{
	width: 760px;
	margin: 0 auto;
	position: relative;
	height: 68px;
}

div#header h1#titleSicDev
{
	color: #000;
	background: transparent  url(../images/themes/common/sicdev_title_logo.png) top left no-repeat;
	height: 68px;
	width: 185px;
	text-indent:-5000px;
	margin-top: 0px;
	float: left;
	cursor: pointer;
}

div#header h1#titleToyHotel
{
	color: #000;
	background: transparent  url(../images/themes/toyhotel/toyhotel_title_logo.png) top left no-repeat;
	height: 55px;
	width: 159px;
	text-indent:-5000px;
	margin-top: 5px;	
	cursor: pointer;
	float: left;
}

/* === NAVIGATION ======================================= */
ul#nav
{
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 10;
}

ul#nav li
{
	display: inline;
	list-style: none;
	margin: 0 5px;
	font-weight: bold;
	padding: 2px 15px;
	position: relative;
	color: black;
}

ul#nav li.selected
{
	background-color: #dbd2b5;
}

ul#nav a:link, ul#nav a:visited
{
	color: #000;
	text-decoration: none;
}

ul#nav a:hover, ul#nav a:active
{
	color: #333333;
	text-decoration: none;
	background-color: #dbd2b5;
}

ul#nav ul.navDropDown
{
	display: none;
	position: absolute;
	top: 1.5em;
	left: 0;
	background: #f8f7f3;
	border: 1px solid #948d78;
	margin: 0px 0px;
	padding: 0px 0px 10px 0px;
	width: 200px;
}

ul#nav ul.navDropDown li
{
	display: block;
	margin: 0px 0px;
	padding: 5px;
}

ul#nav ul.navDropDown a:hover, ul#nav ul.navDropDown a:active
{
	border-bottom: 2px solid #dbd2b5;
	background-color: transparent;
}

ul#nav ul.navDropDown ul
{
	margin: 0px 0px 10px 0px;
	padding: 0;	
}

ul#nav ul.navDropDown ul li
{
	padding: 5px 20px;
	list-style:outside square;
	font-size: 0.9em;
}

ul#nav li:hover ul.navDropDown
{
	display: block;
}

/* === SUB NAVIGATION =========================== */
ul#subnav
{
	bottom: 0px;
	right: 0px;
	margin-left: 0px;
	z-position: ;
}

ul#subnav li
{
	display: inline;
	list-style: none;
	margin: 0 5px;
	font-weight: bold;
	padding: 2px 8px;
	position: relative;
	color: black;
}

ul#subnav a:link, ul#subnav a:visited
{
	color: #000;
	text-decoration: underline;
}

ul#subnav a:hover, ul#subnav a:active
{
	color: #333333;
	text-decoration: underline;
	background-color: #dbd2b5;
}


/* === STATUS BAR =============================== */
div#status
{
	height: 14px;
}




/* === CONTENT ================================== */
div#content
{
	clear: both;
	margin: 0px;
	padding: 0px;
}

div#content div
{
	padding-top: 1px;
}

div#middle
{
	margin: 0 auto;
	width: 650px;
	padding: 0 10px 40px 10px;
}



div.clear
{
	clear: both;
}

p.propertyCaption
{
	margin: 5px 20px;
}

img.button
{
	border: 0;
}

table.sales_figures
{
	border: 0;
	border-collapse:collapse;
	margin-bottom: 1em;
}

table.sales_figures thead th
{
	text-align:left;
}

table.sales_figures thead th, table.sales_figures thead td
{
	padding: 5px 15px 5px 0px;
}

table.sales_figures td
{
	padding: 1px 5px;
}

.soldout
{
	font-size: 1.4em;
}

/* === IMAGES =================================== */
img
{
	border: 0;
}

img.left
{
	float:left;
	margin: 15px 15px 15px 0px;
}

img.right
{
	float:right;
	margin: 15px 0px 15px 15px;
}

img.inline_photo
{
	border: 5px solid white;
}


/* === FORM ===================================== */
form
{
	border: 1px dashed black;
	background-color: #FFFFFF;
	color: #000000;
	width: 400px;
	margin: 0 auto;
	padding: 10px;
}

fieldset
{
	border: none;
	width: 400px;
	margin: 0 auto;
}

label
{
	width: 150px;
	float: left;
	clear: both;
	margin: 5px 0;
}

input
{
	width: 200px;
	float: left;
	margin: 5px 0;
}

textarea
{
	float: left;
	width: 200px;
	margin: 5px 0;
}

button
{
	position: relative;
	left: 200px;
}
/* === FOOTER =================================== */
div#footer
{
	background: transparent url(../images/themes/common/footer_bg_middle.png) repeat;
	color: #000000;
	font-size: 0.8em;
}

div#footer div
{
	background: transparent url(../images/themes/common/footer_bg_top.png) top repeat-x;
}

div#footer div div
{
	background: transparent url(../images/themes/common/footer_bg_bottom.png) bottom repeat-x;
	padding: 20px 0;
}

div#footer a, div#footer a:link, div#footer a:visited
{
	color: #000000;
}

div#footer div.footerTitle
{
	margin: 0 auto;
	color: #000;
	background: transparent url(../images/themes/common/sicdev_footer_logo.png) top left no-repeat;
	height: 53px;
	width: 201px;
	text-indent: -5000px;
	padding: 0;
}

div#footer ul#footerLinks
{
	list-style: none;
	margin: 0 auto;
	text-align: center;
}

p.copyright
{
	text-align: center;
}

div#footer ul#footerLinks li
{
	display: inline;
	margin: 0 10px;
}
