* {
	padding:			0;
	margin:				0;
}

	body {
		background-color: white;
		color: #535a60;
		font-size: 0.8em;
		font-family: Arial, Tahoma, Verdana, Serif;
	}


a:link {
	font-weight: bold;
	color: #137292;
	text-decoration: none;
}

a:visited {
	font-weight: bold;
	color: #137292;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: #137292;
	text-decoration: underline;
}

a:active {
	font-weight: bold;
	color: #d6e8ed;
	text-decoration: none
}

form {
	margin: 0px;
	border: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

					h1, h2, h3 { 
						color: black;
					}
					h1 {
						font-size: 1.3em;
						font-weight: bold;
						padding-top: 6px;
						padding-bottom: 5px;
						padding-left: 0px;
						padding-right: 0px;
					}
					h2 {
						font-size: 1.2em;
						font-weight: bold;					
						padding: 10px 0 0 10px;
					}
					h3 {
						font-size: 1.2em;
						padding: 5px 0px 5px 0px;
					}
					
					h4 {
						font-size: 1.1em;
					}

					p {
						padding-top: 5px;
						padding-bottom: 5px;
					}

		#container {
			width: 760px;
			margin:	0;
			border-top: 10px solid #404042;
		}
		
		#contentcontainer {
			width: 745px;
			background-color: #e3eef2;
			margin: 0 15px auto;
			clear: both;
		}
		
		#contleft {
			width: 483px;
			float: left;
		}
		
		#contright {
			width: 234px;
			float: right;
		}


			#header {
				width: 760px;
			}

				#logo {
					width:		760px;
					height:		124px;
					background-image:	url(../images/logo.png);
					background-repeat: no-repeat;
				}
				
			#bookingcontainer {
				width: 760px;
				height: 152px;
				background-image:	url(../images/bg_booking.jpg);
				background-repeat: no-repeat;
			}
			
				.bookingleft {
					width: 379px;
					float: left;
				}
				
				.bookingright {
					width: 381px;
					float: right;
					margin-top: 15px;
					margin-bottom: 15px;
				}
					.booking {
						width: 330px;
						margin: 0 auto;
					}
				
					.BookingForm {
						border: 0px;
						margin: 0 auto;
						padding-top: 7px;
						padding-left: 7px;
						padding-right: 3px;
						padding-bottom: 0px;
					}
					
					#BookingForm fieldset {
						border: 0px;
						padding: 0px;
						margin: 0px;
					}

					
				#MiniLoginForm h1 {
					color: white;
					font-size: 2em;
					padding: 0px;
					margin: 0px;
					text-align: center;
				}
				
				#MiniLoginForm h2 {
					font-size: 1.6em;
					color: white;
					text-align: center;
				}
				
				
				#MiniLoginForm h3 {
					font-size: 1.6em;
					color: white;
					text-align: left;
				}
				
				#MiniLoginForm fieldset {
					border: 0px;
					padding: 0px;
					margin: 0px;
				}

				
				.split {
					display: block;
					clear: both;
					height: 10px;
					line-height: 10px;
					width: 668px;
				}
				
				.number {
					text-align: center;
					width: 380px;
					float: right;
					font-size: 2.2em;
					margin-top: 39px;
				}
				
					.number strong {
						color: #fed400;
					}
				

				#topNav {
					width:		760px;
					top: 98px;
					position: absolute;
					height:		36px;
					clear: both;
				}
					#topNav ul {
						float: right;
					}

					#topNav li {
						list-style-type:	none;
						display:			inline;
						height:				36px;
						line-height:		36px;
						text-align:			center;
						font-size:			0.9em;
						float:				left;
						border-left: 1px solid #f9e10b;
						font-weight: bold;
						padding-left: 16px;
						padding-right: 16px;
					}

					#topNav li.on {

					}

					#topNav li.off {

					}

					#topNav li.off a {
						color: black;
					}

					#topNav  li.off a:hover {

					}

					#topNav  li.on a {
						color: black;
					}

					#topNav  li.on a:hover {

					}



				


			#col1 {
			}



			#col1inner {

			}
			
			#col1inner a {

			}

				.loginpadd {
					padding-left: 15px;
					padding-right: 15px;
				}
			
				.loginbase {
					padding-top: 26px;
					padding-bottom: 12px;
					background-image: url(../images/bg_login.png);
					background-repeat: no-repeat;
					}	
			
					#breadCrumb {
						padding-bottom: 10px;
					}

					#breadCrumb li {
						display:	inline;
						font-size:	1.2em;
					}
					
	
			
				/* Home Page CSS */
				
				.sectioneven {
					width: 310px;
					float: left;
					border-bottom: 10px solid white;
					background-image: url(../images/bg_content.gif);
					background-repeat: repeat-x;
				}
				
				.sectionodd {
					width: 310px;
					float: right;
					border-bottom: 10px solid white;
					background-image: url(../images/bg_content.gif);
					background-repeat: repeat-x;
				}
				
					.homecontentwrap {
						width: 298px;
						margin: 0 auto;
					}
				
						.homecontentleft {
							width: 216px;
							float: left;
						}
					
						.homecontentright {
							width: 72px;
							float: left;
						}
					
					.homebasecontwrap {
						width: 298px;
						margin: 0 auto;
						clear: both;
						border-top: 1px solid #137292;
					}
					
						.homebasecontleft {
							width: 210px;
							float: left
						}
						
						.homebasecontright {
							width: 88px;
							float: right;
						}
					
					.pageList p {
						padding: 0px;
						margin: 0px;
					}
					
					.sectioneven h4 {
						color: white;
						padding: 7px;
						margin: 0px;
					}
					
					.sectionodd h4 {
						color: white;
						padding: 7px;
						margin: 0px;
					}
					
					.readmore {
						text-align: left;
					}
					
					.block {
						display: block;
						float: left;
						background-color: #19b3e9;
						border-top: 3px solid white;
						width: 6px;
						height: 13px;
					}
					
					.text {
						padding-left: 10px;
					}
					
					.sectionid96 {
						background-image: url(../images/highlight_entertainment.jpg);
						background-repeat: no-repeat;
						height: 30px;
						width: 310px;
					}
					
					.sectionid139 {
						background-image: url(../images/highlight_foodanddrink.jpg);
						background-repeat: no-repeat;
						height: 30px;
						width: 310px;
					}
										
					.sectionid140 {
						background-image: url(../images/highlight_sports.jpg);
						background-repeat: no-repeat;
						height: 30px;
						width: 310px;
					}
						
					
					.sectionid150 {
						background-image: url(../images/highlight_travel.jpg);
						background-repeat: no-repeat;
						height: 30px;
						width: 310px;
					}
					
					.sectionid151 {
						background-image: url(../images/highlight_hobbys.jpg);
						background-repeat: no-repeat;
						height: 30px;
						width: 310px;
					}
					
					.sectionid152 {
						background-image: url(../images/highlight_oneworld.jpg);
						background-repeat: no-repeat;
						height: 30px;
						width: 310px;
					}
					
					.sectionid153 {
						background-image: url(../images/highlight_music.jpg);
						background-repeat: no-repeat;
						height: 30px;
						width: 310px;
					}
					
					.sectionid154 {
						background-image: url(../images/highlight_academicsubjects.jpg);
						background-repeat: no-repeat;
						height: 30px;
						width: 310px;
					}
					
				/* Category CSS */
				
					.categorychildren ul li {
						list-style-type: none;
					}
				
					#categorypageView {
						background-image: url(../images/bg_content.gif);
						background-repeat: repeat-x;
					}
					
					.categorychildren {
						background-image: url(../images/bg_content.gif);
						background-repeat: repeat-x;
					}
					
					#childreninner {
						padding: 10px;
					}
					
					#categorypageView h4 {
						color: white;
						padding: 7px;
						margin: 0px;
					}
					
					
						.categoryid96 {
							background-image: url(../images/highlight_entertainment.jpg);
							background-repeat: no-repeat;
							height: 30px;
							width: 487px;
						}
						
					
						.categoryid139 {
							background-image: url(../images/highlight_foodanddrink.jpg);
							background-repeat: no-repeat;
							height: 30px;
							width: 487px;
						}
											
						.categoryid140 {
							background-image: url(../images/highlight_sports.jpg);
							background-repeat: no-repeat;
							height: 30px;
							width: 487px;
						}
							
						
						.categoryid150 {
							background-image: url(../images/highlight_travel.jpg);
							background-repeat: no-repeat;
							height: 30px;
							width: 487px;
						}
					
						.categoryid151 {
							background-image: url(../images/highlight_hobbys.jpg);
							background-repeat: no-repeat;
							height: 30px;
							width: 487px;
						}
					
						.categoryid152 {
							background-image: url(../images/highlight_oneworld.jpg);
							background-repeat: no-repeat;
							height: 30px;
							width: 487px;
						}
					
						.categoryid153 {
							background-image: url(../images/highlight_music.jpg);
							background-repeat: no-repeat;
							height: 30px;
							width: 487px;
						}
					
						.categoryid154 {
							background-image: url(../images/highlight_academicsubjects.jpg);
							background-repeat: no-repeat;
							height: 30px;
							width: 487px;
						}
						
						
						
						
						
						
						
						
						
					
						.browseid96 {
							background-image: url(../images/highlight_entertainment.jpg);
							background-repeat: no-repeat;
							height: 30px;
							width: 131px;
						}
						
					
						.browseid139 {
							background-image: url(../images/highlight_foodanddrink.jpg);
							background-repeat: no-repeat;
							height: 30px;
							width: 131px;
						}
											
						.browseid140 {
							background-image: url(../images/highlight_sports.jpg);
							background-repeat: no-repeat;
							height: 30px;
							width: 131px;
						}
							
						
						.browseid150 {
							background-image: url(../images/highlight_travel.jpg);
							background-repeat: no-repeat;
							height: 30px;
							width: 131px;
						}
					
						.browseid151 {
							background-image: url(../images/highlight_hobbys.jpg);
							background-repeat: no-repeat;
							height: 30px;
							width: 131px;
						}
					
						.browseid152 {
							background-image: url(../images/highlight_oneworld.jpg);
							background-repeat: no-repeat;
							height: 30px;
							width: 131px;
						}
					
						.browseid153 {
							background-image: url(../images/highlight_music.jpg);
							background-repeat: no-repeat;
							height: 30px;
							width: 131px;
						}
					
						.browseid154 {
							background-image: url(../images/highlight_academicsubjects.jpg);
							background-repeat: no-repeat;
							height: 30px;
							width: 131px;
						}
						
						
						
						.browse {
							width: 131px;
						}
						
						#browse h4 {
							color: white;
							padding: 7px;
							margin: 0px;
						}
				
				#contentArea {
					clear: both;
				}
				
					#contentpadd {
					}
					
					
				/* Service View */
				
				#pageView {

				}
				
				.servicesleft {
					width: 424px;
					float: left;
				}
				
					.serviceheader {
						width: 424px;
						height: 30px;
						background-image: url(../images/bg_heading.jpg);
						background-repeat: no-repeat;
					}
					
						.serviceheader h1 {
							font-size: 1.2em;
							padding-left: 25px;
							padding-top: 7px;
							padding-bottom: 0px;
						}
						
					.contenttext .left {
						padding: 15px;
						width: 400px;
						text-align: justify;
						float: left;
					}
						
					.contenttext .right {
						padding-right: 20px;
						width: 290px;
						text-align: justify;
						float: right;
						clear: right;
					}
					
					#listtrend {
						width: 290px;
						float: right;
					}
					
					
						#listtrend ul {
							list-style-type: square;
							font-weight: bold;
							font-size: 1em;
							margin-left: 20px;
							margin-right: 20px;
							margin-top: 5px;
							margin-bottom: 5px;
						}
						
						#listtrend li {
							padding: 5px;
						}
					
				.servicesright {
					width: 308px;
					float: right;
				}
				
					.servicesright h2 {
						width: 270px;
						font-size: 1.5em;
						padding-top: 10px;
						padding-left: 15px;
						padding-bottom: 10px;
						margin-bottom: 5px;
						border-bottom: 1px solid #fed82f;
					}
					
					.pleasechoose {
						width: 280px;
						margin: 0 auto;
					}
				
					.servicesright a {
						color: #e68220;
					}
				
					.servicesright ul {
						list-style-type: square;
						font-size: 1.1em;
						margin-left: 10px;
						padding: 0 15px;
					}
					
					.servicesright li {
						padding-bottom: 5px;
					}
					





#registerForm table {
font-size: 0.8em;
padding-top: 20px;
width: 600px;
}
#registerForm table th {
padding: 0 0 0px 20px;
text-align:right;
width: 200px;
color:#5B8B16;
}
#registerForm table td {
color:#f00;
font-size:1em;
}

#registerForm table td h3 {
padding: 20px 0 0 20px;
margin: 0;
font-size: 0.9em;
font-style:italic;
color: black;
font-weight: normal;
}




			#blccleaning {
				width: 746px;
				height: 70px;
				clear: both;
				margin: 0;
				background-image: url(../images/bg_blccleaning.jpg);
				background-repeat: no-repeat;
			}
				
				#blccleaning a {
					color: #e68222;
				}
					
				#blccleaningCol1 {
					width: 360px;
					padding-top: 5px;
					float: left;

				}
	
					#blccleaningCol1 p {
						text-align: left;
						padding-left: 15px;
						padding-top: 0px;
						padding-bottom: 5px;
					}
					
					#blccleaningCol1 h3 {
						padding-left: 15px;
						padding-top: 5px;
						padding-bottom: 0px;
					}
			
				#blccleaningCol2 {
					width:			286px;
					padding-top: 5px;
					float:			right;
				}

					#blccleaningCol2 p {
						text-align: left;
					}
					

			#copyright {
				width: 760px;
				height: 36px;
				clear: both;
				margin: 0;
				background-image: url(../images/bg_copyright.jpg);
				background-repeat: no-repeat;
			}


				#copyrightCol1 {
					width: 530px;
					padding-top: 5px;
					float: left;

				}	
					#copyrightCol1 p {
						color: white;
						text-align: left;
						padding-left: 10px;
						padding-right: 10px;
					}
			
				#copyrightCol2 {
					width:			200px;
					padding-top: 5px;
					float:			right;
					text-align:		right;
				}

					#copyrightCol2 p {
						color: white;
						text-align: right;
						padding-left: 10px;
						padding-right: 10px;
					}
					
					#copyrightCol2 p a {
						color: yellow;
					}


/*	CUSTOM CLASS DECLARATIONS */
	
	.clearFix {
		line-height: 0px;
		width: 0px;
		height: 0px;
		clear:	both;
	}
	
	
	.clear {
		line-height: 0px;
		width: 0px;
		height: 0px;
		clear:	both;
	}
	
/* accounts section */
			
#pageWrapper {}

	#pageWrapper ul.wizardPages {
		padding: 5px 0px;
		background-color: #204571;
		margin: 0 0 10px 0;
		list-style-type: none;
		height:		25px;
		background-image:	url(../images/bg_subnav.jpg);
	}
	#pageWrapper ul.wizardPages li {
		display:		inline;
		float:			left;
		padding:		0 10px 0 10px;
		font-size:		0.9em;		
		border-left: 1px solid white;
	}
		
	#pageWrapper ul.wizardPages a {
		display: block;
		background-color: inherit;
		color: white;
		font-size: 0.9em;
		font-weight: normal;
		padding: 4px 0;
		text-decoration: none;
	}
	#pageWrapper ul.wizardPages a.selected {
		font-weight: bold;
		border: none;
		font-size: 1.0em;
		background-color: inherit;
		text-decoration: none !important;
	}
	#pageWrapper ul.wizardPages a:hover {
		background-color: inherit;
		text-decoration: underline;
		
	}


					#ShoppingCartForm {
						width:				740px;
						border:				0;
					}
					
					table.mainCart {
						width:				740px;
					}

#addToCartButton input.submitBtn { height: 40px; width: 100px; }

.contentstyleh {
	background-color: white;
	clear: both;
}

.contentstyleh p {
	background-color:#E2EEF2;
	padding:10px;
}

.mini {
background-image:url(../images/miniheading.png);
background-repeat:no-repeat;
width:234px;
}

.featured {
background-image:url(../images/featuredheading.png);
background-repeat:no-repeat;
width:483px;
}

h1 span {
font-weight:bolder;
height:30px;
padding-left:24px;
}

.customers {
	margin: 25px;
}

.customers li {
	padding: 5px;
}

.featured a {
	color: black;
}

.mini a {
	color: black;
}