@charset "UTF-8";

/* hide from ie on mac \*/
html,body,#flashcontent {
		height: 100%;
		overflow: hidden;
}

/* end hide */
body {
		background: #000000;
		font: 86% Arial, sans-serif;
		color: #ffffff;
		margin: 0;
}
#wrapper {
		margin: auto;
		width: 100%;
		overflow: hidden;
		height: 100%;
}
#wrapper #Sidemenu {
		position:absolute;
		left:50px;
		top:0px;
		width:220px;
		height:100%;
		background-image: url(/images/menubg.png);
		background-repeat: repeat-y;
		overflow: visible;
		float: left;
		text-align: center;
		vertical-align: top;
		padding-top: 50px;
		border-top-width: 4px;
		border-top-style: solid;
		border-top-color: #000000;
		padding-bottom: 50px;
		visibility: visible;
		z-index: 100;
}
#Sidemenu #logo {
		width: 172px;
		height: 80px;
		padding-bottom: 40px;
		margin-right: auto;
		margin-left: auto;
}
#Sidemenu .topMenu {
		text-align: left;
		margin-right: auto;
		margin-left: auto;
		width: 160px;
}

.topMenu ul li {
		width: 160px;
		height: 20px;
}
#wrapper #flashcontent {
		width       :100%;
		height      :100%;
		line-height	:0;
		margin      :auto;
		padding     :0;
		position: absolute;
}

/*#Sidemenu h1 span {
		font-size: xx-small;
		visibility: hidden;
}

#Sidemenu h1 {
		background-image: url(/images/curalogo.png);
		background-repeat: no-repeat;
		height: 80px;
		width: 172px;
}*/

/*#Sidemenu a {
		color: #111;
		text-decoration: none;
		display: block;
		cursor: pointer;
		width: 160px;
		height: 20px;
}
#Sidemenu a:hover {
		color: #FFFFFF;
		text-decoration: none;
		cursor: pointer;
		height: 20px;
		width: 160px;
}
*/
p { 
	 line-height: 1.5em;
}
/*#Sidemenu ul {
		float: none;
		clear: both;
		width: 160px;
}
*/
#wrapper #flashcontent .Flp-get {
		clear: both;
		float: none;
		text-align: center;
}
 .Flp-get p {
		margin-bottom: 5px;
}

