@CHARSET "ISO-8859-1";

/* IE 6 PNG Hack */
img, div#rh-shade, div#footer, div#merchandise {
	behavior: url(iepngfix.htc)
}

body {
	background-color: #1C1F26;
	background-image: url(../images/bg-tile.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-family: arial, helvetica, sans-serif;
}

h1 {
	font-weight: bold;
	font-size: 18px;
	color: #fff;
}

h2 {
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	}
	
h2.error {
	width: 450px;
	background-color: red;
	padding: 2px;
	}

p {
	font-size: smaller;
	color: #fff;
	width: 425px;
}

#container {
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 30px;
	position: relative;
}

#header {
	margin-top: 0px;
	width: 830px;
	height: 158px;
	padding: 0px;
	background-image: url(../images/banner.gif);
}

#content {
	margin-top: 0px;
	width: 830px;
	/*height: 370px;*/
	padding-top: 0px;
	color: #fff;
	float: left;
	overflow: hidden;
	position: relative;
}

#content-inner {
	width: 775px;
	padding-left: 25px;
	background-color: #3C564B;
	background-position: top;
	background-image: url(../images/fg-tile.gif);
	background-repeat: repeat-x;
	float: left;
	padding-bottom: 2025px;
	margin-bottom: -2000px;
}

#form {
	
}

#rh-shade {
	position: relative;
	float: right;
	width: 30px;
	padding: 0px;
	/*left: 30px;*/
	background: transparent url(../images/rhs-shade.png) repeat-y;
	padding-bottom: 5000px;
	margin-bottom: -5000px;
}

#footer {
	clear: both;
	padding-top: 10px;
	width: 830px;
	font-size: 12px;
	color: #fff;
	background: transparent url(../images/bt-shade.png) no-repeat;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
}

input#postcode {
	height: 34px;
	width: 190px;
	font-size: 24px;
	font-weight: bold;
	vertical-align: top;
	border: 0px;
}

button#search {
	width: 116px;
	height: 43px;
	margin-left: 9px;
	padding: 0px;
	border: 0px;
	vertical-align: top;
	background: transparent url(../images/search-btn.gif) no-repeat center
		top;
	text-indent: -1000em;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}

#merchandise { 
	position: relative;
	float: right;
	width: 226px;
	height: 453px;
	top: -423px;
	left: 20px;
	background: transparent url(../images/merchandise.png) no-repeat bottom
		right;
	margin-bottom: -423px;
}

div.result {
	background: none;
	background-color: #40544D;
	padding: 5px;
	color: #fff;
	width: 425px;
	margin-top: 8px;
	margin-bottom: 8px;
	font-size: smaller;
	height: 75px;
}

a img {
	border: 0px;
}

div.result a {
	color: #fff;
}

div.result img {
	margin: 0px;
	padding: 0px;
	float: right;
	position: relative;
	width: 93px;
	height: 29px;
	right: 0px;
	bottom: 0px;
}

#store_detail {
	width: 550px;
	height: 350px;
	padding: 8px;
	margin: 0px;
	background-color: #475A53;
}
#address {
	float: left;
	position: relative;
	top: 0px;
	left: 0px;
	width: 140px;
	}
	
#address p {
	width: 140px;
}
	
#map {
	float: right;
	position: relative;
	right: 0px;
	bottom: 0px;
	height: 300px;
	width: 400px;
	padding: 3px;
	margin: 0px;
	background-color: #788C83;
}
#map_canvas{
	height: 300px;
	width: 400px;
}