/* BEGIN Mark Pure CSS Tabs */

#navcontainer
{
	display: block;
	margin-top: 13px;
}



#navcontainer ul
{
	display: block;
	list-style: none outside;
	font-family: Verdana, sans-serif;
	font-size: small;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#navcontainer li
{
	border-top: 1px solid #cecbc6;
	border-right: 1px solid #cecbc6;
	border-left: 1px solid #cecbc6;
	background-color: #060;
	color: #ffffff;
	font-weight: bold;
	/* the next 4 lines are magic */
display: block;
	float: left;
	position: relative;
	top: -1.32em;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#navcontainer a:link,
#navcontainer a:visited
{
	background-color: #060;
	color: #ffffff;
	text-decoration: none;
	padding-left: 1em;
	padding-right: 1em;
}

#navcontainer a:hover
{
	background-color: #CAFFCA;
	color: #000066;
}


#navcontainer li.selected a:link,
#navcontainer li.selected a:visited{
	color:#FFF;
	background-color: #F00;
	background-position: center;
}

#navcontainer li.minor a:link,
#navcontainer li.minor a:visited{
	color:#000;
	background-color: #FFC;
	background-position: center;
}


#navcontainer li.minor  a:hover{
	color:#000;
	background-color: #FC0;
	background-position: center;
}



#navcontainerSub
{
	display: block;
	margin-top: auto;
	clear: left;
}



#navcontainerSub ul
{
	display: block;
	list-style: none outside;
	font-family: Verdana, sans-serif;
	font-size: small;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	clear: left;
}

#navcontainerSub li
{
	border-top: 1px solid #cecbc6;
	border-right: 1px solid #cecbc6;
	border-left: 1px solid #cecbc6;
	background-color: #060;
	color: #ffffff;
	font-weight: bold;
	/* the next 4 lines are magic */
display: block;
	float: left;
	position: relative;
	top: -1.32em;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#navcontainerSub a:link,
#navcontainerSub a:visited
{
	background-color: #060;
	color: #ffffff;
	text-decoration: none;
	padding-left: 1em;
	padding-right: 1em;
}

#navcontainerSub a:hover
{
	background-color: #CAFFCA;
	color: #000066;
}


#navcontainerSub li.selected a:link,
#navcontainerSub li.selected a:visited{
	color:#FFF;
	background-color: #F00;
	background-position: center;
}

#navcontainerSub li.minor a:link,
#navcontainerSub li.minor a:visited{
	color:#000;
	background-color: #FFC;
	background-position: center;
}


#TitleBar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	background-color: #000;
	text-align: center;
	display: block;
	height: auto;
	width: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}


#navcontainerclear { display: none; }

html>body #navcontainerclear
{
display: block;
clear: both;
}

#navcontainer li#active a
{
background-color: #fff;
color: #000066;
}
/* END Mark Pure CSS Tabs */




#Header {
	display: block;
	float: left;
	height: 125px;
	width: 980px;
	margin: 0px;
	background-image: none;
	padding: 0px;
}







body {
	background-color: #000;
	margin: 2px;
	background-image: url(StoreImg/GreenBlk.jpg);
	background-repeat: repeat-x;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}




#wrapper {
	height: auto;
	width: 980px;
	background-color: #fff;
	padding: 0px;
	display: block;
	margin: auto;
	overflow: hidden;
}
#bar {
	background-color: #CCC;
	float: left;
	height: 5px;
	width: 150px;
}


#Copy {
	padding: 5px;
	float: left;
	clear:both;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	vertical-align: top;
	display: block;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	font-weight: bold;
	color: #000;
	width: 500px;
	border: 3px solid #000;
}




#Coupon {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFC;
	text-align: center;
	vertical-align: top;
	background-color: #090;
	width:150px;
	clear: left;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #090;
}

#Coupon a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFC;
	text-align: center;
	vertical-align: top;
	width:150px;
	margin-top: 5px;
	margin-bottom: 5px;
	clear: both;
	float: left;
	text-decoration: none;
}

#Coupon a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #0F0;
	text-align: center;
	vertical-align: top;
	width:150px;
	margin-top: 5px;
	margin-bottom: 5px;
	clear: both;
	float: left;
	text-decoration: none;
}
.designDesc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	text-align: left;
	display: block;
	float: left;
	height: auto;
	width: 100px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 4px;
}
.PodCircles {
	text-align: left;
	margin: 0px;
	padding: 0px;
	width: 37px;
	vertical-align: top;
	float: left;
}

.PODtitle
{
	color: #000;
	font-weight: 
bold;
	font-size: 
14px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 3px;
}

#content img{
	color: #FFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-left: 15px;
}

#IndexContent img{
	color: #FFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-left: 15px;
}

#IndexContent {
	display: block;
	float: left;
	background-color: #FFF;
	list-style-type: none;
	width: 500px;
	height: auto;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#IndexContent ul {
	display: block;
	height: auto;
	width: 500px;
	list-style-type: none;
	top: 0px;
	right: 0px;
	float: left;
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin: 0px;
}
#IndexContent ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	display: block;
	clear: both;
	float: left;
	width: 150px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	font-weight: bold;
}
#IndexContent ul li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #F00;
	text-decoration: none;
	display: block;
	clear: both;
	float: left;
	width: 150px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	font-weight: bold;
}
#IndexContent ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	height: 250px;
	width: 150px;
	list-style-type: none;
	display: inline;
	vertical-align: top;
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-right: 2px;
	padding-left: 2px;
	clear: none;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}





#ProductContent img{
	color: #FFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-left: 15px;
	
}

#ProductContent {
	display: block;
	float: left;
	background-color: #FFF;
	list-style-type: none;
	width: 60%;
	height: auto;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #009900;
}

#ProductContent ul {
	display: block;
	height: auto;
	width: 560px;
	list-style-type: none;
	top: 0px;
	right: 0px;
	float: left;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#ProductContent ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	display: block;
	clear: both;
	float: left;
	width: 150px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	font-weight: bold;
}
#ProductContent ul li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #F00;
	text-decoration: none;
	display: block;
	clear: both;
	float: left;
	width: 150px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	font-weight: bold;
}
#ProductContent ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	height: 250px;
	width: 165px;
	list-style-type: none;
	display: inline;
	vertical-align: top;
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-right: 2px;
	padding-left: 2px;
	clear: none;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}



#content {
	display: block;
	float: left;
	background-color: #FFF;
	list-style-type: none;
	width: 760px;
	height: auto;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #000;
}

#content ul {
	display: block;
	height: auto;
	width: 760px;
	list-style-type: none;
	top: 0px;
	right: 0px;
	float: left;
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin: 0px;
}
#content ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	display: block;
	clear: both;
	float: left;
	width: 150px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	font-weight: bold;
	background-color: #CAFFCA;
	height: 30px;
	width: 67px;
	padding-left: 2px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #CCC;
}
#content ul li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	display: block;
	clear: both;
	float: left;
	width: 150px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	font-weight: bold;
	background-color: #000;
	border: 2px solid #000;
	height: 30px;
	width: 67px;
	padding-left: 2px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #666;
}
#content ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	height: 365px;
	width: 172px;
	list-style-type: none;
	display: inline;
	vertical-align: top;
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-right: 2px;
	padding-left: 2px;
	clear: none;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

#IntroContent img{
	color: #FFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-left: 15px;
}

#IntroContent {
	display: block;
	float: left;
	background-color: #FFF;
	list-style-type: none;
	width: 60%;
	height: auto;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#IntroContent ul {
	display: block;
	height: auto;
	width: 560px;
	list-style-type: none;
	top: 0px;
	right: 0px;
	float: left;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#IntroContent ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	display: block;
	clear: both;
	float: left;
	width: auto;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	font-weight: bold;
}
#IntroContent ul li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #F00;
	text-decoration: none;
	display: block;
	clear: both;
	float: left;
	width: auto;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	font-weight: bold;
}
#IntroContent ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	height: 270px;
	width: 165px;
	list-style-type: none;
	display: inline;
	vertical-align: top;
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-right: 2px;
	padding-left: 2px;
	clear: none;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}



#IntroContent4col img{
	color: #FFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-left: 15px;
}

#IntroContent4col {
	display: block;
	float: left;
	background-color: #FFF;
	list-style-type: none;
	width: 75%;
	height: auto;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	
	
}

#IntroContent4col ul {
	display: block;
	height: auto;
	width: 770px;
	list-style-type: none;
	top: 0px;
	right: 0px;
	float: left;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#IntroContent4col ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	display: block;
	clear: both;
	float: left;
	width: auto;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	font-weight: bold;
}
#IntroContent4col ul li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #F00;
	text-decoration: none;
	display: block;
	clear: both;
	float: left;
	width: auto;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	font-weight: bold;
}
#IntroContent4col ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	height: 270px;
	width: 165px;
	list-style-type: none;
	display: inline;
	vertical-align: top;
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-right: 2px;
	padding-left: 2px;
	clear: none;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}



#content3col img{
	color: #FFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-left: 15px;
}
#content3col {
	display: block;
	float: left;
	background-color: #FFF;
	list-style-type: none;
	width: 60%;
	height: auto;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #000;
}

#content3col ul {
	display: block;
	height: auto;
	width: auto;
	list-style-type: none;
	top: 0px;
	right: 0px;
	float: left;
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
#content3col ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	display: block;
	clear: both;
	float: left;
	width: 150px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	font-weight: bold;
	background-color: #CAFFCA;
	height: 30px;
	width: 67px;
	padding-left: 2px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #CCC;
}
#content3col ul li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	display: block;
	clear: both;
	float: left;
	width: 150px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	font-weight: bold;
	background-color: #000;
	border: 2px solid #000;
	height: 30px;
	width: 67px;
	padding-left: 2px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #666;
}
#content3col ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	height: 360px;
	width: 175px;
	list-style-type: none;
	display: inline;
	vertical-align: top;
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-right: 2px;
	padding-left: 2px;
	clear: none;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

#content4col img{
	color: #FFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-left: 15px;
}
#content4col {
	display: block;
	float: left;
	background-color: #FFF;
	list-style-type: none;
	width: 75%;
	height: auto;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #000;
}

#content4col ul {
	display: block;
	height: auto;
	width: 815px;
	list-style-type: none;
	top: 0px;
	right: 0px;
	float: left;
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
#content4col ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	display: block;
	clear: both;
	float: left;
	width: 150px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	font-weight: bold;
	background-color: #CAFFCA;
	height: 30px;
	width: 73px;
	padding-left: 2px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #CCC;
}
#content4col ul li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	display: block;
	clear: both;
	float: left;
	width: 150px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	font-weight: bold;
	background-color: #000;
	border: 2px solid #000;
	height: 30px;
	width: 73px;
	padding-left: 2px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #666;
}
#content4col ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	height: 360px;
	width: 177px;
	list-style-type: none;
	display: inline;
	vertical-align: top;
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-right: 2px;
	padding-left: 2px;
	clear: none;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}


#Nav {
	float: left;
	width: 100%;
	clear: both;
	display: inline-block;
	margin: 0px;
	padding: 0px;
}




#Nav ul {
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	
	
}
#Nav ul li {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	background-color: #FFD5EA;
	text-align: center;
	display: block;
	float: left;
	list-style-type: none;
	height: auto;
	width: auto;
	margin: 0px;
	padding: 0px;
}



#Nav li.selected a:link,
#Nav li.selected a:visited{
	color:#FFF;
	background-color: #F9C;
	background-repeat: repeat-x;
	background-position: center;
}
#Nav ul li a {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	background-color: #FFD5EA;
	text-align: center;
	display: block;
	float: left;
	list-style-type: none;
	height: 25px;
	width: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#Nav ul li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000;
	color: #FFD5EA;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	text-align: center;
	display: block;
	float: left;
	list-style-type: none;
	height: 25px;
	width: auto;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;

}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CAFFCA;
	text-decoration: none;
	display: inline;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
	clear: both;
	float: left;
	text-align: center;
	vertical-align: top;
	height: 100px;
	width: 980px;
	background-color: #090;
}
#footer ul {
	display: inline;
	float: left;
	height: auto;
	width: 850px;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 5px;
}

#footer ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #090;
	text-decoration: none;
	display: inline;
	float: none;
	list-style-type: none;
	text-align: left;
	vertical-align: middle;
	margin: 5px;
	padding: 2px;
}


	

#footer a {
	font-family: Arial, Helvetica, sans-serif;
	color: #CAFFCA;
	text-decoration: none;
}

#footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0;
	text-decoration: none;
}
#pay {
	display: block;
	height: auto;
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	text-align: left;
	float: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-style: italic;
	padding: 2px;
}

#pay ul{
	display: block;
	height: auto;
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	text-align: left;
	float: left;
	font-style: italic;
	padding: 2px;
	list-style-type: none;
	margin: 0px;
}

#pay ul li{
	display: block;
	height: auto;
	width: 250px;
	border: 3px solid #FF6699;
	background-color: #FFE3F1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	text-align: left;
	float: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-style: italic;
	padding: 2px;
	list-style-type: none;
}


#pay a,
 #pay a:link,
#pay a:visited
 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#06C;
	font-weight:bold;
	text-decoration:none;
	font-style:italic;
	list-style-type: none;

	
}


 #pay a:hover,
 #pay a:active{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#F00;
	font-weight:bold;
	text-decoration:none;
	font-style:italic;
	
	
}



#Email {
	border: 2px solid #000;
	height: auto;
	width: 150px;
	background-image: none;
	float: left;
	margin-top: 10px;
}

#DesignSites {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
	text-decoration: none;
	float: left;
	height: 20px;
	width: 150px;
	margin-left: 0px;
	list-style-type: none;
	padding: 0px;
	text-align: center;
	vertical-align: top;
	margin-bottom: 18px;
	clear: both;
	margin-top: 5px;
	margin-right: 0px;
}

#NavLeft img{
	color: #FFC;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}




#NavLeft {
	display: block;
	padding: 0px;
	float: left;
	clear:both;
	height: auto;
	width: 150px;
	margin: 0px;
}
#NavLeft ul {
	display: block;
	clear: both;
	float: left;
	height: auto;
	margin-top: 10px;
	padding: 0px;
	width: 150px;
	left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-align: left;
}
#NavLeft ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	background-color: #CAFFCA;
	text-align: left;
	display: block;
	float: left;
	clear:both;
	list-style-type: none;
	height: 25px;
	width: 150px;
	margin: 0px;
	padding: 0px;
}

#NavLeft ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	background-color: #CAFFCA;
	text-align: center;
	display: block;
	float: left;
	clear:both;
	list-style-type: none;
	margin: 0px;
	height: 25px;
	width: 150px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: 1px solid #CCC;
}

#NavLeft ul li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	text-align: center;
	display: block;
	float: left;
	list-style-type: none;
	margin: 0px;
	height: 25px;
	width: 150px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: both;
}
#NavLeft p a {
	text-decoration: none;
}


#NavRight {
	display: block;
	padding: 0px;
	float: right;
	margin: 0px;
	width: 250px;
}
#NavRight ul {
	display: block;
	float: left;
	height: auto;
	margin-top: 10px;
	padding: 0px;
	width: 120px;
	text-align: left;
}
#NavRight ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	background-color: #CAFFCA;
	text-align: left;
	display: block;
	float: left;
	list-style-type: none;
	width: 120px;
	margin: 0px;
	padding: 0px;
}

#NavRight ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	background-color: #CAFFCA;
	text-align: center;
	display: block;
	float: right;
	list-style-type: none;
	margin: 0px;
	width: 120px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: 1px solid #CCC;
}

#NavRight ul li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #060;
	font-size: 12px;
	color: #CAFFCA;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	text-align: center;
	display: block;
	float: right;
	list-style-type: none;
	margin: 0px;
	width: 120px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


#NavRight2 {
	display: block;
	padding: 0px;
	float: left;
	margin: 0px;
}
#NavRight2 ul {
	display: block;
	float: left;
	height: auto;
	margin-top: 10px;
	padding: 0px;
	width: 120px;
	text-align: left;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #090;
}
#NavRight2 ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	background-color: #CAFFCA;
	text-align: left;
	display: block;
	float: right;
	list-style-type: none;
	width: 120px;
	margin: 0px;
	padding: 0px;
}

#NavRight2 ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	background-color: #CAFFCA;
	text-align: center;
	display: block;
	float: right;
	list-style-type: none;
	margin: 0px;
	width: 120px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: 1px solid #CCC;
}

#NavRight2 ul li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #060;
	font-size: 12px;
	color: #CAFFCA;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	text-align: center;
	display: block;
	float: right;
	list-style-type: none;
	margin: 0px;
	width: 120px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#NavRight p a {
	text-decoration: none;
}

#NavRightAds {
	display: block;
	float: left;
	width: 150px;
	clear: none;
	height: auto;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}

#NavRightSide {
	display: block;
	padding: 0px;
	float: left;
	margin: 0px;
	width: 165px;
	clear: none;
	height: auto;
	vertical-align: top;
}

#PODS {
	background-color:#CAFFCA;
	vertical-align: top;
	display: block;
	float: left;
	height: auto;
	width: 150px;
	padding: 4px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}




#Icons {
	border:0;
	padding: 0px;
	text-decoration: none;
	width: 150px;
	height: auto;
	vertical-align: top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
}
#Icons ul {
	display: inline;
	text-decoration: none;
}


#Icons ul li {
	text-decoration: none;
	display: inline;
	height: 35px;
	width: 35px;
	border:0;
	margin: 0px;
	padding: 0px;
}
#Coupon {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	vertical-align: top;
	background-color: #000;
	width:150px;
	clear: left;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #000;
}

#Coupon a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	vertical-align: top;
	width:150px;
	margin-top: 5px;
	margin-bottom: 5px;
	clear: both;
	float: left;
	text-decoration: none;
}

#Coupon a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #CAFFCA;
	text-align: center;
	vertical-align: top;
	width:150px;
	margin-top: 5px;
	margin-bottom: 5px;
	clear: both;
	float: left;
	text-decoration: none;
}
#Amazon {
	margin-top: 10px;
	float: left;
}

#Forward {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-align: center;
	background-color: #FFF;
	height: 25px;
	width: 100%;
	border: 5px solid #FF0;
	vertical-align: middle;
	display: block;
	float: left;
	margin-top: 100px;
}



.line {
	width: auto;
	border-top-width: 3px;
	border-top-style: groove;
	border-top-color: #999;
	margin-top: 5px;
	margin-bottom: 5px;
}

.BGlink {
	color: #F00;
}


.IndexdesignDesc {
	float: left;
	height: auto;
	width: 145px;
}
.AmazonVert {
	float: left;
	width: 160px;
	padding-top: 30px;
	height: auto;
	background-color: #FFF;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #FFF;
	margin-top: 10px;
}


.AddThis {
	float: right;
	vertical-align: bottom;
	padding-top: 5px;
	padding-bottom: 30px;
	margin-top: 5px;
}

.RedCPtext {
	color: red;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}



h2 
{ 
  position: relative; 
  width: 50%; 
  font-size: 1.5em;
  font-weight: bold; 
  padding:6px 20px 6px 70px; 
  margin: 30px 10px 30px 40px; 
  color: #000; 
  background-color: #9F0; 
  text-shadow: 0px 1px 2px #bbb; 
  -webkit-box-shadow: 0px 2px 4px #888;
  -moz-box-shadow: 0px 2px 4px #888; 
  box-shadow: 0px 2px 4px #888;
} 

h2:after
{ 
  content: ' '; 
  position: absolute; 
  width: 0; 
  height: 0; 
  left: 0px; 
  top: 100%; 
  border-width: 5px 10px; 
  border-style: solid; 
  border-color: #666 #666 transparent transparent;
} 

h2:before 
{ 
  content: ' '; 
  position: absolute; 
  width: 30px;
  height: 0; 
  left: -30px; 
  top: 12px; 
  border-width: 20px 10px;
  border-style: solid; 
  border-color: #9F0 #9F0 #9F0 transparent; 
} 





h3 
{ 
  position: relative; 
  width: 50%; 
  font-size: 1.0em;
  font-weight: bold; 
  padding:3px 35px 3px 30px; 
  margin: 15px 5px 15px 20px;  
  color: #000; 
  background-color: #9F0; 
  text-shadow: 0px 1px 2px #bbb; 
  -webkit-box-shadow: 0px 2px 4px #888;
  -moz-box-shadow: 0px 2px 4px #888; 
  box-shadow: 0px 2px 4px #888;
} 

h3:after
{ 
  content: ' '; 
  position: absolute; 
  width: 0; 
  height: 0; 
  left: 0px; 
  top: 100%; 
  border-width: 5px 10px; 
  border-style: solid; 
  border-color: #666 #666 transparent transparent;
} 

h3:before 
{ 
  content: ' '; 
  position: absolute; 
  width: 30px;
  height: 0; 
  left: -30px; 
  top: 12px; 
  border-width: 20px 10px;
  border-style: solid; 
  border-color: #9F0 #9F0 #9F0 transparent; 
} 


#Redirect {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #F00;
	float: left;
	width: 700px;
	margin-top: 30px;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 30px;
	padding-right: 5px;
	padding-left: 5px;
}
.PODtitle
{
	color: #000;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 3px;
}
.designDesc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	text-align: left;
	display: block;
	float: left;
	height: auto;
	width: 100px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 4px;
}

.designDescIntro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	text-align: left;
	display: block;
	float: left;
	height: auto;
	width: 150px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 4px;
}

#ShareHorizontal {
	background-color: #FFF;
	margin-top: 50px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	clear: both;
}


#ShareVer {
	background-color: #FFF;
	margin-top: 20px;
	margin-right: 2px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 20px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 10px;
	clear: both;
}

#ShareVerBorder {
	background-color: #FFF;
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 4px;
	padding-top: 20px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	clear: both;
	width: 140px;
	
}

#ShareVerBorder img{
	background-color: #FFF;
	margin-top: 10px;
	margin-right: 4px;
	margin-bottom: 2px;
	margin-left: 4px;
	padding-top: 20px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	clear: both;
	width: auto;
	border: 5px solid #000;
}


#Trademarks {
	margin: 1px;
	padding: 1px;
	font-size: 1em;
	font-weight: bold;
	color: #F00;
	clear: both;
	text-align: center;
}

.spacer{
	float: left;
	height: 50px;
	width: 145px;
}
#RightAd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FFFFE3;
	clear: none;
	border: 4px outset #090;
	margin: 1px;
	padding: 3px;
	width: 250px;
	text-align: center;
	font-weight: bold;
	float: right;
}

#RightAd a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	text-decoration: none;
	display: block;
	clear: both;
	float: left;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
	font-weight: bold;
	color: #C00;
	text-align: center;
}
#RightAd a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	text-decoration: none;
	display: block;
	clear: both;
	float: left;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
	font-weight: bold;
	color: #03F;
	text-align: center;
}

#Society6{
	color: #000;
	font-weight: bold;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 3px;
	clear: both;
	height: 400px;
	width: 300px;
	list-style-type: none;
	text-decoration: none;
}
#Society6{
	color: #000;
	font-weight: bold;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 3px;
	clear: left;
	height: 400px;
	width: 300px;
	list-style-type: none;
	text-decoration: none;
}
#picsLeft {
	vertical-align: middle;
	margin: 10px;
	padding: 10px;
	
}

#picsRight {
	vertical-align: bottom;
	display: block;
	margin-top: 1000px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
	
}

#A {
	text-align: center;
	vertical-align: top;
	display: block;
	float: none;
	height: auto;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
	background-color: #ffc;
	margin: 5px;
	padding: 5px;
	top: 0px;
	border: 3px outset #999;
}

#A a{
	color: #F00;
	text-decoration: none;
	font-weight: bold;
}
#A a:hover{
	color: #060;
	text-decoration: none;
	font-weight: bold;
}
