@charset "utf-8";
/* CSS Document */

body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background: url(img/bg.jpg);
	font-size: 17px;
	color: #333;
}

a {
	text-decoration: underline;
	color: #636;
}
			
a:visited {
	color: #969;
}
			
a:hover {
	text-decoration: none;
	color: #969;
	}

	#mainContainer {
		width: 750px;
		margin-left: auto;
		margin-right: auto;
		background: #fff;
		border: 1px #ccc solid;
		color: #636;
	}
	
		#logoContainer {
			width: 740px;
			height: 80px;
			background: #fff;
			padding-top:10px;
			padding-right: 10px;
			text-align: right;
			color: #333;
		}
		
		.telephoneContainer {
			width: 252px;
			height: 27px;
			padding-bottom:10px;
			padding-right: 150px;
			text-align: left;
		}
		
		#mainNavigation {
			width: 750px;
			height: 22px;
			padding-top: 3px;
			background: #636;
			color: #fff;
		}
		
			#mainNavigation ul {
				margin: 0px;
				padding: 0px;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 80%;
				color: #fff;
				white-space: nowrap;
				text-align: left;
			}
			
			#mainNavigation li {
				list-style: none;
				display: inline;
				padding-left: 85px;
			}
			
			#mainNavigation li a {
				text-decoration: none;
				color: #fff;
			}
			
			#mainNavigation li a:visited {
				color: #fff;
			}
			
			#mainNavigation li a:hover {
				text-decoration: underline;
				color: #fff;
			}
			
		#subNavigation {
			width: 750px;
			height: 25px;
			padding-top: 5px;
			background: #999;
			margin-top: 20px;
		}
		
			#subNavigation ul {
				margin: 0px;
				padding: 0px;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 100%;
				color: #fff;
				white-space: nowrap;
				text-align: left;
			}
			
			#subNavigation li {
				list-style: none;
				display: inline;
				padding-left: 85px;
			}
			
			#subNavigation li a {
				text-decoration: none;
				color: #fff;
			}
			
			#subNavigation li a:visited {
				color: #fff;
			}
			
			#subNavigation li a:hover {
				text-decoration: underline;
				color: #fff;
			}
			
		#introContainer {
			width: 750px;
			height: 265px;
			background: url(img/fitted_bedrooms_bolton/fitted_bedroom.jpg) no-repeat #ccc;
			font-size: 80%;
			color: #636;
		}
		
			#introText {
				width: 334px;
				height: 260px;
				padding-top: 18px;
				padding-right: 18px;
				text-align: left;
				float: right;
			}
			
		#mainText {
			font-family: Arial, Helvetica, sans-serif;
			width: 710px;
			padding: 20px;
			background: #fff;
			text-align: left;
			font-size: 80%;
		}
		
		#mainSection {
			font-family: Arial, Helvetica, sans-serif;
			width: 400px;
			padding: 20px;
			background: #fff;
			text-align: left;
			font-size: 80%;
		}
		
		h1 {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 120%;
		}
		
		#footer {
			width: 750px;
			height: 18px;
			background: #636;
			text-align: center;
			font-size: 60%;
			color: #fff;
			border-top: 1px #ccc solid;
		}
		
		#legal {
			font-family: Arial, Helvetica, sans-serif;
			text-align: center;
			font-size: 60%;
			color: #666;
		}	
		
		#legal a {
			text-decoration: underline;
			color: #fff;
		}
			
		#legal a:visited {
			color: #fff;
		}
			
		#legal a:hover {
			text-decoration: none;
			color: #fff;
		}
		
		#selectionContainer {
			width: 710px;
			height: 200px;
			text-align: left;
		}
		
		#selectionCategory {
			width: 710px;
			height: 400px;
			text-align: left;
		}
				
		.selectionHolder {
			width: 225px;
			height: 192px;
			text-align: center;
			border: #999 1px dashed;
			float: left;
			margin-left: 7px;
			margin-top: 10px;
		}
		
		.selectionText {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 90%;
			color: #fff;
			font-weight: bold;
			width: 225px;
			height: 22px;
			text-align: center;
			background: #969;
			padding-top: 2px;
		}
		
		img {
			border: none;
		}
		
		#thumbContainer {
			width: 290px;
			height: 380px;

			padding-left: 10px;
			padding-top: 10px;
			border: #999 1px dashed;
			float: right;
			margin-left: 15px;
		}
		
