
/* ~~~~~~~~~~ reset styles ~~~~~~~~~~ */

html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

h1, h2, h3, p, li {
	font-family: "lucida sans", verdana, arial, helvetica, sans-serif;
}
	
html {
	overflow-y: scroll;	/* force scrollbar in firefox */
	height: 100%;
}
* html #container {
	height: 100%;
}
body {
	text-align: center;
	background: url(../images/header-gradient.gif);
	background-repeat: repeat-x;
	height:100%
}
#logo {
	padding-top: 15px;
}
#container {
	min-height: 100%;
	background: url(../images/outline-gradient.png);
	background-repeat: repeat-y;
	width: 664px;
	margin: 0 auto;
}
#container p {
	font-size: 0.7em;
	color: #4d4d4d;
	padding-top: 42px;
	text-align: left;
	padding-left: 20px;
}
#content {
	text-align: left;
	padding: 25px 20px 0 20px;
	padding-top: 25px;
}
#content p {
	font-size: 0.8em;
	color: #4d4d4d;
	padding: 0 15px 0 0;
	margin: 0.8em 0;
	
}
#content h1, #content h1 span {
	background-image: url(../images/maddash-title.jpg);
	width: 129px;
	height: 30px;
	font-size: 1em;
}
h1 span {
	overflow: hidden;
	display: block;
	position: relative;
	z-index: 1;
	margin-bottom: -30px;
}
#buy {
	background-color: #e7e7e7;
	height: 163px;
	margin: 20px 0 0 0 ;
	padding: 10px;
	
}
#buy h2, #buy h2 span {
	background-image: url(../images/where-to-buy.jpg);
	width: 125px;
	height: 27px;
	font-size: 1em;
}
h2 span {
	overflow: hidden;
	display: block;
	position: relative;
	z-index: 1;
	margin-bottom: -27px;
}
#buy h3 {
	font-size: 0.8em;
	margin: 10px 0 3px 0;
}
#buy li {
	font-size: 0.8em;
	list-style-type: none;
}
#garden-buildings {
	float: left;
	width: 200px;
}
#outdoor-toys{
	margin : 0 210px;
}
#fitness-equipment{
	float: right;
	width: 200px;
}
#buy a {
	color: #1a4dad;
	text-decoration: underline;	
}
#buy a:hover {
	color: #000;
}
