/**
 * Stylesheet for plugg 2009
 * @media	screen, projection
 * @copyright	Netlash <http://www.netlash.com>
 * @author	Stijn De Lathouwer <stijn@netlash.com>
 */


/**
 * = Basic
 * ----------------------------------------------------------
 */

body {
	font: 12px Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #fff;
	background: #fff url('../images/deco_bg_body.jpg') repeat-y center;
}

#container {
	font-size: 100%;
	width: 960px;
	margin: auto;
	text-align: left;
	overflow: hidden;
}


.hidden {
	display: none;
}

/**
 * = Header
 * ----------------------------------------------------------
 */

#header {
	background: #1b3454 url('../images/deco_bg_header.jpg') repeat-x 0 bottom;
}

#header h1 {
	float:left;
	background: url('../images/logo.jpg') no-repeat;
	width: 137px;
	height: 67px;
	text-indent: -9999px;
	margin-top: 11px;
	margin-bottom: 17px;
	display: inline;
}

#header h1 a {
	display: block;
	width: 137px;
	height: 67px;
}

#header h2 {
	float: left;
	margin-left: 47px;
	margin-top: 11px;
	height: 56px;
	display: inline;
	font-weight: normal;
	font-size: 13px;
}

#header h2 span.date {
	color: #f78e1e;
	float: left;
	margin-top: 20px;
}

#header h2 span.location {
	color: #fff;
	float: left;
	clear: left;
	margin-top: 2px;
}

#header_content {
	font-size: 100%;
	width: 960px;
	margin: auto;
	text-align: left;
	overflow: hidden;
	position: relative;
	background: url('../images/deco_bg_header_content.gif') no-repeat 0 bottom;

}

#language {
	display: none;
}

ul#menu {
	clear: left;
	float: left;
	width: 960px;
}

ul#menu li {
	float: left;
	background: url('../images/deco_bg_menu.jpg') repeat-x;
	min-height: 136px;
	padding-bottom: 10px;
	width: 164px;
	margin-right: 19px;
	display:inline;
}

ul#menu dl {
	margin-left: 7px;
	margin-top: 7px;
}

ul#menu dt {
	color: #f78e1e;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 12px;
}

ul#menu dd {
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 5px;
}

ul#menu dd a {
	color: #fff;
	text-decoration: none;
}

ul#menu dd.selected a {
	color: #f00;
	text-decoration: none;
}

ul#menu dd a:hover {
	color: #f00;
}

ul#metaMenu {
	position: absolute;
	right: 0;
	top: 11px;
}

ul#metaMenu li {
	float: left;
	color: #fff;
	font-size: 11px;
	padding-right: 4px;
	border-right: 1px solid #fff;
	margin-right: 4px;
}

ul#metaMenu li.contactUs {
	padding-right: 0;
	border-right: 0;
	margin-right: 0;
}

ul#metaMenu a {
	color: #f78e1e;
}

ul#metaMenu a:hover {
	color: #f00;
}

p#register {
	position: absolute;
	z-index: 2;
	bottom: 0;
	right: 0;
	width: 290px;
	height: 190px;
	text-indent: -9999px;
}

p#register a {
	display: block;
	width: 290px;
	height: 190px;
	margin: 0;
	padding: 0;
	background: url('../images/button_register.jpg') no-repeat;
}

p#register a:hover {
	background: url('../images/button_register.jpg') no-repeat 0 -191px;
}

/**
 * = Content
 * ----------------------------------------------------------
 */

#content {
	float: left;
	width: 584px;
	padding-right: 32px;
}

#content ul {
	list-style-type: disc;
	list-style-position: inside;
	margin-bottom: 10px;
}

#content ol {
	list-style-type: decimal;
	list-style-position: inside;
	margin-bottom: 10px;
}

#content li {
	margin-bottom: 6px;
	color: #454545;
}

#content p {
	color: #454545;
	font-size: 12px;
	margin-bottom: 14px;
	line-height: 150%;
}

#content h3 {
	font-size: 28px;
	font-weight: bold;
	margin-top: 23px;
	margin-bottom: 8px;
	line-height: 125%;
	color: #F78E1E;
}

#content h3.blogHeader {
}

#content h3.blogHeader a {
	float: right;
	background: url('../images/deco_rssSmall.gif') no-repeat right 2px;
	text-indent: -9999px;
	height: 19px;
	width: 16px;
	margin-top: 8px;
}

#content p.introText {
	font-size: 18px;
	font-weight: bold;
	margin-top: 23px;
	margin-bottom: 11px;
	line-height: 125%;
}

#content p.jpg {
	float: left; 
	border-right: 10px solid #fff;
}

#content p.blogTeaser {
	background: #e9eaea url('../images/deco_bg_blogTeaser_top.gif') no-repeat;
	position: relative;
	margin-bottom: 10px;
	margin-top: 10px;
}

#content p.blogTeaser .deco_bg_blogTeaser_bottom {
	display: block;
	background: url('../images/deco_bg_blogTeaser_bottom.gif') no-repeat 0 bottom;
	padding-top: 11px;
	padding-bottom: 13px;
	padding-left: 10px;
	padding-right: 15px;
}

#content p.blogTeaser a {
	color: #454545;
}

#content p.blogTeaser a:hover {
	color: #f00;
}

#content p.blogTeaser a.blogTeaser_blogTitle {
	color: #aa4711;
	font-weight: bold;
}

#content p.blogTeaser a.blogTeaser_blogTitle:hover {
	color: #f00;
}

#content p.blogTeaser .rssButton{
	position: absolute;
	right: 8px;
	top: 6px;
	text-indent: -9999px;
	background: url('../images/blogTeaser_rss.jpg') no-repeat;
	width: 28px;
	height: 28px;
}

#content a {
	color: #f78e1e;
}

#content a:hover {
	color: #f00;
}

#confirmedSpeakers {
	float: left;
	width: 360px;
	background: #fcefe0;
	margin-bottom: 20px;
}

#confirmedSpeakers dt {
	padding-top: 11px;
	padding-right: 6px;
	padding-left: 7px;
	background: url('../images/deco_bg_confirmedSpeakers_top.gif') no-repeat;
	font-weight: bold;
	color: #f78f1e;
}

#confirmedSpeakers dd {
	padding-right: 6px;
	padding-left: 7px;
	width: 347px;
	overflow: hidden;
}

#confirmedSpeakers dd.viewMoreSpeakers {
	background: #fff;
	padding-top: 9px;
}

#confirmedSpeakers dd.viewMoreSpeakers a {
	color: #1b3454;
}

#confirmedSpeakers dd.viewMoreSpeakers a:hover {
	color: #f00;
}

#content #confirmedSpeakers ul {
	margin-left: -13px;
	margin-top: 12px;
	margin-bottom: 0;
	padding-bottom: 2px;
	clear: left;
	float: left;
	width: 366px;
	overflow: hidden;
	display: inline;
	background: #fcefe0 url('../images/deco_bg_confirmedSpeakers_bottom.gif') no-repeat 6px bottom;
}

#confirmedSpeakers li {
	float: left;
	width: 77px;
	height: 77px;
	margin-left: 13px;
	border-bottom: 8px solid #fcefe0;
	display: inline;
}

#confirmedSpeakers li a {
	float: left;
	width: 77px;
	height: 77px;
	text-indent: -9999px;
}

#twitter {
	margin: 0;
	float: left;
	width: 187px;
	padding-left: 37px;
	padding-top: 39px;
	height: 194px;
	background: url('../images/deco_bg_twitterBalloon.gif') no-repeat 37px 28px;
	position: relative;
}

#twitter h3 {
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	width: 57px;
	height: 12px;
	margin-left: 60px;
	background: url('../images/title_twitterTitle.gif') no-repeat;
}

#twitter p {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 11px;
	color: #777777;
	width: 122px;
	height: 68px;
	margin-top: 8px;
	margin-left: 25px;
	line-height: 115%;
}

#twitter p a {
	color: #1b3454;
}

#twitter p.author {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 60px;
	right: 0;
	height: auto;
}

dl#blog {
	clear: both;
	float: left;
	background: url('../images/deco_bg_blog.jpg') repeat-x;
	padding-top: 18px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0;
	width: 544px;
}

#content .blogDetail {
	margin-top: 25px;
}

div#blogCommentsAndForm {
	border-top:1px solid #D8D7D7;
	clear: both;
	float: left;
	width: 544px;
	margin-top: 45px;
}

div.blogcomments {
	clear: both;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0;
	width: 544px;
}

div.blogcomment {
	float: left;
	padding: 0;
	margin-bottom: 25px;
}

div.blogcomments img.gravatar {
	float: left;
	margin-right: 20px;
}

img.jpg {
	float: left; border-top: 5px solid #fff; border-right: 10px solid #fff;
}

div.commentText {
	float: right;
	width: 480px;
	margin-top: 0;
}

div.blogcomments p, div.blogcomments h4 {
	float: left;
	text-align: left;
	width: 480px;
	margin: 0;
	margin-bottom: 15px;
}

#content div.blogcomments p.author {
	color: #A9A8A9;
	margin-bottom: 3px;
}


#content div.blogcomments h3 {
	margin-top: 15px;
	font-size: 14px;
	color: #1B3454;
}

div.blogform {
	clear: both;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
	margin: 0;
	margin-top: 15px;
	width: 544px;
}

div.blogform dt {
clear: left;
float: left;
margin-bottom: 5px;
}

div.blogform dd {
	clear: left;
	float: left;
	margin-bottom: 15px;
}

div#startuprallyForm dt {
	clear: left;
	float: left;
	margin-bottom: 5px;
	width: 450px;
}

div#startuprallyForm dd {
	clear: left;
	float: left;
	margin-bottom: 15px;
	width: 450px;
}

div#startuprallyForm label {
	width: 450px;
	display: block;
}

.form-error, #content p.form-error {
	margin-bottom: 5px;
	margin-top: 3px;
	color: #f00;
}

#content p.form-success {
	margin-bottom: 5px;
	margin-top: 3px;
	color: green;
}

#content div.blogform h3 {
	margin-top: 15px;
	font-size: 14px;
	color: #1B3454;
}

dl#blog dt, dl#blog dd {
	margin: 0;
	padding: 0;
	clear: left;
	float: left;
	display: inline;
	width: 544px;
}

dl#blog dt {
	font-weight: bold;
	font-size: 18px;
	color: #f99d29;
	margin-bottom: 18px;
}

dl#blog dd {
	clear: left;
	float: left;
	position: relative;
	margin-bottom: 20px;
}

dl#blog div.blogMainData {
	width: 357px;
	float: left;
}

dl#blog div.blogMainData ul {
	clear: left;
	float: left;
	width: 357px;
}
	

dl#blog dd p {
	width: 357px;
	float: left;
}

dl#blog div.blogMetaData {
	width: 140px;
	float: right;
}

dl#blog dd div.blogMetaData p {
	width: 140px;
	margin: 0;
	margin-bottom: 20px;
}

div.blogMetaData p span.date {
	display: block;
	width: 140px;
	font-weight: bold;
	color: #1b3454;
}

div.blogMetaData p span.author {
	display: block;
	width: 140px;
	color: #1b3454;
}

div.blogMetaData p span.tags, div.blogMetaData p span.category {
	clear: left;
	float: left;
	padding-top: 18px;
	font-size: 11px;
	font-weight: bold;
}

#content div.blogMetaData p span.tags a, #content div.blogMetaData p span.category a {
	color: #454545;
	font-weight: normal;
}

#content div.blogMetaData p span.tags a:hover, #content div.blogMetaData p span.category a:hover {
	color: #FF8907;
}

dl#blog dd div.blogMetaData p.blogReactButton {
	width: 120px;
	background: #d8d7d7 url('../images/deco_bg_blogReactButton_top.gif') no-repeat;
	margin-bottom: 5px;
	text-align: center;
}

dl#blog dd div.blogMetaData p.blogReactButton a {
	display: block;
	width: 120px;
	min-height: 20px;
	background: url('../images/deco_bg_blogReactButton_bottom.gif') no-repeat 0 bottom;
	font-size: 10px;
	color: #454545;
	text-decoration: none;
}

dl#blog dd div.blogMetaData p.blogReactButton a:hover {
	color: #f00;
}

#content #blogDetailnavigation {
	margin-left: 20px;
	float: left;
	width: 530px;
	list-style-type: none;
}

#content #blogDetailnavigation ul {
	float: left;
	width: 530px;
	list-style-type: none;
	overflow: hidden;
}

#blogDetailnavigation li {
	float: left;
}

#blogDetailnavigation li.back {
	background: url('../images/deco_bg_blogNav_last.gif') no-repeat 0 center;
	padding-left: 18px;
	width: 238px;
	margin-right: 18px;
}

#blogDetailnavigation li.forward {
	background: url('../images/deco_bg_blogNav_next.gif') no-repeat right center;
	padding-right: 18px;
	width: 238px;
	text-align: right;
	float: right;
}

#blogarchive .datagrid, #blog .datagrid {
	margin-bottom: 25px;
	width: 584px;
	color: #1B3454;
}


#blogarchive h3  {
}

#blogarchive .datagrid td, #blogarchive .datagrid th {
	padding: 4px;
	padding-top: 8px;
}

#blog .datagrid td, #blog .datagrid th {
	padding: 4px;
}

#blogarchive .datagrid tr.rowOdd td, #blog .datagrid tr.rowOdd td  {
	background: #EEF1F5;
}

dl#blogCategoryLink dt {
	background: #F2F4F6;
	padding: 4px;
	padding-bottom: 8px;
	font-size: 14px;
	color: #1B3454;
	font-weight: bold;
}

dl#blogCategoryLink dt a {
	color: #1B3454;
}

dl#blogCategoryLink dd {
	padding: 4px;
	padding-top: 10px;
	margin-bottom: 20px;
}

#content .pagination-wrap {
	padding-left: 20px;
	float: left;
	width: 560px;
}

#content .pagination-wrap ul {
	list-style-type: none;
	width: 560px;
	float: left;
}

#content .pagination-wrap li {
	float: left;
	color: #454545;
	margin-right: 9px;
}

#content #blogarchive-mini {
	background:#F2F4F7 none repeat scroll 0 0;
	border-bottom:20px solid #FFFFFF;
	display:inline;
	float:left;
	margin-left:0;
	margin-top:12px;
	padding-bottom:20px;
	padding-left:15px;
	padding-top:10px;
	width:569px;
}

#content #blogarchive-mini h4 {
	color: #1B3454;
	margin-bottom: 15px;
	font-size: 14px;
	width: 545px;
}

#content #blogarchive-mini h5 {
	font-size: 12px;
	padding: 4px;
	display: inline;
}

#content #blogarchive-mini h5 a {
	color: #909090;
}

#content #blogarchive-mini h5 a:hover {
	color: #f00;
}

#content #blogarchive-mini ul {
	list-style-type: none;
	margin-top: 5px;
	margin-left: 3px;
	background: #0f0;
}

#content #blogarchive-mini li {
	clear: left;
	float: left;
}

#content #blogarchive-mini .byTime {
	clear: left;
	float: left;
	width: 150px;
	margin-right: 15px;
}

#content #blogarchive-mini .byCategory {
	float: left;
	width: 150px;
}

#speakerList {
	clear: left;
	float: left;
	display: inline;
	width: 584px;
}

#content #speakerList ul {
	list-style-type: none;
}

#content #speakerList li {
	clear: left;
	float: left;
	width: 584px;
	margin-bottom: 0;
}

#speakerList li a {
	float: left;
	margin-bottom: 10px;
	padding: 5px;
	text-decoration: none;
	color: #454545;
}

#speakerList li a:hover, #speakerList li.odd a:hover {
	background: #FDEBD8;
}

#speakerList li.odd a {
	background: #F0F0F0;
}

#speakerList img {
	float: left;
}

#speakerList span {
	float: right;
	width: 482px;
	margin: 0;
}

#speakerList span.speakerName {
	font-weight: bold;
	font-size: 16px;
	color: #DE7400;
}

#speakerList a:hover span.speakerName {
	color: #f00;
}

#schedule {
	
}

#content #schedule ul {
	list-style-type: none;
}

#content #schedule li {
	margin-bottom: 0;
	padding: 0;
}

#schedule .odd {
	background: #F0F0F0;
}

#schedule td {
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#schedule td.time {
	font-weight: bold;
	padding-left: 10px;
	padding-top: 13px;
	width: 95px;
}

#schedule td h4 {
	font-size: 16px;
	color: #DE7400;
}

#schedule ul.pictures {
	width: 73px;
	float: left;
	padding-right: 25px;
}

#schedule ul.pictures li {
	margin-bottom: 5px;
}

#content #schedule p {
	color: #454545;
	font-size: 12px;
	margin-bottom: 0;
	margin-top: 24px;
	line-height: 150%;
}

#content #schedule p.speakerIntro {
	margin-top: 12px;
	font-weight: bold;
}

div.speaker {
	margin-top: 23px;
}

div.speaker img {
	float: left;
	margin-right: 25px;
}

div.speaker dl {
	float: left;
	width: 480px;
}

div.speaker dt, div.speaker dd {
	float: left;
	margin-bottom: 15px;
}

div.speaker dd {
	width: 380px;
	color: #454545;
}

div.speaker dd p {
	margin: 0;
	padding: 0;
	margin-top: -2px;
}

div.speaker dt {
	clear: left;
	width: 85px;
	font-weight: bold;
	color: #1B3454;
}


div#speakerdetail p.backlink, div#sponsordetail p.backlink, div#partnerdetail p.backlink, div#blogDetailnavigation .backlink {
	float: right;
	width: 184px;
	margin-left: 0;
	margin-right: 5px;
	margin-top: 25px;
	display: inline;
	background: #f99d29 url('../images/deco_bg_speakersOverviewButton_top.gif') no-repeat;
}

div#speakerdetail p.backlink a, div#sponsordetail p.backlink a, div#partnerdetail p.backlink a, div#blogDetailnavigation .backlink a {
	float: left;
	background: url('../images/deco_bg_speakersOverviewButton_bottom.gif') no-repeat 0 bottom;
	width: 184px;
	text-align: center;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 3px;
	color: #fff;
	font-weight: bold;
}

div#speakerdetail p.backlink a:hover, div#sponsordetail p.backlink a:hover, div#partnerdetail p.backlink a:hover, div#blogDetailnavigation .backlink a:hover {
	color: #FFC4B8;
}

p.backlinkBlog {
	clear: left;
	float: left;
	padding: 20px;
	width: 450px;
}

form#newslettersubscribeform {
	background: #e9eaea url('../images/deco_bg_blogTeaser_top.gif') no-repeat;
	position: relative;
	margin-bottom: 10px;
	margin-top: 10px;
	clear: left;
	padding-top: 2px;
}

form#newslettersubscribeform fieldset {
	display: block;
	background: url('../images/deco_bg_blogTeaser_bottom.gif') no-repeat 0 bottom;
	padding-top: 11px;
	padding-bottom: 13px;
	padding-left: 10px;
	padding-right: 15px;
}

form#newslettersubscribeform h3, form#newslettersubscribeform input, form#newslettersubscribeform label {
	float: left;
}

form#newslettersubscribeform h3 {
	margin: 0;
	padding: 0;
	padding-top: 4px;
	font-size: 12px;
	color: #AA4711;
}

form#newslettersubscribeform label {
	margin-left: 15px;
	margin-right: 15px;
	padding-top: 4px;
}

form#newslettersubscribeform input#email {
	margin-right: 10px;
}

/*
form#newslettersubscribeform {
	margin-top: -23px;
	clear: left;
	float: left;
	display: inline;
	width: 553px;
	padding: 10px;
	padding-left: 21px;
	padding-bottom: 50px;
	background: url(../images/deco_bg_blog.jpg) repeat-x;
	border-top: 1px solid #D8D7D7;
}

form#newslettersubscribeform label {
	margin-right: 10px;
	clear: left;
	float: left;
	display: inline;
	padding-top: 3px;
}

form#newslettersubscribeform input {
	float: left;
	display: inline;
}

form#newslettersubscribeform input#email {
	margin-right: 10px;
	width: 140px;
}



form#newslettersubscribeform legend {
	font-weight: bold;
	font-size: 14px;
	padding: 0;
	margin: 0;
	border: 0;
	margin-bottom: 5px;
	clear: left;
	float: left;
	display: inline;
	color: #FF8907;
}
*/

#content #sponsorslist ul, #partnerslist ul {
	float: left;
	margin-bottom: 35px;
	width: 584px;
	list-style-type: none;
}

#content #sponsorslist li, #content #partnerslist li {
	float: left;
	margin-right: 15px;
	margin-bottom: 0;
	border: 1px solid #E5E5E5;
}

#partnerslist li {
	width: 100px;
	height: 100px;
	padding: 4px;
	margin-bottom: 0;
}

#partnerslist li a {
	width: 100px;
	height: 100px;
	display: block;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	text-indent: -5555px;
}

#partnerslist h4 {
	margin-bottom: 20px;
}

#sponsorslist h4 {
	clear: left;
	float: left;
	width: 580px;
	margin-bottom: 10px;
}

#sponsordetail img, #partnerdetail img {
	border: 1px solid #E5E5E5;
	margin-top: 20px;
}

#partnerdetail img {
	padding: 3px;
}

#sponsordetail .sponsor, #partnerdetail .partner {
	margin: 0;
	float: left;
	width: 582px;
}

#partnerdetail, #sponsordetail {
	float: left;
	width: 582px;
}

#sponsordetail dl, #partnerdetail dl {
	/*
	float: left;
	width: 380px;
	*/
	margin-top: 20px;
}

#partnerdetail dl {
	/*
	float: left;
	width: 425px;
	*/
}

#sponsordetail dt, #partnerdetail dt {
	clear:left;
	float: left;
	color:#1B3454;
	font-weight:bold;
	width: 105px;
	margin-bottom:15px;
}

#sponsordetail dd, #partnerdetail dd {
	float: left;
	color:#454545;
	width: 420px;
	margin-bottom:15px;
}

#partnerdetail dd {
}

#sponsordetail dd p, #partnerdetail dd p {
	float: left;
	color:#454545;
	width: 420px;
}

#content .speaker h3 {
	margin-bottom: 20px;
}

/**
 * = SubMenu
 * ----------------------------------------------------------
 */

#sponsors ul#subMenu {
	width: 260px;
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 20px;
	clear: left;
	float: left;
	padding: 0;
	margin-top: 0;
	padding-bottom: 10px;
	/*border-bottom: 2px solid #99A6B8;*/
}

#sponsors ul#subMenu li {
	clear: left;
	float: left;
	width: 260px;
	height: auto;
	font-size: 14px;
	font-weight: normal;
	margin-left: 0;
	margin-bottom: 4px;
}

#sponsors ul#subMenu li ul {
	margin: 0 20px;
}

#sponsors ul#subMenu li ul li {
	width: 240px;
	font-size: 13px;
}

#sponsors ul#subMenu li ul li ul {
	margin: 0 20px;
}

#sponsors ul#subMenu li ul li ul li {
	width: 220px;
	font-size: 12px;
}

#sponsors ul#subMenu li.selected {
	background: #4A5C75;
	font-weight: bold;
}

#sponsors ul#subMenu li.selected a {
	color: #fff;
}

#sponsors ul#subMenu li a:hover {
	color: #fff;
	background: #99A6B8;
}

#sponsors ul#subMenu li.selected a:hover {
	color: #f00;
}

#sponsors ul#subMenu li a {
	color: #1B3454;
	text-decoration: none;
	display: block;
	padding: 5px;
	width: auto;
	height: auto;
	text-indent: 0;
}

/**
 * = Sponsors
 * ----------------------------------------------------------
 */

#sponsors {
	float: left;
	width: 344px;
	padding-top: 22px;
	background: url('../images/deco_bg_sponsors.jpg') no-repeat;
}

#sponsors h3 {
	color: #1b3454;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	clear: left;
}

#sponsors h3.platinum {
	/*font-size: 18px;*/
}

#sponsors ul {
	float: left;
	clear: left;
	width: 334px;
	display: inline;
	margin-top: 15px;
	margin-bottom: 15px;
}

#sponsors li {
	float: left;
	width: 155px;
	height: 100px;
	background: #fff;
	margin-bottom: 10px;
	margin-left: 10px;
	display: inline;
}

#sponsors li a {
	width: 155px;
	height: 100px;
	display: block;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: center center;
}


#sponsors ul.bigSponsor  li a {
	width: 125px;
	height: 125px;
}
#sponsors ul.bigSponsor {
	width: 270px;
	margin-left: 30px;
	margin-right: 25px;
}

#sponsors ul.bigSponsor li {
	float: left;
	width: 125px;
	height: 125px;
	margin-bottom: 7px;
	margin-left: 10px;
	display: inline;
}

p#sponsorButton {
	clear: left;
	float: left;
	background: #f99d29 url('../images/deco_bg_sposorButton_top.gif') no-repeat;
	width: 223px;
	margin: 0 10px 20px 58px;
	display: inline;
}

p#sponsorButton a {
	float: left;
	background: url('../images/deco_bg_sposorButton_bottom.gif') no-repeat 0 bottom;
	width: 223px;
	text-align: center;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 5px;
	color: #fff;
	font-weight: bold;
}

p#sponsorButton a:hover {
	color: #FFC4B8;
}


/**
 * = Sponsors
 * ----------------------------------------------------------
 */

#footer {
	clear: left;
	float: left;
	width: 565px;
	border-top: 1px solid #d8d7d7;
	padding-top: 8px;
	padding-bottom: 50px;
	padding-left: 19px;
}

#footer li {
	float: left;
	margin-right: 15px;
	font-size: 10px;
}

#footer a {
	color: #454545;
}

#footer a:hover {
	color: #f00;
}

/* Clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

