/* Language Page Styles */

* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
	margin: 0px;
	padding: 0px;	
}

body {
	background: url(../images/layout/bg_lang.gif) center no-repeat top;
	background-color: #333333;
	text-align: center;
}

#wrapper {
	background: url(../images/layout/top_block.gif) top center no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	padding-top: 12px;
	width: 752px;
	background-color: #FFFFFF;
	text-align: left;
}

#logo {
	background: url(../images/layout/top_logo.gif) left no-repeat top;
	height: 36px;
	width: 178px;
	margin: 0px 0px 16px 36px;
	text-indent: -5000px;
}

#welcome {
	background: url(../images/layout/world_map.gif) top left no-repeat;
	height: 216px;
}

#lang_select {
	position: relative;
	top: 105px;
	left: 38px;
	color: #FFFFFF;
}

#lang_select form {
	padding-top: 5px;
}

#lang_select form select {	
	border: 1px solid #666666;
}

#lang_select form select option {
	padding: 0px 10px 0px 0px;
}

#lang_submit {
	border: 1px solid #666666;
}

#hitch_splash {
	background: url(../images/layout/hitch_lang.gif) top left no-repeat;
	text-indent: -5000px;
	height: 229px;
}

#bottom {
	background: url(../images/layout/bottom_block.gif) bottom left no-repeat;
	height: 4px;
	font-size: 0px;
}

#copyright {
	background-color: #666666;
	font-size: 11px;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	padding: 3px 13px 3px 0px;
	color:#FFFFFF;
	width: 739px;
}
