ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0px;
	margin: 0px;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0px;
	padding-right: 15px;
	padding-left: 5px;	 /* removing the top margin gets around an issue where margins can escape from their containing block. The remaining bottom margin will hold it away from any elements that follow. */
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0px none;
	font-size: 100%;
	vertical-align: middle;
	font-style: normal;
	font-variant: normal;
	font-weight: normal
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */

a:link {
	color: blue;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}
body {
	background-color: #E9F2FB;
	font-family: Arial, Verdana, Helvetica;
	margin: 2px;
	margin-left: 10px;
	font-size: 100%;
	max-width: 2048px;
}
#siteheader {
	position: relative;
	width: 100%;
	border-bottom: blue;
	border-bottom-width: 5px;
	background-color: #E9F2FB;
}
#sitelogo {
	position: relative;
	width: 302px;
	height: 80px;
	float: left;
	margin: 0px;
	visibility: visible;
}
#siteinfo {
	background-color: #FFFFFF;
	position: relative;
	width: 100%;
	float: left;
	margin: 5px, auto, 5px, auto;
	visibility: visible;
}
#siteinfo p {
	color: #000000;
	text-align: center;
}
#sitelogo img {
	width: 300px;
	height: 75px;
	float: left;
	margin: 0px;
	padding: 0px;
	position: relative;
}
.touch-targets {
	position: relative;
	float: left;
	height: 38px;
	width: 300px;
	min-width: 300px;
}
.touch-targets ul {
	position: relative;
	float: left;
	width: 100%;
	height: 34px;
	display: inline-block;
	list-style-type: none;
}
.touch-targets ul li {
	width: 97px;
	height: 28px;
	margin: 3px 0px 0px 3px;
	float: left;
	background-color: #5F92B8;
	display: inline-block;
	vertical-align: bottom;
	padding: 7px 0px 0px 0px;
	position: relative;
	text-align: center;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-color: #D13235;
	border-top-width: 3px;
}
.touch-targets ul li img {
	position: relative;
	float: left;
	margin-left: 5px;
}
.touch-targets li a:link {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #7BAACC;
}
.touch-targets li a:visited {
	color: #FFFFFF;
	background-color: #7BAACC;
}
.touch-targets li a:active {
	color: #FFFFFF;
	background-color: #336666;
}
.touch-targets li a:hover {
	background-color: #7BAACC;
	color: red;
}
#creditcard {
	position: relative;
	float: left;
	height: 120px;
	width: 300px;
	background-color: #EAEAD5;
	margin-top: 10px;
	margin-bottom: 5px;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
	border-top-color: #2EADAF;
	border-width: 15px 0px 0px;
}
#breadcrumb {
	position: relative;
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
	text-align: left;
	vertical-align: bottom;
	padding-top: 0.1em;
	border-color: #E9F2FB;
	border-width: 3px;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	background-color: #ffffff;
}
#breadcrumb ol {
	list-style-type: none;
	width: 100%;
}
#breadcrumb ol li {
	float: left;
	color: forestgreen;
}
#breadcrumb ol li a {
	font-weight: bold;
	color: blue;
}
#breadcrumb ol li a:link {
	float: left;
}
#breadcrumb ol li a:visited {
	float: left;
	color: #551a8b;
}
#breadcrumb ol li a:hover {
	float: left;
	font-weight: bold;
	color: yellow;
	text-decoration: none;
	background-color: #336666;
}
#breadcrumb ol li a:active {
	float: left;
	font-weight: bold;
	color: yellow;
	text-decoration: none;
	background-color: #336666;
}
#breadcrumb p {
	font-size: .8em;
	font-weight: bold;
}
#breadcrumb a:link {
	font-weight: bold;
	color: blue;
	text-decoration: underline;
}
#breadcrumb a:visited {
	font-weight: bold;
	color: #551a8b;
	text-decoration: none;
}
#breadcrumb a:hover {
	font-weight: bold;
	color: yellow;
	text-decoration: none;
	background-color: #336666;
}
#breadcrumb a:active {
	font-weight: bold;
	color: red;
	text-decoration: none;
	background-color: #336666;
}
#container {
	position: relative;
	float: left;
	width: 100%;
	min-width: 320px;
	margin-bottom: 75px;
}
.content-main {
	position: relative;
	float: left;
	width: 100%;
	min-width: 320px;
}
.content-main h1 {
	font-size: 1.8em;
	text-align: left;
	color: #336666;
}
.content-main .section h1 p {
	font-size: 1.0em;
	margin-left: 6px;
}
.content-main-left {
	float: left;
	width: 95%;
}
.content-main-left ul {
	float: left;
	margin-left: 5em;
}
#leftpanel {
	position: relative;
	float: left;
	width: 300px;
	background-color: #7BAACC;
	margin-right: 20px;
	margin-bottom: 20px;
	border-radius: 15px 15px 0px 0px;
	border: 5px solid #7BAACC;
}
#rightpanel {
	position: relative;
	float: right;
	width: 300px;
	background-color: #EAEAD5;
	margin-right: 20px;
	margin-bottom: 20px;
	border-radius: 15px 15px 0px 0px;
	border: 5px solid #7BAACC;
}
.sidenav {
	padding: 0;
	margin: 0;
	float: left;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #7BAACC;
	margin-top: 0px;
}
.sidenav ul {
	float: left;
	margin-bottom: 5px;
	list-style: none;
}
.sidenav li {
	padding: 0px 5px 0px 5px;
	width: 280px;
	text-align: center;
	background-color: #C0C0C0;
	margin-bottom: 5px;
	color: #ffffff;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
	border-color: #C0C0C0;
	border-style: solid;
	border-width: 5px;
}
.sidenav a, sidenav a:link, .sidenav a:visited {
	list-style: none;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	width: 275px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
	text-decoration: none;
	background-color: #C0C0C0;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
	border-color: #C0C0C0;
	border-style: solid;
}
.sidenav a:hover, .sidenav a:active, .sidenav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	background-color: #A8ACA8;
	color: #7CAACC;
	background-color: #C6C7C1;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
	border-color: #C6C7C1;
	border-style: solid;
}
.onethird {
	margin-top: 15px;
	width: 320px;
	height: 50px;
	float: left;
	background-color: #EAEAD5;
	;
	text-align: center;
	vertical-align: middle;
	min-width: 300px;
}
.onethird img {
	margin-top: 0px;
}
.section-40 {
	position: relative;
	width: 400px;
	float: left;
}
h1 {
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #336666;
	min-width: 300px;
}
h2 {
	position: relative;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #336666;
	margin: 6px 0px 6px 6px;
	min-width: 300px;
}
h3 {
	position: relative;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	padding: 0;
	margin: 6px 0px 6px 12px;
	vertical-align: text-top;
}
h4 {
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 0.9em;
	font-style: italic;
	font-weight: bold;
	padding: 0;
	margin: 0em 0em 0em 3em;
}
h5 {
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 0.8em;
	font-style: italic;
	font-weight: normal;
	padding: 0;
	margin-left: 6em;
	margin-right: 0em;
	margin-top: 0em;
	margin-bottom: 0em;
}
.section {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}
.section p {
	padding-right: 5px;
}
.section ol {
	position: relative;
	float: left;
	margin: 5px 0px 5px 24px;
	padding: 0;
	width: 100%;
	font-weight: normal;
	list-style-type: decimal;
	display: block;
}
.section ul {
	position: relative;
	margin: 5px 0px 5px 24px;
	padding: 0;
	width: 100%;
	font-weight: normal;
	list-style-type: disc;
	list-style-position: outside;
	display: inline-block;
	float: left;
}
.section ul li {
	font-weight: normal;
}
.section ul li ul {
	position: relative;
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
	list-style-type: circle;
	list-style-position: outside;
}
.section-title {
	height: 35px;
	background-color: #336666;
	width: 100%;
	margin: 10px 6px 10px 0px;
}
.section-title h2 {
	color: #ffffff;
	font-size: 1.0em;
}
.section ul li p {
	font-weight: normal;
	font-size: 1.0em;
	margin: 0px 0px 0px 12px;
}
.section img {
	position: relative;
	float: left;
	margin: 0px 10px 0px 10px;
}
.product-section {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 260px;
}
.product-group {
	width: 300px;
	padding: 0px;
	margin-bottom: 10px;
	margin-right: 10px;
	position: relative;
	float: left;
	min-width: 300px;
	border-radius: 15px;
	border-color: #C0C0C0;
	border-style: solid;
	border-width: 3px;
}
.product-group-title {
	height: 35px;
	padding: 3% 0px 0px 0px;
	background-color: #C0C0C0;
	text-align: center;
	border-top-right-radius: 11px;
	border-top-left-radius: 11px;
	border-color: #C0C0C0;
	border-style: solid;
	border-width: 3px;
}
.product-group-title p {
	font-size: 0.9em;
	line-height: 115%;
	font-weight: bold;
	min-width: 240px;
	height: 35px;
	text-align: center;
	vertical-align: middle;
}
.product-group-image {
	width: 300px;
	height: 200px;
	position: relative;
	background-color: azure;
}
.product-group-image img {
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	width: 300px;
	height: 200px;
}
.product-group-image-double {
	width: 480px;
	height: 240px;
	margin-left: 1em;
}
.product-group-caption {
	position: relative;
	float: left;
	padding: 0;
	margin-bottom: 10px;
	width: 300px;
}
.product-group-caption ul {
	text-decoration: none;
	list-style-type: none;
	background-color: #dddddd;
	height: 100%;
	padding: 10px 0 0 0;
	margin: 0;
	width: 300px;
}
.product-group-caption li {
	width: 300px;
	color: #696969;
	text-align: center;
}
.product-group-caption p {
	min-width: 300px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	color: #696969;
}
.imgcenter {
	position: relative;
	float: left;
	width: 96%;
	margin: 0px 2%;
	max-width: 800px;
	min-width: 300px;
}
.clearfix {
	content: "";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both
}
.clear {
	clear: both;
	padding: 0px;
	margin: 0px;
}
p {
	display: inline-block;
	margin-right: 6px;
	background-color: #ffffff;
}
a:visited {
	color: #3366CC;
	text-decoration: underline;
}
a:hover {
	color: #CC6633;
	text-decoration: none;
}
a.header:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.header:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.header:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CC6633;
}
.imageleft {
	width: 200px;
	float: left;
}
.button a:link {
	width: 225px;
	padding: 3px;
	display: inline-block;
	background-color: #339966;
	font-family: Verdana;
	font-size: medium;
	color: #FFFFFF;
	text-align: center;
	vertical-align: top;
	border-radius: 20px;
	border-style: solid;
	border-width: 10px;
	border-color: #00CC66 #336666 #336666 #00CC66;
}
.button a:visited {
	width: 225px;
	padding: 3px;
	display: inline-block;
	background-color: #339966;
	font-family: Verdana;
	font-size: medium;
	color: #ffff00;
	text-align: center;
	vertical-align: top;
	border-radius: 20px;
	border-style: solid;
	border-width: 10px;
	border-color: #00CC66 #336666 #336666 #00CC66;
}
.button a:hover {
	width: 225px;
	padding: 3px;
	display: inline-block;
	background-color: #FFFF99;
	font-family: Verdana;
	font-size: medium;
	color: #336666;
	text-align: center;
	vertical-align: top;
	border-radius: 20px;
	border-style: solid;
	border-width: 10px;
	border-color: #336666 #00CC66 #00CC66 #336666;
}
.utube {
	width: 298px;
	float: left;
	border: 1px solid green;
	margin-top: 6px;
	background-color: #EAEAD5;
}
.utubelogo {
}
.utubelogoimg {
}
.utube img {
	width: 200px;
	height: 150px;
	margin: 0px 0px 0px 50px;
}
#footer {
	float: left;
	position: relative;
	width: 100%;
	margin: 0 20px 0 0;
	font-weight: bold;
	background-color: #EAEAD5;
}
#footer-group {
	position: relative;
	float: left;
	height: 40px;
	width: 310px;
	min-width: 300px;
	text-align: center;
	margin: 10px 10px 0 0;
}
#footer-group img {
}
.h2-tab {
	float: left;
	position: relative;
	margin: 0 0 5px 0;
	background-color: #C6C7C1;
	height: 60px;
	width: 302px;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
	border-top-color: #FF0000;
	border-width: 15px 0px 0px;
	text-align: center;
	vertical-align: bottom;
}
.h2-tab h2 {
	padding: 0;
	margin: 10px 0 0 0;
	background-color: #C6C7C1;
	border-top-color: red;
}
.tab-heading {
	height: 15px;
	background-color: red;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
	border-top-color: green;
	border-width: 15px 0px 0px;
}
.bsi-bottom {
	position: fixed;
	bottom: 0;
	width: 100%;
	border-width: 5px;
	background-color: #E9F2FB;
}
#breadcrumb-bottom {
	position: relative;
	float: left;
	width: 100%;
	height: 35px;
	border: 5px solid #FFFFFF;
	vertical-align: middle;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	font-weight: bold;
	background-color: #FFFFFF;
}
#breadcrumb-bottom ol {
	list-style-type: none;
	width: 100%;
}
#breadcrumb-bottom ol li {
	float: left;
	color: forestgreen;
}
#breadcrumb-bottom ol li a {
	font-weight: bold;
	color: blue;
}
#breadcrumb-bottom ol li a:link {
	float: left;
}
#breadcrumb-bottom ol li a:visited {
	float: left;
	color: #551a8b;
}
#breadcrumb-bottom ol li a:hover {
	float: left;
	font-weight: bold;
	color: yellow;
	text-decoration: none;
	background-color: #336666;
}
#breadcrumb-bottom ol li a:active {
	float: left;
	font-weight: bold;
	color: yellow;
	text-decoration: none;
	background-color: #336666;
}
#breadcrumb-bottom p {
}
#breadcrumb-bottom a:link {
	color: blue;
	text-decoration: underline;
}
#breadcrumb-bottom a:visited {
	color: #551a8b;
	text-decoration: none;
}
#breadcrumb-bottom a:hover {
	color: yellow;
	text-decoration: none;
	background-color: #336666;
}
#breadcrumb-bottom a:active {
	color: red;
	text-decoration: none;
	background-color: #336666;
}

/* base rules */



/* basic media type */



@media screen and (min-width: 240px) and (max-width: 639px) {
#wrapper {
	width: 320px;
	margin: 0 auto;
}
#siteheader {
	width: 320px;
	height: 240px;
}
#container {
	width: 320px;
	margin: 0 auto;
	margin-bottom: 150px;
}
.content-main {
	position: relative;
	float: left;
	width: 320px;
	height: 100%;
}
#siteinfo {
	background-color: #E9F2FB;
	position: relative;
	width: 302px;
	float: left;
	margin: 5px, 0, 5px, 0;
	visibility: visible;
}
#siteinfo p {
	color: #000000;
	background-color: #E9F2FB;
	text-align: left;
}
.section {
	width: 100%;
	position: relative;
	float: left;
	padding: 0px;
}
.section-title {
	width: 300px;
	position: relative;
	float: left;
	padding: 0px;
}
.section-title h2 {
	position: relative;
	float: left;
	width: 300px;
	padding: 0;
	font-size: 12px;
}
.product-group {
	position: relative;
	float: left;
	width: 300px;
	margin: 0 10px 10px 0;
}
#rightpanel {
	float: left;
}
}

@media screen and (min-width:640px)and (max-width:959px) {
#wrapper {
	width: 640px;
	margin: 0 auto;
}
#siteheader {
	width: 640px;
	height: 120px;
}
#container {
	width: 640px;
	margin-bottom: 150px;
}
.content-main {
	position: relative;
	float: left;
	width: 320px;
	height: 100%;
	margin: 0, auto;
}
#siteinfo {
	background-color: #E9F2FB;
	position: relative;
	width: 100%;
	float: left;
	margin: 5px, 0, 5px, 0;
	visibility: visible;
}
#siteinfo p {
	color: #000000;
	background-color: #E9F2FB;
	text-align: left;
}
.section {
	width: 100%;
	position: relative;
	float: left;
	padding: 0px;
}
.section-title {
	width: 300px;
	position: relative;
	float: left;
	padding: 0px;
}
.section-title h2 {
	position: relative;
	float: left;
	width: 280px;
	padding: 0;
	font-size: 12px;
}
.section p {
	position: relative;
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
.product-group-section {
	position: relative;
	display: block;
	padding: 0;
	width: 640px;
	margin: 0 auto;
	border: 0;
	min-width: 320px;
}
.product-group {
	position: relative;
	float: left;
	padding: 0;
	margin: 10px 10px 10px 0px;
	width: 300px;
}
.bottom-touch-targets {
	position: relative;
	width: 600px;
	margin: 0 auto;
}
#rightpanel {
	float: left;
}
}

@media screen and (min-width:960px) and (max-width:1279px) {
#wrapper {
	width: 960px;
	margin: 0 auto;
}
#siteheader {
	width: 100%;
}
#container {
	width: 960px;
	margin-bottom: 150px;
}
.content-main {
	position: relative;
	float: left;
	width: 480px;
	height: 100%;
	margin: 0, auto;
}
.touch-targets {
	border-right: solid 0px #eaead5;
}
#siteinfo {
	background-color: #E9F2FB;
	position: relative;
	width: 100%;
	float: left;
	margin: 5px, 0, 5px, 0;
	visibility: visible;
}
#siteinfo p {
	color: #000000;
	background-color: #E9F2FB;
	text-align: left;
}
.section {
	width: 100%;
	position: relative;
	padding: 0;
}
.section p {
	width: 100%;
}
.section h3 {
	width: 100%;
}
.product-group-section {
	position: relative;
	display: block;
	padding: 0;
	width: 640px;
	margin: 0 auto;
	border: 0;
	min-width: 640px;
}
.product-group {
	position: relative;
	float: left;
	margin: 10px 10px 10px 0px;
	width: 300px;
}
.product-section-index, .product-section {
	position: relative;
	float: left;
	padding: 0px;
	width: 320px;
	margin: 0 auto;
	min-width: 320px;
}
.product-section dl, .product-section ul {
	width: 640px;
}
.bottom-touch-targets {
	position: relative;
	width: 600px;
	margin: 0 auto;
}
}

@media (min-width:1280px) and (max-width:1639px) {
#wrapper {
	width: 1280px;
	margin:0 auto;
}
#container {
	width: 1280px;
	margin-bottom: 100px;
}
.content-main {
	position: relative;
	float: left;
	width: 640px;
	height: 100%;
	margin:0 auto;
}
#siteheader {
	width: 100%;
	color: #DFEAF1;
}
.touch-targets {
	border-right: solid 0px #eaead5;
}
#siteinfo {
	background-color: #E9F2FB;
	position: relative;
	width: 302px;
	float: left;
	margin: 5px, 0, 5px, 0;
	visibility: visible;
}
#siteinfo p {
	color: #000000;
	background-color: #E9F2FB;
	text-align: left;
}
.section {
	width: 100%;
	position: relative;
	padding: 0px;
	margin: 0;
}
.section p {
	width: 100%;
	position: relative;
	padding: 0;
}
.section h3 {
	width: 960px;
}
.product-group-section {
	position: relative;
	display: block;
	padding: 0;
	width: 960px;
	margin: 0 auto;
	border: 0;
	min-width: 960px;
}
.product-group {
	position: relative;
	float: left;
	margin: 0 10px 10px 0px;
	width: 300px;
}
.product-section-index, .product-section {
	position: relative;
	float: left;
	padding: 0px;
	width: 960px;
	margin: 10px 0px 0px 0px;
}
.product-section dl, .product-section ul {
	width: 960px;
}
.bottom-touch-targets {
	position: relative;
	width: 600px;
	margin: 0 auto;
}
}

@media (min-width: 1640px) and (max-width: 1960px) {
#wrapper {
	width: 1640px;
	margin: 0 auto;
}
#container {
	width: 1640px;
	margin-bottom: 100px;
}
	.content-main {
	position: relative;
	float: left;
	width: 820px;
	height: 100%;
	margin:0 auto;
}
#siteheader {
	width: 100%;
}
.touch-targets {
	border-right: solid 0px #eaead5;
}
#siteinfo {
	background-color: #E9F2FB;
	position: relative;
	width: 302px;
	float: left;
	margin: 5px, 0, 5px, 0;
	visibility: visible;
}
#siteinfo p {
	color: #000000;
	background-color: #E9F2FB;
	text-align: left;
}

.section h3 {
	width: 1280px;
}
.section {
	width: 100%;
	position: relative;
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
.section p {
	width: 100%;
}
.section dl .section h3 {
	width: 1280px;
}
.product-group {
	position: relative;
	float: left;
	margin: 0 10px 10px 0px;
	width: 300px;
}
.product-group-section {
	position: relative;
	display: block;
	padding: 0;
	width: 1280px;
	margin: 0 auto;
	border: 0;
	min-width: 1280px;
}
.product-section-index, .product-section {
	position: relative;
	float: left;
	padding: 0px;
	width: 640px;
	margin: 10px 10px 0px 0px;
}
.product-section dl, .product-section ul {
	width: 960px;
}
.bottom-touch-targets {
	position: relative;
	width: 600px;
	margin: 0 auto;
}
}

@media (min-width:1961px) {
#container {
	width: 100%;
	margin-bottom: 100px;
}
#siteheader {
	width: 100%;
}
.touch-targets {
	border-right: solid 0px #eaead5;
}
#siteinfo {
	background-color: #E9F2FB;
	position: relative;
	width: 302px;
	float: left;
	margin: 5px, 0, 5px, 0;
	visibility: visible;
}
#siteinfo p {
	color: #000000;
	background-color: #E9F2FB;
	text-align: left;
}
.content-main {
	width: 80%;
	float: left;
	height: 100%;
}
.section h3 .section p {
	width: 100%;
}
.section {
	width: 100%;
	position: relative;
	padding: 0px;
	margin: 0 auto;
}
.section dl {
	width: 1280px;
}
.product-group {
	position: relative;
	float: left;
	margin: 0 10px 10px 0px;
	width: 300px;
}
.product-group-section {
	position: relative;
	display: block;
	padding: 0;
	width: 1600px;
	margin: 0 auto;
	border: 0;
	min-width: 1600px;
}
.product-section-index, .product-section {
	float: left;
	padding: 0px;
	width: 1280px;
	margin: 10px 0px 0px 0px;
	min-width: 300px;
}
.product-section dl, .product-section ul {
	width: 1280px;
}
.bottom-touch-targets {
	position: relative;
	float: left;
	margin-left: 320px;
}
}