/* ------- elements and general classes ------ */
* { margin: 0px; padding: 0px; outline: none;}

html{
	
	margin:0px;
	padding:0px;
}

body { font: 12px/18px 'Arial', 'Helvetica', sans-serif; }

.hidden {
	left: -10000px;
	position: absolute;
}

.cleaner { clear: both; }

a:hover { text-decoration: none; }

.notice {
	background: #fc8 url('../images/icon_settings.gif') 5px 4px no-repeat;
	border: 1px solid #000;
	padding: 1px 1px 5px 25px;
}


/* ------------------ layout ----------------- */
body { background-color: #c4316e; }

div#wrapper {
	margin: 0 auto;
	position: relative;
	width: 980px;
}

/* ------------------- ribs ------------------ */
p#ribs {
	position: absolute;
	right: 148px;
	top: 520px;
	width: 9px;
}

p#ribs a {
	background: url('../../common/images/ribs.png') left top no-repeat;
	display: block;
	height: 29px;
	text-indent: -20000px;
	width: 9px;
}


/* ----------------- sprites ----------------- */
/*div#main {
	background-image: url('../images/splash-sprite.png');
	background-repeat: no-repeat;
}*/

* html div#branding h1 a,
* html div#branding h2,
* html ul#main-menu li a,
* html ul#i18n-menu {
	background-image: url('../images/branding-sprite.gif');
}

* html div#main-menu-cleaner { background: none; }


/* ------------------- main ------------------ */
div#main {
	/*background: url('../images/main-background.png') center top no-repeat;*/
	margin: 0 auto;
	padding: 0px;
	position: relative;
	width: 980px;
}

div#main div.container {
	background: url('../images/bg_index.jpg') 50% 50% no-repeat #faf8f8;
	height: 355px;
	margin: 0 auto;
	position: relative;
	width: 650px;
	z-index: 1;
	padding:170px 0 0 0;
}
div#main div.container h3{
}
div#main div.container h3 a{
	display:block;
	width:100%;
	text-align:center;
	color:#87ae3a;
	text-decoration:none;
	margin-bottom:10px;
	font-size:20px;
}

div#boy,
div#girl {
	background-image: url('../images/boy_girl.png');
	background-repeat: no-repeat;
	height: 350px;
	position: absolute;
	top: 220px;
}

div#boy {
	background-position: 0 0;
	left: 0;
	width: 150px;
}
div#girl {
	background-position: -170px 0;
	right: 40px;
	width: 105px;
}

/* ------------------ footer ----------------- */
div#footer {
	color: #f77aae;
	font-size: .8em;
	line-height: 1.5em;
	text-align: center;
}

div#footer address { font-style: normal; }

div#footer a:link, div#footer a:visited{
	color: #f77aae;
	text-decoration:none;
}

div#footer a:hover{
	color: #f77aae;
	text-decoration:underline;
}
