@charset "utf-8";
/* CSS Document */

body {
  background-color: #ffffff;
  text-align: center;
  margin: 0px;
  padding: 0px;
  font-family: "Century Gothic", Arial, Helvettica, sans-serif;
  font-size: 9pt;
  color: #494949;
}

p, tr, td, div, input, textarea, select { font-size: 9pt; }

#wrap {
	width: 830px;
	margin: auto;
	padding: 0px;
	text-align: left;
}

#content {
	width: 830px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/content-background.png);
	background-repeat: repeat-y;
}

#leftHomepage {
	padding-left: 25px;
	padding-top: 10px;
	float: left;
	width: 500px;
	height: auto;
}

#leftHomepage h1 {
	font-size: 14pt;
	color: #af006a;
	font-weight: bold;
}

#product_list img {
	border-style: solid;
	border-width: 1px;
	border-color: #af006a;
}

#leftHomepage h2 {
	font-size: 10pt;
	color: #595959;
	font-weight: bold;
	display: block;
	border-style: dotted;
	border-width: 0 0 1px 0;
	border-color: #c10076;
}

#rightHomepage {
	float: right;
	width: 220px;
	height: auto;
	padding-top: 10px;
	padding-right: 45px;
	text-align: left;
}

#rightHomepage img {
	border-style: solid;
	border-width: 1px;
	border-color: #af006a;
}

#homepageSub
{
	width: 830px;
	height: 162px;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/homepage-goat-3.png);
}

#goShopping {
	position: relative;
	top: 80px;
	left: 550px;
	width: 250px;
}

#subpageSub
{
	width: 830px;
	height: 134px;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/subpage-head1.png);
}

#goShoppingBanner {
	position: relative;
	top: 1px;
	left: 609px;
	width: 205px;
}

#footer {
	clear: both;
	width: 830px;
	height: 46px;
	background-image: url(../images/footer-background.png);
	background-repeat: repeat-x;
	color: #feffdd;
	font-size: 8pt;
	padding-top: 10px;
	text-align: center;
}

#footer a:link {
        color: #feffdd;
        font-size: 8pt;
	text-decoration: none;
}

#footer a:active {
        color: #feffdd;
        font-size: 8pt;
	text-decoration: none;
}

#footer a:visited {
        color: #feffdd;
        font-size: 8pt;
	text-decoration: none;
}

#footer a:hover {
        color: #ffffff;
        font-size: 8pt;
	text-decoration: underline;
}

img.imgBorder
{
	border-style: solid;
	border-width: 1px;
	border-color: #af006a;
}

div.alignRight
{
	text-align: right;
	border-style: dotted;
	border-width: 0 0 1px;
	border-color: #af006a;
	margin-bottom: 10px;
}

.style1 {
        font-weight: bold;
        font-style: italic;
}

a:link {
        color: #aa3d7d;
        text-decoration: underline;
}

a:active {
        color: #aa3d7d;
        text-decoration: underline;
}

a:visited {
        color: #aa3d7d;
        text-decoration: underline;
}

a:hover {
        color: #ce2889;
        text-decoration: underline;
}

input.inputBox
{
	width: 95%;
	line-height: normal;
	border-color: #afafaf;
	border-width: 1px;
	border-style: solid;
}

textarea
{
	width: 95%;
	line-height: normal;
	border-color: #afafaf;
	border-width: 1px;
	border-style: solid;
	background-color: #ffffff;
}

select
{
	width: 95%;
	line-height: normal;
	border-color: #afafaf;
	border-width: 1px;
	border-style: solid;
	background-color: #ffffff;
}

table.tablediv {
	display: table;
	width: 500px;
	border-spacing: 0px; 
	border-collapse: separate;
}

td.celldivleft {
	width: 65%;
}

td.celldivleft a:link {
	display: block;
	width: 100%;
	text-decoration: none;
}

td.celldivleft a:active {
	display: block;
	width: 100%;
	text-decoration: none;
}

td.celldivleft a:visited {
	display: block;
	width: 100%;
	text-decoration: none;
}

td.celldivleft a:hover {
	display: block;
	width: 100%;
	background-color: #f79cd4;
	color: #400027;
	text-decoration: none;
}

td.celldivright {
	width: 35%;
}

td.titlecelldivleft {
	color: #000000;
	font-weight: bold;
	width: 65%;
	background-color: #f37cc5;
}

td.titlecelldivright {
	color: #000000;
	font-weight: bold;
	width: 35%;
	background-color: #f37cc5;
}

tr.rowdiv {
	width: auto;
	padding: 5px;
}

tr.titlerowdiv {
	background-color: #f37cc5;
}

strong.red { color: #af006b; }

div.tablediv {
        display: table;
        width: 500px;
        border-spacing: 5px;
        border-collapse: separate;
}

div.celldivleft {
	float: left;
	display: block;
        width: 65%;
}

div.celldivleft a:link {
        display: block;
        width: 100%;
        text-decoration: none;
}

div.celldivleft a:active {
        display: block;
        width: 100%;
        text-decoration: none;
}

div.celldivleft a:visited {
        display: block;
        width: 100%;
        text-decoration: none;
}

div.celldivleft a:hover {
        display: block;
        width: 100%;
        background-color: #f79cd4;
        color: #400027;
        text-decoration: none;
}

div.celldivright {
	float: left;
	display: block;
        width: 35%;
}

div.titlecelldivleft {
        color: #000000;
        font-weight: bold;
        width: 65%;
        background-color: #f37cc5;
}

div.titlecelldivright {
        color: #000000;
        font-weight: bold;
        width: 35%;
        background-color: #f37cc5;
}

tr.rowdiv {
        width: auto;
        padding: 5px;
}

tr.titlerowdiv {
        background-color: #f37cc5;
}

ul.distributorsul li {
	color: #c40077;
	font-weight: bold;
	padding-bottom: 7px;
}

input.inputbox
{
	width: 125px;
	line-height: normal;
	border-color: #afafaf;
	border-width: 1px;
	border-style: solid;
	background-color: none;
}

div.faq-question { background: url(/images/faq-q.png) no-repeat; padding: 10px 0 20px 50px; margin: 0 0 5px 0; font-weight: bold; }
div.faq-answer { background: url(/images/faq-a.png) no-repeat; padding: 10px 0 0 50px; margin: 0 0 20px 0; }

table.myer-stores td { width: 200px; }

#navbar ul { margin: 0; padding: 0; height: 41px; }
#navbar ul li { margin: 0; padding: 0; list-style: none; float: left; }
#navbar ul li a { height: 41px; display: block; text-indent: -9999em; background: url(/images/bgs-nav-new.png) no-repeat; }

#navbar ul li a.link1 { background-position: 0px 0px; width: 87px; }
#navbar ul li a.link2 { background-position: -87px 0px; width: 90px; }
#navbar ul li a.link3 { background-position: -177px 0px; width: 114px; }
#navbar ul li a.link4 { background-position: -291px 0px; width: 108px; }
#navbar ul li a.link5 { background-position: -399px 0px; width: 108px; }
#navbar ul li a.link6 { background-position: -507px 0px; width: 75px; }
#navbar ul li a.link7 { background-position: -582px 0px; width: 45px; }
#navbar ul li a.link8 { background-position: -627px 0px; width: 87px; }
#navbar ul li a.link9 { background-position: -714px 0px; width: 116px; }

#navbar ul li a.link1:hover { background-position: 0px -41px; }
#navbar ul li a.link2:hover { background-position: -87px -41px; }
#navbar ul li a.link3:hover { background-position: -177px -41px; }
#navbar ul li a.link4:hover { background-position: -291px -41px; }
#navbar ul li a.link5:hover { background-position: -399px -41px; }
#navbar ul li a.link6:hover { background-position: -507px -41px; }
#navbar ul li a.link7:hover { background-position: -582px -41px; }
#navbar ul li a.link8:hover { background-position: -627px -41px; }
#navbar ul li a.link9:hover { background-position: -714px -41px; }

th { width: 150px; font-weight: bold; }
