@charset "utf-8";




#headerMenu2  {padding:0 0 0 32px; margin:0; list-style:none; height:35px; background:#fff url(../images/layout/interface/button1.gif); position:relative; border:1px solid #000; border-width:0 1px; border-bottom:1px solid #444;}
.header	.menu   li {float:left;display:inline;}
.header	.menu   li a {display:block; float:left; height:22px; line-height:22px; color:#aaa; padding:0 0 0 16px; cursor:pointer;	padding-top: 9px;}
.header	.menu   li a span {
	float:left;
	display:block;
margin-top:-9px;
padding-top: 9px;
	padding-right: 24px;
	padding-bottom: 0;
	padding-left: 0px;
}

.header	.menu   li a span img {display:block;float:left;border:0px;margin-top:2px;}
 




.oneCol{
width:780px;
}
.NavigationCell{
	padding:2px;
	border: 1px solid #333333;
	height: 10px;
	width: 10px;
	line-height:10px;
	text-align: center;
	background-color: #CCCCCC;
}
.NavigationCellSel{
	padding:2px;
	border: 1px solid #333333;
	height: 10px;
	width: 10px;
	line-height:10px;
	text-align: center;
	color:#FFFFFF;
	background-color: #aa3031;
}
/* CSS Document */
h2	{font-size: 14px; color: #8d8d8d; padding-bottom: 5px; background-image: url(../img/dots.gif); background-repeat: repeat-x; background-position: left bottom;}
.noClear{
clear:none;
}
#send2Friend {
display:none;
}
a{
	color: #666666;
	text-decoration: none;
}
.VertMenuItems:hover, a:hover				{
	color: #de3e40;
}


/*image box */
#ImageBoxOverlay
{
	background-color: #000;
}
#ImageBoxCaption
{
	background-color: #F4F4EC;
}
#ImageBoxContainer
{
	width: 250px;
	height: 250px;
	background-color: #F4F4EC;

} 
#ImageBoxCaptionText
{
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 13px;
	color: #000;
}
#ImageBoxCaptionImages
{
	margin: 0;
	color: #000 !important;
}
#ImageBoxNextImage
{
	background-image: url(images/imagebox/spacer.gif);
	background-color: transparent;
}
#ImageBoxPrevImage
{
	background-image: url(images/imagebox/spacer.gif);
	background-color: transparent;
}
#ImageBoxNextImage:hover
{
	background-image: url(images/imagebox/next_image.jpg);
	background-repeat:	no-repeat;
	background-position: right top;
}
#ImageBoxPrevImage:hover
{
	background-image: url(images/imagebox/prev_image.jpg);
	background-repeat:	no-repeat;
	background-position: left bottom;
}