/* html */
html {
background: #010103;
margin: auto;
height: 100%;
min-height: 100%
}




/* ----------------------------------------------------------------------------- */
/* body */
body {
font-family: arial, helvetica, sans-sherif;
font-size: 12px;
line-height: 20px;
text-align: center;
margin: auto;
min-height:100%;
}


/* ----------------------------------------------------------------------------- */
/* container */
#container {
text-align: left;
margin: auto;
width: 958px;
position: relative;
}

/* ----------------------------------------------------------------------------- */
/* language bar */
#language {
width: 220px;
height: 15px;
position: absolute;
margin-top: 10px;
margin-left: 770px;
}
#language ul {
margin: 0;
padding: 0;
list-style-type: none;
}

#language ul li { 
display: inline; 
}
#language li a {
color: #FFFFFF;
text-decoration: none;
font-size: 12px bold;
font-weight: bold;
font-family: arial, helvetica, sans-sherif;
padding-left: 10px;
}
#language li a:hover {
color: #DEDEDE;
text-decoration: none;
}


/* ----------------------------------------------------------------------------- */
/* navigation */
#navigation {
width: 750px;
height: 121px;
text-align:left;
position: absolute;
margin-top: 60px;
}
#navigation ul {
margin: 0;
padding: 0;
list-style-type: none;
}

#navigation ul li { 
display: inline; 
}

#navigation li a {
color: #FFFFFF;
text-decoration: none;
font-size: 12px bold;
font-weight: bold;
font-family: arial, helvetica, sans-sherif;
padding-left: 15px;
}
#navigation li a:hover {
color: #D12E31;
text-decoration: none;
}
#navigation li a.active {
color: #D12E31;
text-decoration: none;
}



#logo {
}


/* ----------------------------------------------------------------------------- */
/* banner */
#banner {
width: 958px;
height: 261px;
text-align:left;
position: absolute;
margin-top: 100px;
}

/* ----------------------------------------------------------------------------- */
/* content */
#content {
width: 958px;
text-align: justify;
position: absolute;
margin-top: 220px;
color: #FFFFFF;
font-family: arial, helvetica, sans-sheriff;
font-size: 14px;
line-height: 20px;
background-color: #010103;
}

/* ----------------------------------------------------------------------------- */
/* footer */
#footer {
width: 958px;
height: 50px;
position: absolute;
background: #010103 url(../interface/footer_bg.jpg) no-repeat;
}
#footer ul {
margin: 0;
padding: 0;
list-style-type: none;
}

#footer ul li { 
display: inline; 
}

#footer li a {
color: #FFFFFF;
text-decoration: none;
font-size: 12px bold;
font-family: arial, helvetica, sans-sherif;
padding-left: 40px;
margin-top: 15px;
}
#footer li a:hover {
color: #D12E31;
text-decoration: none;
}


/* ----------------------------------------------------------------------------- */
/* copyright */
#copyrights {
width: 958px;
height: 35px;
position: absolute;
background-color: #010103;
margin-top: 60px;
}

#bowling {
width: 300px;
height: 35px;
position: absolute;
background-color: #010103;
color: #FFFFFF;
text-decoration: none;
font-family: arial, helvetica, sans-sheriff;
font-size: 12px;
}

#bowling a {
color: #FFFFFF;
text-decoration: none;
font-family: arial, helvetica, sans-sheriff;
font-size: 12px;
}

#bowling a:hover {
color: #E51C21;
text-decoration: none;
font-family: arial, helvetica, sans-sheriff;
font-size: 12px;
}


#bms {
width: 200px;
height: 35px;
position: absolute;
background-color: #010103;
color: #FFFFFF;
text-decoration: none;
font-family: arial, helvetica, sans-sheriff;
font-size: 12px;
margin-left: 790px;
}

#bms a {
color: #FFFFFF;
text-decoration: none;
font-family: arial, helvetica, sans-sheriff;
font-size: 12px;
}

#bms a:hover {
color: #E51C21;
text-decoration: none;
font-family: arial, helvetica, sans-sheriff;
font-size: 12px;
}

h1 {
color: #E41C20;
text-decoration: none;
font-family: arial, helvetica, sans-sheriff;
font-size: 22px;    
}

h2 {
color: #E41C20;
text-decoration: none;
font-family: arial, helvetica, sans-sheriff;
font-size: 16px;    
margin-bottom: -5px;
}

.text {
color: #FFFFFF;
text-decoration: none;
font-family: tahoma, arial, helvetica, sans-sheriff;
font-size: 14px;
line-height: 20px;
}


a {
color: #E41C20;
text-decoration: none;
font-family: tahoma, arial, helvetica, sans-sheriff;
font-size: 14px;
line-height: 20px;
}


a:hover {
color: #FFFFFF;
text-decoration: none;
font-family: tahoma, arial, helvetica, sans-sheriff;
font-size: 14px;
line-height: 20px;
}

.input {
	float: left;
	border: solid 1px #CCCCCC;
	background: #FFFFFF url('../interface/input_bg.png') repeat-x left top;
	padding: .3em;
	padding-left: .4em;
	color: #444;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	height: 25px;
}
.input:focus {
	outline: 1;
	border-color: #E41C20;
}

.textarea {
	float: left;
	border: solid 1px #DFDFDF;
	background: #FFFFFF url('../interface/input_bg.png') repeat-x left top;
	padding: .3em;
	padding-left: .4em;
	color: #000000;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
}
.textarea:focus {
	outline: 1;
	border-color: #0597DB;
}
.select {
	float: left;
	border: 1px solid #DFDFDF;
	color: #444;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	padding: 3px;
    margin-right: 10px;
}

.select:focus {
	outline: 1;
	border-color: #0597DB;
}

.data {BACKGROUND: #E6E6E6; BORDER-BOTTOM: #000000 0px solid; BORDER-LEFT: #000000 0px solid; BORDER-RIGHT: #000000 0px solid; BORDER-TOP: #000000 0px solid; COLOR: #000000; FONT: 12px verdana; height:25px; width:100px; font-weight: bold;}
