/******************************************************************************
 ===	Menu Styles		===                                                       
 ******************************************************************************/

.Menu_MainItem
{	
	background-image: url(img/menu/menuBgGradient.gif);
	border-bottom: solid 1px #aea065;
	border-left: solid 1px #fff;
	border-right: solid 1px #aea065;
	text-align: center;
	background-repeat: repeat-x;
	cursor:hand;
	cursor:pointer;
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #877560;
	height:30px;
	width:93px;
	padding: 3px 0px 0px 4px;
	margin-bottom: 20px;
}
.Menu_MainItemOver
{
	border-left: solid 1px #fff;
	border-right: solid 1px #aea065;
	border-bottom: solid 1px #aea065;
	border-top: solid 1px #e0e0c0;
	background-image: url(img/menu/mainItemOver.gif);
	background-repeat: repeat-x;
	text-align: center;
	cursor:hand;
	cursor:pointer;
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #877560;
	height:30px;
	width:93px;
	padding: 3px 0px 0px 4px;
	margin-bottom: 10px;
}
.Menu_ItemsGroup {
	background-image: url(img/menu/itemsBg.jpg);
	background-repeat:no-repeat;
	background-position: bottom;
	border-left: 5px solid #CBDC68;
	background-color: White;
	width:116px;
	margin-top:10PX;
}
.Menu_Item {
	background-image: url(img/menu/itemsBg.gif);
	cursor:hand;
	cursor:pointer;
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #877560;
	height:26px;
	width:100%;
	padding-left:4px;
}

.Menu_ItemOver {
	background-image: url(img/menu/itemsBg.gif);
	cursor:hand;
	cursor:pointer;
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #514231;
	height:26px;
	width:100%;
	padding-left:4px;
}

.Menu_PathItemOver {
	background-image: url(img/menu/itemsBg.gif);
	cursor:hand;
	cursor:pointer;
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #514231;
	height:26px;
	width:100%;
	padding-left:4px;
	font-weight:bold;
}

/******************************************************************************/

body{
	margin:0px;
	text-align:center;
}
#divMainContainer{
	text-align: left;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 680px;
	height:	100%;
	padding: 0px 40px 0px 40px;
	background:#fff url(img/tattyBg.gif) 0px repeat-y;
}
#divIntro{
	padding: 0px;
	padding-top: 40px;
}
#divBannerTop h1{
	width: 680px;
	height: 260px;
	background: #000 url(img/topImage.jpg) no-repeat;
	margin: 0px;
}
#divBannerTop span{
	display: none;
}
#divMenuHolder{
	position: absolute;
	top: 0;
	width: 680px;
	height: 30px;
	background-image: url(img/menu/menuBgGradient.gif);
	background-repeat: repeat-x;
	/*border-right: solid 1px #fff;
	border-left: solid 1px #fff;
	background: #eebf00;
	border-top: 4px solid #000;
	border-bottom: 1px solid #000;*/
	text-align: left;
}
.divMenuBlackBand{
	float: left;
	width: 190px;
	height: 25px;
	background: #000 url(img/dentokanWriting.gif) 63px no-repeat;
}
.divContent{
	position:relative;
	width: 680px;
	text-align: left;	
}
.divLeftContentContainer{
	position: absolute;
	top: 0px;
	left:0px;
	height: 100px;
	width:190px;
	margin-right:10px;
}
.divLoginHolder{
	position: absolute;
	top: 170px;
	left:70px;
}
.divLoginHolder a:link, .divLoginHolder a:visited, .divLoginHolder a:hover {
	color: #fff;
	font-family:Verdana, Tahoma, Sans-Serif;
	font-size: 7pt;
}
.login a:link, .divLoginHolder a:visited, .divLoginHolder a:hover {
	color: #fff;
	font-family:Verdana, Tahoma, Sans-Serif;
	font-size: 7pt;
}
.divLeftPane{
	position: absolute;
	top: 0px;
	left:0px;
	background: #870d00;
	width:190px;
	padding: 10px;
	margin-bottom: 10px;	
}
.divLeftPane span{
	color: White;

}
.divLeftPane a:link{
	color: White;
	font-family:Verdana, Tahoma, Sans-Serif;
	font-size: 9pt;
}
.divMainContentContainer{
	width: 480px;
	margin-left:200px;
}
.divContentPane{
	background: #dcdbb5;
	width: 480px;
	height: 100px;
	padding:20px;
}
.divSearchHolder
{
	color: #000;
	font-family:Verdana, Tahoma, Sans-Serif;
	font-size:9pt;
	position: absolute;
	top: 194px;
	left: 448px;
}
.divSearchHolder a:link, .divSearchHolder a:visited {
	color: #8b7001;
	font-family:Verdana, Tahoma, Sans-Serif;
	font-size: 7pt;
}
.divSearchHolder input {
	color: #95947b;
	font-family:Verdana, Tahoma, Sans-Serif;
	font-size: 7pt;
	width: 90px;
	background: #efeec6;
	border: solid 1px #95947b;
	height: 20px;
	padding: 3px 0px 0px 3px;
	
}
.search
{
	font-family:Verdana, Tahoma, Sans-Serif;
	font-size:9pt;	
}


