/* CSS Document */

/* Default ---------------------------------------------------------------- */

:link,:visited {
    text-decoration:none;
}
html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,iframe {
    margin:0;
    padding:0;
}
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}
fieldset,img,abbr,acronym {
    border:0;
} 

ol,ul {
    list-style:none;
}
caption,th {
    text-align:left;
}
q:before,q:after {
    content:'';
}
a {
    text-decoration:underline;
    outline:none;
}
hr {
    border:0;
    height:1px;
    background-color:#000;
    color:#000;
}
a img,:link img,:visited img {
    border:none;
}
address {
    font-style:normal;
}


/* Layout ----------------------------------------------------------------- */

html {
	height: 100%;
}

body {
	height: 100%;
	background: #FF6600 url(../images/body_back.gif) top center repeat;
	text-align: center;
}

#container {
	margin: 0 auto;
	width: 900px;
	height: 580px;
	background: #FF6600 url(../images/kidzania_back.jpg) top center no-repeat;
}

#entry-btn {
	text-align: center;
	padding-top: 475px;
}


#footer {
	margin: 0 auto;
	position: relative;
	width: 900px;
	height: 30px;
	background-color: #FF6600;
}

/* Content ---------------------------------------------------------------- */

a:link, a:visited {
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, fieldset, ul, ol, dl {
    margin-bottom: .75em;
}

p {
	line-height: 1.2em;
}

blockquote, ol, ul {
    margin-left: 30px;
    background-repeat: repeat-y;
}

ol { list-style: decimal outside; }
ul { list-style: disc outside; }
.item { list-style: none; }



/* Style ----------------------------------------------------------------- */

/* Global */

body {
    font: normal 12px arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
	color: #000000;
}

.r12 {
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}

.p12 {
	font-size: 14px;
	font-weight: bold;
	padding: 0px 0px 0px 10px;
}

.r10 {
	font-size: 10px;
	_font-size: 75%;
	font-weight: normal;
	color: #111111;
}

.b11_3 {
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
	color: #333333;
}

.b11 {
	font-size: 11px;
	font-weight: bold;
	color: #111111;
}


.r14 {
	font-size: 14px;
	line-height: 20px;
}

.redstyle {
	color: #ff0000;
	font-weight: bold;
}

.b16 {
	font-size: 16px;
	font-weight: bold;
}

/*LINK*/
a:active{text-decoration:none; color:#000099;}


/***** Content *****/

h1 {
	font-size: 16px;
	font-weight: bold;
}

h2 {
	font-size: 16px;
	color: #FF0000;
	font-weight: bold;
}

h3 {
	font-size: 16px;
	font-weight: bold;
}


#footer-inner {
	width: 900px;
	height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

#footer-inner a {
	color: #ffffff;
}

#footer-inner a:hover {
	color: #ffff66;
}

br.fclear {
	clear: both;
}


