/* Global Resetting */
html{	
	width: 100%;
	height: 100%;
	background: none;
}
body.page {
	width: 100%;
	height: 100%;
	font-size: 62.5%;
	margin: 0px;
	background: #ebebeb url(../images/bg.gif) repeat-x 0 0;
}

body.splashPage {
	width: 100%;
	height: 100%;
	font-size: 62.5%;
	margin: 0px;
	background: #9ea39f url(../images/bg-splash.gif) repeat-x 0 0;
}

* {
	font-family:Verdana,Helvetica,sans-serif;
}

a {
	color: #fb379d;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #9ea39f;
	
}

a img{
	border:0;
}
.clear{
	clear:both;
}

/* Layout CSS */

#top {
	margin-top: 50px;
	margin-left: 0;
	width: 100%;
	width:1100px;
}

#main {
	margin: 30px auto 50px 275px;
	width:280px;
	color: #858886;
}

#content {
	text-align:justify;
	
}

#content p {
	font-size: 11px;
	font-family:Verdana,Helvetica,sans-serif;
	padding: 3px;
}

#footer {
	font-size: 9px;
	padding: 30px 3px 3px;
}

img.logo {
	border: 0;
	margin-bottom:5px;
	
}

#menu2 {
	font-size: 20px;
	display: inline;
}

#menu2 li.link {
	font-size: 14px;
	display: inline;
}

#menu2 li.current {
	font-size: 14px;
	display: inline;
}

#language {
	margin-top: 20px;
	padding-left: 60px;
	margin-left: 0;
}

span.pink {
	color: #9ea39f;
	text-transform: uppercase;
	
}

span.28 {
	color: #fb379d;
	text-transform: uppercase;
}


/*========= SPLASH PAGE ======================= */

#splash {
	width: 328px;
	margin: 164px auto auto;
	padding:0px;
	text-align: center;
}

#splash ul.nav {
	display: block;
	margin-top: 15px;
	font-size: 24px;
	list-style-type: none;
	padding-left: 0;
	padding-right: 0;
}

#splash li.splashLink {
	display: inline;
}



img.logo-splash {
	border: 0;
	
}


/*============== FORM =========================== */

form {
	border: 0px;
	padding:0px;
	
}

fieldset {
	border: 0px;
	padding: 0px;
}

label {
	display: block;
	padding-top: 10px;
	padding-bottom:5px;
	font-weight: bold;
	color: #9ea39f;
}

/*submit button */
input.action {
	margin-top:10px;
}


/* ============ sIFR ====================================== */

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
	font-size: 24px;
	line-height:32px;
}


.sIFR-hasFlash #menu2 li.link {
	visibility:hidden;
	font-size: 13px;
	padding-right: 4px;
	line-height: 17px;
	text-transform: uppercase;
}

.sIFR-hasFlash #menu2 li.current {
	visibility:hidden;
	font-size: 13px;
	padding-right: 4px;
	line-height: 17px;
	text-transform: uppercase;
	
}

.sIFR-hasFlash #splash li.splashLink {
	visibility:hidden;
	font-size: 20px;
	line-height: 26px;
	text-transform: uppercase;
}

.sIFR-hasFlash #language {
	visibility:hidden;
	font-size: 13px;
	line-height: 17px;
	text-transform: uppercase;
}
