html, body {
	background-image: none;
	background-color: #a1a79e;
}

div, td { color: #2e2f2d;} 

.title { margin-bottom: 20px; }
.title a img {
	vertical-align: top;
	margin: 1px 0 0 5px;;
}


/* =============================
	Header
================================ */

#header { min-height: 260px; }

#header td.right-col {
	background: url(/_img/main_bg_3.jpg) no-repeat 0 260px;
	min-height: 260px;
}

#splash img {
	position: absolute;
	top: 32px;
	right: 0;
}

#splash img.img-1 {
	position: absolute;
	top: 0;
	right: 0;
}

#splash img.img {
	position: absolute;
	top: 18px;
	right: 121px;
	z-index: 5;
}


#empty-menu-logo {width: 373px; height: 73px;}
#empty-splash {width: 401px; height: 260px;}


/* =============================
	Main Announces
================================ */

#main-announce {
	background: url(/_img/main_bg_1.jpg) no-repeat 0 0;
	min-width: 373px;
	min-height: 187px;
	width: 90%;
}

#main-announce div, #main-announce td { color: #9a9e98; font-size: 11px; }

#main-announce .artwork {
	background: url(/_img/main_announce_img_bg.jpg) no-repeat;
	width: 157px;
	height: 187px;
	float: left;
}

#main-announce .artwork img { padding: 44px 0 0 34px; }

#main-announce .description {
	padding: 25px 10px 10px 162px;
}

#main-announce .main-announce-title img {
	padding-bottom: 2px;
	margin-left: -5px;
}

#main-announce .link { padding-top: 10px; }
#main-announce .link .link-text { padding-right: 10px; }

#main-announce .link .link-text a,  
#main-announce a {
	color: #ced0cd;
	font-weight: bold;
	text-decoration: none;
}
#main-announce .link .link-text a:hover,  
#main-announce a:hover { 
	text-decoration: underline; 
}

#main-announce .link .button {
	background: url(/_img/main_bg_2.gif) no-repeat;
	width: 135px;
	height: 80px;
	float: right;
	margin-top: -10px;
}

#main-announce .link .button img { padding: 23px 0 0 19px; }


/* =============================
	News
================================ */

.news-left-col { background: #b3b8b0 url(/_img/main_bg_4.jpg) repeat-x; }
.news-right-col { background: #a1a79e url(/_img/main_bg_5.jpg) repeat-x; }

.news-left-col { padding: 20px 20px 20px 20px; }
.news-right-col { padding: 20px 20px 0 20px; }



/* =============================
	Announces
================================ */

#announces {
	padding: 20px 9px 20px 20px;
	background: #a1a79e url(/_img/main_bg_6.jpg) repeat-x;
}

#announces .title { margin-bottom: 8px; }


/* ======= Announce-Item ========== */

#announces .artwork {
	background: url(/_img/announce_img_bg.jpg) no-repeat;
	width: 97px;
	height: 97px;
	float: left;
	margin-right: 10px;
}

#announces .artwork img { padding: 8px 0 0 7px; }

#announces td { 
	padding-right: 15px; 
	font-size: 11px;
}

#announces td div { font-size: 11px; }
#announces td div.description { padding-top: 5px; }

#announces td .title a {
	padding: 3px 3px 3px 3px;
	
	background-color: #767b71;
	
	color: #bdc3bb;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	font-size: 10px;
}

#announces .subtitle {
	padding: 5px 0 5px 0;
	
	font-weight: bold;
}
#announces .links { padding-top: 8px; }
#announces .links img { 
	padding: 5px 4px 0 0;	
	vertical-align: text-top; 
}
#announces a.more { font-size: 11px; }
/* ======= News-Item ========== */

.news-item .news-title, 
.news-item .text, 
.news-item a.more
	{ font-size: 11px; }

.news-archives-link { font-size: 11px; }
.news-archives-link img { padding: 0 0 4px 5px; }

.news-right-col .news-item .date {
	background: #656963;
	color: #aab0a6;
}


/* ======= Project-Item ========== */

.project-list .artwork {
	width: 69px;
	height: 60px;
}

.project-item {
	padding: 0 0 13px 0;
}

.project-item .description {
	padding: 3px 0 0 6px;
	font-size: 11px;
}

.project-item .project-title {
	padding-bottom: 5px;
}


.project-item .project-title a {
	padding: 3px 3px 3px 3px;
	
	background-color: #767b71;
	
	color: #bdc3bb;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	font-size: 10px;
}
