body
{
	margin-top: 12px;
	margin-bottom: 12px;
	margin-left: auto;
	margin-right: auto;
}
.wrapper
{
    background-color: #F5F5F5;
	width: 1024px;
	height: auto;
	text-align: center;
	display: table-cell;
	margin: 0 auto;
}
/**************************** Header Section Starts ***************************/
.header
{
	width: 1024px;
	height: 146px;
    background: url(../images/header.jpg);
    background-repeat: no-repeat;

}
/**************************** Second Section Ends *****************************/

/**************************** Menu Section Starts *****************************/
.menu
{
	width: 1024px;
	height: 44px;
    background: url(../images/menu.jpg);
    background-repeat: no-repeat;
}

.menu-div
{
  width: 2px;
  height: 24px;
  background-color: #012944;
  float: left;
  cursor: pointer;
  padding: 0 0 0 0;
  margin-top: 10px;
  margin-bottom: 10px;
}

.menu-text
{
font-family: verdana;
font-size: 14px;
color: #ffffff;
padding: 12px 25px 10px 25px;
float: left;
font-stretch: condensed;
cursor: pointer;
}


/**************************** Menu Section Ends *******************************/

/**************************** General Section Starts **************************/
.main
{
  font-family: Verdana;
  font-size: 10pt;
  font-weight: normal;
  text-align: left;
  color: #8f8383;
  margin-top: 10px;
  margin-left: 12px;
  margin-right: 12px;
  margin-bottom: 10px;
  width: 1000px;
  height: 500px;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #2271A0;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.producthdr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2271A0;
	font-weight: bold;
}

a.nav:link {color: #ffffff; text-decoration: none; }
a.nav:visited {color: #ffffff; text-decoration: none; }
a.nav:hover {color: #ffff99; text-decoration: underline; }
a.nav:active {color: blue; }

/**************************** General Section Ends ****************************/

/**************************** Footer Section Starts ***************************/
.footer
{
  background-color: #087cc9;
  float: right;
  width: 1024px;
  height: 20px;
  font-family: Verdana;
  font-size: 8pt;
  font-weight: normal;
  color: #FFFFFF;
  text-align: left;
  margin-top: 18px;
  clear: both;
  margin-bottom: 0px;
}
/**************************** Footer Section Ends *****************************/
