body {
	text-align: center;
	margin: 0;
}

#wrapper {
	width: 813px;
	margin: 10px auto;
	text-align: left;
}

#header {
	width: 803px;
}

#nav {
	width: 813px;
	height: 34px;
}

#images {
	width: 296px;
	background: #ffffff;
	float: left;
}

#text {
	width: 501px;
	background: #ffffff;
	float: left;
	height: 500px;
}

#sidebar {
	width: 6px;
	background: #ffffff;
	float: left;
	height: 373px;
}

#footer {
	width: 803px;
	clear: both;
}

h1 {
	font-family: "Myriad Pro";
	font-size: 20px;
	font-weight: normal;
	color: #172E7B;
	padding: 25px 40px 0px 20px;
}

h2 {
	font-family: "arial";
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	padding: 0px 40px 0px 20px;
}

.links {
	font-family: "arial";
	font-size: 12px;
	font-weight: bold;
	color: #172E7B;
	text-decoration: none;
}

.links:hover {
	color: #008ED6;
}

ul {
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
}

ul li  {
	float: left;
	height: 34px;
}

/* -----------------------Buttons---------------------------- */

.home{
  display: block;
  background: url("images/links/home.gif") no-repeat top left;
  width: 65px;
  height: 34px;
}

.home:hover{
  display: block;
  background: url("images/links/home_ro.gif") no-repeat top left;
  width: 65px;
  height: 34px;
}

.suppliers{
  display: block;
  text-decoration:none;
  background: url("images/links/suppliers.gif") no-repeat top left;
  width: 95px;
  height: 34px;
}

.suppliers:hover{
  display: block;
  background: url("images/links/suppliers_ro.gif") no-repeat top left;
  width: 95px;
  height: 34px;
}

.profiles{
  display: block;
  text-decoration:none;
  background: url("images/links/profiles.gif") no-repeat top left;
  width: 61px;
  height: 34px;
}

.profiles:hover{
  display: block;
  background: url("images/links/profiles_ro.gif") no-repeat top left;
  width: 61px;
  height: 34px;
}

.accreditations{
  display: block;
  text-decoration:none;
  background: url("images/links/accreditations.gif") no-repeat top left;
  width: 99px;
  height: 34px;
}

.accreditations:hover{
  display: block;
  background: url("images/links/accreditations_ro.gif") no-repeat top left;
  width: 99px;
  height: 34px;
}

.company{
  display: block;
  text-decoration:none;
  background: url("images/links/company.gif") no-repeat top left;
  width: 73px;
  height: 34px;
}

.company:hover{
  display: block;
  background: url("images/links/company_ro.gif") no-repeat top left;
  width: 73px;
  height: 34px;
}

.policy{
  display: block;
  text-decoration:none;
  background: url("images/links/policy.gif") no-repeat top left;
  width: 58px;
  height: 34px;
}

.policy:hover{
  display: block;
  background: url("images/links/policy_ro.gif") no-repeat top left;
  width: 58px;
  height: 34px;
}

.contact{
  display: block;
  text-decoration:none;
  background:  url("images/links/contact.gif") no-repeat top left;
  width: 64px;
  height: 34px;
}

.contact:hover{
  display: block;
  background: url("images/links/contact_ro.gif") no-repeat top left;
  width: 64px;
  height: 34px;
}

