html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*********** END RESET *************/

p {
	font: 11px Arial,Helvetica,sans-serif;
	color: #3E3A3B;
}

#container {
	width: 100%;
	margin: 0px auto;
}

#splash_container {
	padding: 20px 0 0 0;
	width: 760px;
	margin: 0px auto;
}

#top_splash_slice {
	width: 760px;
	height: 112px;
	min-height: 112px;
}

#bottom_splash_slice {
	width: 760px;
	background-image: url("/images/splash2_bottom.jpg");
	background-repeat: no-repeat;
	background-position: top;	
	height: 362px;
	min-height: 362px;
}

#bottom_splash_slice ul {
	margin: 0;
	padding: 275px 0 0 400px;
}

#bottom_splash_slice li {
	display: inline;
	margin: 0;
	padding: 0;
}

#bottom_splash_slice li a:link,
#bottom_splash_slice li a:visited,
#bottom_splash_slice li a:hover,
#bottom_splash_slice li a:active
 {
	border: 2px solid #FFF;
	padding: 6px;
	margin: 0 5px 0 0;
	background: #00703C;
	font: bold 14px Arial,Helvetica,sans-serif;
	color: #FFF;
	text-decoration: none;
}

#bottom_splash_slice li a:hover {
	background: #7AC142;
}

.copy_block {
	width: 308px;
	border: 1px solid #000;
	padding: 10px;
	float: left;
	
}

.copy_block#left {
	margin: 10px 0;
	position: absolute;
	left: 45px;
}

.copy_block#right {
	margin: 10px 0;
	position: absolute;
	left: 385px;
}

#copy_container {	
	width: 760px;
	margin: 0px auto;
	position: relative;
}

.buy_canadian {
	width: 308px;
	border: 0;
	padding: 100px 10px 15px 10px;
	float: left;
}

.buy_canadian#left {
	margin: 10px 0;
	position: absolute;
	left: 45px;
	text-align: right;
}

.buy_canadian#right {
	margin: 10px 0;
	position: absolute;
	left: 385px;
	text-align: left;
}

#buy_canadian_container {	
	width: 760px;
	margin: 0px auto;
	position: relative;
}

#footer {	
	width: 760px;
	margin: 0px auto;
	padding-top: 70px;
	text-align: center;
}

#footer img {
	position: relative;
	top: 2px;
	padding: 0 5px;
	border: 0;
}