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

img
{
  border: none;
}

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

.header
{
  width: 261px;
  height: 125px;
  margin-left: 20px;
}

.wrapper2
{
  width: 949px;
  height: 270px;
  margin-left: 20px;
}

.nav
{
  width: 260px;
  height: 270px;
  float: left;
  position: absolute;
}

.content
{
  width: 697px;
  height: 270px;
  background: #FFFFFF;
  float: right;
}

.content p
{
  margin-left: 25px;
  margin-right: 20px;
  margin-top: 10px;
  margin-bottom: 5px;
  text-align: justify;
}

.content h4
{
  margin: 10px 20px 5px 25px;
  text-align: justify;
}

.content img
{
  margin-left: 9px;
}

.gold
{
  color: #82741C;
  font-weight: bold;
  margin-top: 30px;
}

.details
{
  width: 261px;
  height: 201px;
  background: #242424;
  margin-left: 20px;
}

.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;
}

#contactBtn
{
  text-align: center;
  margin-left: 160px;
}

#contactFrm
{
  width: 450px;
}

label
{
	width: 80px;
	float: left;
	text-align: right;
	margin: 0px 10px 0px 0px;
}

.red
{
	color: #FF0000;
	font-size: 9pt;
}

/* ------------------------------------------------- Catalogue Style  ------------------------------------------------- */
.catTitle
{
  height: 131px;
  background: #252525; 
}
