/* HTML5-specific CSS setup */
article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
	display:block;
	overflow:hidden;
}
html {
	text-align:center;
	font:62.5%/1.2 monospace, sans-serif;
	background-color:#fff;
	background-image:url(../images/background/main-gradiant.jpg);
	background-repeat:repeat-x;
	overflow-y:scroll;
}
body {
	width:940px;
	margin:10px auto;
	text-align:left;
	font-family:Tahoma, Geneva, sans-serif;
	border:1px solid #000;
	background-color:#131D5A;
	background-image:url(../images/background/life-ribbons.jpg);
	background-repeat:no-repeat;
}
p {
	font-size:1.5em;
	text-align:left;
	margin:10px 0;
	padding:0;
}
h1 {
	font-size:2em;
	font-weight:bold;
	margin:5px 0;
	padding:0;
	color:#036;
}
section h1 {
	font-size:1.6em;
	font-weight:bold;
	margin:7px 0;
	padding:0;
	color:#036;
}
a {
	font-weight:bold;
	color:#009;
	text-decoration:none;
}
a:hover,
a:focus {
	font-weight:bold;
	color:#009;
	text-decoration:underline;
}
a img {
	border:none;
}
.left {
	float:left;
	margin:10px 20px 10px 0;
}
.right {
	float:right;
	margin:10px 0 10px 20px;
}
.center {
	display:block;
	margin:0 auto;
}
.frame {
	border:1px solid #005;
	padding:2px;
}
sup {
	font-size:0.5em;
	padding-bottom:0.5em;
	font-weight:normal;
}
header {
	position:relative;
	width:940px;
	height:218px;
	background:url(../images/background/banner.png) no-repeat;
}
header ul,
header li {
	margin:0;
	padding:0;
}
header ul {
	position:absolute;
	bottom:4px;
	right:58px;
	list-style:none;
	white-space:nowrap;
}
header li {
	float:left;
	border-left:2px solid #269;
}
header li:first-child {
	border:none;
}
header nav a:link,
header nav a:visited {
	outline:none;
	border:none;
	margin:0 10px 0 10px;
	color:#fff;
	text-decoration:none;
	font: bolder normal 20px Arial, Helvetica, sans-serif;
}
header nav a:hover,
header nav a:focus {
	outline:none;
	border:none;
	margin:0 10px 0 10px;
	color:#FF9;
	text-decoration:none;
	font: bolder normal 20px Arial, Helvetica, sans-serif;
}
header nav a:active {
	outline:none;
	border:none;
	margin:0 10px 0 10px;
	color:#fff;
	text-decoration:none;
	font: bolder normal 20px Arial, Helvetica, sans-serif;
}
article { /* If this is changed also change it in fix-ie.css. */
	width:644px;
	background:#fff;
	border-radius:18px 18px;
	-moz-border-radius:18px 18px;
	padding:25px;
	margin-right:53px;
	float:right;
}
article section {
	padding:0 0 10px 0;
	border-bottom:1px solid #ccc;
}
article section:last-child {
	padding:0;
	border-bottom:none;
}
article a image {
	border:none;
}
article ul,
article ol {
	margin:10px;
	padding:0 0 0 30px;
}
article ul ul,
article ul ol,
article ol ol,
article ol ul {
	margin:2px 0 5px 0;
}
article li {
	padding:0;
	margin:0;
	font:1.5em Tahoma, Geneva, sans-serif;
}
li li {
	font-size:1em;
}
article table {
	border-collapse:collapse;
	width:100%;
	margin:10px 0;
}
article table p {
	margin:0;
	padding:0;
}
article table caption {
	text-align:left;
}
article table caption h2 {
	padding:2px;
}
article thead {
	border-top:2px inset #3B5DA5;
	border-right:2px inset #3B5DA5;
	border-left:2px inset #3B5DA5;
}
article thead th {
	background:#bbf;
	padding-left:10px;
}
article tbody th {
	background:#eef;
	text-align:right;
	border-bottom:1px solid #bbf;
}
article th {
	font-size:1.1empx;
}
article td p:first-child {
	border-left:1px solid #083D9B;
	border-bottom:none;
	margin:2px 0 0 2px;
	padding:5px 0 0 5px;
	font-weight: bold;
}
article td p {
	border-left:1px solid #083D9B;
	border-bottom:1px solid #083D9B;
	margin:0 0 2px 2px;
	padding:0 0 5px 5px;
}
article col.productCode {
	width:90px;
}
article col.description {
	border-left:1px solid #395EA5;
}
aside { /* If this is changed also change it in fix-ie.css. */
	width:183px;
	padding:5px;
	float:left;
}
#quickLinks h1 {
	text-align:center;
	color:#fcc;
	font:normal 20px "Times New Roman", Times, serif;
	margin:0 0 5px 0;
}
#quickLinks ul {
	list-style:none;
	padding:0;
	margin:0;
}
#quickLinks li {
	padding:0;
	font-size:10px;
}
#quickLinks li h1 {
	color:#fcc;
	margin:2px 0 0  0;
	font:normal 20px "Times New Roman", Times, serif;
}
#quickLinks li.noSubList {
	border-bottom:1px solid #48c;
}
#quickLinks li li {
	padding:0;
	border-bottom:1px solid #48c;
}
#quickLinks li a:link,
#quickLinks li a:visited {
	display:block;
	color:#fff;
	text-decoration:none;
}
#quickLinks li a:active,
#quickLinks li a:focus,
#quickLinks li a:hover {
	display:block;
	color:#ff9;
	text-decoration:none;
}
#quickLinks li li a:link,
#quickLinks li li a:visited {
	padding:5px 5px 5px 20px;
	text-decoration:none;
}
#quickLinks li li a:active,
#quickLinks li li a:focus,
#quickLinks li li a:hover {
	padding:5px 5px 5px 20px;;
	text-decoration:none;
	color:#ff9;
}
address {
	padding:20px 0 0 0;
	font-style:normal;
}
address h1 {
	text-align:center;
	color:#fcc;
	font:normal 20px "Times New Roman", Times, serif;
	margin:0;
}
address p {
	text-align:center;
}
address a:link,
address a:visited,
address a:active,
address a:focus,
address a:hover {
	color:#fff;
	font-size:13px;
	font-weight:bold;
}
footer {
	clear:both;
	padding:15px 53px 0 183px;
	height:74px;
}
footer p,
footer p a {
	text-align:center;
	color:#999;
	font:normal 1em Verdana, Arial, Helvetica, sans-serif;
}
footer p a:hover,
footer p a:focus {
	color:#999;
	text-decoration:underline;
	font:normal 1em Verdana, Arial, Helvetica, sans-serif;
}
#slideShowIndex {
	float:right;
	margin:0 0 0 30px;
}
#slideShowIndex .descpanelfg {
	text-align:center;
}