@charset "UTF-8";
/* CSS Document */

html {
	height: 100%;
}
body  {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000000;
	line-height: 130%;
}
body a:link, body a:visited {
	color: #0B1E4A;
}
body a:hover {
	color: #911B21;
}
h1 {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.leftside {
	min-height: 100%;
	width: 25px;
	position: absolute;
	left: 0;
}
.thrColFixHdr #container {
	width: 95%;
}
.thrColFixHdr #header {
	background: #FFF;
	height: 0px;
	margin: 0;
	width: 977px;
	display: none;
}
.thrColFixHdr #redbar {
	height: 10px;
	margin: 0;
	display: none;
} 
.thrColFixHdr #sidebar1 {
	float: left;
	width: 187px;
	margin-top: 22px;
	display: none;
}
.thrColFixHdr #sidebar2 {
	float: right;
	width: 280px;
	margin: 22px 29px 22px 22px;
	display: none;
}
.thrColFixHdr #mainContent { 
	padding: 0;
} 
.footer { 
	padding: 0;
	background:#911B21;
	position: fixed; 
	bottom: 0px; 
	width: 100%;
	display: none;
} 
.footer p {
	margin: 0;
	padding: 5px 25px;
	color: #FFFFFF;
	font-size: 10px;
	visibility: hidden;
}
.footer p a:link, .footer p a:visited {
	color: #FFFFFF;
}
.footer p a:hover {
	color: #999999;
}

.dropdown {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}
.dropdown a:link, .dropdown a:visited {
	text-decoration: none;
	background-color: #FFFFFF;
	color: #000000;
	display: block;
	line-height: 120%;
	padding: 4px;	
	text-align: center;
}
.dropdown a:hover {
	color: #FFFFFF;
	background-color:#911B21;	
	text-decoration: none;
}


.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#prodcontainer {
	position:absolute;
	left: 426px;
	width: 600px;
}
#prodcontainer div {
float:left;
width:189px;
margin:1px;
height:400px;
background-color: #FFFFFF;
border-bottom: solid 5px #0B1E4A;
}
#prodcontainer p{
padding:8px;
text-align: center;
}

#aboutcontainer {
position:absolute;
	left: 426px;
	width: 600px;
}
#aboutcontainer div {
float:left;
width:189px;
margin:1px;
height:370px;
background-color: #FFFFFF;
border-bottom: solid 5px #0B1E4A;
}
#aboutcontainer p{
padding:8px;
text-align: center;
}
