* {
	padding: 0em;
	margin: 0em;
}

body{
	width: 905px;
	background-image: url('images/thebgd.gif');
	background-color: #fff;
	font-family: arial;
margin: 0 auto 0 auto;
}
.float2{float: left;}
#leftSide{
	float: left;
	position: relative;
	margin: 0 5px 0 0px;
}
/*Main body Encapsulator*/
#main{
	width: 50%;
	min-width: 782px;
	float: left;
	background-image: url('images/hard_logo.gif');
	background-repeat: no-repeat;
}

.links{
	display: inline;
}

.links img{
	border: none;
}

/*Content Styles*/
#theBody{
	width: 100%;
	background-color: #fff;
}

.logos{
width: 28%;
margin: 0 auto 0 auto;
padding-top: 2%;
}

.logos li{
width: 20%;
margin: 0 auto 0 auto;
display: inline;
}
a img {border: 0;} 
.theTitle{
	
}

.theContent{
	font-size: 14px;
padding: 2%;
}

.theContent img{
	float: left;
}

.hideTwoA{
font-size: 14px;
}

.hideTwoB{
font-size: 14px;
}

.hideTwoC{
font-size: 14px;
}

.theContent h1{
	color: #006;
	font-size: 22px;
	text-align: center;
	padding: 2%;
}

.theContent h2{
	color: #006;
	text-align: center;
	font-size: 18px;
	padding: 2%;
}

.theContent table{
	width: 100%;
padding: 2%;
}

.theContent table h2{
text-align: left;
padding-left: 0%;
}

/*Order Forms Only*/
.inputs{
width: 30%;
margin: 0 0 3% 15%;
font-size: 20px;
float: left;
}

.ship{
width: 25%;
margin: 0 auto 0 auto;
font-size: 20px;
text-align: center;
}

.hideTwoA{
	margin: 30px;
}

.inputs2{
	width: 28%;
	margin: 0 auto 0 auto;
	font-size: 12px;
}

.buttons{
	width: 7%;
	margin: 0 auto 0 auto;
}

/*Footer Styles*/
.footer{
	padding-bottom: 5%;
	text-align: center;
}

.footer img{
	border: none;
	padding-bottom: 2%;
}

.footer li{
	display: inline;
}

.footer a{
	color: #000;
	text-decoration: none;
}

.footer a:hover{
	text-decoration: underline;	
}

.pillTable{padding: 15px; width: 90%; margin: 0 auto 0 auto; text-align: center;}
.tl{width: 164px; height: 107px; background-image: url('images/pillTable/tl.gif'); background-position: bottom center; background-repeat: no-repeat;}
.tc{width: 239px; height: 107px;background-image: url('images/pillTable/tc.gif'); background-position: bottom center; background-repeat: no-repeat;}

.ttr img{width: 106px; height: 107px;}
.tr{background-image: url('images/pillTable/tr.gif'); background-position: bottom center; background-repeat: no-repeat; width: 106px; height: 107px;}
.cl{width: 164px; height: 107px;}
.cc{width: 239px; height: 107px;}
.c3{width: 183px; height: 107px;}
.cr{background-image: url('images/pillTable/cr.gif');  background-repeat: no-repeat; width: 106px; height: 107px;}
.cr img{width: 106px; height: 107px;}
.bl{width: 164px; height: 107px;}
.bc{width: 239px; height: 107px;}
.b3{width: 183px; height: 107px;}
.br{background-image: url('images/pillTable/br.gif');  background-repeat: no-repeat; width: 106px; height: 107px;}
.br img{width: 106px; height: 107px;}

/*Clears floats*/
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}