/* Reset */
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, th {
	font-size: 1em;
	font-style: normal;
	font-weight:normal;
}
ul, ol {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Typeography */
a {
	font-size:11px;
	text-decoration:none;
	color: #666;
}
a:hover {
	color:#ccc;
	text-decoration:underline;
}
p, div {
	font-family:Verdana, tahoma, helvetica, arial;
	font-size:11px;
	line-height:150%;
}

/*Main*/
body {
	height:100%;
	background-image:url(graphics/bg_body.jpg);
	background-position:center;
	background-repeat:repeat-y;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	margin:0;
	padding:0;
	border:0;
	background-color:#dddddd;
}

* {
	margin:0;
	padding:0;
}

html, * html #wrap {
	height:100%;
}

#wrap {
	min-height:100%;
	position:relative;
	width:810px;
	margin:0 auto;
}

#inner-wrap {
	padding-bottom:14px;
	_padding-bottom:16px;
	float:left;
	clear:both;
	width:800px;
	padding-left:5px;
	padding-right:5px;
}

#inner-wrap:after {
	content:" ";
	display:block;
	clear:both;
}


#top {

	width:790px;
	height:170px;
	padding-left:10px;
	padding-right:10px;
}

/*Navigation*/
#header {
	height:135px;
	width:790px;
	background-color:#000;
	background:url(graphics/header.jpg) top left no-repeat;
}

#navigation {
	float:left;
	width:770px;
	height:30px;
	
	padding-left:20px;
	margin-bottom:10px;
	position:relative;
	background-image: url(graphics/bg_navigation.gif);
	background-position:right;
	background-repeat: repeat-x;
}
#links {
	height:26px;
	width:900px;
	margin-left:7px;
}
#links ul {
	list-style:none;
	margin:0;
	padding:0;
}
#links li {
	list-style:none;
	float:left;
}
#links li a {
	height:22px;
	padding-top:0px;
	text-decoration:none;
	list-style:none;
	background: url(graphics/button_off.gif) left top repeat-x;
	border:1px solid #666;
	/*margin-bottom:4px;*/
	width:120px;
	margin-right:-1px;
	color: #000000;/*	padding-bottom:2px;*/
}
#links li a:link, #links li a:visited {
	display:block;
	font-size:13px;
	text-align:center;
	padding-top:2px;
	font-size:9px;
}
#links li a:hover, #links li a:active, #links li .current {
	color:#ffffff;
	text-decoration:none;
	background: url(graphics/button_on.gif) left top repeat-x;
	border:1px solid #CCC;
}

/*home*/
#home {
	height:100%;
}

#home h1, h2, h3 {
	color:#fff
}

.subheaders {
	height:22px;
	border-bottom:none;
	display:block;
	padding-top:2px;
	padding-left:5px;
	color:#fff;
	background-image:url(graphics/bg_subheader.jpg);
	background-repeat: repeat-x;
}

#left {
	float:left;
	width:320px;
	text-align:left;
	padding:5px;
}


#slideshow {
	height:148px; 
	margin-bottom:10px; 
	background-color:#fff;
}

#profile {
	padding:5px 5px 5px 5px;
	background-color:#e5e4e4;
	color:#000000;
	height:452px;
	overflow:auto;
}

#mid {
	float:left;
	width:200px;
	padding:5px;
	min-height:640px;
}


#right {
	width:247px;
	text-align:left;
	float:left;
	padding:5px;
	height: 675px;
}


#addressinfo {
	height:137px;
	width:237px;
	background: url(graphics/arrow.gif) right top no-repeat;
	margin-bottom:10px;
	padding:6px 5px 5px 5px;
	color:#000000;
	background-color: #E1E1E1;
}

#directions {
	height:56px;
	padding:65px 0 0 100px;
	margin-bottom:8px;
	background: url(graphics/google.jpg) left top no-repeat;
}

#txtPostcodeA {
	float:left;
	width:40px;
	height:20px;
	margin-left:3px;
	margin-top:3px;
	color:#000000;
	background-color:#e5e4e4;
}
#txtPostcodeB {
	float:left;
	width:40px;
	height:20px;
	margin-left:5px;
	margin-top:3px;
	color:#000000;
	background-color:#e5e4e4;
}
#btnShowDirections {
	float:left;
	margin-left:8px;
	margin-top:2px;
}

#right_photo {
	padding:10px;
	background-image:url(graphics/right_photo.jpg);
	background-repeat:no-repeat;
	background-color:#e5e4e4;
	width:228px;
	height:288px;
}

#right_photo ul {
	list-style: disc;
}

#right_photo li {
	margin-left:15px;
	padding-bottom:5px;
	color: #000;
}

#right_photo span {
	color:#C00;
}

/*footer*/
#footer {
	clear:both;
	height:140px;
	width:790px;
	background-color:#FFF;
	padding-right:10px;
	padding-left:10px;
	margin-bottom:20px;
}

#footer p {
	color: #999;
	width:770px;
	margin-left:10px;
}

#footer a {
	font-size:10px;
	color: #999;
}
#footer-links {
	float: right;
	border-top:1px dotted #ccc;
	margin-top: 3px;
	color:#999;
	width:790px;
	text-align:right;
	font-size:10px;
}

