/* ----------------------------------------------------
   C O M M O N
------------------------------------------------------*/

* {
	margin: 0;          /* top, right, bottom, left */
	padding: 0;
}

a {
	color: #000000;
	text-decoration: none;
}

ul, ol, li {
	list-style: none;
}

img {
	border: none;
}


/* ----------------------------------------------------
   P A G E
------------------------------------------------------*/


html, body {
	background: url(/images/nyito/body_bg.jpg) #4d6da9;
	color: #000000;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
}


/* ----------------------------------------------------
   C O N T A I N E R   &   W R A P P E R
------------------------------------------------------*/

#wrapper {
	min-height: 100%;
	height: auto !important;
	width: 100%;
	height: 100%;
	margin: 0 auto -83px; /* the bottom margin is the negative value of the footer's height */

}



#container {
	float: left;
	display: inline;
	width: 100%;
	position:absolute;
}

/* ----------------------------------------------------
   C O N T E N T
------------------------------------------------------*/
#header {
	background:  url(/images/nyito/top_bg.jpg) left top repeat-x;
	width: 100%;
	height: 85px;
}

#header div.headerlogo {
	background: url(/images/nyito/top_logo.jpg) left top no-repeat;
	width: 522px;
	height: 85px;
	left: 0;
	top: 0;
	position: absolute;
	margin-left: 120px;
	display: inline;
}

#header div.flags {
	margin-right: 100px;
	position: relative;
	float: right;
	display: inline;
	top: 40px;
}

#header div.flags img {
	border: solid 1px #ffffff;
}

#header div.flags a {
	margin-left: 15px;
}


#footer, .push {
	background: url(/images/nyito/footer_bg.jpg) repeat;
	height: 83px;
}

#footer div.content {
	text-align: center;
	padding-top: 40px;
	color: #4d6da9;
}

#content {
	float: left;
	width: 100%;
	height: 100%;
	background: url(/images/nyito/main_bg.jpg) left top repeat-x;
}

#mainmenu {
	width: 600px;
	height: 300px;
	margin: 10px auto;
}

#menuitem_1 a {
	width: 266px;
	height: 178px;
	display: block;	
	float: left;
	background: url(/images/nyito/menu1.jpg) no-repeat;
	margin: 8px;
	border: solid 1px #c0c9dd;
}

#menuitem_1 a:hover{
	background-position: 0 -178px;	
}

#menuitem_2 a {
	width: 266px;
	height: 178px;
	display: block;	
	float: left;
	background: url(/images/nyito/menu2.jpg) no-repeat;
	margin: 8px;
	border: solid 1px #c0c9dd;
}

#menuitem_2 a:hover{
	background-position: 0 -178px;	
}

#menuitem_3 a {
	width: 266px;
	height: 178px;
	display: block;	
	float: left;
	background: url(/images/nyito/menu3.jpg) no-repeat;
	margin: 8px;
	border: solid 1px #c0c9dd;
}

#menuitem_3 a:hover{
	background-position: 0 -178px;	
}

#menuitem_4 a {
	width: 266px;
	height: 178px;
	display: block;	
	float: left;
	background: url(/images/nyito/menu4.jpg?version=1) no-repeat;
	margin: 8px;
	border: solid 1px #c0c9dd;
}

#menuitem_4 a:hover{
	background-position: 0 -178px;	
}