/* quirks */
@import "/images/css/ie6win.css";
@import "/images/css/queue.css";

/* general */
@import "/images/css/old.css";

img {
	border: 0;
}

li {
	list-style-type: disc;
}

#wrap {
	width:780px;
	background-color:#FFF;
	margin:0 auto;
}

/* header */

#head {
	white-space: nowrap;
	color:#FFF;
	background: url(/images/decor/moonlit_night.png) #003 no-repeat;
	height:95px;
}

#logo {
	z-index:2;
	position:absolute;
	width: 100px;
	height: 40px;
	margin:10px;
	margin-top:0;
	font: 36px Georgia, "Times New Roman", Times, serif;
}

#account {
	position: absolute;
	width: 780px;
	text-align:right;
	color: #ABB;
	margin:0 0 0 -10px;
	padding:5px 0 0 0;
}

#account li {
	display:inline;margin:0;
	margin-left:20px; padding:0;
}

#account a {
	color: #ABB;
}

#account a:hover {
	color: #FFF;
}

#nav {
	z-index:1;
	position: absolute;
	margin:0; padding:0 0 0 10px;
	margin-top:63px;
	color: #D9E7F2;
	font-size:19px;
}

#nav li {
	display:block;
	float:left;
	margin-right:20px;
}

#nav a {
	color: #D9E7F2;
	text-decoration: none;
}

#nav a:hover {
	color: #FFF;
}

#nav li.active {
	padding-bottom:8px;
	background: url(/images/decor/grid_white.gif) repeat-x 0 bottom;
}

#search {
	position:absolute;
	width: 780px;
	text-align: right;
	word-spacing:10px;
	margin:0; padding:0;
	margin-top: 63px;
	margin-left:-10px;
}

#search input {
	border: solid 1px #B3B9C3;
	height:20px;
}

#search input[type="submit"] {
	border: solid 1px;
	background-color: #DBDADE;
	border-top-color:#F6F6F6;
	border-left-color:#B3B3B3;
	border-right-color:#B3B3B3;
	border-bottom-color:#919194;
}

/* content */

#content {
	float:right;
	width:620px;
	overflow:hidden;
	margin:10px;
}

#content h1:first-child, #content h2:first-child {
	margin-top: 0;
}

/* left menu */

#menu {
	float:left;
	width:130px;
	overflow:hidden;
	margin-top:10px;
	padding:0;
	background:url(/images/decor/grid.gif) repeat-y;
	background-position:129px;
	/*background-color: #FBFBF0;*/
}

#menu ul {
	padding:0;
	margin:0 10px 15px 10px;
}

#menu li {
	list-style-type:none;
	margin-left:5px;
}

#menu h3 {
	font-size:19px;
	font-weight:normal;
	margin:0; padding:0 10px;
	padding-bottom:5px;
}

#menu a {
	color:#444;
}

#menu a:hover {
	color: #09E;
}

/* footer */

#about {
	padding:5px 10px;
	border-top: 30px solid #FFF; 
	clear:both;
	text-align:right;
	color: #444;
	background-color:#D0D0D0;
}

#about a {
	color:#444;
}

#about a:hover {
	color:#000;
}

#about ul {
	float:right;
	margin:0; padding:0;
}

#about li {
	display:inline;
	margin-left:20px;
}

/* stuff */

.rent_button {
	line-height: 25px;
	width: 90px;
	height:30px;
	overflow: hidden;
	background: no-repeat;
	text-align:center;
	cursor: pointer;
}
.rent_button a {
	color: #10B;
	text-decoration: none;
	width: 90px;
	height: 30px;
	overflow: hidden;
}

.rent_button a:visited {
	color: #10B;
}

.non_clickable {
	cursor: default;
}