@import url(/_css/views/default.css);

@media screen {
	div#menu {
		position: relative;
		text-align: center;
		padding-bottom: 30px;
	}
	
	div#menu * {
		margin: 0;
		padding: 0;
	}
	
	div#menu ul {
		list-style-type: none;
		white-space: nowrap;
		border-left: 1px solid #CCC;
	}
	
	div#menu ul li {
		display: inline;
		padding: 0 6px;
		white-space: nowrap;
		border-right: 1px solid #CCC;
	}
	
	div#menu a,
	div#menu a:link,
	div#menu a:visited {
		font-size: 11px;
		font-weight: normal;
	}
	
	div#addthis {
		position: absolute;
		right: 20px;
		top: 20px;
	}
	
	a#cn_logo {
		width: 152px;
		height: 124px;
		top: 45px;
		left: 45px;
		background: url(/_elements/logo_inside.png) no-repeat;
	}
	
	#slogan {
		top: 75px;
		left: 300px;
	}
	
	#top {
		background: url(/_elements/background_top.jpg) no-repeat;
		height: 209px;
	}
	
	#middle {
		background: #FFF url(/_elements/background_middle.jpg) bottom left no-repeat;
	}
	
	#bottom {
		background: #FFF url(/_elements/background_bottom.jpg) bottom left no-repeat;
		height: 87px;
	}
	
	#footer {
		background: url(/_elements/background_footer.jpg) no-repeat;
	}
	
}