/*Header*/
*, body {
  margin: 0;
  padding: 0;
}
#siam-property-logo {
  width:900px;
  height:121px;
  background:#0d1739 url(../images/siam-property-logo.jpg) repeat-x;
  margin: 0 auto 0 auto;
}

/*Menu*/
#menubar {
  width:900px;
  height:43px;
  background:#0d1739 url(menubg2.gif) repeat-x;
  margin: 0 auto 0 auto;
}

/* style the trigger elements */
#menubar img {
	border:0;
	cursor:pointer;
	margin:0 8px;
}
#menutip {
	display:none;
	background:transparent url(black_arrow.png);
  font-family:Arial;
	font-size:12px;
  text-align:center;
	height:95px;
	width:160px;
	padding:15px 25px 10px 25px;
	color:#fff;	
}
#menutip.bottom {
	background:url(black_arrow_bottom.png);	
	width:160px;
  margin-top:40px
	padding-top:60px;
	height:95px;
}

/*Drop Down Menu Styles*/
#ddmenu {
	background:url(menubg2.gif) repeat-x;
	margin: 0;
	padding: 0;
	height:43px;
	width:700px;
}
#ddmenu li {	
	float: left;
	list-style: none;
	font: 12px Tahoma, Arial;
}
#ddmenu li a {	
	background:url(top-dotted2.gif) right no-repeat;
	display: block;
	padding: 5px 12px;
	text-decoration: none;
	width: 70px;
	color: #fff;
	text-transform:uppercase;
	white-space: nowrap;
	text-align:center;
}
#ddmenu li a:hover {	
	background: #000 url(top-dotted2.gif) right no-repeat;
}
#ddmenu li ul {	
	margin: 3px 0 0 10px;
	padding: 0;
	position: absolute;
	visibility: hidden;
	width:600px;
}
#ddmenu li ul li {	
	display:inline;
}
#ddmenu li ul li a {
	width: auto;	
	background: url(bottom-dotted2.gif) right no-repeat;
	display: inline;
	color: #d9d9d9;
	font-size: 11px;
	padding: 3px 10px;
}
#ddmenu li ul li a:hover {	
	background: #000 url(bottom-dotted2.gif) right no-repeat;
	padding: 3px 10px;
}


#qs_wrap {
  margin: 20px 0 0 20px;
  width: 270px;
}

#qs_menu {
  width: 265px;
  height: 23px;
}
#qs_sale_button {
  float: left;
  width: 132px;
  height: 23px;
  background: white;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: #AAA;
  cursor: default;
  text-align: center;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  color: #1a2188;
}

#qs_rent_button {
  float: left;
  width: 131px;
  height: 23px;
  background: #DDD;
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-color: #AAA;
  cursor: pointer;
  cursor: hand;
  text-align: center;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  color: #777;
}

#qs_hor_spacer{
  width: 263px;
  height:5px;
  display: block;
  border-width: 0 1px 0 1px;
  border-style: solid;
  border-color: #AAA;
}

#qs_sale_box{
  width: 263px;
  display: block;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #AAA;
}

#qs_rent_box{
  width: 263px;
  display: none;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #AAA;
}

#qs_wrap fieldset {
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  color: #1a2188;
  border: 1px solid #AAA;
  padding: 0 0 5px 0;
}

#qs_wrap legend {
  font-family: Arial;
  font-size: 13px;
  font-weight: normal;
  color: #1a2188;
  padding: 0 5px 0 5px;
  margin-left:10px;
}

.qs_select {
  height:20px;
  width:150px;
  margin: 0 0 3px 0;
  border:1px solid #AAA;
  font-family: Arial;
  font-size: 13px;
  font-weight: bold;
  color: #1a2188;
  background:#EEE;
}

input.up, input.dn {
  margin: 0;
  height: 20px;
  width: 25px;
  padding: -10px 0 0 0;
  color: #424b6d;
  font-size: 10px;
  font-weight: bold;
  cursor: pointer;
}

input.spin-integer {
  margin: 0;
  padding: 3px 0;
  text-align: center;
  border: medium none;
  width: 25px;
  font-family: Arial;
  font-size: 13px;
  font-weight: bold;
  color: #1a2188;
  background:#EEE;
}

#property-details {
  width: 900px;
  margin: 0 auto 0 auto;
}
#footer {
  width: 900px;
  margin: 0 auto 0 auto;
  text-align:center;
  font-family: Arial;
  font-size: 11px;
  font-weight: bold;
  color: #1a2188;
}
.clearer {
  clear:both
}
