@charset "utf-8";

/*CSS File created on September 14th, 2007 by Matt Whipple*/

body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin-top: 10px;
	padding: 0;
	text-align: center;
	color: #000000;
	line-height: 1.5em;
}

.key { width:50px; height:50px; border:2px solid #cccccc; margin-right:10px; }

.twoColFixRtHdr a, a:visited {
	color: #A91111;
}

.twoColFixRtHdr a:hover {
	text-decoration: none;
} 

.twoColFixRtHdr #container { 
	width: 948px;
	background: #FFFFFF;
	margin: 0 auto;
	border: 6px solid #FFF;
	text-align: left; 
} 
.twoColFixRtHdr #header {
	background: #DDDDDD;
	height: 145px;
	/*padding: 0 10px 0 20px;*/
	background-image: url('/images/header.jpg');
} 
.twoColFixRtHdr h1 {
	margin: 0;
	padding: 10px 0 0 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5A0F0F;		
}

.twoColFixRtHdr #sub-header {
	height: 22px;
	width: 922px;
	background-image: url('/images/sub-header.gif');
	margin-top:6px;
	padding: 5px 0 0 26px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
}

.twoColFixRtHdr #menu {
    float:right;
	width: 482px;
	height:27px;
	margin-top:117px;
	margin-right:10px;
}

.twoColFixRtHdr #sidebar1 {
	float: right;
	width: 190px;
	background: #EBEBEB;
	padding:0 10px 0 10px;
	margin-top:7px;
	background-image: url('/images/sidebar-header.gif');
	background-repeat: no-repeat;
	font-size: 10px;
	color: #000000;
}

.twoColFixRtHdr #sidebar1 ul {
	margin-top:32px;
	line-height: 1.2em;
}

.twoColFixRtHdr #sidebar1 li {
    margin-left:-30px;
	margin-bottom:6px;
}

.twoColFixRtHdr #mainContent { 
	margin: 0 215px 0 0; 
	padding: 0 20px;
} 

input.btn { border:2px solid #aaaaaa; background-color:#5A0F0F; color:#ffffff; font-weight:bold; }
input.btn:hover { background-color:#68020C; cursor:pointer; }

.twoColFixRtHdr #mainContent img {
    border: solid 5px #E3E2E2;
}

.twoColFixRtHdr #footer {
	width: 948px;
	height: 100px;
	padding: 0;
	background:#5A0F0F;
	background-image: url(/images/footer.gif);
	margin-top: 8px;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.twoColFixRtHdr #bottommenu{
	margin: 0 auto;
	padding: 12px 0 0 12px;
	width: 435px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.twoColFixRtHdr #bottommenu a {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

.twoColFixRtHdr #bottommenu a:hover {
    text-decoration: underline;
}

.twoColFixRtHdr #address {
	float: left;
	padding-left:10px;
	color: #FFFFFF;	
	width:470px;
	margin-top:8px;
}

.twoColFixRtHdr #email{
	float: right;
	padding-right:10px;
	color: #FFFFFF;	
	width:230px;
	margin-top:44px;
}

.twoColFixRtHdr #email a{
    color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

.twoColFixRtHdr #email a:hover{
    text-decoration: underline;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


.twoColFixRtHdr #mainContent .companies { font-size:11px;  }
.twoColFixRtHdr #mainContent .companies td.logo { text-align:right; vertical-align:top; padding:15px 15px 0px 0px;}

.companyname { font-size:12px; font-weight:bold; color:#666666;  }

.productclasses { margin:15px 0px 30px 0px; border:1px solid #6D0000; padding:0px 15px 0px 15px; background-image:url('/images/bg-product-lines.jpg'); background-repeat:repeat-x; background-color:#D0CECE;}
.productclasses th { border-bottom:1px solid #6D0000; padding:0px 10px 0px 10px; text-align:center;}
.productclasses td { text-align:center; vertical-align:top;}
.productclasses td a { text-decoration:none; font-size:.8em;}
.productclasses td a:hover { text-decoration:underline; }

.twoColFixRtHdr #mainContent img.companylogo { border:2px solid #aaaaaa;  }
