.centerme
{
	width: 780px;
	margin: auto;
	clear: both;
}

/*********************** Header ***********************/
.header
{
	width: 100%;
	height: 100px;
}

.logo
{
	float: left;
}

.compname
{
	float: right;
	text-align: right;
	background: rgb(0,4,108);
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	width: 535px;
	height: 100%;
}

.menu
{
	width: 100%;
	height: 32px;
	background: rgb(0,4,108);
	clear: both;
	text-align: right;
	font-size: 24px;
	color: #fff;
	margin:0;
	padding:0;
	li
	display:inline;
}

.menu a 
{
	color: #c5d6db;

}

.menu .item
{
	padding-left: 100px;
}

h2
{
	color: #000000;
	font-family: "Arial";
	font-weight: bold;
	font-size: 22px; 
	line-height: 24px;
	text-align: center;
}


h3
{
	color: #3b7687;
	font-family: "Arial";
	font-weight: bold;
	font-size: 20px; 
	line-height: 24px;
	text-align: left;
}

/*********************** Content ***********************/

.content
{


}

.leftframe
{

	float: left;
	width: 160px;
	color: #444444;
	font-family: "Arial";
	font-weight: bold;
	font-size: 18px; 
	line-height: 18px;
	text-align: center;
}

.rightframe
{
	float: right;
	width: 600px;
}

.products
{
	list-style: square
	font-family: "Arial";
	font-size: 18px; 
	line-height: 20px;

}

.ato
{
	font-family: "Arial";
	font-size: 44px; 
	line-height: 48px;
	text-align: center;
}

.text 
{ 
	color: #444444;
	font-family: "Arial";
	font-weight: bold;
	font-size: 20px; 
	line-height: 22px;
	text-align: left;
} 

.midframe
{
	width: 720px;
	color: #444444;
	font-family: "Arial";
	font-size: 14px; 
	line-height: 16px;
	text-align: left;
}



/*********************** Footers ***********************/
.sock 
{
	padding: 6px 30px 6px 30px;
	width: 100%;
	height: 14px;
	background: #d6d6d6; 
	color: #444444;
	font-size: 14px;
	text-align: right;
}

