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

  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: justify; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-repeat: repeat-x;
	background-color: #333366;
}
#container  {
	width: 770px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	top: 100px;
	margin-top: 0px;
} 
#header   {
	height: 145px;
	background-image: url(images/BinksHeader7.jpg);
} 
#left  {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 20px;
	height: 600px;
}
#right  {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 40px;
	border-left-style: solid;
	border-left-color: #9C0002;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #9C0002;
	border-left-width: 2px;
	float: right;
	clear: none;
	width: 473px;
	height: 600px;
} 
#center {
	padding-right: 40px;
	padding-left: 40px;
	background-color: #FFFFFF;
	padding-bottom: 40px;
	float: none;
	clear: none;
	padding-top: 10px;
}
#centerfixed {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 40px;
	float: left;
	clear: none;
	width: auto;
	height: 580px;
	background-color: #FFFFFF;
	border: 2px solid #000000;
}
#centerfixed_repairs {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 40px;
	border-left-style: solid;
	border-left-color: #000000;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000000;
	border-left-width: 2px;
	float: left;
	clear: none;
	width: 686px;
	height: 550px;
}
#centerproducts {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 40px;
	border-left-style: solid;
	border-left-color: #000000;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000000;
	border-left-width: 2px;
	float: left;
	clear: none;
	width: 686px;
	height: 100%;
}
#menu {
	width: 500px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	position: relative;
	top: 125px;
	float: left;
	height: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	vertical-align: bottom;
	margin-left: 5px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: left;
	font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
}

#menu li {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
}

#menu a {
	text-transform: capitalize;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	padding-left: 5px;
	padding-right: 5px;
	color: #000066;
}

#menu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #333366;
}
.heading {
	color: #EC1C24;
	font-weight: bold;
}
.readfullarticle {
	font-size: small;
	font-style: italic;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}
.wrappicright {
	float: right;
}
.tm {
}
.footertext {
	font-size: small;
	color: #000066;
}
#footer  {
	clear: both;
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 20px;
	height: 100px;
	text-align: center;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: url(images/BinksFooterBackground.gif);
} 
#footer  p  {
	margin: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.navmenu {
	height: 25px;
	width: 500px;
	float: right;
	position: relative;
	top: 120px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	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;
}
 
</style>[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 230px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]</head>
#right {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 40px;
	border-left-style: solid;
	border-left-color: #FF9900;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FF9900;
	border-left-width: 2px;
	float: right;
	clear: none;
	width: 473px;
	height: 600px;
}
.videobox {
	background-color: #9C0002;
	height: 50px;
	width: 200px;
	padding: 3px;
	text-align: center;
	border: 1px groove #999999;
}
.pic_left {
	float: left;
	margin-right: 5px;
	margin-bottom: 3px;
}
.borderframeleft {
	border: 4px double #670101;
	float: left;
	margin-right: 10px;
	margin-bottom: 2px;
}
.borderframeright {
	border: 4px double #EC1C24;
	float: right;
	margin-bottom: 2px;
	margin-left: 10px;
}
.pic_right {
	float: right;
	margin-left: 5px;
}
.copyright {font-size: x-small}
a:link {
	color: #EC1C24;
}
a:visited {
	color: #EC1C24;
}
