body {
	font-size: 10pt;
	font-family: lucida grande, lucida sans, arial, helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background: #141d62 url('../img/gradient.png') repeat-x;
	color: white;
}

#globalWrapper {
	width: 964px;
	margin: auto;
    background: transparent url('../img/header.png') no-repeat;
}

#header {
	height: 223px;
	overflow: hidden;
}

#contactInfo {
	text-align: right;
	list-style-type: none;
	margin: 0;
	padding: 20px 20px 0 0;
}

#basketButton {
	border: 0;
	padding: 0;
	position: absolute;
	margin-left: 626px;
	top: 188px;
	width: 156px;
	height: 22px;
}

#describeInfo {
	border: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	width: 964px;
	top: 130px;
}

#basketButton a img {
	padding: 0;
	margin: 0;
	border: 0;	
}
#searchBox {
	border: none;
	background: white;
	padding: 0;
	position: absolute;
	margin-left: 802px;
	top: 191px;
	width: 76px;
	height: 18px;
}

#searchLink {
    display: block;
    position: absolute;
    margin-left: 886px;
    top: 188px;
    width: 39px;
    height: 33px;
}

#content {
	padding: 0 16px;
}

#contentArea {
    margin: 1.4em 0 0 200px;
    background: white;
    color: black;
    padding: 10px;
}

#footer {
	border-top: 3px double white;
	clear: both;
    text-align: center;
    font-size: 9pt;
    margin: 0 16px;
    line-height: 40px;
}

#splashscreen {
	padding: 0px;
	text-align: center;
	vertical-align: top;
	
}

#splashGlobalWrapper {
	width: 964px;
	margin: auto;
    background: transparent url('../img/splashHeader.png') no-repeat;
}

#splashHeader {
	height: 178px;
	overflow: hidden;
}

#splashFooter {
	color: #a59c6b;
	clear: both;
    text-align: center;
    font-size: 9pt;
    margin: 0;
    padding: 0;
}

#splashFooter p {
	margin: 0;	
}

#splashFooter a {
	color: #ffffff;
	text-decoration: none;
}

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