/* COLORS
	JB Blue: #506d81
	JB DkBl: #354546
	JB Gold: #7a7440
*/
* {
	/*border: 1px #FF0000 solid;*/
}
html {
	/*height: 100%;  REQUIRED FOR FOOTER */
}
body {
	/*height: 100%;  REQUIRED FOR FOOTER */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin: 0;
	background: #354546 url(../images/jb/zebra_header_bkgd.jpg) top center no-repeat;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {

}
h1 {
	color: #354546;
	size: 16px;
	margin: 0 0 5px 0;
}
h2 {
	color: #354546;
	size: 14px;
	font-style: italic;	
	margin: 0 0 5px 0;
}
.prodname {
	font-size: 18px;
	font-weight: bold;
}
.prodform {
	border: 1px #354546 solid;
	margin-bottom: 10px;
	padding: 25px 10px 10px 5px;
	min-height: 115px;
}
.prodform input {
	font-size: 14px;
	float: right;
}
.prodform select {
	font-size: 14px;
}
.prodform form {
	margin: 0;
	padding: 0;
}
.prodform img {
	margin: -25px 25px -10px 0px;
	padding: 0;
	border: none;
	float: left;
	clear: left;
}
p.filelist {
	border-bottom: 1px #CCC solid;
}
p.filelist img {
	margin: 0 10px 0 0;
	border: none;
}
.alert {
	padding: 5px;
	color: #FF0000;
	border: 1px #FF0000 solid;
	background: #ffbfbf;
	text-align: center;
}
.error {
	color: #FF0000;
}

.regprice {
	color: #999999;
	text-decoration: line-through;
}
.yourprice {
	font-weight: bold;
}
.sansem {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0090e2;
}

#page {
	/*min-height: 100%;  REQUIRED FOR FOOTER */
	width: 760px;
	margin: auto;
	padding: 0px;
	background: url(../images/jb/bkgd.gif) top center repeat-y;
}
* html #page {
	/*height: 100%;  REQUIRED FOR FOOTER */
}
#container {

}
#header {
	height: 124px;
	background: url(../images/jb/header.jpg) top center no-repeat;
	margin: 0;
	padding: 0;
}
#header h1 {
	display: none;
}
#nav {
	padding: 57px 150px 0 0;
	text-align: right;
	color: #FFFFFF;
}
#nav ul {
	display: inline;
	padding: 0;
	margin: 0;
}
#nav li {
	display: inline;
	list-style-type: none;	
}
#nav a {
	color: #FFFFFF;
	padding: 0 0 0 18px;
	font-size: 14px;
	font-weight: bold;
}

#subnav {
	margin-top: 12px;
	margin-right: 150px;
	text-align: right;
}
#subnav ul {
	display: inline;
	padding: 0;
	margin: 0;
}
#subnav li {
	display: inline;
	list-style-type: none;	
}
#subnav a {
	margin: 0 5px 0 5px;
	color: #FFF;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content {
	margin: 10px 45px 0 45px;
	clear: both;
}
#content a {
	color: #0090e2;
}
#footer {
	width: 730px;
	height: 80px;
	margin: auto;
	/*margin-top: -138px;  REQUIRED FOR FOOTER */
	padding-top: 20px;
	font-size: 12px;
	background: url(../images/jb/footer.gif) bottom center no-repeat;
	border: none;
}
#footerlogo {
	width: 155px;
	height: 5px;
}
#footer ul {
	padding: 0;
	margin: 0;
}
#footer li {
	display: block;
	list-style-type: none;	
}
#footer a {
	color: #000000;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#footerlinks {
	margin-left: 30px;
	margin-top: -5px;
	width: 250px;
	height: 50px;
}
#copyright {
	float: right;
	width: 250px;
	text-align: center;
	padding-right: 55px;
}
* html #copyright {
	padding-right: 25;
}

