/* 
	CSS STYLE SHEET: myCode - news.css
	code by www.coex.cz (c0rw)
*/


/* GLOBALS */

* {
	margin: 0;
	padding: 0;
	font-family: arial, sans-serif;
	border: 0;
	color: #aaaaac;
	font-size: 11px;
}

h1, h2 {
	display: none;
}

h3 {
	color: #c7c7c9;
}

a {
	text-decoration: none;
}

a:hover {
	color: white;
}

ul {
	list-style: none;
}


/* ID: head */

#head {
	background: #e4e4e6;
	height: 50px;
	overflow: hidden;
}

#head ul {
	padding-top: 27px;
	margin: 0 auto;
}

#head li {
	height: 23px;
	width: 166px;
	float: left;
	background: url('news-menutab-bg.gif') no-repeat top left;
	border-right: 1px solid #e4e4e6;
}

#head a {
	display: block;
	color: #b2b2b4;
	padding: 5px 0;
	width: 166px;
	text-align: center;
}

#head a:hover {
	color: white;
}

/* ID: submenu */

#submenu {
	padding-left: 20px;
	border-bottom: 1px solid #323232;
	height: 22px;
}

#submenu-in {
	margin: 0 auto;
}

#submenu li, #submenu h3 {
	float: left;
}

#submenu h3 {
	height: 22px;
	line-height: 22px;
	font-weight: normal;
	width: 120px;
	color: #797979;
}

#submenu a {
	display: block;
	color: #797979;
	padding: 3px 0;
	width: 120px;
	text-align: center;
	line-height: 17px;
}

#submenu a:hover {
	color: white;
}

/* ID: latest-news */

#more-info {
	width: 690px;
	margin: 0 auto 10px auto;
	text-align: center;
}

#more-info img {
	margin-right: 30px;
}


/* ID: foot */

#foot {
	width: 690px;
	margin: 0 auto;
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	padding-bottom: 20px;
}


/* CLASS: hidden */

.hidden {
	display: none;
}

.cleaner {
	clear: both;
	height: 1px;
	overflow: hidden;
}
