body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/bg.jpg);
	background-color: #2550b5;
	background-repeat: repeat-x;
	background-position: 0px 0px;
	margin: 0px;
}
.container {
	width: 1070px;
	margin: 0 auto;
	box-shadow: -15px 0px 15px -15px rgba(0, 0, 0, 0.6),15px 0 15px -15px rgba(0, 0, 0, 0.6);
}
.content {
	width: 1020px;
	background-color: #FFF;
	background-repeat: repeat-y;
	padding: 0 25px;
}
.content p {
	margin-top: 0px;
	padding-top: 0px;

}

.header {
	height: 90px;
	width: 100%;
}
.logo {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 300px;
	height: 90px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: italic;
	font-weight: bold;
	color: #2550b5;
	text-align: center;
}
.logo-link {
	position: relative;
}
.logo-link a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none; /* No underlines on the link */
    z-index: 10; /* Places the link above everything else in the div */
    background-color: #FFF; /* Fix to make div clickable in IE */
    opacity: 0; /* Fix to make div clickable in IE */
    filter: alpha(opacity=1); /* Fix to make div clickable in IE */
}


.logo span {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: italic;
	font-weight: bold;
	color: #89a4e9;
}
.logo .com {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
	color: #2550b5;
}

.products {
	background-color: #FFF;
	height: 200px;
	width: 100%;
	margin: 0px;
}

.mainlinks {
	background-color: #FFF;
	height: 200px;
	width: 100%;
	margin: 0px;
}

.mainlinks span {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #4b4b43;
}


.grey {
	background-color: #8a8a84;
	height: 5px;
	width: 1070px;
}

.footer {
	height: 185px;
	width: 1070px;
	background-color: #4b4b43;
}
.footer .foot-left {
	float: left;
	width: 535px;
	margin-top: 43px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 114px;
	padding-top: 6px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #FFF;
	line-height: 30px;
	text-align: center;
}
.footer .foot-left a ,{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
.footer .foot-left a:hover , .footer .foot-left a, .footer .foot-left a:active{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}


.footer .foot-right {
	float: left;
	margin-top: 43px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 535px;
	background-image: url(../images/banner.png);
	background-repeat: no-repeat;
	background-position: 108px 0px;
	height: 113px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #4b4b43;
	text-align: center;
	line-height: 24px;
}
.footer .foot-right a , .footer .foot-right a:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #4b4b43;
	text-decoration: none;
}









td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
