* {
	padding: 0;
	margin:0;
}


body {
	padding:0;
	margin: 0;
	text-align: center;
	font:75% Verdana;
}

/* General layout */

/* Container areas for centering, widths etc */

#container {
	position:relative;
	padding:10px;
	margin:0 auto;
	text-align:left;
	max-width:1240px;
	min-width: 740px;
	}


	
/* Center bit outside of template */

#main {
	margin:0px 200px 0px 200px;
	padding:0px;
	background-color:none;
}


#main h1 {
	font: 1.3em Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	}
	


#main img.home_link {
	margin:20px 0px 0px 30px;
	}
/* Header area */

#header {
	font-size:12px;
	margin:0px 0px 30px 0px;
	position:relative;
	height:130px;
	background-image:url(images/header_bg.gif);
	background-position:top left;
	background-repeat:repeat-x;	
	}

/* Left hand side */



#left {
	position:absolute;
	left:10px;
	width:190px;
	top:165px;
}

* html #left {
	left:0px;
	}

#left label {
	color:#000066;
	font-size:0.9em;
	}
	
#left input#send_button {
	color:#fff;
	background-color:#4C7DD0;
	width:4em;
	} 
	
	

#left textarea {
	width:170px;
	}

#left textarea:focus, #left input:focus {
	background-color:#ECF9FF;
	}

/* Right hand side */

#right {
	position:absolute;
	right:10px;
	width:190px;
	top:165px;
}




/* Page styles */


#header h1 {
	text-indent: -3000px;
}

#header a {
	border:none;
	}

	
#top_links {
	position: absolute;
	right:0px;
	height:3em;
}

#top_links p {
	line-height:1.3em;
	margin:0;
	padding:0;
	}

#top_links img {
	float: right;
	padding:0 8px;
}

#top_links a {
	display: block;
	float:right;
	font-size: 1.3em;
	color:#006;	
	background-color: #fff;
	font-weight: bold;
	border-bottom: none;
}

#top_links a:hover {
	color:#4C7DD0;
}

#top_links .imglinks {
	float:none;
}

#search {
	position: absolute;
	right:0px;
	bottom:10px;
	background-color: #fff;
}

#searchbox label {
	display:inline;
	font-size: 1.3em;
	color:#000066;	
	background-color: #fff;
	font-weight: bold;
}

#searchbox input {
	font-size: 1.3em;
	width: 230px;
	border:1px solid #ccc;
	background-color: #fff;
}

#searchbox input:focus {
	background-color: #E1F0F5;
}

#searchbox #searchbutton {
	width: 1.4em;
	text-align: right;
	color:#006;
	border: none;
	margin: 0;
	padding: 0;
}

/* Box styles */

.outer_box {
	background-image: url(images/bot_box_bg.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

.inner_box {
	width:172px;
	padding:5px 8px 12px 8px;
	background-image: url(images/top_box_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

.inner_box p {
	font-size:1.4em;
	padding:10px;
	color:#fff;
	}
	
.inner_box a {
	text-decoration:none;
	color:#fff;
	}
	
.inner_box a:hover {
	text-decoration:underline;
	}

.simple_box {
	width:172px;
	padding:8px 8px 8px 8px;
	margin-top: 0px;
	border:1px solid #ccc;
	
}

.simple_box h4 {
	font-size:1.2em;
	color:#006;
	padding-bottom: 4px;
	margin-top: 0px;
	border-bottom:1px solid #ccc;
}

.simple_box input {
	font-size: 1.3em;
	width: 170px;
	border:1px solid #ccc;
	background-color: #fff;
}

.simple_box input:focus {
	background-color: #E1F0F5;
}

.simple_box #get_emails_button {
	float:right;
	width: 2em;
	text-align: right;
	font-weight: bold;
	color:#006;
	border: none;
	margin: 0;
	padding: 0;
}

.simple_box ul {
	list-style: none;
}

.simple_box ul li  a {
	display: block;
	padding: 1px 2px 2px 22px;
	background:#fff url(images/category_bg.gif) no-repeat 0 50%;
	color: #333;
}

.simple_box ul li  a:hover {
	color: #006;
	background:#fff url(images/category_bg_hover.gif) no-repeat 0 50%;
}






ul#navigation a:hover {
	background: url(images/box_bullet_hover.gif) no-repeat 0 60%;
}



#right .simple_box a {
	border:0;
}

.stores {
	margin:0px 5px 10px 7px;
}





#copyright {
	margin-top: 2em;
	font-size: 0.85em;
}

#copyright p {
	text-align:right;
	line-height:1.5em;
	}

/* Misc */


img {
	border: 0;
}

p {
	line-height: 1.5em;
	margin:10px 0px;
}

.imgright {
	float: right;
	margin:0px 0px 10px 10px;
	border:1px solid #ccc;
	}

.clear {
	clear:both;
	height:1px;
	}
	
#map_container {
	text-align:center;
	}

#map {
	 width:80%;
	 height: 250px; 
	 border:1px solid #666; 
	 margin:20px auto;
	 }
	