/*Isilumko Lander*/
html, body {
    margin: 0;
	height:100%;
}

body {
    font: 11px / 1.5 arial, helvetica, clean, sans-serif;
    color: #FFF;
    background: #A5120A url(images/bg.jpg) no-repeat scroll 50% 0;
}

a, a:link, a:visited {
    color: #FFF;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a img {
	border:none;
	outline:none;
}
h1, h2, h4, p, img {
    margin: 0;
    padding: 0;
}

.wrap {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
	min-height:100%;
	position:relative;
}

.inner-wrap {
	width:100%;
	padding:0 0 104px;
	overflow: hidden;
}

h1.main-head {
    text-indent: -9999px;
    height: 48px;
    width: 213px;
    background: url(images/logo.png) no-repeat;
    margin: 34px 0 0 26px;
}

.corp {
    font-size: 9px;
    font-weight: bold;
    float: right;
    margin: 46px 8px 0 0;
}

.columns-holder {
    width: 100%;
    overflow: hidden;
    padding-top: 62px;
}

.column {
    width: 324px;
    height: 388px;
    padding: 29px 1px 0;
    float: left;
    background: url(images/column-bg.gif) repeat-x;
}

#staffing, #media {
    margin-right: 10px;
}

.col-text {
    padding: 30px 30px 0;
    height: 135px;
    position: relative;
}

.column h2 a {
    height: 13px;
    text-indent: -9999px;
    width: 156px;
    display: block;
    background: url(images/titles_10602010.png) no-repeat;
}

.column h2 {
    width: 156px;
    float: left;
}

#media h2 {
    width: 134px;
}

#media h2 a {
    background-position: 0 -13px;
    width: 134px;
}

#gifts h2 a {
	background-position:0 -26px;
	width:190px;
}

.col-text span {
    font-size: 10px;
    color: #F7746C;
    float: left;
    margin-left: 10px;
}

.col-text p {
    width: 265px;
    margin: 15px 0 0;
}

.col-text img {
    float: right;
}

.col-title {
    overflow: hidden;
}

.enter {
    position: absolute;
    bottom: 10px;
    font-size: 9px;
    font-weight: bold;
}

.lander-expl {
	overflow:hidden;
	padding:0 0 65px;
}

.expl-blurb {
	padding: 65px 0 0 35px;
	float:left;
}

.expl-blurb p {
	width:470px;
	font-weight:bold;
}
.branches {
	float:left;	
	width:375px;
	padding: 65px 0 0 65px;
	font-size:9px;
}
.left {
	float:left; 
	width:115px;
}
.right {
	float:left;
	width:250px;
}
.right p {
	float:left;
	padding:0 0 0 5px;
}

.footer {
	width:995px;
	position:relative;
	margin:-104px auto 0;
	height:104px;
	background:url(images/footer.gif) no-repeat 50% 0;
	font-size:9px;
	overflow:hidden;
}

.footer ul {
	list-style-type:none;
	margin:0;
	padding:0;
	width:300px;
	overflow:hidden;
	text-align:center;
	margin:30px auto 15px;
}

.footer ul li {
	float:left;
	padding: 0 9px;
	border-right:1px solid #FFF;
}

.footer ul li.last {
	border-right:none;
}

.footer p {
	text-align:center;
}

