/*	Global styles
	------------------------------  */

#main-title {
	width: 100%;
	background: #306 url(../images/ttlbg-site.jpg) no-repeat left top;
	font-size: 100%;
	* html font-size: 90%;
}

#site-footer {
	font-size: 85%;
	width: 920px;
	margin: 20px auto 0;
	padding-top: 20px;
	border-top: 1px solid #ccc;
	clear: both;
	text-align: center;
}

.nounderline {
	text-decoration: none;
}

.featurecolour1 {
	color: #d4cade;
	font-weight: normal;
}

.featurecolour2 {
	color: #306;
}


/*	Override default styles
	------------------------------ */

#main-content p, #main-content h3, #main-content h4,
#main-rightbox p, #main-rightbox h3, #main-rightbox h4,
#site-footer {
	margin-top: 0;
}
		
#main-header-menu ul li a {
	border-right: 1px solid #ccc;
}

#main-header-menu ul .last a {
	border: 0;
}		

#main-content {
	margin-bottom: 1.5em;
}

#main-rightbox {
	font-size: 89%;
}

#main-botlinks {
	margin-bottom: 0;
	padding-bottom: 10px;
}

#site-footer {
	color: #999;
	border: 0;
	background: url(../images/site-footer-bg.png) no-repeat center top;
	width: 960px;
}

	#site-footer a {
		color: #666;
		text-decoration: none;
	}
	
	#site-footer a:focus,
	#site-footer a:hover {
		color: #333;
	}

#main-breadcrumb {
	margin: 0;
}


/*	Specific styles
	------------------------------ */
	
#container {
	padding: 21px 20px 30px;
}

#tour {
	width: 918px;
	height: 338px;
	margin: 0;
	padding: 1px 1px 0;
	background: url(../images/tour-bg.png) no-repeat left top;
	overflow: hidden;
}

#tours {
	overflow: hidden;
	background: #333 url(../images/tours-bg.png) repeat-y left top;
	border-top: 1px solid #fff;
	width: 918px;
	margin: 0 0 0 1px;
}

#categories {
	width: 220px;
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

	#categories li {
		border-bottom: 1px solid #555;
	}
	
	#categories #category-accommodation {
		border: 0;
	}

		#categories a {
			color: #bbb;
			text-decoration: none;
			font-weight: bold;
			line-height: 1;
			display: block;
			padding: 22px 0 22px 45px;
			font-size: 110%;
		}
		
		#categories a:focus,
		#categories a:hover {
			color: #fff;
		}
		
		#categories .active,
		#categories .active:focus,
		#categories .active:hover {
			color: #fff;
		}
		
		#categories #category-sport a {
			background: #666 url(../images/category-sport.png) no-repeat 10px center;
		}
		
		#categories #category-sport .active {
			background: url(../images/category-sport-active.png) no-repeat 10px center;
		}
		
		#categories #category-academic a {
			background: #666 url(../images/category-academic.png) no-repeat 10px center;
		}
		
		#categories #category-academic .active {
			background: url(../images/category-academic-active.png) no-repeat 10px center;
		}
		
		#categories #category-accommodation a {
			background: #666 url(../images/category-accommodation.png) no-repeat 10px center;
		}
		
		#categories #category-accommodation .active {
			background: url(../images/category-accommodation-active.png) no-repeat 10px center;
		}
	
#selection {
	width: 658px;
	float: right;
	padding: 20px 20px 0 20px;
}