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

body {
	background: #dddddd;
	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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p {
	margin: 0;
	padding: 0;
}
a {color:#444444;}
a:hover {color:#FF0000}
a:visited {color:#444444;}
#container {
	width: 770px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: justify;
}
/* HEADER */
#header {
	padding: 0;
}
#header #mainheading{
	margin-top:10px;
	width:505px;
	float:left;
}
#header #mainheading #index{
	color:#888888;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	float:left; 
	clear:right;
	padding: 2px 26px;
	background:#FFFFFF;
}
#header #mainheading #index a{
	color:#888888;
}
#header #mainheading #index a:hover{
	color:#FF0000;
}
#header #mainheading #title{
	color: #888888;
font-weight:bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	float:left; 
	clear:right;
	padding: 14px 26px 2px 26px;
	background:#FFFFFF;
}
#header #mainheading #boxes{
background-image:url(../images/login/login_background.gif);
background-repeat:no-repeat;
	margin-left:27px;
	padding:4px;
	width:476px;
	height:22px;
}
#header #mainheading #boxes INPUT {
	color: black;
	font-size: 10px;
}
#header #mainheading #loginerror {
	color: #FF0000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left:26px;
}
#logo{
	float:right;
	margin-right: 30px;
	margin-top: 15px;
}
.style_login {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #616161;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 4px;
}
/* CONTENT */
#mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
/* FOOTER */
#footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#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; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer a {color:#888888;}
#footer a:hover {color:#FF0000;}
a img {border: 0;}
.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;
}
.CollapsiblePanelTabHover, .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	background-color: red;
	color:#FFFFFF;
}#container #mainContent #text {
	margin: 15px;
}
#container #mainContent #smalltext {
	margin: 35px;
}
.branchlocation {
	height:260px;
}
.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;
}
.videocorp {
	margin-left:90px;
	margin-bottom: 20px;
	clear:both;
}
#container #mainContent #vNav {
	padding: 10px;
	float: left;
	width: 110px;

}
#container #mainContent #vNav a {
color:#000000;
text-decoration:none;
}
#container #mainContent #vNav a:hover {
color:red;
}
#container #mainContent #vText {
	margin-left:130px;
	padding: 10px;
	text-align:justify;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}
#container #mainContent .bButton {
	margin: 0 10px;
}
#container #mainContent .lButton {
	margin: 15px 11px 0 11px;
}
#hlNav {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	height:370px;
	width:170px;
	float:left;
	padding-top:20px;
}
#hlNav a {
	text-decoration:none;
	color:#000000;
}
#hlNav a:hover {
	color:#FF0000;
}
#hlContent{
	margin-left:170px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0;
}
#hlContent h2{
	font-size:14px;
	text-align:right;
	border-bottom:#999999 1px solid;
}
#container #mainContent #hlContent img {
	margin-top: 10px;
	margin-left: 15px;
}
#checkout_btn{
/* This part hides the original button. */
	background-color: transparent;
	border: 0px;
	padding: 0px;
	padding-left: 3000px;
	overflow: hidden;
/* This part defines its new look. */
	background-image: url(../images/buttons/truck-confirm.jpg) ;
	background-position: center center;
	background-repeat: no-repeat;
	width: 146px;
	height: 52px;
	max-width: 146px;
	max-height: 52px;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}

#container #mainContent #text #files_menu {
	float: left;
	width: 110px;
}
#container #mainContent #text #r_statement {
margin-left:110px;
	width: 625px;
}#container #mainContent #text #r_statement img {
	margin-right: 15px;
	margin-left: 15px;
}
.product_heading {
	margin:0 10px;
	font:'Times New Roman', Times, serif; 
	font-size:24px; 
	font-weight:bold; 
	color:#666666;
}
.product_title {
	font-size: 40px;
	color: #666666;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center
	}
.hidden_notes{display:none;}
.swatch_container{
	padding:0 15px 0 2px;
}
.left_pannels{
	width:362px; 
	float:left; 
	padding: 0 0 0 15px;
}
.right_pannels{
	width:362px; 
	float:left; 
	padding:0 15px;
}
TR.brand_lines_titles{
	background-image:url(../images/buttons/colapsible_pannel_background.jpg); 
	background-repeat:repeat-x; 
	color:white; 
	font-weight:bold;
	height:25px;
	text-align:center;
	font-size:12px;
}
TD.cell_border_name{
	font-weight:bold;
	border-bottom:1px solid #999999; 
	font-size:12px;
	
}
TD.cell_border_misc{
	border-bottom:1px solid #999999; 
	border-left:1px solid #999999;
	font-size:12px;
}
#container #mainContent #text .cell_border_name a:hover {
	color:#FF0000;
}
#container #mainContent #lineimage {
	width:375px;
	height:375px;
	float:left;
	padding-right:10px;
}
#container #mainContent #text #lineimage #line_logo {
	margin:-1px 0 0 -1px;
}
#line_image {
	width:375px; 
	height:375px; 
	float:left;
}
#sw_image {
	width:500px; 
	height:500px; 
	float:left;
}
#line_blurb {
	padding-left:385px;
}
