@charset "utf-8";
/* CSS Document */

body {
	background: #FFFFFF url(../images/global_bg-stripe.jpg) repeat-x;
	color: #333333;
}
.hpad5 {
	padding-right: 5px;
	padding-left: 5px;
}
.comingsoon {
	text-align: center;
	height: 400px;
	color: #CCCCCC;
	font: bold 24px/400px Arial, Helvetica, sans-serif;
}

#wrapper {
	margin: 0 auto;
	padding: 0px;
	width: 900px;
}
#wrapper #headerBlock {
	width: 900px;
}
#wrapper #headerBlock .logo {
	margin-left: 110px;
}
#wrapper #headerBlock .telno {
	margin-left: 10px;
	margin-bottom: 5px;
}
#wrapper #headerBlock #menu {
	width: 900px;
	height: 52px;
	text-align: right;
}
#wrapper #headerBlock #menu a {
	margin: 0px;
	padding: 0px;
	display: inline-block;
}
#wrapper #headerBlock #menu img {
	margin: 0px;
	padding: 0px;
}

#wrapper #bodyBlock {
	padding-right: 25px;
	padding-left: 25px;
	width: 850px;
}
#wrapper #bodyBlock .headlink {
	font-size: 10px;
	line-height: 10px;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}

#footer {
	height: 120px;
	width: 100%;
	background: url(../images/global_footerbg.jpg) repeat-x;
	text-align: center;
	padding-top: 14px;
}
#footer #footermenu {
	color: #666666;
	font-size: 12px;
	line-height: 12px;
}
#footer .footerimage {
	margin: center;
}
#footer .footerimage img {
	margin-right:10px;
	margin-left: 10px;
}
#footer .copyright {
	color: #666666;
	font-size: 10px;
	line-height: 10px;
}
