/* CSS Document */
body{
	padding: 0px; 
	margin: 0px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 14px;
	background-image:url(images/page-bg.gif); 
	background-repeat:repeat-x; 
	line-height:1.4em;
}

h1 {
	display:none;
}

h2 {
	color:#669900;
	font-size: 24px;
}

h3 {
	color:#669900;
	font-size: 18px;
}

h4 { color:#999999; 
	font-size:16px;}

p {
	color:#888888;
	text-align:justify;
}

li { color:#888888; list-style-type:square; }

table tr td { color:#888888; }

a {
	color: #006600;
	text-decoration:underline;
}

a:hover { text-decoration:none; }

#header {
	width: 780px;
	height: 150px; 
	margin:auto;
	padding:0px; 
}

#logo {
	width:300px;
	height:150px;
	background-image:url(images/logo.gif);
	background-repeat:no-repeat; 
	float:left;
}

#header2 {
	text-align:right; 
	color:#FFFFFF; 
	padding:10px;
}

#header2 a {
	color:#FFFFFF;
	text-decoration:underline;
}

#container {
	width: 780px;
	height: 300px;
	margin: auto;
	padding: 0px;
}

#navigation {
	width:160px;
	float:left; 
	margin:5px 0px; 
	padding:0px; 
}

#navigation a, #navigation a:visited {
	display:block; 
	color:#4d4d4d; 
	text-decoration:none; 
	background-color:#fff; 
	border:1px solid #CCC; 
	padding: 3px 0px 3px 15px;; 
	margin-top: 5px; 
	width:145px; 
	font-weight: normal; 
	font-size:12px; 
	letter-spacing:-1px; 
	font-family:Arial, Helvetica, sans-serif;
	}

#navigation a:hover {
	background-color:#efefef;
}

#content { 
	width:585px;
	float:left; 
	padding:10px; 
	margin:0px; 
	margin-left:10px;
}

#footer {
	clear: both;
	width: 780px;
	height: 50px;
	font-size: 12px;
	border-top:1px dashed #CCC; 
	margin:auto; 
	color:#999999; 
	text-align:center; 
	padding-top:10px; 
	margin-top:10px;
}

#footer a {
	color:#888888;
	margin-right: 10px; 
	margin-left: 10px;
}

#footer p {
	text-align:center;
}

#address_div {
	width: 250px; 
	float:left; 
	margin:0px;
	padding:0px;
}

#opening_times {
	width: 320px; 
	float:left;
}

#select_store {
	background-color:#f3f3f3;
	border:1px solid #CCC; 
	margin:0px;
	padding:10px 0px 0px 25px;;
	width:383px;
}

html>body #select_store { padding-bottom:10px; }

#links {margin-left:35px; width:250px; }

#sitemap_list li { 
	list-style:none;
}

#sub_sitemap_list li {
	list-style: circle;
}

.required { color:#FF0000;}