<style type="text/css">

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #020468;
	background-image: none;
	background-repeat: repeat-x;
}
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #000066;
	background-image: none;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

#container  {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-decoration: none;
} 
a     {
	text-decoration: none;
}
a:hover     {
	color: #000066;
	text-decoration: none;
}
#header  {
	background-color: #FFFFFF;
	background-image: url(images/mvpheader2.jpg);
	height: 100px;
	width: 1000px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #0000FF;
} 
#header  h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#indexbody     {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000033;
	text-align: left;
	text-decoration: none;
}

#EcoMainContent  {
	text-align: left;
	height: 1300px;
	width: 1000px;
	float: none;
	clear: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
#ecoheader {
	height: 133px;
	width: 400px;
	margin-top: 10px;
	margin-right: 210px;
	margin-left: 210px;
	margin-bottom: 25px;
	background-image: url(Eco-Friendly/images/ecology.gif);
}

#mainContent {
	width: 810px;
	margin-left: 0px;
	height: auto;
	padding: 0px;
	float: right;
	text-decoration: none;
}

#indexecoholder    {
	width: 400px;
	margin-top: 10px;
	margin-right: 122px;
	margin-bottom: 10px;
	margin-left: 122px;
	padding: 0px;
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 182px; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	height: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	border-bottom-style: none;
	border-right-style: none;
	border-right-width: thin;
	border-right-color: #0000FF;
	border-top-style: none;
	border-left-style: none;
	text-align: center;
}
#verticalmenuholder {
	height: 650px;
	width: 180px;
	margin-left: 2px;
}

#sidebar1header   {
	font-size: small;
	color: #FFFFFF;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 184px;
	height: 24px;
	padding-top: 4px;
	background-image: url(images/headermain.gif);
	background-repeat: repeat-x;
}
#sidebar2  {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
}
#headercontainer {
	text-align: center;
	height: 26px;
	width: 156px;
	margin-left: 2px;
	margin-bottom: 10px;
	float: none;
}

#leftcorner {
	background-image: url(images/header_ltcorner.gif);
	background-repeat: no-repeat;
	float: left;
	height: 26px;
	width: 11px;
}
#headermain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	background-image: url(images/headermain.gif);
	background-repeat: repeat-x;
	height: 26px;
	text-align: center;
	float: left;
	width: 134px;
	padding-top: 2px;
}
#rightcorner {
	background-image: url(images/header_rtcorner.gif);
	float: left;
	height: 26px;
	width: 11px;
}
#flashcontainer   {
	text-align: center;
	width: 152px;
	margin-left: 2px;
	height: auto;
	padding-right: 1px;
	padding-left: 1px;
	border: thin none #000099;
	padding-top: 2px;
	padding-bottom: 1px;
}
#penspecialheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	margin-top: 50px;
	margin-right: 140px;
	margin-bottom: 20px;
	margin-left: 140px;
	line-height: normal;
	background-color: #990000;
	font-style: italic;
	height: 30px;
	padding-top: 8px;
	width: 540px;
}
#menuholder {
	height: 48px;
	width: 1000px;
	background-color: #FFFFFF;
}

#pricedisclaimer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: italic;
	font-weight: bold;
	color: #C40000;
	height: 70px;
	clear: both;
	width: 900px;
	text-align: center;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
	vertical-align: top;
}
#Going_Green  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #2C6608;
	font-weight: bold;
	color: #FFFFFF;
	border: thin solid #2C6608;
	width: 155px;
	text-align: center;
	margin-left: 2px;
}
#ecocontainer {
	width: 175px;
	border: thin double #2C6608;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 20px;
	height: 470px;
	background-image: url(../MtnView07/images/ecobkgrnd.gif);
	background-position: center center;
}
#Greenimage {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center center;
	height: 155px;
	width: 155px;
	text-align: center;
	vertical-align: middle;
	margin-left: 2px;
	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: none;
	border-left-style: solid;
	border-top-color: #2C6608;
	border-right-color: #2C6608;
	border-bottom-color: #2C6608;
	border-left-color: #2C6608;
	text-decoration: none;
	background-image: url(Eco-Friendly/images/ecobkgrnd.gif);
}


#indexgreendescription {
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: no-repeat;
	width: 155px;
	text-align: center;
	vertical-align: middle;
	margin-left: 2px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #2C6608;
	border-right-color: #2C6608;
	border-bottom-color: #2C6608;
	border-left-color: #2C6608;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #2C6608;
	text-decoration: none;
}
#indexgreendescription  a    {
	text-decoration: none;
}
#ecodescription {
	background-color: #FFFFFF;
	background-image: url(Eco-Friendly/images/ecobkgrnd.gif);
	background-repeat: no-repeat;
	width: 175px;
	text-align: center;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #275C07;
	border: thin none #990000;
	height: 315px;
	background-position: center top;
}
#ecoimage {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center center;
	height: 155px;
	width: 175px;
	text-align: center;
	vertical-align: middle;
	border: thin none #990000;
}
#indexsaledescription   .style6   a     {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-decoration: none;
}
#indexsaledescription  .style6  a:hover    {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000066;
	text-decoration: none;
}
#indexsaledescription  a    {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-decoration: none;
}
#indexsaledescription  a:hover    {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000066;
	text-decoration: none;
}
#specialscontainer {
	width: 165px;
	border: 2px double #990000;
	float: left;
	margin-right: 12px;
	margin-left: 12px;
	margin-top: 20px;
	height: 325px;
}
#indexsaleimage {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center center;
	height: 155px;
	width: 155px;
	text-align: center;
	vertical-align: middle;
	margin-left: 2px;
	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: none;
	border-left-style: solid;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
	text-decoration: none;
}
#indexsaledescription {
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: no-repeat;
	width: 155px;
	text-align: center;
	vertical-align: middle;
	margin-left: 2px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #990000;
	padding-bottom: 5px;
	text-decoration: none;
}
#special {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #990000;
	font-weight: bold;
	color: #FFFFFF;
	border: thin solid #990000;
	width: 155px;
	text-align: center;
	margin-left: 2px;
}
#saleimage {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center center;
	height: 155px;
	width: 165px;
	text-align: center;
	vertical-align: middle;
	border: thin none #990000;
}

#saledescription {
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: no-repeat;
	width: 165px;
	text-align: center;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #990000;
	border: thin none #990000;
	height: 145px;
}
#nav {
	color: #FFFFFF;
	background-color: #0307A0;
	font-size: small;
	font-style: italic;
	font-weight: bolder;
	margin: 0px;
	height: 20px;
	text-align: center;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: text-bottom;
	letter-spacing: normal;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav li {
	list-style-type: none;
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
}
#nav a {
	color: #FFFFFF;
	font-size: 90%;
	text-decoration: none;
}
#nav a:hover {
	font-size: 90%;
	color: #FF6600;
	text-decoration: none;
}
#indexbody2    {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: left;
}
#mugspecialdesc {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-weight: normal;
	padding: 0px;
	height: 190px;
	text-align: left;
	margin-left: 160px;
	text-decoration: none;
}

#mugspecial {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-weight: normal;
	padding: 5px;
	height: 190px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 30px;
	text-decoration: none;
}
#boxoutline   {
	border-top-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF6600;
	border-right-color: #FF6600;
	border-bottom-color: #FF6600;
	border-left-color: #FF6600;
	text-align: center;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	margin-top: 20px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
}
#orangebox  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF6600;
	text-align: center;
	margin: 5px;
}
#orangeboxtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: justify;
	margin: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#calendar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #0000CC;
	font-weight: bold;
	color: #FFFFFF;
	border: thin solid #0000CC;
	width: 155px;
	text-align: center;
	margin-left: 5px;
}
#calendarcontainer {
	height: 430px;
	width: 165px;
	float: left;
}

#calendardescription {
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: no-repeat;
	width: 151px;
	text-align: center;
	vertical-align: middle;
	margin-left: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #990000;
	border-right-color: #0000CC;
	border-bottom-color: #0000CC;
	border-left-color: #0000CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #0000CC;
	padding-bottom: 5px;
	font-weight: bold;
	padding-right: 2px;
	padding-left: 2px;
}
#calendarimage {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center center;
	height: 170px;
	width: 155px;
	text-align: center;
	vertical-align: middle;
	margin-left: 5px;
	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: none;
	border-left-style: solid;
	border-top-color: #0000CC;
	border-right-color: #0000CC;
	border-bottom-color: #0000CC;
	border-left-color: #0000CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}

#footer  {
	color: #FFFFFF;
	background-color: #0307A0;
	font-size: 80%;
	font-style: italic;
	font-weight: bolder;
	margin: 0px;
	height: 70px;
	padding: 5px;
	text-align: center;
} 
#footer #nav {
	color: #FFFFFF;
	background-color: #0307A0;
	font-size: small;
	font-style: italic;
	font-weight: bolder;
	margin: 0px;
	height: 15px;
	text-align: center;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: text-bottom;
	letter-spacing: normal;
}
#footer  #nav ul {
	margin: 0px;
	padding: 0px;
}
#footer  #nav li {
	list-style-type: none;
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
}
#footer  #nav a {
	color: #FFFFFF;
	font-size: 90%;
	text-decoration: none;
}
#footer  #nav a:hover {
	font-size: 90%;
	color: #FF6600;
	text-decoration: none;
}
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#footer #copyright {
	color: #FFFFFF;
	background-color: #0307A0;
	font-size: 80%;
	font-style: italic;
	font-weight: bolder;
	margin: 0px;
	height: 15px;
	padding: 5px;
	text-align: center;
}

.style5 {
	color: #FF0000;
	font-size: x-small;
}
.style7 {
	color: #000000;
	font-size: x-small;
}
.style3 {font-size: small}
.style9 {
	color: #006633;
	font-size: small;
	font-weight: bold;
}
.style10 {
	font-size: xx-small;
}

#EcoRegion2 {
	height: 1300px;
	width: 1000px;
	background-color: #FFFFFF;
}
#psmainContent  {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 180px;
	text-align: left;
	height: 1300px;
	width: 810px;
	float: none;
	clear: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
#menucontainer {
	width: 170px;
	float: left;
}
#centerContent {
	width: 623px;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #0000CC;
	height: 1200px;
}
#rightContent {
	float: right;
	width: 168px;
	padding-left: 5px;
}

#bottompagenav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
	color: #0000CC;
	text-align: right;
	clear: left;
	float: none;
	width: 780px;
	height: 25px;
	vertical-align: middle;
	padding-right: 10px;
	padding-left: 10px;
}
#toppagenav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
	color: #0000CC;
	text-align: right;
	clear: right;
	width: 780px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
}
#productthumbnailcontainer {
	width: 788px;
	padding-left: 20px;
	height: 1050px;
}
#budgetmug {
	width: 800px;
	height: 750px;
	margin-top: 50px;
}
#budgetmuginfo     {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	height: auto;
	width: 420px;
	float: none;
	clear: none;
	margin-left: 230px;
}

#testimonialheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFFFFF;
	background-color: #1315D9;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
}
#testimonialtitle {
	padding-top: 5px;
	padding-bottom: 5px;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000099;
	border-left-color: #000099;
	padding-right: 5px;
	padding-left: 5px;
}
#testimonial {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000099;
	border-bottom-color: #000099;
	border-left-color: #000099;
	padding-right: 10px;
	padding-left: 10px;
}
#productContent {
	width: 808px;
	margin-left: 0px;
	height: auto;
	float: right;
	margin-top: 0px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #0000CC;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#productcontainer {
	width: 800px;
	height: 750px;
	margin-top: 50px;
}
#productdetails2 {
	height: auto;
	width: 800px;
	clear: both;
	margin-top: 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #000066;
	border-top-width: medium;
	border-top-style: none;
	border-top-color: #0066CC;
	border-right-color: #0066CC;
	border-bottom-color: #0066CC;
	border-left-color: #0066CC;
	text-align: left;
	padding-left: 3px;
}
#contactinfo {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	height: auto;
	width: 800px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}


#productimageholder {
	float: left;
	height: 250px;
	width: 225px;
	margin-left: 3px;
	text-align: center;
}
#productdetails {
	float: right;
	height: auto;
	width: 575px;
	margin-left: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #000066;
	margin-bottom: 10px;
	padding-left: 3px;
	padding-top: 5px;
}
#productimageholder #quote {
	height: 25px;
	width: 225px;
	text-align: center;
	float: left;
}

#productname {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #000066;
	height: 45px;
	width: 575px;
	float: right;
	padding-left: 5px;
}
#productnumber {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000000;
	height: 25px;
	width: 575px;
	float: right;
}
#salepricing {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000000;
	height: auto;
	width: 575px;
	float: right;
	padding-left: 5px;
}
.style11 {
	color: #FF0000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
}
.style13 {
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
}
#reply {
	width: 808px;
	margin-left: 0px;
	height: 1200px;
	padding: 0px;
	float: right;
	margin-top: 10px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	font-weight: bold;
	color: #000066;
}
#freecalendarshipping {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FF0000;
	text-decoration: blink;
	text-align: center;
}
#productpricing {
	height: auto;
	width: 800px;
	clear: both;
	margin-top: 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #000066;
	border-top-width: medium;
	border-top-style: none;
	border-top-color: #0066CC;
	border-right-color: #0066CC;
	border-bottom-color: #0066CC;
	border-left-color: #0066CC;
	text-align: left;
	padding-left: 3px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#itemnumbertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000000;
	height: 25px;
	width: 60px;
	float: left;
}
#itemnumber {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000000;
	height: 25px;
	width: 510px;
	float: right;
	padding-left: 5px;
}
#verticalmenu {
	height: 510px;
	width: 178px;
	margin-left: 3px;
}
#categoryContent {
	width: 808px;
	margin-left: 0px;
	height: 2200px;
	padding: 0px;
	float: right;
	margin-top: 10px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #0000CC;
}
#contactusContent {
	width: 808px;
	margin-left: 0px;
	height: 600px;
	padding: 0px;
	float: right;
	margin-top: 10px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #0000CC;
}
#SignInContent {
	width: 808px;
	margin-left: 0px;
	height: auto;
	float: right;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #0000CC;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#HolidayCardContent {
	width: 808px;
	margin-left: 0px;
	height: auto;
	padding: 0px;
	float: right;
	margin-top: 10px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #0000CC;
}
#FoodGiftsContent {
	width: 808px;
	margin-left: 0px;
	height: auto;
	padding: 0px;
	float: right;
	margin-top: 10px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #0000CC;
}
#container #mainContent #aboutus {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #0000CC;
	padding: 10px;
}
#filler {
	width: 808px;
	margin-left: 0px;
	height: 1200px;
	padding: 0px;
	float: right;
	margin-top: 10px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	font-weight: bold;
	color: #000066;
}
#productimage {
	float: left;
	height: 225px;
	width: 225px;
	margin-left: 0px;
}
