html {
	overflow-y: scroll;
}

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	color: #7A7A7A;
	font: 14px/1.5 Georgia,Times,Serif;
}

body.white {
	background: rgb(216,216,216) url('bgwhite.png') repeat-x top left;
}
body.black {
	background: rgb(33,18,24) url('bgblack.png') repeat-x top left;
}

.cb {
clear: both;
}

#all {
	position: relative;
	display: block;
	width: 100%;
	min-width: 960px;
	min-height: 100%;
	overflow: hidden;
}

#top-wrap {
	position: absolute;
	display: block;
	top: 0;
	width: 100%;
	height: 25px;
	background: url('sprite.png') repeat-x center top;
}

#bottom-wrap {
	position: relative;
	display: block;
	width: 100%;
	height: 115px;
	/*margin-top: 50px;*/
	background: url('sprite.png') repeat-x -280px -25px;
}

#half, #bottom {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 960px;
}

#half {
	margin-top: 60px;
}
#bottom {
	margin-top: -35px;
}

#footer {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	height: 100%;
	margin: 0 0 -2000px 0;
	padding: 0 0 2000px 0;
	background: rgb(167,50,74);
}


#logo {
	position: relative;
	display: block;
	width: 165px;
	height: 160px;
	background: url('sprite.png') no-repeat 0px -340px;
	text-indent: -3000px;
}

#menu {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	width: 700px;
	height: 200px;
	margin: -25px 0px 0px 0px;
	padding: 0px 25px;
	background: url('sprite.png') no-repeat 0px -140px;
}

	#menu li, #menu a {
		position: relative;
		display: block;
		float: left;
		width: 100px;
		height: 200px;
		text-decoration: none;
	}
	
	#menu a span.obj {
		position: relative;
		display: block;
		margin: 0 auto;
		top: 80px;
		width: 65px;
		height: 43px;
		background: url('sprite.png') no-repeat -180px -340px;
	}
	
	#menu a span.cap {
		position: absolute;
		display: block;
		bottom: 15px;
		width: 100%;
		text-align: center;
		font-size: 1.3em;
		color: rgb(114,62,78);
	}
	
		#menu a.masca span.obj {
			top: 90px;
			width: 65px;
			height: 43px;
			background-position: -180px -340px;
		}
		
		#menu a.pensula span.obj {
			top: 65px;
			width: 24px;
			height: 50px;
			background-position: -250px -340px;
		}
		
		#menu a.cheiasol span.obj {
			top: 40px;
			width: 24px;
			height: 61px;
			background-position: -280px -340px;
		}
		
		#menu a.vioara span.obj {
			top: 60px;
			width: 27px;
			height: 66px;
			background-position: -310px -340px;
		}
		
		#menu a.balerina span.obj {
			top: 0px;
			width: 63px;
			height: 94px;
			background-position: -350px -340px;
		}
		
		#menu a.clapper span.obj {
			top: 70px;
			width: 38px;
			height: 39px;
			background-position: -180px -390px;
		}

#sidebar {
	position: relative;
	display: block;
	float: left;
	margin: 0;
	padding: 20px 0 0 0;
}

	#sidebar li {
		position: relative;
		display: block;
		padding-bottom: 30px;
	}
	
	#sidebar li.ns {
		padding-bottom: 10px;
	}
	
	.partners {
		position: relative;
		display: block;
		width: 140px;
		height: 50px;
		margin: 0;
		padding: 0;
		background: url('sprite.png') no-repeat -180px -440px;
		text-indent: -3000px;
		z-index: 1;
	}
	
	.twitter {
		width: 100px;
		height: 50px;
		margin-left: 10px;
		background: url('sprite.png') no-repeat -320px -440px;
		z-index: 3;
	}
	.facebook {
		width: 140px;
		height: 50px;
		margin: -20px 0 20px 0;
		background: url('sprite.png') no-repeat -180px -440px;
	}
	.icr {
		width: 140px;
		height: 46px;
		background: url('sprite.png') no-repeat -560px -340px;
	}
	.vip {
		width: 140px;
		height: 70px;
		background: url('sprite.png') no-repeat -420px -340px;
	}
	.omadmedia {
		width: 140px;
		height: 75px;
		background: url('sprite.png') no-repeat -420px -415px;
	}

.content {
	padding: 0 50px 0 250px;
}

h1 {
	color: rgb(114,62,78);
	font-size: 2em;
	font-weight: normal;
	margin-top: 0px;
}
h2 {
}

a	{
	color: rgb(176,56,81);
}

#footermenu {
	position: relative;
	padding: 30px 0;
	margin: 0;
}
#footermenu li {
	position: relative;
	display: block;
	float: left;
}
#footermenu li a {
	display: block;
	margin: 0 15px;
	color: white;
	text-decoration: none;
}
#footermenu li a:hover {
	border-bottom: 1px white dashed;
	text-decoration: none;
}
#footermenu li a.sr2010 {
	width: 170px;
	padding-left: 65px;
	margin: 0px;
}

#footermenu li a.sr2010 img{
	position: absolute;
	left: 0;
	bottom: 0;
	border: 0 none;
}