@charset "utf-8";
/* -- General ---------------------------------------------------------------- */
*
{
	margin: 0px;
	padding: 0px;
}
body
{
	background-image: url(../images/layout/bkg.jpg);
	background-color: #000000;
	
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #1b1b1b;
	
	margin: 0px 0px 0px 0px;
}
h1,h2,h3,h4
{
	padding-bottom: 5px;
}
h1
{
	font-size: 20px;
}
h2
{
	font-size: 18px;
}
h3
{
	font-size: 16px;
}
h4
{
	font-size: 14px;
}
table
{
	border: none;
	border-spacing: 0px;
}
img
{
	border: none;
}
p
{
	padding: 5px 0px 5px 0px;
	line-height: 19px;
}
hr
{
	margin: 2px 0px 10px 0px;
	border-color: #333333;
	border-style: dashed;
	border-width: 1px;
	border-left: none;
	border-right: none;
	border-top: none;
}
textarea
{
	font-family: Arial, sans-serif;
	font-size: 11pt;
}
ul
{
	margin-left: 25px;
}
/* --------------------------------------------------------------------------- */
/* -- Menu ------------------------------------------------------------------- */

/* --------------------------------------------------------------------------- */
/* -- Layout ----------------------------------------------------------------- */
#bkg_main
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	overflow: hidden;
}
#container
{
	position: relative;
	width: 100%;
	z-index: 2;
	
	background-image: url(../images/layout/bkg_no-repeat.jpg);
	background-repeat: no-repeat;
}
.header
{
	position: relative;
}
.header img.eventdates
{
	position: absolute;
	top: 30px;
	left: 818px;
}
.header #flags
{
	position: absolute;
	left: 340px;
	top: 0px;
	width: 442px;
	height: 100px;
	overflow: hidden;
}
.header #flags #flag_scroll
{
	position: absolute;
	left: 0px;
	z-index: 1;
}
.header #flags img.arrow_left
{
	position: absolute;
	left: 0px;
	top: 36px;
	z-index: 2;
	cursor: pointer;
}
.header #flags img.arrow_right
{
	position: absolute;
	right: 0px;
	top: 34px;
	z-index: 2;
	cursor: pointer;
}
.header #flags div.country
{
	width: 442px;
	float: left;
}
.header #flags div.country div.country_pad
{
	padding: 10px;
}
.header #flags div.country img
{
	float: left;
	margin-right: 10px;
}
.header #flags div.country div.details
{
	float: left;
	width: 250px;
	height: 88px;
	vertical-align: middle;
	padding-top: 10px;
}
.header #flags div.country div.details div
{
	font-weight: bold;
}
#menu
{
	height: 37px;
	line-height: 37px;
	background-color: #232323;
	padding-left: 7px;
}
#menu a
{
	font-size: 14px;
	font-family: "Trebuchet MS", Arial;
	font-weight: bold;
	color: #f5bc35;
	text-decoration: none;
	padding: 0px 14px 0px 14px;
}
#menu a:hover
{
	color: #c8c8c8;
}
.rel
{
	position: relative;
}
.content
{
	position: relative;
	top: -25px;
	left: -20px;
	width: 716px;
}
#footer
{
	background-color: #f9c03a;
	height: 35px;
}
div.signup
{
	position: relative;
}
div.signup img.bkg
{
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
}
div.signup form
{
	width: 210px;
	padding-top: 85px;
}
.rel
{
	position: relative;
}
.sideflash
{
	position: absolute;
	left: 716px;
	top: -20px;
	z-index: 2;
}
/* --------------------------------------------------------------------------- */
/* -- Tables ----------------------------------------------------------------- */
table.tblContent
{
	width: 100%;
}
table.tblContent td
{
	vertical-align: top;
}
table.tblContent td.vertical
{
	background-image: url(../images/layout/corner_vertical.png);
	background-repeat: repeat-y;
}
table.tblContent2 td
{
	vertical-align: bottom;
}
table.tblForm
{
	width: 100%;
	border-spacing: 2px;
}
table.tblForm th
{
	width: 55px;
	font-size: 11px;
	text-align: left;
	text-transform: uppercase;
}
table.tblForm input[type="submit"]
{
	text-transform: uppercase;
	font-size: 11px;
}
/* --------------------------------------------------------------------------- */