body, html {
	background-color:black;
	min-height:100%;
}
#id-base-page {
	width:1020px;
}
#id-base-header {
	background-image: url(img/new-logo.png);
	background-position: 30px center;
}
#id-base-nav-panel {
	background-color: white;
	border:10px solid #A3A49F;
	border-bottom: none;
}
#id-base-content {
	background-color: white;
	border:10px solid #A3A49F;
	border-top: none;
}
#id-base-header {
	position:relative;
}
#id-base-checkout {
	position:relative;
	top:auto;
	left:auto;
	right:auto;
	bottom:auto;
	width:154px;
	height:54px;
	margin:10px auto;
}
#id-base-checkout a {
	display:block;
	width:154px;
	height:54px;
	background: url(img/new-checkout.png) no-repeat;
}

#id-contact-info {
	position:absolute;
	top: 10px;
	left: 430px;
	text-align:center;
	width: 300px;
}
#id-contact-info .number {
	font-size:36px;
	color:#FCFF00;
}
#id-contact-info .call-now {
	color:#FF4400;
	font-size:14px;
	margin-bottom:10px;
}

#id-contact-info .email a {
	color: #0095C6;
	font-size:12px;
}

#id-contact-info .visit {
	color:#FCFF00;
	font-size:12px;
}
#id-promotion {
	position:absolute;
	top:10px;
	right:10px;
	width:200px;
	text-align:center;
}
#id-promotion .line-1 {
	color:#FF4400;
	font-weight:bold;
}
#id-promotion .line-2 {
	color:#FCFF00;
}

.block > h1 {
	text-align: center;
	color: #EB3B14;
	background-color: white;
	border:1px solid #EB3B14;
	padding:5px;
	font-size:1.1em;
	font-weight: bold;
	text-shadow: #F25735 0px 1px 1px;
}
