@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: right;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}
.image100 {
	clear: none;
	float: none;
	visibility: visible;
	overflow: hidden;
	max-width: 100%;
	max-height: 400px;
	min-width: 50%;
	min-height: 50%;
	height: auto;
	width: 100%;
}
.image75 {
	clear: none;
	float: none;
	visibility: visible;
	overflow: hidden;
	max-width: 75%;
	max-height: 350px;
	height: auto;
	width: 75%;
}
.image50 {
	clear: none;
	float: none;
	visibility: visible;
	overflow: hidden;
	max-width: 300px;
	max-height: 300px;
	height: auto;
	width: 50%;
}
.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;
	min width: 35%;
	min height: 35%;
	max width: 700px;
	clear: left;
	z-index: 2;
	display: block;
	visibility: visible;
	margin-top: 20px;
	margin-right: 35px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.floatLeftNOBORDER {
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 35%;
	height: auto;
	min width: 35%;
	min height: 35%;
	clear: left;
	z-index: 2;
	display: inline-block;
	margin: 10px;
	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: 75%;
	height: auto;
	min width: 35%;
	min height: 35%;
	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: 75px;
	height: auto;
	margin: 10px;
}
.floatLEFTSM {
	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: 400px;
	height: auto;
	margin: 10px;
}
.floatLEFTSMllr {
	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;
	max-width: 400px;
	min-width: 100px;
	height: auto;
	margin: 10px;
}
.floatLEFTSMlest {
	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;
	max-width: 325px;
	min-width: 75px;
	height: auto;
	margin-top: 6px;
	margin-right: 12px;
	margin-bottom: 6px;
	margin-left: 6px;
}
.ItemTitle {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	font-weight: bold;
	line-height: 18px;
}
.LargeCopy {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	font-weight: normal;
	line-height: 18px;
}
.LargeCopyCenter {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	font-weight: normal;
	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;
}
.smallcenter {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 10px;
	color: #000;
	line-height: 18px;
}
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	22;
	
	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. */

.desktop {
	display: block;
	vertical-align: top;
}
.gridContainer {
	margin-left: 0px;
	margin-right: 0px;
	width: 100%;
	padding: 0px;
	vertical-align: top;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#header {
	clear: both;
	float: left;
	width: 100%;
	height: auto
	display: block;
	text-align: center;
	background-image: url(images/LoveRoundlite.jpg);
}
#headerMobile {
	clear: both;
	float: left;
	width: 100%;
	display: visible;
	background-color: #DCD800;
	text-align: center;
	height: auto;
}
#toc {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	text-align: center;
}
#copy {
	clear: both;
	float: left;
	margin-left: 0%;
	margin-right: 0%;
	width: 98%;
	display: block;
	padding-right: 1%;
	padding-left: 1%;
}
#bottomNav {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: center;
}
.headerImage {
	height: 100%;
	width: 100%;
	overflow: hidden;
	visibility: visible;
	}
.MobileHeaderImage {
	height: auto;
	width: 100%;
	overflow: hidden;
	visibility: visible;
	}
}

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

@media only screen and (min-width: 481px) {

.desktop {
	display: block;
}
.gridContainer {
	width: 100%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#header {
	clear: both;
	float: left;
	width: 100%;
	height: auto
	text-align: center;
	background-image: url(images/LoveRoundlite.jpg);
}
#headerMobile {
	clear: both;
	float: left;
	width: 100%;
	display: hidden;
	background-color: #DCD800;
	text-align: center;
	height: 0px;
}
#toc {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	text-align: center;
	background-color: #6A1B8C;
}
#copy {
	clear: none;
	float: left;
	width: 95%;
	display: block;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 5px;
	margin-right: 5%;
	margin-left: 7%;
}
#bottomNav {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
#headerImage {
	clear: both;
	float: left;
	width: 100%;
	display: hidden;
	text-align: center;
	height: 0px;
}
}

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

@media only screen and (min-width: 769px) {
.desktop {
	display: block;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	vertical-align: top;
}
.gridContainer {
	width: 100%;
}
#header {
	clear: both;
	float: left;
	width: 100%;
	text-align: center;
	height: auto;
	background-image: url(images/LoveRoundlite.jpg);
}
#toc {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	text-align: center;
	background-color: #6A1B8C;
	margin-right: 5%;
}
#copy {
	clear: none;
	float: right;
	margin-left: 5%;
	margin-right: 10%;
	width: 100%;
	display: block;
	position: absolute;
	max-width: 700px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
	padding: 0px;
	margin-top: 0%;
	margin-right: 7%;
	margin-bottom: 0%;
}
#bottomNav {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	padding: 5px;
	margin-left: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.headerImage {
	height: auto;
	width: 800px;
	overflow: visible;
	visibility: visible;
	text-align: center;
	max-height: 200px;
	max-width: 800px;
	}
.MobileHeaderImage {
	overflow: hidden;
	visibility: hidden;
	}
}
@media only screen and (min-width: 1000px) {
.desktop {
	display: block;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	vertical-align: top;
}
.gridContainer {
	width: 100%;
}
#header {
	clear: both;
	float: left;
	width: 100%;
	text-align: center;
	height: auto;
	background-image: url(images/LoveRoundlite.jpg);
}
#toc {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	text-align: center;
	background-color: #6A1B8C;
	margin-right: 5%;
}
#copy {
	clear: both;
	float: left;
	margin-left: 2%;
	margin-right: 2%;
	width: 100%;
	height: auto;
	display: block;
	position: absolute;
	max-width: 1000px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
	padding: 0px;
	margin-top: 0%;
	margin-bottom: 2%;
}
#bottomNav {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	padding: 5px;
	margin-left: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.headerImage {
	height: auto;
	width: 800px;
	overflow: visible;
	visibility: visible;
	text-align: center;
	max-height: 200px;
	max-width: 800px;
	}
.MobileHeaderImage {
	overflow: hidden;
	visibility: hidden;
	}
}
@media only screen and (min-width: 1375px) {
.desktop {
	display: block;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	vertical-align: top;
}
.gridContainer {
	width: 100%;
}
#header {
	clear: both;
	float: left;
	width: 100%;
	text-align: center;
	height: auto;
	background-image: url(images/LoveRoundlite.jpg);
}
#toc {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	text-align: center;
	background-color: #6A1B8C;
	margin-right: 5%;
}
#copy {
	clear: none;
	float: right;
	margin-left: 5%;
	margin-right: 5%;
	width: 100%;
	display: block;
	position: absolute;
	max-width: 1300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
	padding: 0px;
	margin-top: 0%;
	margin-bottom: 2%;
}
#bottomNav {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	padding: 5px;
	margin-left: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.headerImage {
	height: auto;
	width: 800px;
	overflow: visible;
	visibility: visible;
	text-align: center;
	max-height: 200px;
	max-width: 800px;
	}
.MobileHeaderImage {
	overflow: hidden;
	visibility: hidden;
	}
.gridContainer.clearfix #LayoutDiv1 #header table tr td table tr td {
	text-align: center;
}
}
.gridContainer.clearfix #LayoutDiv1 #toc #copy h1 .ItemTitle {
	text-align: left;
}
}
