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, video,
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;
	min-height: 530px;

}
ol, ul {
	margin-right: 5px;
	list-style-image: url(images/bullet.png);
}
/* 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: "" "";
}

#container {
	margin: 0 auto;
	width: 820px;
	background: white;
}

#header {
	height: 348px;
	background: white;
}

#content {
	width: 100%;
}

#content .left {
	float: left;
	width: 50%;
	padding-bottom: 16px;
	
}

#content .left p {
	text-align: center;
	margin-left: 0px;
	font-size: 24px;
	line-height: 1.2em;
	font-family: Tahoma;
	padding-top: 10px;
}

#content .right {
	float: right;
	width: 50%;
	padding-bottom: 1px;
	
}

#content .right li {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	line-height: 1.0em;
}

#content .right ul {
	margin-left: 25px;
}

#content .right li {
	margin-bottom: 10px;
}

#menu {
	width: 110%;
	height: 20px;
	background: white;
	margin-left: 20px;
	padding-bottom: 10px;
}


#menu img {
	padding-right: 105px;
	float: left;
	display: inline;
	opacity: 1.0;

}


.video {
	background: url(images/video.png) no-repeat;
	height: 25px;
	width: 117px;
	position: absolute;
}

.video:hover {
	background: url(images/video_hover.png) no-repeat;
}

.info {
	background: url(images/info.png) no-repeat;
	height: 25px;
	width: 117px;
	position: absolute;
	margin-left: 220px;
	
}

.info:hover {
	background: url(images/info_hover.png) no-repeat;
}

.pdf {
	background: url(images/pdf.png) no-repeat;
	height: 25px;
	width: 117px;
	position: absolute;
	margin-left: 440px;
}

.pdf:hover {
	background: url(images/pdf_hover.png) no-repeat;
}

.demo {
	background: url(images/demo.png) no-repeat;
	height: 25px;
	width: 117px;
	position: absolute;
	margin-left: 660px;
}

.demo:hover {
	background: url(images/demo_hover.png) no-repeat;
}