.header {
    border-bottom: 10px solid #00f;
    margin-bottom: 10px;
}
h1 {
    height: 180px;
    width: 920px;
    background: url(../img/header.gif) no-repeat left top; 
    margin: 10px 0px;
    padding-right: 20px;
    line-height: 180px;
    text-align: right;
    color: #333;
}

h3 {
    margin-bottom: 0px;
    margin-top: 1px;
}

h5 {
    margin-bottom: 0px;
    margin-top: 10px;
}
.center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

td {
    vertical-align: middle;
    text-align: center;
}

.grid_4 {
    margin-bottom: 20px;
}

.rates td {
    text-align: left;
}

.interior_footer {
    border-top: 10px solid #00f; 
    padding-bottom: 20px
}

.interior_footer ul {
    margin-top: 10px;
}

.interior_footer ul li {
    list-style-type: none;
    float: left;
    margin-left: 0px
}

.interior_footer ul li a {
    padding: 10px;
    text-decoration: none;
    color: #333;
}

.interior_footer ul li a:hover {
    color: #00f;
}

#locationtable
{
	font-family: "Lde", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	width: 940px;
	text-align: left;
	border-collapse: collapse;
}
#locationtable thead th.rounded-company
{
	background: #b9c9fe url('../img/left.png') left -1px no-repeat;
	
}
#locationtable thead th.rounded-attributes
{
	background: #b9c9fe url('../img/right.png') right -1px no-repeat;
	
}
#locationtable th
{
	padding: 8px;
	font-weight: normal;
	font-size: 13px;
	color: #039;
	background: #b9c9fe;
}
#locationtable td
{
	padding: 8px;
	background: #e8edff;
	border-top: 1px solid #fff;
	color: #669;
	text-align: left;
}
#locationtable tfoot td.rounded-foot-left
{
	background: #e8edff url('../img/botleft.png') left bottom no-repeat;
	text-align: left;
}
#locationtable tfoot td.rounded-foot-right
{
	background: #e8edff url('../img/botright.png') right bottom no-repeat;
	text-align: left;
}
#locationtable tbody tr:hover td
{
	background: #d0dafd;
}
#locationtable tfoot tr:hover td
{
	background: #d0dafd;
}

#sizetable th
{
	padding: 8px;
	font-weight: normal;
	font-size: 13px;
	color: #039;
	background: #b9c9fe;
}
#sizetable td
{
	padding: 8px;
	background: #e8edff;
	border-top: 1px solid #fff;
	color: #669;
	text-align: left;
}


#sizetable tbody tr:hover td
{
	background: #d0dafd;
}
