html, body {
	background: Black;
	display: block;
  Margin:0;
  Padding:0;
  Width:100%;
  Height:100%;
  Color: white;
  }
  
body, body td {
  Font-Family:arial, verdana, sans-serif;
  Font-Size: 12px;
  color: Black;
  }

#printBody
{
	background: White;
	color: Black;
}


a {
    color: #99001A;
	text-decoration: none;
	}
	
a:visited {
    color: #99001A;
	text-decoration: none;
	}
	
a:hover {
    color: #BB223A;
	text-decoration: underline;
	}	

.Background{
  Position:absolute;
  Z-index:1;
  Width:100%;
  Height:100%;
  }
  
.MainContainer {
  Position:absolute;
  Width:950px;
  Height:100%;
  Z-index:2;
   left: 50%;
   margin-left: -475px;
  }
  
.Logo {
  Background: url(/Judel/Flash/TemplateA/images/JudelLogo.gif);
  Height: 49px;
  Width: 95px;
  Margin-Top: 5%;
  }

.Navigation {
  Width: 800px;
  Height: 50px;
  Margin-Top: -40px;
  margin-Left: 140px; 
  }
  
#tabs6 {
  float:left;
  width:100%;
  font-size: 12px;
  line-height:normal;
      border-bottom:1px solid #666;
  }
#tabs6 ul {
      margin:0;
      padding:10px 10px 0 50px;
      list-style:none;
  }
#tabs6 li {
  display:inline;
  margin:0;
  padding:0;
  }
#tabs6 a {
  float:left;
  background:url(/Judel/Flash/TemplateA/images/tableft6.gif) no-repeat left top;
  margin:0;
  padding:0 0 0 4px;
  text-decoration:none;
  }
#tabs6 a span {
  float:left;
  display:block;
  background:url(/Judel/Flash/TemplateA/images/tabright6.gif) no-repeat right top;
  padding:5px 15px 4px 6px;
  Font-Family:verdana, arial, sans-serif;
  font-size: 12px;
  color:#FFF;
  }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs6 a span {float:none;}
/* End IE5-Mac hack */
#tabs6 a:hover span {
  color:#FFF;
  }
#tabs6 a:hover {
  background-position:0% -42px;
  }
#tabs6 a:hover span {
  background-position:100% -42px;
  }

  #tabs6 #current a {
          background-position:0% -42px;
  }
  #tabs6 #current a span {
          background-position:100% -42px;
  }  

  
.TopContent {

  Width: 950px;
  Height: 450px;
  Margin-Left:0px;
  Margin-Top: 10px;
  }
  
.TopSlice
{
	height: 12px;
	width: 100%;
	background: url(/JUDEL/Images/ContainerTopSlice.png) bottom left no-repeat;
}

.BottomSlice
{
	clear: left;
	height: 13px;
    width: 100%;
    background: url(/JUDEL/Images/ContainerBottomSlice.png) top left no-repeat;
}
  .SiteContent 
  {
	float: left;
  Width: 100%;
  background: url(/JUDEL/Images/ContainerMiddleSlice.png) top left repeat-y;
  }
  
  .BottomContent
  {
	width: 100%;
	clear: left;
  }
  
.BottomLeftContent 
{
  float: left;
  Height: 133px;
  Width: 448px;
  Margin-Left: -2px;
  Margin-Top: 10px; 
  background-color: #000000;
  color: White;
  }

.BottomRightContent {
  Background: url(/Judel/Flash/TemplateA/images/BottomRightImage.jpg) no-repeat;
  height: 133px;
  width: 492px;
  float: left;
  Margin-Left: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
  }

#search
{
    width: 100%;
    color: #4EB9FF;
    font-size: 13px;
    font-weight: bold;  
    margin-top: 10px;
    margin-left: 0px;
    padding: 3px 0px 0px 25px;
    vertical-align: top;     
}

#search a {
	color: #BBBBBB;
	text-decoration: none;
	}

#search a:hover {
	color: #e5e5e5;
	text-decoration: none;
	}

.actualsearchbox {
    Background: url(/Judel/images/JudelSearchRightBackground.jpg) no-repeat;
    background-position: right;
    Height: 22px;   
    Border: none;
    margin-left: 18px;
    padding-top:1px;
    margin-top: -1px;
    padding-right: 5px;
    }
    
.JudelSearchLeftBackground {
    Background: url(/Judel/images/JudelSearchLeftBackground.jpg) no-repeat;
    Width:17px;
    Height:22px;
    margin-left: 2px;
    margin-top: 0px;
    position: absolute;
    padding: 0px;
    z-index: 85;
    }  
    
#shoppingcart
{
    width: 100%;
    color: #CE9931;
    font-size: 11px;
    font-weight: bold;
    background: url(/JUDEL/Images/cart.gif) no-repeat left;
    padding: 9px 0px 0px 40px;
    margin: 15px 0px 0px 25px;
    vertical-align: top;     

}
    #shoppingcart a {
	color: #bbbbbb;
	text-decoration: none;
	}
	
    #shoppingcart a:visited {
	    color: #bbbbbb;
	    text-decoration: none;
	    }
    	
    #shoppingcart a:hover {
	    color: #e5e5e5;
	    text-decoration: none;
	    }	

#copyright
{
    background-color: Transparent;
    color: White;
    border: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    position: relative;
    top: 0px;
    padding: 0px;
}


#menus
{
    float: left;
    width: 275px;
    margin-right: 0px;
}

#categoryMenuTitle /* Product/Category Items */
{
    width: 120px;
    text-align: center;
    height: 20px;
    font-size: 15px;
    font-weight: bold;
    padding: 3px 0px 3px 0px;
    margin-bottom: 17px;
}

    #categoryMenuTitle a {
		color: #BBBBBB;
		text-decoration: none;
	}
	
    #categoryMenuTitle a:visited {
	    color: #BBBBBB;
	    text-decoration: none;
	    }
    	
    #categoryMenuTitle a:hover {
	    color: #e5e5e5;
	    text-decoration: none;
	    }	
    
#categoryMenu
{
    margin-left: 0px;
    width: 215px;
    margin-top: 30px;
    margin-bottom: 60px;
    font-size: 13px;
}

#categoryList 
{
    /*margin-left: 15px;*/
    padding: 7px 3px 5px 5px;
    margin: 0;
    color: #163399;
    font-size: 13px;
    font-family: Helvetica, Arial;
    white-space: nowrap;
    list-style-type: none;
}

 #categoryList li 
    {
        padding: 2px 0px 2px 0px;
        margin: 0px;
        margin-bottom: 17px;
        padding-left: 20px;
        text-align: left;
        list-style-type: none;
    }
 
    #categoryList a 
    {
		padding-left: 20px;
		color: #BBBBBB;
		text-decoration: none;
		font-weight: bold;
	}
	
    #categoryList a:visited 
    {
		padding-left: 20px;
	    color: #BBBBBB;
	    text-decoration: none;
	    	font-weight: bold;
	    }
    	
    #categoryList a:hover 
    {
		padding-left: 20px;
		background: url(/JUDEL/Images/arrow2.gif) left no-repeat;
	    color: #e5e5e5;
	    text-decoration: none;
	    font-weight: bold;
	    }	
	    
	#categoryList li.active a 
	{
		background: url(/JUDEL/Images/arrow2.gif) left no-repeat;
		color: White;
		text-decoration: none;
		font-weight: bold;
	}
	
    #categoryList li.active a:visited 
    {
		background: url(/JUDEL/Images/arrow2.gif) left no-repeat;
		color: White;
	    text-decoration: none;
	    font-weight: bold;
	    }
    	
    #categoryList li.active a:hover 
    {
		background: url(/JUDEL/Images/arrow2.gif) left no-repeat;
		color: White;
	    text-decoration: none;
	    font-weight: bold;
	    }	
        
  #contentHolder
{
    float: left;
    width: 625px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 0px;
}
    
.topProduct
{
	clear: left;
	height: 11px;
	width: 610px;
	background: url(/JUDEL/Images/ProdBXTopSlice2.png) bottom left no-repeat;
}

.midProduct
{
	clear: left;
	width: 610px;
	background: url(/JUDEL/Images/ProdBXMiddleSlice.png) top left repeat-y;
}

.bottomProduct
{
	clear: left;
	height: 12px;
    width: 610px;
    background: url(/JUDEL/Images/ProdBXBottomSlice2.png) top left no-repeat;
}

.topRounded
{
	clear: left;
	height: 15px;
	width: 390px;
	background: url(/JUDEL/Images/roundedTop.gif) bottom left no-repeat;	
}

.midRounded
{
	clear: left;
	width: 390px;
	background-color: #EEEEEE;	
}

.bottomRounded
{
	clear: left;
	height: 15px;
    width: 390px;
    background: url(/JUDEL/Images/roundedBottom.gif) top left no-repeat;
}


.errorsummary 
{
    background-color: #DDDDDD;
    border: solid 1px Black;
    font-weight: bold;
    margin: 0px;
    margin-bottom: 30px;
    padding: 11px;
    width: 330px;
}

.required
{
    color: Red;
    font-size: x-small;
}

.heading
{
    font-size: small;
    font-weight: bold;
    color: #163399;
}

.ReviewView
{
    background-color: Silver;  
    padding: 4px 0px 4px 2px;
}
   

/******************************FORMTABLE STUFF********************************/

table.formtable tr.sectionlabel td
{
    background-color: #666666;
    font-size: 13px;
    color: White;
    font-weight: bold;
    padding:  5px 9px 5px 9px; 
    text-align: left;
    border: none;
}

table.grey
{
        background-color: #CCCCCC;
        border: solid 1px #666666;
}

table.shaded2
{
    background-color: #DDDDDD;   
}

table.shaded
{
        background-color: #DDDDDD;
}

table.shaded tr td
{
        background-color: #DDDDDD;
        padding: 5px;
}
table tr td.shaded
{
        background-color: #DDDDDD;
        border: solid 1px #666666;
}

table.formtable2
{
    padding-left: 25px;
    padding-right: 25px;   
}

table.formtable
{
    border: solid 1px #666666;
}

table.noborder
{
    border: none;
}

table tr td.noborder
{
    border: none;
}

.featured {
  background: url(/JUDEL/Images/CategoryBackgroundSlice.jpg) repeat-x;
  color: #e5e5e5;
  padding: 5px 9px 5px 9px;
  font-size: 14px;
  height: 33px;
  font-weight: bold;
}

.small
{
 font-size: 12px;
 color: White;	
}

.reviewed
{
  background-color: #666666;
  color: White;
  padding: 5px 9px 5px 9px;
  font-size: 10px;
  font-weight: bold;
  border: solid 1px #666666;
  border-bottom: none;
}

/***************************OTHER STUFF**********************/
.CategoryTitle
{
    font-size: 18px;
    font-weight: bold;
    color: #8C2C21;
}

.categoryDiv
{
	width: 170px;
	border: solid 1px #666666;
	background-color: #EEEEEE;
	padding-bottom: 5px;
	margin: 5px;
}

.categoryDiv:hover
{
	width: 170px;
	border: solid 1px #666666;
	background-color: #CCCCCC;
	padding-bottom: 5px;
	margin: 5px;
}

.button, button {
	border:1px solid #D5D5D5;
	border-bottom: 1px solid #C2C2C2;
	border-right: 1px solid #C2C2C2;
	font-family: Verdana, Arial;
	font-size:10px;
	font-weight:bold;
	color:#666666;
	background: white url(/JUDEL/Images/buttonBg.gif) top;
	height:20px;
	width:80px;
	vertical-align: middle;
}

.iconImage
{
	margin-bottom: -6px;	
}