#content {
	position: relative;
	width: 996px;
	top: -14px;
}
body.cds #content { top: -28px; }

#sponsor {
	top: 76px;
	right: 21px;
}

#header {
	height: 250px;
	position: absolute;
	width: 100%;
}

/* Backwards Compatibility fix */
#header #page-title {
	position: absolute;
	width: 200px;
	height: 75px;
	right: 5px;
	bottom: 20px;
	background-position: right bottom;
	background-repeat: no-repeat;
	background-image: url(http://cdn.dolimg.com/xd/media/kickinit/common/interior-title-bg_grey.png);
	z-index: 10;
}

/* New compatibility fix */
#page-title  {
	position: absolute;
	width: 200px;
	height: 75px;
	background-image: url(http://cdn.dolimg.com/xd/media/kickinit/common/interior-title-bg_grey.png);
	z-index: 25;
	right: 0;
	top: 155px;
}

#page-title h1 {
    bottom: 0;
    position: absolute;
    right: 18px;
    text-align: center;
    width: 165px;
    font-weight: bold;
	font-size: 14px;
}

#main-wrapper {             
	padding: 230px 0 0 0;  
	float: right;
	font-size: 14px;
	position: relative;
	background-repeat: no-repeat;
}

#main-wrapper object,
#main-wrapper embed {
	display: block;
}

#menu {
	position: absolute;
	left: 26px;
	top: 227px;
}

#menu #menu-ad {
	height: auto;
	text-align: center;
	margin-top: 20px;
	left: -19px;
	padding: 0 7px 7px 7px;
	background: #e0e0e0;
	background: -moz-linear-gradient(top, #fbfbfb, #c8c8c8);
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#c8c8c8));
	-moz-box-shadow: 0px 1px 5px #333;
	-webkit-box-shadow: 0px 1px 5px #333;
	box-shadow: 0px 1px 5px #333;
}

#menu #menu-ad table {
	margin: 0 auto;	
}

/* Promos */
.interior .promos-module {
	width: auto;
	margin: 1px 0 0 0;
	padding: 0;
	//display: none;
}

.interior .promos-wrapper {
	width: auto;
	margin: 0;
}

.interior .promos-promo {
	width: 316px;
	background-repeat: no-repeat;
	background-position: top center;
	padding: 5px;
	margin-right: 9px;
}

.interior .promos-size-300x250 .promos-promo {
	height: 284px;
	background-image: url(http://cdn.dolimg.com/xd/media/kickinit/common/interior-promo-bg-250.png);
}

.interior .promos-size-300x150 .promos-promo {
	height: 176px;
	background-image: url(http://cdn.dolimg.com/xd/media/kickinit/common/interior-promo-bg-150.png);
}

.interior .promos-promo.last {
	margin-right: 0;
}

.interior .promos-holder {
	float: left;
	padding: 8px;
}

/* Blank */
.page-blank #main-wrapper {
	height: 600px;
}

.page-blank #blank {
	background-image: url(http://cdn.dolimg.com/xd/media/kickinit/common/blank-bg.png);
	background-repeat: no-repeat;
	padding: 10px;
}

.page-blank .shadow-bottom {
		display: block;
}
