/* CSS Document */
body
{
	background: #ffffff;
	color: #000;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
body.Admin
{
	margin: 0px;
	background: #FFF;
	color: #000;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.Primary
{
	background: #785f7c;
	color: #FFF;
	font-family: verdana, arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
}
.PrimaryHeader
{
	background: #785f7c;
	color: #FFF;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
}
.PrimaryBoldText
{
	background: #785f7c;
	color: #FFF;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
.PrimaryEnlargedText
{
	background: #785f7c;
	color: #FFF;
	font-family: verdana, arial, sans-serif;
	font-weight: normal;
	font-size: 14px;
}
.PrimaryReducedText
{
	background: #785f7c;
	color: #FFF;
	font-family: verdana, arial, sans-serif;
	font-weight: normal;
	font-size: 10px;
}
.Secondary
{
	background: #663366;
	color: #FFF;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.SecondaryHeader
{
	background: #663366;
	color: #FFF;
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.SecondaryBoldText
{
	background: #663366;
	color: #FFF;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.SecondaryEnlargedText
{
	background: #663366;
	color: #FFF;
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
.SecondaryReducedText
{
	background: #663366;
	color: #FFF;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
.Accent
{
	color: #999;
	background: #f1f1f1;
	font-family: verdana, arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
}
.AccentHeader
{
	color: #999;
	background: #f1f1f1;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
}
.AccentBoldText
{
	color: #999;
	background: #f1f1f1;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
.AccentEnlargedText
{
	color: #999;
	background: #f1f1f1;
	font-family: verdana, arial, sans-serif;
	font-weight: normal;
	font-size: 14px;
}
.AccentReducedText
{
	color: #999;
	background: #f1f1f1;
	font-family: verdana, arial, sans-serif;
	font-weight: normal;
	font-size: 10px;
}
.Splash
{
	color: #FFF;
	background: #785f7c;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.SplashHeader
{
	color: #FFF;
	background: #785f7c;
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.SplashBoldText
{
	color: #FFF;
	background: #785f7c;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.SplashEnlargedText
{
	color: #FFF;
	background: #785f7c;
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
.SplashReducedText
{
	color: #FFF;
	background: #785f7c;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
.GridRowOdd
{
	color: #000;
	background: #FFF;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: normal
}
.GridRowEven
{
	color: #000;
	background: #DDD;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: normal
}
td, .DefaultText
{
	color: #000;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.BoldText
{
	color: #000;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.EnlargedText
{
	color: #000;
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
.HeaderText
{
	color: #000;
	font-family: verdana, arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.ReducedText
{
	color: #000;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: normal
}
.HomebaseText
{
	color: #000;
	background: #FFF;
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
table.TableWithBorder
{
	background: #FFF;
	border: 1px solid #663366;
	color: #000;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	empty-cells: show
}
td.TableWithBorder
{
	background: #FFF;
	border: none;
	color: #000;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	empty-cells: show;
}
.Outline
{
	background: #663366;
	border: 1px solid #663366;
	color: #FFF;
	font-family: verdana, arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	empty-cells: show;
}
.Error
{
	color: #900;
	font: bold 14px verdana, arial, sans-serif;
}
.FormElementInput
{
	background: #FFF;
	color: #000;
	border-color: #663366;
	border-width: 1px;
	font-family: verdana, arial, sans-serif;
	font-weight: normal;
}
.FormButtons
{
	color: #FFF;
	background: #663366;
	border-color: #663366;
	border-width: 1px;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
}
a
{
	text-decoration: underline;
	color: #000;
	font-family: verdana, arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
}
a:link { color: #000; text-decoration: underline; }
a:visited { color: #000; text-decoration: underline; } 
a:hover { color: #1E0101; }
a.menu
{
	text-decoration: none;
	color: #FFF;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
a.menu:link { color: #FFF; }
a.menu:visited { color: #FFF; }
a.menu:hover { color: #CCC; }
a.Gridmenu
{
	text-decoration: none;
	color: #FFF;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
a.Gridmenu:link { color: #FFF; }
a.Gridmenu:visited { color: #FFF; }
a.Gridmenu:hover { color: #FFF; }
a.Homebase
{
	text-decoration: none;
	color: #785f7c;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
}
a.Homebase:link { color: #785f7c; }
a.Homebase:visited { color: #785f7c; }
a.Homebase:hover { color: #f1f1f1; }
a.FormFileManagerFileList
{
	text-decoration: none;
	color: #FFF;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
a.FormFileManagerFileList:link{ color: #FFF; }
a.FormFileManagerFileList:visited{ color: #FFF; }
a.FormFileManagerFileList:hover
{
	color: #FFF;
	background: #663366;
}
img.BlockIMG
{
	display: block;
	margin: 0px;
}
#sitesearch
{
}
#sitesearch .KeywordRow
{
	display: block;
}#sitesearch .MaxPagesRow
{
	display: block;
}
#sitesearch .StartSearchRow
{
	display: block;
	margin-top: 2px;
	margin-bottom: 10px;
}
#sitesearch .NoCriteria
{
}
#sitesearch .NoResults
{
}
#sitesearch .SearchedFor
{
	display: block;
	margin-bottom: 10px;
}
#sitesearch .clear
{
	display: block;
}
#sitesearch .ResultItem
{
}
#sitesearch .ResultSummaryLabel
{
}
#sitesearch .ResultSummary
{
	margin-bottom: 10px;
}
.ResultSummary .Matched
{
	color: #ff0000;
}
#sitesearch .Paging
{
	display: block;
	width: 100%;
}.Paging .ResultPrevious
{
	width: 100px;
	float: right;
	display: block;
}
#SP0 .ResultPrevious
{
	display: none;
}
.Paging .ResultNext
{
	width: 100px;
	float: right;
	display: block;
}
.noprint { display: block; }
@media print {
	.noprint { display: none; }
}


/* START CUSTOM CLASSES */
.container {
     width: 950px;
}
.contentBlock { 
     padding: 0px;
}
.contentBlock .ContentBlock {
     padding: 10px 0;
}
.contentBlock a:link,
.contentBlock a:visited {
     text-decoration: underline;
     color: #663366;
}
.contentBlock a:hover {
     text-decoration: underline;
     color: #785F7C;
}
.footerBlock .footerBlock {
   padding: 20px 20px 0px 0px;
   line-height: 16px;
   font-size: 10px;
}
.footerBlock {
     padding: 0px;
}
.footerBlock a:link,
.footerBlock a:visited {
     color: #000000;
     text-decoration: underline;
   line-height: 16px;
   font-size: 10px;
}
.footerBlock a:hover {
     color: #999999;
     text-decoration: underline;
   line-height: 16px;
   font-size: 10px;
}

.footerpurple a, 
.footerpurple a:link, 
.footerpurple a:visited, 
.footerpurple a:hover {
     text-decoration: none;
     font-weight: bold;
     font-size: 12px;
     color: #FFF;
}
.headerBlock a:link,
.headerBlock a:visited {
     color: #000000;
     font-weight: bold;
     text-decoration: none;
}
.headerBlock a:hover {
     color: #663366;
     font-weight: bold;
     text-decoration: none;
}

.commerceBlock .commerceblock {
     padding: 0px;
}
.commerceBlock {
    padding: 25px;
}
td #transOptInLeft {
    padding-left: 100px;
}
#CustomerQuestion1A {
     height: 75px;
}
h1 {
    font-size: 20px; 
    color: #666666;
}
h2 {
    color: #785f7c;
    font-size: 16px;
    margin-bottom: 4px;
}
p { margin-top: 0px; }
/***************** Festivity CSS ******************/


body.pagebgmain {
   background: #FFFFFF;
   color: 000000;
}
#main body {
   background: FFFFFF;
   color: #000000;
}
#main {
   background: #FFFFFF;
}
/**
#main a:link,
#main a:visited {
   color: #000;
   font-size: 13px;
   font-family: arial, helvetica, san-serif;
   text-decoration: underline;
}
#main a:hover {
   color: #1E0101;
   font-size: 13px;
   font-family: arial, helvetica, san-serif;
   text-decoration: none;
}
**/
#main .contentbox1 {
   padding: 20px 10px 20px 20px;
}
#main .contentbox2 {
   color: #000000;
   font: 12px arial, helvetica, san-serif;
   padding: 20px 20px 20px 10px;
}
#main .footerblock {
   padding: 20px 20px 0px 0px;
}
#main .footercontent {
   color: #000000;
   font: bold 10px arial, helvetica, san-serif;
   line-height: 16px;
}
#main .footercontent a:link {
   color: #000000;
   font: bold 10px arial, helvetica, san-serif;
   line-height: 16px;
   text-decoration: underline;
}
#main .footercontent a:hover {
   color: #000000;
   font: bold 10px arial, helvetica, san-serif;
   line-height: 16px;
   text-decoration: none;
}
#main .footercontent a:visited {
   color: #666666;
   font: bold 10px arial, helvetica, san-serif;
   line-height: 16px;
   text-decoration: none;
}
#main .footermenu {
   background: #785f7c;
   color: #FFFFFF;
   font: bold 12px arial, helvetica, san-serif;
   padding: 4px;
   text-transform: uppercase;
}
#main .footermenu a:link {
   color: #FFFFFF;
   font: bold 12px arial, helvetica, san-serif;
}
#main .footermenu a:hover {
   color: ##FFFFFF;
   font: bold 12px arial, helvetica, san-serif;
}
#main .footermenu a:visited {
   color: #FFFFFF;
   font: bold 12px arial, helvetica, san-serif;
}

#main .header {
   background: #FFFFFF;
}
#main .headerimg {
   border: 0px;
}
#main .leftnav {
   background: #f3f3f3;
}
#main .topmenu {
   background: #785f7c;
   color: #FFFFFF;
/**   font: bold 14px arial, helvetica, san-serif;
   padding: 5px; **/
}
#main .topmenu a:link {
   color: #FFFFFF;
   font: bold 14px arial, helvetica, san-serif;
}
#main .topmenu a:hover {
   color: #FFFFFF;
   font: bold 14px arial, helvetica, san-serif;
}
#main .topmenu a:visited {
   color: #FFFFFF;
   font: bold 14px arial, helvetica, san-serif;
}
#main .menutext {
   color: #FFFFFF;
   font: bold 14px arial, helvetica, san-serif;
}
#main .menutext a:link {
   color: #FFFFFF;
   font: bold 14px arial, helvetica, san-serif;
}
#main .menutext a:hover {
   color: #DDDDDD;
   font: bold 14px arial, helvetica, san-serif;
}
#main .menutext a:visited {
   color: #BBBBBB;
   font: bold 14px arial, helvetica, san-serif;
}
#main .picture {
   border: 1px solid #663366;
   padding: 0px;
}
#main .searchbox {
   border: 2px solid #000000;
}
#main .text {
   color: #000000;
   font: 12px arial, helvetica, san-serif;
}
#main .text a:link {
   color: #000000;
   font: bold 12px arial, helvetica, san-serif;
}

#main .text_big {
   color: #000000;
   font: 14px arial, helvetica, san-serif;
}
#main .textbold {
   color: #000000;
   font: bold 13px arial, helvetica, san-serif;
}
#main .textbold a:link {
   color: #000000;
   font: bold 13px arial, helvetica, san-serif;
   text-decoration: none;
}
#main .textbold a:hover {
   color: #666666;
   font: bold 13px arial, helvetica, san-serif;
   text-decoration: none;
}
#main .textbold a:visited {
   color: #000000;
   font: bold 13px arial, helvetica, san-serif;
   text-decoration: none;
}
#main .commercemenu {
   background: #f3f3f3;
   color: #663366;
   font: bold 15px arial, helvetica, san-serif;
   padding: 10px 0px 0px 7px;
   text-decoration: none;
}
#main .boxspace {
   padding: 10px 0px 0px 0px;
}

/**************** Form CSS *************************/

#main .BoldText {
   color: #000000;
   font-family: arial, helvetica, san-serif;
   font-size: 12px;
   font-weight: bold;
}
#main .COMCatPartNo {

}
#main .DefaultText {
   color: #000000;
   font-size: 12px;
   font-family: arial, helvetica, san-serif;
}
#main .DefaultText img {
   border: #f3f3f3 0px solid;
   padding: 0px;
}
#main .DefaultTextBold {
   color: #000000;
   font-size: 12px;
   font-family: arial, helvetica, san-serif;
   font-weight: bold;
}
#main .Error {
   background-color: #F3F3F3;
   color: #ff6666;
   font-family: arial, helvetica ,sans-serif;
   font-size: 13px;
   font-weight: bold;
}
#main .FormButtons {
   color: #FFFFFF;
   background-color: #663366;
   border-color: #785f7c;
   border-width: 1px;
   font-family: arial, helvetica, san-serif;
   font-size: 11px;
   font-weight: bold;
   cursor: hand;
}
#main .ReducedText {
   color: #000000;
   font-family: arial, helvetica, san-serif;
   font-size: 11px;
   font-weight: normal;
}
#main .ReducedText a {
   color: #663366;
   font-family: arial, helvetica, san-serif;
   font-size: 11px;
   font-weight: normal;
}
#main .ReducedText a:hover {
   color: #F3F3F3;
   font-family: arial, helvetica, san-serif;
   font-size: 11px;
   font-weight: normal;
}
#main .Primary {
   background-color: #f3f3f3;
   color: #000000;
   font-family: arial, helvetica, san-serif;
   font-weight: normal;
   font-size: 12px;
}

#main .Primary a:link, a:visited {
   color: #663366;
   text-decoration: underline;
}
#main .PrimaryBoldText {
   background-color: #F3F3F3;
   color: #663366;
   font-family: arial, helvetica, san-serif;
   font-weight: bold;
   font-size: 12px;
}
#main .PrimaryBoldText2 {
   background-color: none;
   color: #663366;
   font-family: arial, helvetica, san-serif;
   font-weight: bold;
   font-size: 12px;
}
#main .Secondary {
   background-color: #663366;
   color: #FFFFFF;
   font-family: arial, helvetica, san-serif;
   font-size: 12px;
   font-weight: normal;
}
#main .SecondaryBoldText {
   background-color: #663366;
   color: #FFFFFF;
   font-family: arial, helvetica, san-serif;
   font-size: 12px;
   font-weight: bold;
}
#main .TableWithBorder {
   background-color: #F3F3F3;
   border: 1px solid #785f7c;
   color: #000000;
   font-family: arial, helvetica, san-serif;
   font-size: 12px;
   font-weight: normal;
   empty-cells: show
}
#main .TableWithBorder a:link {
   color: #663366;
   font: bold 12px arial, helvetica, san-serif;
}
#main .TableWithBorder a:visited {
   color: 663366;
   font: bold 12px arial, helvetica, san-serif;
}
#main td, .DefaultText
{
	color: #000000;
	font-family: arial, helvetica, san-serif;
	font-size: 12px;
	font-weight: normal;
}

#main #transStepOneHead {
   border: none;
}

#main #transStepTwoHeader {
   border: none;
   background: #F3F3F3;
}

#main .AttrPadding table tr td{
   font-weight: bold;
   padding-bottom: 15px;
   vertical-align: middle;
}

/***************** End **********************/


#QtyPriceDiv {
     display: none;
}
/* ********************************** */
#topNavMenu {
	margin: 0;
	padding: 0;
	background: #785F7C;
}
#topNavMenu ul {
	margin: 0;
	padding: 0;
	line-height: 25px;
}
#topNavMenu li{
	float: left;
	position: relative;
	list-style-type: none;
	background: #785F7C;
}
#topNavMenu ul li a {
	color:#FFF;
	display:block;
	font-size:12px;
	height:25px;
	width: 118px;
	text-decoration:none;
	text-align: center;
	font-family: Arial, Verdana;
	border-right: 1px solid #FFF;
	font-weight: bold;
	padding: 0 3px;
}
#topNavMenu li:hover {
	background: #663366;
}
#topNavMenu a:hover {
	color: #FFF;
}
#topNavMenu ul ul {
	visibility: hidden;            
	position: absolute;
	top: 25px;
	padding-top: 2px;
	background: #785F7C;
	z-index: 999;
}
#topNavMenu ul ul li a, #topNavMenu ul u lil a:visited {
	height:auto;
	color:#FFF;
	border: none;
	width: 126px;
}
/*styling for drop down */
#topNavMenu ul li:hover ul li a:hover {
	background:#663366; /*background for drop down menu */
	color: #FFF;
}
#topNavMenu ul li:hover ul, .menu ul a:hover ul {
	visibility: visible;
}
#topNavMenu ul li:hover ul ul {
	visibility:hidden; /* hide flyout menu */
}
/*styling for flyout menu */
#topNavMenu ul li:hover ul li:hover ul {
	visibility:visible;
	float:left;
	position:absolute;
	left:132px;/*this should be 10px greater than the width in the .menu ul ul li declaration */
	top:0px;
	padding-top: 0px;
}
#topNavMenu ul li ul li:hover ul ul li {
	visibility:hidden;
}

.contentBlock td, .commerceBlock td, #commerce td {
text-align: left;
}

.boxspace {
padding-top: 25px;
}
.boxspace td {
text-align: left;
}
