* {
	margin: 0px;
}

html {
	background-color: #255082;
	background-image: url(images/html-background.png);
	background-repeat: repeat-x;
	background-position: left top;
}

body {
	background-image: url(images/jb-logo.png);
	background-repeat: no-repeat;
	background-position: 7px 25px;
	min-height: 150px;
	padding-top: 80px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
}

#menu {
	position: absolute;
	z-index: 15;
	right: 5px;
	top: 5px;
	font-weight: bold;
}
#menu a {
	text-decoration: none;
	color: #FFFFFF;
	margin-left: 7px;
	margin-right: 7px;
}
#menu a:hover {
	text-decoration: underline;
}

#submenu {
	height: 106px;
	width: auto;
	text-align: center;
	margin-bottom: 15px;
	font-size: 11pt;
}
#submenu a {
	display: block;
	color: #02CAFC;
	width: 213px;
	height: 80px;
	float: left;
	margin: 3px;
	padding: 10px;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
	background-image: url(images/submenua.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#submenu a:hover {
	filter: Alpha(Opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
}
#submenu a img {
	height: 68px;
	width: 68px;
	float: right;
	margin-left: 10px;
	margin-right: 5px;
	margin-top: 10px;
	border: none;
}

#productsmenu, #productsmenu3 {
	height: 146px;
	width: auto;
	text-align: center;
	margin-bottom: 5px;
	font-size: 11pt;
}
#productsmenu a, #productsmenu3 a {
	display: block;
	color: #02CAFC;
	width: 213px;
	height: 110px;
	float: left;
	margin: 3px;
	padding: 10px;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
	background-image: url(images/submenub.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#productsmenu3 .nolink {
	display: block;
	color: #02CAFC;
	width: 213px;
	height: 110px;
	float: left;
	margin: 3px;
	padding: 10px;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
	background-image: url(images/submenuc.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#productsmenu a:hover, #productsmenu3 a:hover {
	filter: Alpha(Opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
}
#productsmenu img {
	height: 68px;
	width: 68px;
	float: right;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	border: none;
}
#productsmenu3 img {
	height: 78px;
	width: 108px;
	float: right;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	border: none;
}
#productsmenu strong, #productsmenu3 strong {
	margin-top: 5px;
	margin-left: 5px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 1.5em;
	color: #FFFFFF;
	font-weight: normal;
}

#productsmenu2 {
	display: block;
	width: 680px;
	/* height: 25px;*/
	text-align: left;
	margin: 0px;
	font-size: 10pt;
	color: #02CAFC;
}
#productsmenu2 a {
	display: block;
	float: left;
	margin-right: 10px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
#productsmenu2 a.inactive {
	color: #02CAFC;
}
#productsmenu2 a.active {
	color: #FFFF00;
}
#productsmenu2 a:hover {
	filter: Alpha(Opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
}

#header {
	width: 720px;
	height: 77px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/body-header.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-left: 50px;
	padding-right: 50px;
}
#mainbody {
	display: table;
	width: 720px;
	min-height: 150px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/body-main.png);
	background-repeat: repeat-y;
	background-position: center top;
	padding: 50px;
	padding-top: 0px;
}
#footer {
	width: 770px;
	height: 72px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/body-footer.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 15px;
	padding-left: 50px;
	padding-right: 50px;
	text-align: center;
	font-size: 8pt;
}
#footer a {
	color: #426B91;
	text-decoration: none;	
}
#footer a:hover {
	color: #80A5C6;
}

#title {
	position: absolute;
	z-index: 10;
	left: 65px;
	top: 30px;
	font-weight: bold;
	font-size: 9pt;
}
#title strong {
	font-size: 16pt;
	font-weight: normal;
}

.rightcol {
	display: block;
	width: 198px;
	float: right;
	margin-left: 25px;
}
.rightcol img {
	width: 198px;
	height: 174px;
	border: none;
	margin-bottom: 15px;
}
.rightcol2 {
	display: block;
	width: 430px;
	float: right;
	margin-left: 10px;
}
.rightcol2 img {
	width: 198px;
	height: 174px;
	border: none;
	margin-bottom: 10px;
	margin-left: 15px;
}
.leftcol {
	display: block;
	width: 198px;
	float: left;
	margin-right: 25px;
}
.leftcol img {
	width: 198px;
	border: none;
	margin-bottom: 15px;
}
.col {
	display: block;
	width: 225px;
	float: left;
	margin-left: 15px;
}
.col2 {
	display: block;
	width: 225px;
	float: right;
	margin-left: 15px;
}
.col img, .col2 img {
	width: 198px;
	height: 174px;
	border: none;
	margin-top: 15px;
	margin-bottom: 15px;
}
.col p, .col2 p {
	font-size: 9pt;
}

fieldset {
	display: block;
	clear: both;
	width: 680px;
	padding: 15px;
	padding-bottom: 5px;
	margin: 0px;
	margin-top: -10px;
	color: #02CAFC;
}
fieldset legend {
	color: #02CAFC;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 0px;
	float: right;
}
form {
	margin: 0px;
}
label {
	display: inline-block;
	color: #02CAFC;
	width: 75px;
	vertical-align: top;
	font-weight: bold;
}
label strong {
	color: #FF0000;
}
.leftmargin {
	padding-left: 25px!important;
	width: 75px!important;
}

h1 {
	font-size: 22pt;
	color: #02CAFC;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h1 strong {
	font-size: 16pt;
	font-weight: normal;
}
h2 {
	font-size: 14pt;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: 35px;
	font-weight: normal;
}
h3 {
	font-size: 12pt;
	color: #02CAFC;
	margin-top: 25px;
}
h3 strong {
	font-size: 14pt;
}
h4 {
	font-size: 12pt;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
h5 {
	font-size: 10pt;
	color: #02CAFC;
	margin-top: 25px;
}
ul {
	margin-left: 25px;
	line-height: 1.5em;
	margin-bottom: 15px;
	list-style-type: square;
	font-weight: bold;
}
p {
	font-size: 10pt;
	line-height: 1.5em;
	margin-bottom: 15px;
	font-weight: bold;
}
hr {
	clear: all;
}

.halfmargin {
	margin-bottom: 15px;	
}
.clear {
	clear: both;
}
.clearright {
	clear: right;
}
.clearleft {
	clear: left;
}
.center {
	text-align: center;
}
.alink {
	display: inline-block;
	width: auto;
	color: #02CAFC;
}
.alink:hover {
	color: #0F83AF;
}
.alignright {
	float: right;
	margin-left: 20px;
}
#pdftable {
	display: block;
	height: 177px;
	width: auto;
	background-image: url(images/brochure.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 120px;
}
.pdftable {
	display: block;
	height: 44px;
	width: auto;
	border: none;
}
#player { margin: 0px; padding: 0px; float: left; width: 210px; }
