BODY {
	margin: 0px;
	background-color: #011a2e;
}

.main {
	font-family: arial; 
	font-size: 14px;
	color: #011a2e;
	line-height: 20px;
}

.main1 {
	font-family: arial; 
	font-size: 14px;
	color: #011a2e;
	line-height: 30px;
}

.heading {
	font-family: arial; 
	font-size: 14px;
	color: #FFFFFF;
	text-shadow: #000000 2px 2px 5px;
}

.producttitle {
	font-family: arial; 
	font-size: 22px;
	font-weight: bold;
	color: #011a2e;
}

.table {
	font-family: arial; 
	font-size: 11px;
	color: #ffffff;
}

.nav {
	font-family: arial; 
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: Yellow;
	text-shadow: #000000 2px 2px 5px;
}

h1 {
	font-family: arial; 
	font-size: 32px;
	font-weight: bold;
	text-transform: uppercase;
	color: #a2c7f2;
	text-shadow: #000000 2px 2px 5px;
}

h2 {
	font-family: arial; 
	font-size: 16px;
	text-transform: uppercase;
	color: #ffffff;
	text-shadow: #000000 2px 2px 5px;
}

.ul,li {
	font-family: arial; 
	font-size: 14px;
	color: #011a2e;
}

.footer {
	font-family: arial; 
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}

A {
	color: Yellow;
	text-decoration: none;
}

A:hover {
	color: Yellow;
	text-decoration: none;
}

.contact_email{
	display: inline;
}

.contact_name{
	float: left;
	width: 150px;
}

.department{
	float: left;
}

.department.float-right{
	float: left;
	margin-left: 10px;
	overflow: visible;
}

.float-right div.contact_name{
	width: 120px;
}

.float-right div.contact_email{
    display: inline-block;
    width: 150px;
    padding-left: 10px;
}

#main-content{
	margin-left: -10px;
}

