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

/* Rest to default */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: outside;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,

q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}







/* Structual positioning */

body {
	background: #ffffff;
	margin: 22px 0px;
}


/* Splash page design */

#splash-body {
	margin: 0px auto; width: 1024px; position: relative;
	font-family: Helvetica;
	font-size: 12px;
	color: #64adda;
}

#splash-body .find-us {
	width: 94px; height: 51px; 
	position: absolute; top: 280px; left: 470px;
}

#splash-body .text {
	width: 660px;
	text-align: center; font-family: Helvetica, Arial, sans-serif; font-size: 13px;
	margin: 50px auto;
}

/* Standard design/content pages */




#mainwrap {
	width: 1024px;
	margin: 0px auto;
	padding-bottom: 20px;
}
	
	#header {
		width: 1024px;
		height: 240px;
		position: relative;
	}

		#logo {
			width: 316px;
			height: 196px;
			position: absolute;
			top: 11px; left: 79px;			
		}
		
		#menu {
			margin: 0px;
			position: absolute;
			bottom: 8px;
			left: 340px;
			width: 627px;
			height: 18px;
		}
		
			.menu_item {
				margin-right: 14px;
			}

			.menu_item_freo {
				margin-right: 12px;
			}
		
			#menu a {
				font-family: Helvetica, Arial, serif; 
				font-size: 15px;
				font-weight: bolder; 
				text-transform: uppercase;
				color: #ffffff;
			}
			
			#menu a:hover {
				color: #00395d;
			}
			
			.current {
				color: #00395d;
			}
	
	#content {
		width: 1024px;
		position: relative;
		padding-bottom: 50px;
	}
	
		#content .title {
			margin-bottom: 6px;
		}
	
		#content .text {
			width: 500px;
			margin: 50px auto 0px auto;
			padding: 0px;
			padding-left: 40px;
			vertical-align: top;
		}
		
		#content .text h2 {
			font-size: 22px;
			line-height: 28px;
			vertical-align: middle;
			font-weight: bold;
			margin-bottom: 5px;
		}

		#content .go-to {
			width: 253px;
			height: 31px;
			position: absolute; right: 77px;
		}	
		
		#gift-voucher {
			position: absolute; 
			right: 56px; 
			bottom: 0px;
			width: 161px;
			height: 87px;
		}	
			
	#footer {
		width: 693px; 
		height: 50px;
		background: url('images/hillarys/footer-background.gif') no-repeat top right;
		float: right;
		margin-right: 75px;
		line-height: 37px;
		vertical-align: middle;
	}

	#footer-freo {
		width: 693px; 
		height: 50px;
		background: url('images/freo/footer-background.gif') no-repeat top right;
		float: right;
		margin-right: 75px;
		margin-top: 50px;
		line-height: 37px;
		vertical-align: middle;
	}

/* Font styles */

.stdcopy { font-family: Helvetica, Arial, sans-serif; font-size: 13px; line-height: 20px; color: #003f66; }
.bright { color: #002642; }

.sml { font-size: 11px; }

h1 { font-family: Helvetica, Arial, sans-serif; font-size: 30px; line-height: 30px; letter-spacing: 2px; text-transform: uppercase; }
h2 { font-family: Helvetica, Arial, sans-serif; line-height: 22px; letter-spacing: 1px; text-transform: uppercase; }

a { color: #002642; text-decoration: none; font-weight: bold; }
a:hover { color: #002642; text-decoration: none; font-weight: bold; }
strong { font-weight: bold; } 
em { font-style: italic; }

/* Forms */

.stdform { border: solid 1px #888; padding: 3px; margin: 4px; background: #ffffff; width: 220px; font-size: .9em; } 

/* Hacks and settings */

li { margin: 0px 0px -2px 10px; _margin: 5px 5px 5px 10px; _padding: 0px 0px 0px 12px; }
img { border: 0px; margin: 0px; padding: 0px; _margin-bottom: -0px; }
.clear { clear: both; overflow: hidden; height: 0px; _height: 1px; }


/* Slideshow */

#slideshow_content { width: 300px; height: 180px; padding: 0px; margin: 0px; float: left; }
#example { position: relative; width: 300px; height: 180px; }
.slide-image { position: absolute; top: 0; left: 0; padding: 0px; width: 300px; height: 180px; background-color: #ffffff; background-position: center center; background-repeat: no-repeat; }
