@charset "utf-8";
/* CSS Document */
body {
	background:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	text-align:left;
	color:#FFFFFF;
	font-size: 12px;
}
a {
	color:#FFFFFF;
}
#container, #header, #footer, #menu, #menuHome, #mainHome {
	width: 1004px;
	margin: 0 auto;
}
#mainHome {
	height: 619px;
	background:url(../images/mainImg.jpg) no-repeat right;
}
#main {
	margin-top: 10px;
	padding-left: 20px;
}
#mainHome img {
	padding-top: 150px;
}
#menu, #menuHome {
	background:url(../images/menu.jpg) no-repeat right bottom;
	height: 42px;
	line-height: 42px;
	/*position:absolute;
	top: 548px;
	left: 0;*/
}
#menuHome {
	clear:both;
}

#menu {
	top: 150px;
}
#menu a, #menuHome a {
	text-decoration:none;
	font-size: 14px;
	margin: 0 10px;
}

#leftColumn {
	width:180px;
	float:left;
	padding-right:100px;
}

#leftColumn a, #leftColumn a:hover {
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	text-decoration: underline;
}

#leftColumn a:hover {
	color:#b88d24;
}
#sydney {
	margin-top:-20px;
}
#rightColumn {
	float:left;
	width:700px;

}
#prices {
	text-align: center;
	margin-right:100px;
}

#gallery {
	overflow:auto;
	height:520px;
	width:420px;
	scrollbar-face-color: #313131;
    scrollbar-shadow-color: #959595;
    scrollbar-highlight-color: #959595;
    scrollbar-highlight-color: #959595;
    scrollbar-darkshadow-color: #313131;
    scrollbar-track-color: #959595;
    scrollbar-arrow-color: #b88d24;
}

#gallery img {
	margin-bottom:4px;
}

input, select, textarea {
	width: 250px;
}
input.button {
	font-size: 7pt; 
	background-color: #b98f24; 
	color: #FFFFFF;
	width: 50px;
}
input.no {
	width:auto;
}
#footer, #footer a {
	font-size: 10px;
	color: #b88d24;
}
#footer a:hover {
	text-decoration:none
}
h1, h2, h3 {
	font-size: 18px;
	color: #b88d24;
}
h2 {font-size: 16px; font-weight:bold; }
h3{font-size:14px;color:#FFFFFF;}
h4 {font-size:15px; color:#b88d24; font-weight:600;}
.floatRight {	
	float:right;
	margin-left:10px;
}

.floatLeft {
	float:left;
}

.divider {
	margin-left:160px;
}
