body {
	background-color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: black;
	margin-top: 0;
}

#container {
	width: 936px;
	margin-left: auto;
	margin-right: auto;
	font-size: .8em;
	margin-top: 0;
	border: 5px solid #dcdcdc;
}

#header {
	height: 118px;
	background-color: #e5e5e5;
	background-image: url(images/header.png);
	background-position: 5px;
	background-repeat: no-repeat;
	width: 936px;
	border-bottom: 5px solid #dcdcdc;
	}
#credit {
	font-size: .7em;
	text-align: center;
	margin-top: 10px;
}

#menu {
	font-size: .85em;
	color: #000;
	position: relative;
	top: 50px;
	left: 550px;
	width: 330px;
}

ul#menulist  {
	list-style: none;
	padding: 0;
	margin: 0;
	azimuth: inherit;
}

li#menulist  {
	float: left;
	margin: 0 1em;
}

a.menulist, a.menulist:active, a.menulist:focus, a.menulist:link, a.menulist:visited {
	text-decoration: none;
	color: black;
}

a.menulist:hover {
	text-decoration: underline;
	color: black;
}


#tagline {
	position: relative;
	left: 317px;
	top: 10px;
	width: 300px;
	height: 22px;
	z-index: 1;
	background-image: url(images/tagline.png);
	background-repeat: no-repeat;
}

#fb {
	position: relative;
	left:800px;
	top:-15px;
	width:100px;
	height:18px;
	z-index:1;
}

#main {
	
}

#content {
	padding: 10px;
}

p {
	line-height: 20px;
}

.q {
	line-height: 20px;
	font-weight: bold;
}

.a {
	line-height: 20px;
	margin-bottom: 15px;
}


h1 {
	color: #1a9bf3;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 2em;
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}


h2 {
	color: #1a9bf3;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 2em;
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 5px;
	padding-bottom: 0;
}


.description {
	clear: left;
	line-height: 20px;
	padding-left: 25px;
	padding-right: 150px;
	border-top: 1px solid #b4defb;
}

.prodimg {
	float: left;
	width: 75px;
	margin-right: 10px;
}

.boxright {
	float: right;
	width: 250px;
	font-size: .9em;
	border: 1px solid #1a9bf3;
	padding: 10px;
	line-height: 15px;
	background-color: white;
	margin-left: 10px;
}

em {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.1em;
}

table {
	border: 1px solid #9ad2fa;
}

td {
	border: 1px solid #9ad2fa;
}

#disclaimer {
	clear: both;
	background-color: #dcdcdc;
	color: #666666;
	margin-top: 10px;
	padding: 10px;
	margin-bottom: 0;
	font-size: .9em;
	text-align: center;
}