/* ------------------------------------------------- Main Style  ------------------------------------------------- */
body 
{
	font-family: Arial, Sans-Serif;
	font-size: 11pt;
	margin: 0px;
	padding: 0px;
	background: #00A4E8;
}

img
{
  border: none;
}

/* ------------------------------------------------- Div Controls  ------------------------------------------------- */
.wrapper
{
	width: 989px;
	height: 596px;
	margin: auto;
	background: #000000;
}

.header
{
  margin: auto;
  width: 261px;
  height: 125px;
}

.wrapper2
{
  margin: auto;
  width: 894px;
  height: 270px;
  background-image:url('gfx/navBackground.jpg');
}

.nav
{
  width: 260px;
  height: 270px;
  margin: auto;
}

.details
{
  margin: auto;
  width: 261px;
  height: 201px;
  background: #242424;
}

.copyright
{
	height: 25px;
	color: #000000;
	font-size: 9pt;
	text-align: center;
	margin-top: 5px;
}

/* ------------------------------------------------- Details Style  ------------------------------------------------- */
.details table
{
  width: 261px;
  color: #FFFFFF;
  text-align: center;
}

.company
{
  padding-top: 10px;
  font-weight: bold;
  font-size: 15pt;
}

.address
{
  font-weight: bold;
  font-size: 13pt;
}

.tel
{
  font-size: 16pt;
  padding-top: 20px;
}

.email
{
  padding-top: 18px;
}

/* ------------------------------------------------- Copyright Style  ------------------------------------------------- */
.footerLink
{
	color: #000000;
	text-decoration: none;
}

.designer a
{
	text-decoration: underline;
}

.designer a:hover
{
	font-weight: bold;
}