html, body {
	margin: 0;
	padding: 0;
	text-align:center;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	background: url(images/page-bg.gif) repeat-x;
	color: #707070;
	background-color:#fff;
}
a {
	color: #707070;	
}

a:hover {
	text-decoration: none;
}

p, h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px 0;
}

.wrapper {
	width: 756px;
	margin: 1px auto;
	text-align:left;
}

.header {
	background: url(images/top-slogan.gif) no-repeat right;
}

.main-menu-fp {
	background: url(images/header.jpg) no-repeat right center;
	margin: 10px 0 10px 0;
	height:138px;
	
	
}

.main-menu-fp ul {
	margin: 0;
	padding: 0;
	list-style: none;
	
	
}

.main-menu-fp ul li {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
}

.main-menu-fp a {
	color: white;
	text-decoration: none;
}

.main-menu-fp a:hover {
	color: #082B49;
}

.login-search-fp {
	color: #69A3D5;
	font-size: 10px;
	text-align: right;
	padding:10px;
	background: url(images/text-fp.gif) no-repeat 0 center;
	border-bottom: 1px solid #EBEBEB;
	margin-bottom: 10px;
	
}

.login-search-fp a {
	color: #69A3D5;	
}

.login-search-fp form {
	margin: 0;
	padding: 0;
}

.login-search-fp form input {
	border: 1px solid #c6c6c6;	
}

.fp-content-wrap {
	padding-top: 10px;
}

.fp-content-wrap h1 {
	color: #448CCB;
	font-size: 14px;
}

.fp-content-wrap p {
	font-size: 12px ;
}

.fp-content-wrap ul {
	margin: 0;
	padding: 0;
	font: 12px ;
}

.fp-content-wrap ul li {
	margin: 0 0 5px 0;
	padding: 0 0 0 14px;
	list-style: none;
	background: url(images/bullet-grey.gif) no-repeat 0 4px;
	line-height: 14px;
}

.fp-content-wrap a {
	color: #707070;
}

.fp-news-left {
	width: 170px;
	float: left;
	padding-right: 10px;
	font-size: 12px;
}

.fp-right-wrapper {
	width: 550px;
	float: right;
	padding-left: 20px;
	border-left: 1px solid #EBEBEB;		
}

.clear {
	clear: both;
	font-size: 1px;
}

.fp-main-text {
	width: 300px;
	float: left;
}

.fp-main-text p {
	font-size: 13px;
	line-height: 20px;
}

.fp-right {
	width: 200px;
	padding: 15px;
	float: right;
	background-color: #EFEFEF;
}

.fp-right p, .fp-right a {
	color: #448CCB;
}

.contacts-wrap h3 {
	font-size: 14px;
	color: #448CCB;
	margin: 0;
}

.contacts-wrap p {
	font-size: 12px ;
}

.contacts-wrap {
	margin:0;
	background-color: #EFEFEF;
	display: block;
}

.contact-aus {
	width: 18%;
	float: left;
	padding: 15px;
}

.contact-right-wrap {
	width: 67%;
	float: right;
}

.contact-africa {
	width: 42%;
	padding: 15px;
	float: left;
}

.contact-china {
	width: 42%;
	padding: 15px;
	float: right;
}

.copyright p {
	font-size: 11px;
	color: #448CCB;
}



















