/* ------------- CSS Reset, removes inconsistencies between browsers ------------- */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	background: transparent;

}

body {
	line-height: 1em;

}

ol, ul {
	list-style: none;
	display: inline;
	
}

/* remember to define focus styles! */

:focus {
	outline: 0;

}

/* remember to highlight inserts somehow! */

ins {
	text-decoration: none;

}


table {
  border-collapse:collapse;
	border-spacing: 0;
/* (fixes IE 5 font size issue) */
	font-size:1em;
	text-align: left;

}

html {
	height:100%;
	
}

.clear {
	clear:both;
	
}

a {
	text-decoration: none;
	cursor:pointer;
	
}

/* --------------------------- General styles --------------------------- */

body {
	background-image:url(img/custom/bg_tile.jpg);
	background-repeat:repeat-x;
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
}

#container {
	width:990px;
	margin:auto;
	height:100%;


	
} 

.bold_gray {
	font-weight:bold;
	color:#666;
	font-size:.9em;
	
}

.gray {
	color:#999999;
	
}

.bold {
	font-weight:bold;
}

#logo {
	
	position:relative; right:96px;

}


/* --------------------------- Navigation --------------------------- */

#menu {
	float:left;
	margin-top: 11px;
	margin-bottom:65px;
}

#menu li {
	color:#000;
	display:inline;
	padding:0;
	margin:0;
	
	
}

#menu a:link, #menu a:visited {
	color:#000;
	font-weight:bold;
	padding:6px 9px;
	text-decoration:none;
	
}

#menu a:hover {
	
	background-color:#ff9900;
	
	
	
}

/*-------------------- Main Content ----------------*/

#main_content {
	clear:both;
	padding:50px;
	
}


#home_description {
	color:#999;
	font-size:.7em;
	padding-top:30px;
	padding-bottom:30px;
	line-height:18px;
	
	
}



/* --------------------------- Footer --------------------------- */

#footer {
	width:100%;
	/*height:100%;*/
	background-color:#000;
	height: 100%;		
}

#footer_top {
	width:990px;
	margin:auto;
	padding-top:20px;
	height: 44px;
	background-color: #000;
}

#footer_top_left {
	float:left;
	
}

#footer_top_right {
	float:right;
	
}

#privacy_links li {
	display:inline;
	
}

a.privacy_links_style, .privacy_links_style {
	color:#999999;
	font-size:.75em;
	font-weight:normal;
	
}

#copyright {
	font-size:0.75em;
	color:#666;
	float: right;
	height: 44px;
	background-color:#000;
}

/*--------------------- splash page -------------------------------------*/
#splash_container {
	width:990px;
	margin:auto;
	/*height:100%;*/

} 

#splash_header {
	margin-bottom:100px;	
}


	
#splash_footer {
	/*height:100%;*/
	width:100%;
	background-color:#000;
}

#splash_copyright {
	width:990px;
	margin:auto;
	font-size:0.75em;
	color:#666;
	height:44px;
	float: right;
}	

#splash_main_content {
	clear:both;
	
}

#splash_main_image {
	height:445px;
	width:990px;
	clear:both;
}

#lang_selector {
	background-image:url(img/custom/splash_lang_selector_bg.png);
	width:422px;
	height:105px;
	position:absolute;
	top:280px;
	left:60px;
}

#lang_selector table {
	margin:30px 40px;
}

#lang_selector p {
	font-size:14px;
	font-weight:bold;
	
}

#splash_select {
	width:262px;
	margin-right:15px;
}

#land_select_top_row {
	padding-bottom:10px;
	
}

#splash_description {
	color:#000;
	font-size:0.6em;
	margin-top:19px;
	margin-bottom:54px;
	line-height:18px;
	/*border:1px solid #ccc;	
	padding:20px 24px 30px;*/
}
#splash_main_image {
position:relative;
}

#copyright{
	float:left;
	padding:5px 0 15px 0;
	height:auto;
	font-size:11px;
}

.midleft, .midright{ height:600px;}