@charset "utf-8";
/* CSS Document */
*{
font-family:Tahoma;
color:#666666;
}
#shadow-container {
			position: relative;
			margin:auto;
			width:982px;
			}
 
				#shadow-container .shadow2,
				#shadow-container .shadow3,
				#shadow-container .container {
					position: relative;
					left: -1px;
					top: -1px;
					}
				 h1.top
				 {
				 font-size:1.4em;
				 font-weight:normal;
				 }
					#shadow-container .shadow1 {
						background: #cccccc;
						}
					 
						#shadow-container .shadow2 {
							background: #d6d6d6;
							}
					 
							#shadow-container .shadow3 {
								background: #d6d6d6;
								}
						 
								#shadow-container .container {
									background: #fff; /*fff*/
									border: 1px solid #eeeeee;
									padding:0px;
												
									}	
.SmallFonts, p, .prodTbl, a, li
{
font-size:.8em;
}
p a, .SmallFonts p, p .SmallFonts, p li, li p, .SmallFonts a, li a
{
font-size:1em;
}
.SmallerFonts
{
font-size:.7em;
}
.WhiteColor
{
color:#FFFFFF;
}
.OrangeColor
{
color:#666666;
/*color:#FF9900;*/
}
.RedColor
{
color:#820000;
}

.BlackColor{
color:#000000;
}
.GreyColor{
color:#666666;
}
	a{
		color:#b81b24;
		text-decoration:none;
		}
		a:hover{
		color:#FF0000;
		text-decoration:underline;
		}
		a.RedLinks{
		color:#820000;
		}
		a.RedLinks:hover{
		color:#CC6600;
		}
	
.style2 {color: #FFFFFF; font-weight: bold; }
body
{
background-color:#fff;
background-image:url(images/bg-new.jpg);
background-repeat:repeat-x;
}
.LeftNav
{
background-color:#FFCC00;
}
a.TopNav {
	color:#333333;
	line-height:30px;
    padding:0px 17px;
    text-decoration:none;
    height:30px;
	width:auto;
	display:inline-block;
  	font-size:.8em;
	background-image:url(images/menu-bg.gif);
	background-repeat:repeat-x;

}
a.TopNav:hover{
	text-decoration:none;
	background-image:url(images/menu-hovered.gif);
  	background-repeat:repeat-x;
}
a.NavLinks {
	color:#333333;
	margin-top: 1px;
	line-height:30px;
    width:150px;
    padding-left:7px;
	padding-right:0px;
    text-decoration:none;
	display:block;
    height:30px;
	background-image:url(images/leftNav-img.gif);
    background-repeat:repeat-y;

}
a.NavLinks:hover{
	margin-top: 1px;
   	width:150px;
  	height:30px;
	color:#000;
	text-decoration:none;
	background-image:url(images/leftNav-img-hovered.gif);
  	background-repeat:repeat-y;
}
.prodTbl
{
border:1px #cccccc solid;
width:100%;
text-align:left;
}
#searchBtn{
								color: #FFF;
								border: 1px solid #c71c00;
								background-color:#660000;
								font-weight: bold;
								margin:0px 2px 0px 2px;
								}