@charset "UTF-8";
@import url("nav_flyout[2].css");

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:#173560;
	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;
	background-image: url(../images/_BGslice.png);
	background-repeat: repeat-x;
}
img
{  border-style: none;
}
#container  {
	width: 842px;  /* 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 */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/_master_Sargent_CBG.jpg);
	background-repeat: repeat-y;
} 
#header  {
	background: #DDDDDD;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 208px;
} 
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px;
}
#mainContent  {
	margin: 0 0 0 170px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 40px 30px 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(../images/_master_Sargent_ContentBG.jpg);
	background-repeat: no-repeat;
	min-height:400px;
}
#footer  a, #footer p {
	font-size: 0.7em;
	color: #FFFFFF;
	margin: 0px;
	padding: 40px 0 0 0;
}
#footer  a:hover {
	color: #CC6600;
}


 
#footer  {
	padding: 0 20px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	background-image: url(../images/_master_Sargent_C2Foot.jpg);
	background-repeat: no-repeat;
	height: 70px;
	text-align: right;
} 
.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;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
}
#QuickRefBar {
	background: #DDDDDD;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 64px;
	position: relative;
}
#QRHead {
	height: 22px;
	width: 508px;
	margin-left: 170px;
	padding: 0;
}
#search {
	background-image: url(../images/_master_Sargent_SearchTitle.jpg);
	margin-left: 0px;
	width: 134px;
	height: 41px;
	position: absolute;
	left: 678px;
	top: 0px;
	padding: 23px 20px 0 10px;
	text-align:right;
}
.FSF_input {
height:12px;
width: 130px;
margin-bottom:5px;
font-size:10px;
}
#QRIcons {
	height: 42px;
	width: 508px;
	float: left;
	padding: 0;
	margin-left: 170px;
	margin-top: -42px;
}
#QRute a span, #QRVan a span, #QRTruck a span, #QRBus a span, #QRForklift a span { 
    display: none; 
} 
#QRute a:hover span, #QRVan a:hover span, #QRTruck a:hover span, #QRBus a:hover span, #QRForklift a:hover span { 
    display: block; 
    position: absolute; 
    width: 336px; 
    height: 22px; 
    top:0px; 
    left:342px; 
    border: 0; 
}

#QRute a  {
	width: 101px;
	height: 42px;
	float: left;
	background-image: url(../images/_master_Sargent_QR_Ute.jpg);
	display: block;
	background-repeat: no-repeat;
}
#QRVan a {
	width: 101px;
	height: 42px;
	float: left;
	background-image: url(../images/_master_Sargent_QR_Van.jpg);
	display: block;
	background-repeat: no-repeat;
}
#QRute a:hover, #QRVan a:hover, #QRTruck a:hover, #QRBus a:hover, #QRForklift a:hover{
	background-position: 0 -43px;
}
#QRTruck a {
	width: 102px;
	height: 42px;
	float: left;
	background-image: url(../images/_master_Sargent_QR_Truck.jpg);
	display: block;
	background-repeat: no-repeat;
}
#QRBus a {
	width: 102px;
	height: 42px;
	float: left;
		background-image: url(../images/_master_Sargent_QR_Bus.jpg);
display: block;
	background-repeat: no-repeat;
}
#QRForklift a {
	width: 102px;
	height: 42px;
	float: left;
		background-image: url(../images/_master_Sargent_QR_Forklift.jpg);
display: block;
	background-repeat: no-repeat;
}
#news {
	width: 170px;
	margin-left: -10px;
	background-image: url(../images/_master_Sargent_NewsBG.jpg);
	background-repeat: repeat-y;
}
#news h3 {
	font-size: 0.7em;
	color: #004B90;
	margin-top: 0px;
	padding-right: 15px;
	padding-left: 15px;
	text-transform: uppercase;
}
#news p {
	font-size: 0.7em;
	color: #004B90;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: -10px;
}
#news p a, .FSF_result a:hover {
	color: #CC6600;
}
.clearfloat {
	clear: both;
}
h1 {
	font-size: 1.2em;
	text-transform: uppercase;
	color: #004B90;
	padding-left: 110px;
}
h2 {
	font-size: 1em;
	text-transform: uppercase;
	color: #004B90;
	padding-left: 110px;
}
p, .FSF_result a {
	font-size: .8em;
	line-height: 1.5em;
	color: #004B90;
	padding-left: 110px;
	text-decoration:none;
}
table.products {
	margin-left: 110px;
	vertical-align:top;
}

table.products p {
	font-size: .7em;
	line-height: 1em;
	color: #004B90;
	padding-left: 0px;
	text-decoration:none;
	font-weight:bold;
}
.FSF_result a { font-weight:bold;}

.FSF_resultDescription {
font-style:italic;
font-size: .8em;
	line-height: 1.5em;
	color: #004B90;
	}
a {
	color: #004B90;
}