@charset "UTF-8";

body {
	position: static;
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 1.5;
	background-color: #F2F2F2;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
}

#bodyContainer {
	margin: 0 auto;
	width: 1000px;
}

h1, h2, h3, h4, h5, h6, p, ul {
	margin: 20px 35px;
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 0.8;
	color: #000;
}

h1 {
	font-size: 3em;
	line-height: 1.4;
	margin-bottom: 0.3em;
	font-weight: normal;
}

/* PRODUCT NAV */

#productNav {
	width: 1000px;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	background-color: #F2F2F2;
	padding-top: 20px;
}

#productNav h1 {
	display: inline;
	float: left;
}

#productNav ul {
	display: inline;
	float: right;
	margin: 20px 35px;
}

#productNav ul li {
	display: inline;
}

#productNav ul li a {
	color: #333;
	float: left;
	margin-top: 16px;
	margin-left: 30px;
	margin-right: 8px;
	padding: 0;
	text-decoration: none;
}

#productNav ul li a:visited {
	color: #333;
	text-decoration: none;
}

#periodic #productNav {
	background-color: #FFFFFF;
	padding-right: 20px;
	width: 978px;
}

img {
	border: none;
}

#content {
	min-height: 400px;
	width: 1000px;
	margin: 0 auto;
	position: relative;
	background-color: #ECF5FB;
}

#periodic #content {
	background-color: #FFFFFF;
	border: 1px solid #E3E3E3;
	width: 998px;
}

#content {
	padding-bottom: 20px;
}

#header {
	position: relative;
	height: 220px;
	width: 998px;
	margin: 0 auto;
	padding: 0;
	background: url("../images/logos/jtlogo_black_200.png") no-repeat scroll 95% 50% #ECF5FB;
	top: 20px;
	border: 1px solid #E3E3E3;
}

#header img {
	margin: 10px 20px;
	border: none;
	float: right;
}

#headerText {
	float: left;
	margin: 150px 0px 0px 20px;
}

#headerTitle {
	font-size: 36px;
	height: 40px;
	font-weight: bold;
}

#headerSubtitle {
	font-size: 18px;
	color: #666;
	height: 20px;
}

#globalNav {
	position: relative;
	height: 40px;
	width: 1000px;
	padding: 0;
	margin: 0 auto;
	background: #000;
}

#globalNav ul {
	line-height: 40px;
}

#globalNav ul li {
	display: inline;
}

#globalNav li {
	padding: 0 1.25em;
}

#globalNav li a {
	color: #FFF;
}

#globalNav li a:hover {
	color: #fc3496;
}

#footer {
	position: relative;
	height: 240px;
	width: 1000px;
	margin: 20px auto;
	background: #000;
	clear: both;
	text-align: center;
	float: left;
}

#footer p {
	text-align: center;
}

#links {
	position: relative;
	width: auto;
	clear: both;
	margin: 20px auto;
	padding-top: 20px;
	height: 80px;
}

#links ul li {
	display: inline;
}

#links li a {
	text-decoration: none;
	color: #FFF;
}

#links li a:hover {
	color: #FC3496;
}

#links ul {
	list-style-type: none;
	margin: 0px;
	height: 26px;
	padding: 0px;
	padding-top: 3px;
	text-align: center;
}

#links ul a {
	padding-right: 10px;
	padding-left: 10px;
}

#footerPolicy {
	width: 100%;
	position: relative;
	float: left;
	clear: both;
	height: 30px;
}

.footerParagraphStyle {
	color: #ffffff;
    font-size: 12px;
    line-height: 17px;
	padding: 0px;
}

.contactLink a {
	color: #FFF;
	text-decoration: underline;
}

.contactLink a:hover {
	color: #CCC;
}

.link {
	text-decoration: none;
	width: auto;
}

a.link:hover {
	text-decoration: underline;
}

.bodyParagraph {
	float: left;
}

.paragraphBreak {
	margin: 13px 0px;
	float: left;
}

a.buynow {
	background-image: url(../images/buynows.png);
	width: 72px;
	background-repeat: no-repeat;
	display: block;
	height: 25px;
	overflow: hidden;
	position: relative;
	text-indent: -9999px;
	margin: 0.7em 0 0 20px;
}

a.buynow:hover,
a.buynow:focus {
	background-position: 0 -25px;
}

.never-show {
	display: none;
}

