body{
	background-image: url(apartments-liverpool.jpg);
	background-repeat: no-repeat;
	background-color: black;
	color: #ffffff;
	font-family: Arial, sans-serif;
	margin-top: 0px;
}

a{
	color: #ffffff;
	font-size: 12px;
	}
a:hover{
	text-decoration: underline;
	}

h1{
	font-size: 15px;
	}
	
p, li{
	font-size: 12px;}
	

div.all{
	width: 960px;
	border-left: 1px solid white;
	border-right: 1px solid white;
	margin: auto;
	}
	
	div.header {
		height:85px;
		background-color: gray;
		background-image: url(menu_off.jpg);
		background-repeat: repeat-x;
		}
		
			
		div.header img.logo{
			display: inline;
			float: left;
			border: 0px;
		}			
	

.menu {

}
	
	
	/* remove all the bullets, borders and padding from the default list styling */
	.menu ul {
		padding:0;
		margin:0;
		list-style-type:none;
	}
	.menu ul ul {
		padding-top: 2px;		
		margin-left: 0px;
		z-index:101;	
	}

	.menu ul ul li{
	}

	
	/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
	.menu li {
		float:left;
		position:relative;
	}
	
	/* style the links for the top level */
	.menu a, .menu a:visited {
		display:block;
		font-size:12px;
		text-decoration:none; 
		color:#fff; 
		height:25px; 
		line-height:24px; 
padding-left: 10px;
		padding-right: 10px;	
		font-weight:bold;
		text-align: center;
		border-left: 1px solid #666666;
		
	}
	
	/* style the top level hover */
	.menu a:hover, .menu ul ul a:hover{
		color: black; 
		background-image: url(menu_on.jpg);
		background-repeat: repeat-x;

		}
	.menu :hover > a, .menu ul ul :hover > a {
		color: black; 
	}
	
	/* style the second level link */
	.menu ul ul li a {
		background-color: #991719;
		color: #FFFFFF;
		z-index:1000;
				
	}
	
	/* style the second level hover */
	.menu ul ul li a:hover{
		background-color: #FFFFFF;
		border-left: 1px solid #999999;
		border-right: 1px solid #999999;					
		color: #666666;
		background-image: none;
	}
	
	/* hide the sub levels and give them a positon absolute so that they take up no room */
	.menu ul ul {
		visibility:hidden;
		position:absolute;
		height:0;
		top:25px;
		left:0; 
		width:80px;
	}
	
	/* style the table so that it takes no ppart in the layout - required for IE to work */
	.menu table {
		position:absolute; 
		top:0; 
		left:0; 
		border-collapse:collapse;
	}
	
	/* style the second level links */
	.menu ul ul a, .menu ul ul a:visited {
		background-color: #991719;
		color:#FFFFFF; 
		height:auto; 
		line-height:1em; 
		padding:5px 10px; 
		padding-top: 8px;
		padding-bottom: 8px;
		width:175px;
		
		text-align: left;
		border-bottom: 1px solid black;
		border-left: 1px solid black;
		border-right: 1px solid black;		
	}
	
	#last{
		border-right: none;
	}
	
	/* make the second level visible when hover on first level list OR link */
	.menu ul li:hover ul, .menu ul a:hover ul{
		visibility:visible; 
	}
			
		div.header div.headerblock{
			z-index: 0;
			height: 250px;
			width: 960px;
			border: 0px;
			padding: 0px;
			margin: 0px;
		}
		
		
div.allcontent{
	margin: 0px;
	margin-top: -5px;
	padding: 0px;
	background-image: url(content_background.png);
	_background-image: url(ie_background.jpg);
	background-repeat: repeat-x;
}	

	

	
	div.left {
			float: left;
			width:150px;
			padding: 5px;
			margin-top: 20px;		
			padding-left: 30px;
			}
			
		div.left span.label{
			font-size: 13px;
		
		}
			
		div.left select.background{
		background-color: #000000;
		/*margin-top: 10px;
		margin-right: auto;
		margin-bottom: 0px;*/
		margin-top: 10px;
		margin-left: auto;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #ffffff;
		text-decoration: none;
		border-width: thin;
		}
		
		div.left input{
			width: 80px;
			height: 30px;
			font-size: 13px;
			background-image: url(button_background.jpg);
			background-repeat: repeat-x;
			color: #ffffff;
			margin: 0px;
			padding: 0px;
			border: 0px;
			
		}
		
		div.left label{
			font-size: 12px;}

	div.content {
   		margin-left: 205px;
   		margin-right:205px;
   		padding: 5px;
   		padding-top: 25px;
   		_padding-top: 10px;

		}
		
		div.content a.toplinks{
		text-align: left;
		font-weight: bold;
		font-size: 15px;
		text-decoration: none;
		padding-left: 20px;
		background-image: url(link_triangle.gif);
		background-position: left;
		background-repeat: no-repeat;
		}
		
		a.toplinks:hover{
			text-decoration: underline;
		}
		
	div.right {
		float: right;
		width:190px;
   		padding: 5px;
		margin-top: 20px;   		
		}




div.footer{
	height: 24px;
	_height: 30px;
	padding-top: 5px;
	background-color: gray;
	background-image: url(footer_background.jpg);
	background-repeat: repeat-x;
	text-align: center;
}

	div.footer a{
		font-size: 11px;
		margin-top: 5px;
		padding: 5px;	
		padding-top: 10px;
		_padding-top: 5px;


		color: #ffffff;
		text-decoration: none;
		}
		
	div.footer a:hover{
		text-decoration: underline;
	}

	hr{
		background-color: #ffffff;
	}
	br.clear{
		clear: both;
	}
	
	
form {
	margin: 0;
}

form fieldset {
	margin: 10px 15px;
	padding-bottom: 5px;
}
	fieldset legend{
	font-size: 14px;
	font-weight: bold;	
	color: #ffffff;
	
	}

div.formrow {
	padding-top: 10px;
}

div.formrow label span {
	float: left;
	width: 140px;
	text-align: right;
	padding-right: 5px;
	font-size: 12px;
	margin-top: 5px;
}
div.formrow input, textarea{
background-color: #000000;
		/*margin-top: 10px;
		margin-right: auto;
		margin-bottom: 0px;*/
		margin-left: auto;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #ffffff;
		text-decoration: none;
		border-width: thin;
	}
/* Page specific styles */

/*Index page */

div.apartment{
	float: left;
	height: 120px;
	width: 100px;
	margin-left: 5px;
	text-align: center;
}

	div.apartment span{
		font-size: 12px;
	}
	
	div.apartment img{
		width: 97px;
		height: 80px;
		margin-top: 5px;
		border: 2px solid #666666;
	
	}

/* apartment pages */

div.apartment_images{
	height: 120px;
	margin: auto;
	text-align: center;
}

	div.apartment_images img{
		float: left;
		margin-top: 5px;
		margin-left: 5px;
		border: 2px solid #666666;
	
	}

div.travel li{
		list-style:	disc;
		}
	
span.label{
		font-size: 12px;
}

input.button{
			width: 100px;
			height: 20px;
			font-size: 12px;
			background-image: url(button_background.jpg);
			background-repeat: repeat-x;
			color: #ffffff;
			margin: 0px;
			padding: 0px;
			border: 0px;
			
		}
input.background{		
		background-color: #000000;
		/*margin-top: 10px;
		margin-right: auto;
		margin-bottom: 0px;*/
		margin-top: 10px;
		margin-left: auto;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #ffffff;
		text-decoration: none;
		border-width: thin;		
}

img.offer{
		float: left;
		margin: 5px;
		border: 2px solid #666666;
}

.offer_wrapper{
		width: 520px;
		height: 100px;
}

.credits {
		font-size: 9pt;
}

.clear  {
		text-decoration: none;
}


