/*GLOBAL OPTIONS*/
html {font-size: 100.1%;}
body {
	font: 64% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	background: #AF1327 url(../images/bg-body.jpg) repeat-x;
}
form {
	display: inline;
	padding: 0;
	margin: 0;
}

li {list-style: none;}
a {text-decoration: none;
color:#FF6600;}
a:hover {color: #FF9900;}
a:focus {outline: none;}
img {border: none;}
/*text to image replacment*/
.hidden-text {
	overflow: hidden;
	text-indent: -3000px;
	display: block;
}
/*main navigation*/
.main-nav {
	background: url(../images/bg-main-nav.gif) no-repeat;
	padding: 5px 0 0 35px;
	margin: 0;
	position: absolute;
	top: 22px;
	left: 33px;
	width: 660px;
	height: 35px;
}
.main-nav li {
	float: left;
	padding-left: 26px;
	background: url(../images/img-main-nav-separator.gif) no-repeat 13px 0;
}
.main-nav li.first {
	padding: 0;
	background: none;
}
.main-nav li a {
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	height: 16px;
	margin: 8px 0;
}
.main-nav li a.home {
	background: url(../images/img-home.gif) no-repeat;
	width: 43px;
}
.main-nav li a.about {
	background: url(../images/img-about.gif) no-repeat;
	width: 52px;
}
.main-nav li a.program {
	background: url(../images/img-program.gif) no-repeat;
	width: 71px;
}

.main-nav li a.information {
	background: url(../images/img-information.gif) no-repeat;
	width: 101px;
}
.main-nav li a.media {
	background: url(../images/img-media.gif) no-repeat;
	width: 48px;
}
.main-nav li a.sponsors {
	background: url(../images/img-sponsors.gif) no-repeat;
	width: 77px;
}
.main-nav li a.contact {
	background: url(../images/img-contact.gif) no-repeat;
	width: 69px;
}
.main-nav li a:hover, .main-nav li a.active {background-position: 0 100%;}
/*MAIN CONTAINER*/
#main {
	margin: 0 auto;
	width: 758px;
}
/*HEADER*/
#header {
	height: 260px;
	background: url(fader.swf) no-repeat 0 62px;
	position: relative;
	margin-bottom: -1px;
}
/*logo*/
.logo {
	margin: 0;
	position: absolute;
	top: 70px;
	left: 70px;
}
.logo a {
	
	height: 173px;
	width: 148px;
}
/*Container*/
#container {
	margin: 0 auto;
	width: 673px;
	padding: 10px 12px;
	background: url(../images/bg-container.png) repeat-y;
	background-color:#FFFFFF;
	overflow: hidden;
}
/*titles*/
h2 {
	font-size: 20px;
	color: #e69345;
	margin: 3px 0 5px;
	height: 12px;
}
.unity-news {background: url(../images/img-unity-news.gif) no-repeat;}
h3 {
	color: #a60c23;
	margin: 0 0 0 10px;
	font-size: 15px;
}
p {
	margin: 0 0 10px;
	font-size: 12px;
	line-height: 12px;
	color: #000;
}
/*Content*/
.content {
	float: left;
	width: 485px;
	margin-left: 10px;
}
/*headline (vide, news)*/
.headline {
	overflow: hidden;
	margin-bottom: 15px;
}
.video-holder {
	float: left;
	width: 280px;
	margin-right: 15px;
	padding-right: 15px;
	background: url(../images/img-dashed-border.gif) repeat-y 100% 0;
}
.news ul {
	padding: 10px 0 0;
	margin: 0;
}
.news ul li {
	margin-bottom: 12px;
}
.news ul strong {
	color: #b11326;
	font-weight: normal;
	display: block;
	font-size: 12px;
	line-height: 12px;
}
.news ul a {
	color: #3f3f3f;
	font-weight: normal;
	font-size: 12px;
	line-height: 12px;
}
.video-holder img {display: block;}
/*content box with grau background*/
.c-box {
	background: url(../images/bg-content.jpg) no-repeat;
	padding: 10px 15px;
}
/*column*/
.column {
	float: right;
	width: 165px;
	padding-left: 9px;
	background: url(../images/img-dashed-border.gif) repeat-y;
}
/*column form*/
.email-form {
	overflow: hidden;
	margin-bottom: 15px;
}
.column input {float: left;}
#inp-email {
	width: 132px;
	height: 16px;
	background: #fff;
	border: 1px solid #ccc;
	margin-right: 3px;
	padding: 2px 3px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
/*buy tickets button*/
.buy-btn {
	background: url(../images/img-buy-tickets.gif) no-repeat;
	width: 168px;
	height: 39px;
	margin-bottom: 15px;
}
/*sponsors list*/
.sponsors-list {
	margin: 0;
	padding: 0;
}
.sponsors-list li {margin-bottom: 5px;}
/*FOOTER*/
#footer {
	clear: both;
	margin: 0 auto;
	background: url(../images/bg-footer.png) no-repeat;
	width: 637px;
	height: 80px;
	padding: 10px 30px 0;
}
/*footer navigation*/
#footer ul {
	padding: 2px 0 0;
	margin: 0;
}
#footer ul li {
	float: left;
	margin-right: 20px;
	position: relative;
	margin-top: 10px;
}
#footer ul li a {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	height: 9px;
}
#footer ul li a.home {
	background: url(../images/img-f-home.gif) no-repeat;
	width: 44px;
}
#footer ul li a.vendors {
	background: url(../images/img-f-vendors.gif) no-repeat;
	width: 72px;
}
#footer ul li a.staff {
	background: url(../images/img-f-vol.gif) no-repeat;
	width: 101px;
}
#footer p {
	float: right;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	position: relative;
	z-index: 15;
	width: 200px;
}

.sponsors-logos {
	float: right;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	position: relative;
	padding-bottom: 10px;
}
.sponsors-logos:hover {}
/*copyright*/
#footer p {
	float: left;
	width: 100%;
	text-align: center;
	margin: 27px 0 0 0;
}
