/**************************************************
					Body
**************************************************/
body {
	background:#fff;
	color:#666;
	font:100.1%/1 Arial, Helvetica, sans-serif;
	text-align:center;
}

/**************************************************
					General
**************************************************/
* {
	margin:0;
	padding:0;
}
a {
	text-decoration:none;
}
a:hover {
}
html {
	background:#a2b5c6;
}
img {
	border:0;
}
p {
	margin:0 0 15px;
}

#flash{
	text-align:center;
	padding-top: 10px;
}

/**************************************************
					Gallery
**************************************************/

#gallery ul {
				list-style:none;
				margin:10px auto;
				width:450px;
			}
			#gallery ul li {
				float:left;
				margin:10px;
				position:relative;
			}
			#gallery ul li a {
				display:block;
				padding:5px;
				text-decoration:none;
			}
			#gallery ul li a img {
				border:0;
			
			}
			#gallery ul li a span {
				left:-9999px;
				position:absolute;
				text-align:center;
			}

	/**************************************************
						Classes
	**************************************************/
	img.right {
		float:right;
		padding:0 0 10px 10px;
	}
	
	.leftalign{
	float:left;
	clear:both;
	width:230px;
	}
	
	.rightalign{
	float:right;
	margin:0 20px 0;
	}

/**************************************************
					Container
**************************************************/
#container {
	font-size:.75em;
	margin:0 auto;
	text-align:left;
	width:862px;
}
#container:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}

	/**************************************************
						Header
	**************************************************/
	#header {
		background:#fff url('../_img/background/header.jpg') no-repeat;
		background-position:0 0;
		height:230px;
		width:100%;
	}
	#header h1 {
		float:left;
		height:199px;
	}
	#header h1 a {
		display:block;
		height:199px;
		text-indent:-9999px;
		width:199px;
	}
	#header p {
		color:#036;
		float:right;
		font-size:1.6em;
		line-height:49px;
		margin:0;
		padding:150px 15px 0 0;
	}
	#header ul {
		border-top:1px solid #8099b3;
		clear:both;
		font-size:.9em;
		height:30px;
		list-style:none;
		width:862px;
	}
	#header ul li {
		background:#c0cdd9 url('../_img/background/header_ul_li.jpg') no-repeat;
		background-position:bottom left;
		float:left;
		margin:0 1px 0 0;
	}
		#header ul li#a {
			width:77px;
		}
		#header ul li#b {
			width:96px;
		}
		#header ul li#c {
			width:100px;
		}
		#header ul li#d {
			width:152px;
		}
		#header ul li#e {
			width:121px;
		}
		#header ul li#f {
			width:88px;
		}
		#header ul li#g {
			width:109px;
		}
		#header ul li#h {
			margin:0;
			width:112px;
		}
		#header ul li.selected {
			background:#41678d url('../_img/background/header_ul_li_selected.jpg') no-repeat;
			background-position:bottom left;
		}
		#header ul li.selected a {
			background:url('../_img/background/header_ul_li_selected_a.jpg') no-repeat;
			background-position:bottom right;
			color:#fff;
			height:30px;
			line-height:30px;
		}
		#header ul li.selected a:hover {
			color:#ddd;
		}
	#header ul li a {
		background:url('../_img/background/header_ul_li_a.jpg') no-repeat;
		background-position:bottom right;
		color:#41678d;
		display:block;
		height:25px;
		line-height:25px;
		text-align:center;
		text-transform:uppercase;
	}
	#header ul li a:hover {
		color:#036;
	}

	/**************************************************
						Content
	**************************************************/
	#content {
		float:left;
		margin:25px 0 0;
		width:482px;
	}
	#content h2 {
		color:#036;
		font-size:1.4em;
		font-weight:normal;
		padding:0 0 20px;
		text-transform:uppercase;
	}
	#content p {
		font-size:.9em;
		line-height:150%;
	}
	#content ul {
			list-style:none;
	}
		#content ul#quick_links {
			width:482px;
		}
		#content ul#quick_links li {
			background:#f2f2f2 url('../_img/background/content_ul_quick_links_li.jpg') no-repeat;
			background-position:bottom;
			float:left;
			height:162px;
			margin:0 13px 0 0;
			width:152px;
		}
			#content ul#quick_links li#a {
			}
			#content ul#quick_links li#b {
			}
			#content ul#quick_links li#c {
				margin:0;
			}
		#content ul#quick_links li a {
			clear:both;
			color:#666;
			display:block;
			font-size:.8em;
			padding:5px 10px;
		}
		#content ul#quick_links li a em {
			color:#41678d;
			font-size:.9em;
			font-style:normal;
			text-transform:uppercase;
		}
		#content ul#quick_links li a img {
			margin:-5px -10px 5px;
		}
		#content ul#quick_links li a strong {
			color:#41678d;
			font-size:1.7em;
			font-weight:normal;
			line-height:35px;
		}
		#content ul#quick_links li img {
			float:left;
		}

	/**************************************************
						Sidebar
	**************************************************/
	#sidebar {
		background:#f6edd3 url('../_img/background/sidebar.jpg') repeat-x;
		background-position:top;
		float:left;
		margin:25px 15px 0 0;
		width:175px;
		padding:0;
	}
	#sidebar h3 {
		color:#41678d;
		font-size:1.2em;
		font-weight:normal;
		padding:20px;
		text-transform:uppercase;
	}
	#sidebar p {
		border-top:2px solid #fff;
		color:#c00;
		margin:0;
		padding:9px 20px;
	}
	#sidebar p a {
		color:#41678d;
	}
	#sidebar p img {
		margin:0 3px 0 0;
		vertical-align:middle;
	}
	#sidebar ul {
		list-style:none;
		padding:0 20px;
	}
	#sidebar ul li {
	}
	#sidebar ul li a {
		border-top:1px dotted #c90;
		color:#41678d;
		display:block;
		padding:9px 0 10px;
		width:135px;
	}
		#sidebar ul li a.first {
			border:0;
		}
	#sidebar ul li a:hover {
		color:#036;
	}
	#sidebar ul li a img {
		margin:0 3px 0 0;
		vertical-align:middle;
	}
		#specials {
			margin:0;
			padding-left:3px;
		}
		
		.btmimg{
		padding:0;
		margin:0;
		}
		
		.btmimg img{
		display:block;
		}
		
		.voucher{
	text-align:center;
	margin:20px 0 20px 0;
		}

	/**************************************************
						Sidebar Right
	**************************************************/
	#sidebar_right {
	background: #ced8e2 url('../_img/background/sidebar_right.jpg') repeat-x;
	background-position:top;
	float:right;
	width:175px;
	padding-top: 30px;
	}
	#sidebar_right h3 {
	border-top:2px solid #fff;
	clear:both;
	color:#41678d;
	font-size:1em;
	font-weight:normal;
	line-height:35px;
	padding:0 15px;
	}
	#sidebar_right h3 img {
		margin:0 3px 0 0;
		vertical-align:middle;
	}
	#sidebar_right p {
		font-size:.9em;
		line-height:150%;
		padding:0 15px;
	}
	#sidebar_right p a {
		color:#41678d;
	}
	#sidebar_right p strong {
		border-bottom:1px dotted #c90;
		color:#c00;
		display:block;
		font-size:1.1em;
		line-height:115%;
		padding:5px 0 14px;
		text-transform:uppercase;
	}
	#sidebar_right form {
		background:url('../_img/background/sidebar_right_form.jpg') no-repeat;
		background-position:bottom;
		font-size:.8em;
		height:130px;
		padding:0 15px;
		position:relative;
		width:145px;
	}
	#sidebar_right form label {
		display:none;
	}
	#sidebar_right form input {
		border:0;
		font-size:.9em;
		height:15px;
		padding:0 1px;
		position:absolute;
		left:52px;
		line-height:15px;
		width:105px;
	}
		#sidebar_right form input#enquiry_email {
			top:26px;
		}
		#sidebar_right form input#enquiry_name {
			top:4px;
		}
		#sidebar_right form input#enquiry_submit {
			background:0;
			color:#56697a;
			font-size:.9em;
			text-align:right;
			text-transform:uppercase;
			top:104px;
		}
		#sidebar_right form textarea {
			border:0;
			font-size:.9em;
			height:51px;
			padding:0 1px;
			position:absolute;
			left:52px;
			line-height:15px;
			overflow:auto;
			top:48px;
			width:105px;
		}

	/**************************************************
						Footer
	**************************************************/
	#footer {
		background:url('../_img/background/footer.jpg') repeat-x;
		background-position:top;
		clear:both;
		color:#acb5be;
		font-size:.6em;
		height:150px;
		margin:10px 0 0;
		width:100%;
	}
	#footer ul {
		margin:0 auto;
		list-style:none;
		text-align:center;
		width:822px;
	}
	#footer ul li {
		float:left;
		line-height:30px;
		margin:0 35px 0 0;
	}
		#footer ul li.prodo {
			float:right;
			margin:0;
		}
	#footer ul li a {
		color:#acb5be;
	}
	#footer ul li a:hover {
		color:#fff;
	}







				/**************************************************
								Generic Classes
				**************************************************/
				.hide {
					display:none;
				}
				.extra-small {
					width:50px;
				}
				.small {
					width:150px;
				}
				.medium {
					width:250px;
				}
				.large {
					width:350px;
				}

			/**************************************************
							Form
			**************************************************/
			form {
			}
			form div {
				padding:10px 0 0;
			}
			form fieldset {
				border:1px solid #ccc;
				display:block;
				padding:10px;
			}
			form fieldset legend {
				color:#666;
				font:130% arial;
				*margin:0px 0px 0px -6px;
				padding:0px 0px 0px 0px;
			}
			
			/**************************************************
							Definition List
			**************************************************/
			form fieldset dl {
				clear:both;
				margin:15px 0 0;
				width:auto;
			}
			
				/**************************************************
								Definition Term
				**************************************************/
				form fieldset dl dt {
					color:#000;
					float:left;
					font-size:110%;
					margin:0 20px 5px 0;
					width:180px;
				}
			
				/**************************************************
								Definition Description
				**************************************************/
				form fieldset dl dd {
					margin:0 0 10px 200px;
					color:#666;
					_text-indent:-3px !important;
				}
				form fieldset dl dd input {
					font:110% Arial, Helvetica, sans-serif;
				}
				form fieldset dl dd label {
					line-height:1.6em;
					margin:0 8px 0 0;
					vertical-align:top;
					*vertical-align:baseline;
				}
				form fieldset dl dd select {
					font:110% Arial, Helvetica, sans-serif;
				}
					form fieldset dl dd select.extra-small {
						width:55px;
					}
					form fieldset dl dd select.small {
						width:155px;
					}
					form fieldset dl dd select.medium {
						width:255px;
					}
					form fieldset dl dd select.large {
						width:355px;
					}
				form fieldset dl dd textarea {
					font:110% Arial, Helvetica, sans-serif;
					height:100px;
				}
					form fieldset dl dd textarea.medium {
						width:252px;
					}

