@charset "utf-8";

@import url("layout.css");
@import url("type.css");
@import url("nav.css");

/* Baseline reset */

html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, pre, a, em, strong, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, caption {
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 1.4em;
	text-align: left;
}

blockquote {margin:0;}

a img, :link img, :visited img {
	border: 0;
}

ol, ul {
	list-style: none;
}

/* Baseline styles */

* { font-size:100%; }

html {
    height: 100%;
}
body {
	margin: 0px auto;
	text-align:center;
	height:100%;
	font:12px Arial, Verdana, sans-serif;
}

div { margin:0 0 0 0; height: auto; }

img {border:0;}

a {text-decoration: none; }

/*Buy Online buttons*/
.buy-online {
	text-indent: -9999px;
	display: block;
	background: url(/images/buy_online.gif) no-repeat;
	width: 92px;
	height: 25px;
	line-height: 0;
	font-size: 0;
	margin: 0 0 10px;
}

.buy-online:hover {
	background-position: 0 -25px;
}
.buyonline h1{
	color:#004A8B;
}
.buyonline select{
	width:170px;
	height:25px;
	margin:8px 0px 10px 0px;
}
