/*  
Theme Name: XBOX Live Tournament Registration
Description: Additional styles for the Select Language page.
Version: 1.0
Author: Whipped up by Erik  Zitzermann, sliced and diced by David Zuch.
Author URI: http://www.schematic.com/

*//*
Belt
************************\*/
#belt {
	min-height: auto;
	height: auto;
	margin: 15px auto;
	position: relative;
}
* html #belt {
	height: 200px;
	padding-top: 94px;
}
/*
Header
************************\*/
#header {
	width: 770px;
	height: 76px;
	position: relative;
	left: -10px;
	padding-top: 18px;
	padding-left: 10px;
	background: #000 url('../img/lang/bg_header.gif') no-repeat;
	border-bottom: none;
}
* html #header {
	position: absolute;
	top: 0;
	left: 0;
}
h2 {
	background: #B33600 url('../img/lang/bg_red_heading_long.gif') no-repeat;
}
/*
Content
************************\*/
#content {
	border-top: 3px solid #000;
	padding: 0;
}
* html #content {
	margin-bottom: 0px;
}
.primary {
	float: none;
	background: url('../img/lang/bg_footer.gif') no-repeat bottom;
	padding-bottom: 27px;
	position: relative;
	margin-top: -4px;
	bottom: -4px;
	width: 100%;
	min-height: 152px;
}
* html .primary {
	margin-top: 0;
}
#languages {
	margin-top: 20px;
	background: url('../img/lang/bg_faux_columns.gif');
	height: 100%;
	min-height: 152px;
}
#languages:after {
	content: "."; 
	display: block; 
	line-height: 1px; 
	font-size: 1px;
	visibility: hidden;
	clear: both; 
}
/*\*/
* html #languages {
	height: 0.01%;
}
/**/
.langgroup {
	float: left;
	width: 240px;
	padding: 0px 0px 10px 10px;
}
.langgroup dt {
	font-size: 1.175em;
	margin-top: 0;
	padding: 4px 12px;
	background: #FBFBFB url('../img/lang/bg_headings.gif') no-repeat;
	margin-bottom: 10px;
}
.langgroup dd {
	padding: 1px 12px;
	font-size: 1.1em;
}
.langgroup dd a {
	font-weight: normal;
	color: #000;
}
.langgroup dd a:hover {
	color: #000;
	background: #FBFBFB;
}
