/*
 * $Id: main.css 95 2009-09-22 12:09:11Z root $
 */
h3,h4,h5 { margin-top: 0; }

/* Start framework markup */
	div#framework {
		width: 778px;
		margin: 0 auto;
		position: relative;
	}
	div#header {
		height: 170px;
		position: relative;
		background: url(/images/framework/header.jpg) left top no-repeat;
	}
	div#main {
		position:relative;
		background: url(/images/framework/bgMain.gif) right top no-repeat;
		width:100%;
	}
	div#menu {
		width:185px;
		height:430px;
		float:left;
		background: url(/images/framework/borderMenu.jpg) right top no-repeat;
	}
	div#content {
		width:553px;
		float:left;
		padding:5px 20px 10px 20px;
	}
	div#footer {
		clear: both;
		background: url(/images/framework/footer.jpg) left top no-repeat;
		height:15px;
	}
	div.clear {
		clear: both;
	}
/* End framework markup */

/* Start top bars markup */
	div.barLeft {
		background: url(/images/framework/barLeft.gif) right top no-repeat;
		background-color:#323033;
		position:absolute;
		height:19px;
		width:3000px;
		right:333px;
		color:#fff;
		text-align:right;
	}
	div.barRight {
		background: url(/images/framework/barRight.gif) left top no-repeat;
		background-color:#323033;
		position:absolute;
		height:24px;
		width:362px;
		right:0;
		top:93px;
	}
	/* Start barLeft embedded elements */
		div.topBarItems {
			display:block;
			position:relative;
			float:right;
			right:10px;
			width:432px;
			height:19px;
			overflow:hidden;
		}
		div.topBarItems div {
			float:left;
			line-height:18px;
			font-size:10px;
		}

		/* menuStatic */
		div.menuStatic {
			float:left;
			width:200px;
			text-align:left;
		}
		div.menuStatic a {
			font-weight:800;
			color:#fff;
			padding:0 2px 0 2px;
			text-transform:uppercase;
		}

		/* loginInfo */
		div.loginInfo {
			width:230px;
			text-align:left;
		}
		div.loginInfo a {
			float:left;
			margin-top:3px;
		}
	/* End barLeft embedded elements */

/* Start top bars markup */

/* Start Main menu style */
	div#menu ul {
		margin: 0;
		padding: 0;
		list-style: none;
		margin-top:10px;
	}
	div#menu ul li {
		width:100%;
	}
	div#menu ul a {
		display:block;
		width:140px;
		font-family:Arial;
		font-size:11px;
		letter-spacing:1px;
		line-height:220%;
		color: #514F52;
		font-weight:800;
		text-transform:uppercase;
		text-decoration:underline;
		padding-left:25px;
	}
	div#menu ul a:hover,
	div#menu ul a.itemOn {
		color:#9F0101;
		text-decoration: none;
	}
/* End Main menu style */

/* Start (top)menu style */
	div.menuTop {
		position:relative;
		width:100%;
		z-index:50;
	}
	ul.menuTop {
		font-size: 0.8em;
		list-style-type: none;
		padding: 0;
		margin:0;
	}
	ul.menuTop li {
		position: relative;
		float: left;
		padding:0;
		display:block;
	}
	ul.menuTop a {
		display:block;
		line-height:22px;
		height:22px;
		text-align: left;
		padding:0;
		width:auto;
		padding:0 15px 0 0px;
		color:#514F52;
		font-family:Verdana;
		font-weight:800;
		font-size:10px;
	}
	ul.menuTop ul a {
		float:none;
	}
	ul.menuTop a.itemOn,
	ul.menuTop a:hover {
		text-decoration:none;
		color:#9A0000;
	}
	ul.menuTop li ul {
		list-style-type:none;
		position: absolute;
		display:none;
		z-index: 51;
		padding: 0;
		margin: 0;
		top:22px;
		left: 0;
		border-bottom:1px solid #AFAFAF;
	}
	ul.menuTop li ul li {
		float: none;
		border-bottom:0;
	}
	ul.menuTop li ul li a {
		text-align:left;
		line-height:19px;
		border:1px solid #AFAFAF;
		border-bottom:0;
		width:160px;
		padding-left:3px;
		background:#BDBDBD;
		letter-spacing:0;
		height:auto;
	}
	ul.menuTop li ul li a:hover,
	ul.menuTop li ul li a.itemOn {
		background:#AFAFAF;
		color:#000;
	}
	ul.menuTop li ul li ul {
		position:absolute;
		left: 100%;
		top: 0;
		margin:0!important;
		padding:0!important;
	}

	ul.menuTop a.itemOn, ul.menuTop a.itemOn {

	}
	ul.menuTop li.last img {
		height:24px;
	}
/* End (top)menu style */


/* Start sitemap markup */
	ul.siteMap, ul.siteMap ul {
		list-style-type: auto;
		color:#9A0000;
	}
	ul.siteMap {
		list-style-type:none;
		margin-left:0;
		padding-left:0;
	}
	ul.siteMap li a {
		color:#000;
		font-weight:800;
	}
	ul.siteMap li ul li a {
		font-weight:normal;
		color: #514F52;
	}
	ul.siteMap, ul.siteMap ul {
		margin-bottom:20px;
	}
	ul.siteMap ul li ul {
		margin-left:15px;
		padding-left:15px;
	}
	ul.siteMap li {
		line-height:20px;
	}
/* Start sitemap markup */

table.searchBox {
	background:red;
	border:1px solid #C1C1C1;
}
table.searchBox td {
	background:#EFEFEF;
}
table.searchBox input.button {
	width:100px;
	padding:0;
	line-height:100%;
	font-size:11px;
	height:18px;
}