body
{
	margin:0px 0px; 
	padding:0px; 
	text-align:center; 
	background-color:#D1CFD0;
	height: 100%;
	font-family:Arial;
	font-size:9pt;
}


html
{
	height: 100%;
}


#Logo
{
	height:85px;
	width:250px;
	cursor:pointer;
	
}

#MetaMenu
{
	
	text-align:center;
	right:50px;
	top:5px;
	font-size:8pt;
	padding-bottom:10px;
	margin-top:10px;
}

#MetaMenu a:hover
{
	color:black;
	text-decoration:none;
}
 
#Container, #FooterContainer
{
	width:800px;
	*height:90%;
	min-height:90%;
	margin:0px auto; 
	text-align:left; 
	padding:0px;
	background-color:#fff;
	position:relative;
	z-index:2;  
}
	
	
#Container .bg *,
#FooterContainer .bg *
{
   	background-image:url('../img/bg_grad.jpg');
   	position:absolute;
	z-index:0;
  	top:0;
  	left:0;
  	right:0;
  	bottom:0;
  	zoom:1;
  	 *height:100%;
}


#Container .bg i.w,
#FooterContainer .bg i.w
{
	top:0px;
	right:0px;
	width:5px;
	bottom:0px;
	background-repeat:repeat-y;
	background-position:0px 0;
	
}

#Container .bg i.e,
#FooterContainer .bg i.e
{
	top:0px;
	left:795px;
  	width:10px;
	bottom:0px;
	background-repeat:repeat-y;
	background-position:-5 0;

}


#Content
{
	padding:0px;
	margin-left:5px;
	margin-right:5px;
	background-color:#fff;
	*height:100%;
	background-image:url('../img/logo.jpg');
	background-repeat:no-repeat;

}

.subHeader
{
	position:relative;
	width:100%;
	background-color:#F7F7F7;
	overflow:visible;
	border-bottom:1px solid #EBEBEB;
	background-image:url('../img/sub_menu_grad.jpg');
	background-repeat:repeat-x;
	background-position:bottom;
}

.breadcrumbs
{
	font-family: Arial;
	font-size:10pt;
	padding:5px;
}
	
.pageTitle
{
	font-family:Verdana;
	font-size:18.5pt;
	font-weight:900;
	padding-bottom:5px;
	padding-left:15px;	
}

.productMainColumn
{
	width:525px;
	*width:580px;
	text-align:justify;
	padding-top:5px;
	padding-left:25px;
	padding-right:25px;
	padding-bottom:25px;
	font-family:Arial;
	font-size:10pt;
	overflow:hidden;
}


	
.productMainColumn h4
{
	text-decoration:underline;
}

.productLeftColumn
{
	padding-top:15px;
	overflow:hidden;
	width:210px;
	*width:200px;

}


#FooterContainer
{
	background-color:#474747;
	background-color:#fff;
	*height:10%;
	min-height:10%;
}

#SpecialFooterContainer
{
	background-color:white; 
	width:100%;
	padding-bottom:10px;
}

.footer, .specialFooter{
	background-color:#B8B8B8;
	height:22px;
	background-image:url('../img/sub_gray_bg.gif');
  	background-repeat:repeat-x;
  	background-position:0 15px;
  	background-position:bottom;
  	padding:0;
  	padding-top:4px;
  	*padding-top:3px;
  	margin-left:0px;
  	margin-right:0px;
  	text-align:center;
	color:white; 
	font-size:9pt;
  	*width:100%;
}

.footer
{
	margin-left:4px;
  	margin-right:4px;
}

#Search
{
	left:575px;
	top:30px;
	position:absolute;
	width:190px;
}

#search_button{font-size:9pt;}