@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
	text-align: center;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#header2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	height:150px
	display: block;
}
#toc {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	position: relative;
	top: -25px;
	}
#toc2 {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	z-index: 10;
	vertical-align: text-top;
	padding: 0px;
	margin: 0;
	position: relative;
	top: -25px;
}
.image75 {
	clear: both;
	float: none;
	visibility: visible;
	max-width: 100%;
	max-height: 100%;
	min-width: 25%;
	min-height: 25%;
	height: auto;
	width: 100%;
	text-align: center;
}
.image50 {
	clear: none;
	float: none;
	visibility: visible;
	overflow: hidden;
	max-width: 75%;
	max-height: 75%;
	height: auto;
	width: 50%;
}
.image100 {
	clear: none;
	float: none;
	visibility: visible;
	overflow: hidden;
	max-width: 55%;
	max-height: 55%;
}
.floatLeft {
	float: left;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	width: 35%;
	height: auto;
	min width: 35%;
	min height: 35%;
	clear: left;
	z-index: 2;
	display: inline-block;
	margin: 10px;
	visibility: visible;
}
.floatLefttSM {
	float: left;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	width: 150px;
	height: auto;
	margin: 10px;
}
.floatLeftNOBORDER {
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 50%;
	height: auto;
	min width: 35%;
	min height: 35%;
	clear: left;
	z-index: 2;
	display: inline-block;
	margin: 5px;
	visibility: visible;
}
.floatRight {
	float: right;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	width: 35%;
	height: auto;
	margin: 10px;
}
.floatRightSM {
	float: right;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	width: 150px;
	height: auto;
	margin: 10px;
}
.ItemTitle {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
		font-weight: bold;
		line-height: 18px;
}
.CartTableTitle {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	font-weight: bold;
}
.PageNumbers {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	line-height: 18px;
}
.BodyLeft {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	line-height: 18px;
}
.BigCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000;
	line-height: 26px;
}
.smallcenter {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 10px;
	color: #000;
	line-height: 18px;
}
#copy {
	clear: both;
	float: left;
	padding-left: 1.82%;
	padding-right: 1.82%;
	width: 95%;
	display: block;
	text-align: center;
	position: relative;
}
#text {
	clear: none;
	float: left;
	width: 80%;
	padding-left: 1.82%;
	padding-right: 1.82%;
	display: block;
	text-align: left;
	margin-left: 10%;
}
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 100%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#toc {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	z-index: 10;
	position: relative;
	top: -45px;
}
#header2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 22%;
	display: block;
	text-align: left;
}
#toc2 {
	clear: none;
	float: right;
	width: 77%;
	margin-left: 0;
	display: block;
	text-align: center;
	z-index: 10;
	position: relative;
	top: 25px;
}
#copy {
	clear: both;
	float: left;
	margin-left: 0;
	width: 95%;
	padding-left: 1.82%;
	padding-right: 1.82%;
	display: block;
	position: relative;
}
#text {
	clear: none;
	float: left;
	margin-left: 0;
	width: 85%;
	display: block;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 100%;
	max-width: 1232px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
	z-index: 1;
}
#header2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 22%;
	display: block;
	text-align: left;
}
#toc {
	clear: none;
	float: left;
	width: 100%;
	display: block;
	text-align: center;
	z-index: 10;
	position: relative;
	top: -50px;
}
#toc2 {
	clear: right;
	float: left;
	width: 77%;
	margin-left: 0;
	display: block;
	text-align: center;
	z-index: 10;
	position: relative;
	top: 50px;
}
#copy {
	clear: both;
	float: left;
	margin-left: 0;
	width: 95%;
	display: block;
	text-align: center;
	font-size: 16px;
	position: relative;
}
#text {
	clear: both;
	float: left;
	width: 80%;
	padding-left: 9%;
	padding-right: 9%;
	display: block;
	text-align: center;
	position: relative;
	max-width: 900px;
}
}
