/* Reset ----------------------------------------------------------------- */
html, body, div, ul, li, h1, h2, h3, h4, h5, p, dl {
	margin: 0;
	padding: 0;
}


/* HTML ------------------------------------------------------------------- */
html {
	font-size: 62.5%;
	background: url(../images/bg.gif);
}


/* body - Wrapper and Typography ------------------------------------------ */
body {
	top: 0;
	position: relative;
	width: 760px;
	float: left;
	left: 50%;
	margin: 0 0 0 -385px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #333;
	background: #fff url(../images/sidebar_bg.jpg) right repeat-y;
	border: 1px #000 solid; border-top: 0;
}


/* Logo ------------------------------------------------------------------- */ 
#logo {
	font-size: 1em;
}
	#logo a {
		float: left;
		width: 760px;
		height: 99px;
		outline: none;
		text-indent: -500%;
		background: url(../images/logo.jpg) no-repeat;
	}
	
		
/* Navigation ------------------------------------------------------------- */
#nav {
	width: 760px;
	height: 30px;
	float: left;
	background: url(../images/nav_bg.jpg) repeat-x;
	list-style: none;
}
	#nav li {
		float: left;
		display: inline;
	}
	#nav li a {
		color: #000;
		font-weight: bold;
		height: 18px;
		float: left;
		text-decoration: none;
		text-transform: uppercase;
		padding: 2px 35px 0 0;
		margin: 0 0 0 25px;
	}
	#nav li a:hover {
		background: url(../images/nav_li_bg.jpg) right center no-repeat;
	}


/* Main ------------------------------------------------------------------- */
#main {
	width: 543px;
	float: left;
	padding: 10px;
	line-height: 1.5em;
}
	#main .flash {
		text-align: center;
	}
	#main h2 {
		font-size: 1.6em;
		font-style: italic;
		margin-top: 10px;
	}
	#main p {
		margin: 1.5em 0;
	}
	body.company #main ul {
		list-style: none;
	}
	#main ul {
		margin: auto 0 1.5em 2.5em;
	}
	#main h3 {
		font-size: 1.3em;
		margin: 3em 0 0 0;
		padding: 0;
	}
	#main .centre {
		text-align: center;
	}
	body.location #main iframe {
		padding: 1px;
		border: 1px #999 solid;
		margin-top: 1.5em;
	}
	
/* Sidebar ---------------------------------------------------------------- */
#sidebar {
	width: 189px;
	padding: 10px 0 0 8px;
	float: left;
	text-align: center;
}
	#sidebar h3 {
		text-align: left;
		padding: 0 0 0 5px;
	}
	#sidebar ul {
		text-align: left;
		list-style: none;
		padding: 0 0 15px 5px;
		line-height: 1.5em;
		font-size: .9em;
	}
	#sidebar .creditcards {
		background: #000;
		line-height: 1.5em;
		padding: .5em;
		color: #fff;
		text-transform: uppercase;
	}
	#sidebar a {
		color: #444;
		text-decoration: none;
	}
	#sidebar a:hover {
		text-decoration: underline;
	}
	#sidebar .disclaimer {
		margin: 2em 0 1.5em 0;
		font-size: .75em;
		font-style: italic;
	}


/* Footer ----------------------------------------------------------------- */
#footer {
	width: 760px;
	height: 12px;
	padding: 10px 0;
	float: left;
	text-align: center;
	color: #aaa;
	background: #006666 url(../images/footer_bg.jpg) repeat-x;
}
	#footer a {
		font-size: .9em;
		text-decoration: none;
		color: #eaeaea;
	}
	#footer a:hover {
		text-decoration: underline;
	}