@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Futura, Arial, sans-serif;
	background-color: #666666;
	color: #060808;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	color: #060808;
}

a:hover {
	text-decoration: underline;
	color: #060808;
}

.wrapper {
	background: url(../images/web_bg.jpg) repeat-y;
	margin: 0 auto 0 auto;
	width: 954px;
}

#header {
	margin: 0 24px 0 24px;
	width: 906px;
}
#header h2 {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 16px;
	text-align: right;
	background: url(../images/global_bar.png) no-repeat;
	height: 26px;
	padding: 0 10px 0 0;
	line-height: 26px;
	margin: 0;
	clear: both;
	float: none;
	text-transform: uppercase;
}

#content {
	margin: 30px 24px 0 24px;
	width: 906px;
	clear: both;
	float: none;
	font-size: 14px;
	line-height: 19px;
	text-transform: uppercase;
}

#content .left {
	float: left;
	width: 402px;
	padding: 0;
	margin: 0 0 0 1px;
}

#content .left img {
	border: #060808 1px solid;
}

#content .right {
	float: right;
	width: 400px;
	padding: 0;
	margin: 0 80px 0 0;
}

#page-home #content {
	margin-top: 0px;
}

#content p {
	font-size: 14px;
	line-height: 19px;
	text-transform: uppercase;
	padding: 0 0 5px 0;
}

#page-details #content p {
	text-align: center;
}

#page-contact #content {
	margin: 80px 24px 80px 264px;
	width: 666px;
}

#page-sponsors #content h3 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 8px 0;
}

#page-sponsors #content .sponsors-logos {
	background-color: #FFFFFF;
	margin: 0 16px 16px 16px;
	padding: 8px;
	float: none;
	height: auto;
	clear: both;
}

#page-sponsors #content .sponsors-logos ul {
	list-style: none;
	margin: 0;
	padding: 0;
	clear: both;
	float: none;
}

#page-sponsors #content .sponsors-logos ul li {
	margin: 0 8px 8px 0;
	list-style: none;
	display: block;
	padding: 0;
	float: left;
}
#page-sponsors #content .sponsors-logos ul#lounge li {
	width: 200px;
	height: 100px;
}
#page-sponsors #content .sponsors-logos ul#partners li {
	width: 200px;
	height: 100px;
}
#page-sponsors #content .sponsors-logos ul#friends li {
	width: 150px;
	height: 100px;
}



#page-sponsors #content .sponsors-logos a {
	border: none;
	padding: 0;
}


.caption {
	font-size: 9px;
	font-weight: normal;
	color: #060808;
	padding-left: 1px;
	text-transform:none;
}

.text {
	font-size: 14px;
	font-weight: bold;
	line-height: 19px;
	color: #060808;
	text-transform: uppercase;
	margin: 13px 0 0 1px;
	padding: 0;
}

#footer {
	margin: 0 24px 0 24px;
	padding: 0 0 12px 0;
	width: 906px;
	clear: both;
	float: none;
}

#footer .top {
	height: 97px;
	width: 906px;
	overflow:hidden;
	position:relative;
}

#footer .top .logo {
	position:absolute;
	right:0px;
	bottom:0px;
	width:99px;
	height:97px;
}

#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	height: 25px;
}

#page-home #footer h2, #page-details #footer h2  {
	background: url(../images/global_bar.png) no-repeat;
	height: 26px;
	margin: 14px 0 0 0;
	padding: 0;
	font-size: 2px;
}

#footer .left a, #footer .right a {
	display: block;
	line-height: 25px;
	margin: 12px 12px 0 0;
	padding: 0 6px 0 6px;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	background-color: #FFB300;
	text-decoration: none;
	text-transform: uppercase;	
}

#footer .left a:hover, #footer .right a:hover {
	background-color: #000000;
	color: #FFB300;
	text-decoration: none;
}

#footer .left {
	width: 682px;
	float: left;
}

#footer .right {
	width: 224px;
	float: left;
}

#footer .right a {
	float: right;
	margin-right: 0;
	height: 25px;
}

#footer .caption {
	text-align: center;
	padding-top: 30px;
}

.clearfloat {
	clear: both;
	float: none;
}







#header ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#header ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	height: 26px;
	line-height: 26px;
	border-right: #666666 1px solid;
}

#header .left a, #header .right a {
	display: block;
	line-height: 26px;
	margin: 0 0 0 0;
	padding: 0 8px 0 8px;
	background-color: #000000;
	text-decoration: none;
	text-transform: uppercase;	
	color: #CCCCCC;
}

#header .left {
	width: 682px;
	height: 26px;
	float: left;
	background-color: #000000;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

#header .left a:hover {
	background-color: #FDBB30;
	color: #FFFFFF;
	text-decoration: none;
}


#header .right {
	width: 224px;
	height: 26px;
	float: left;
	background-color: #000000;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

#header .right a {
	float: right;
	margin-right: 0;
	height: 26px;
	color: #FDBB30;
	border-left: #666666 1px solid;
}
#header .right a:hover {
	color: #FFFFFF;
	background-color: #FFB300;
	text-decoration: none;
	border-left: #666666 1px solid;
}

#header .left li.selected a, #header .left li.selected a:hover {
	background-color: #FDBB30;
	color: #000000;
	text-decoration: none;
}


