﻿/*CSS Reset*/

html, body, div, dl, dt, dd, li, pre, form, fieldset, input, textarea, p, blockquote, button { margin: 0; padding: 0; }

h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 100%; font-weight: normal; }

address, caption, cite, code, dfn, var { font-style: normal; font-weight: normal; }

input, select, textarea, table { font-size: 100%; }

caption, th { text-align: left; font-weight: normal; font-style: normal; }

table, td { font-size: 100%; }

acronym, abbr, fieldset, img { border: 0;}


/* CSS Stylesheet */

html, body { margin: 0px; padding: 0px; }

body {
	background: #f2f2f2;
	color: #000;
	font: .9em Verdana, Arial, Helvetica, sans-serif;
	text-align: center; /* center for IE */
}

h1, h2, h3, h4, h5, h6 {
	color: #666;
}

h1 {
	font-size: .8em;
}

h2 { padding-top: 20px; }

a:link, a:visited { color: #c6000d; text-decoration: none; }
a:active, a:hover { color: #f00; text-decoration: underline; }

#container {
	background: url(pagebg.gif) repeat-y;
	width: 987px;
	margin: 0px auto 15px;
}

#innercontainer {
	background: url(pagebg-bottom.gif) no-repeat bottom left;
	width: 971px;
	padding: 0px 8px;
}

#header {
	background: url(bg-top.gif);
	position: relative;
	height: 123px;
	width: 986px;
	margin: 0px;
}	

#topnav {
	height: 25px;
	width: 560px; /* better safe than sorry */
	position: absolute;
	top: 0px;
	right: 395px;
	color: #fff;
	text-align: right;
}

	#topnav ul {
		margin: 0px;
		list-style: none;
		padding: 2px 15px 0px 0px;
	}
	
	#topnav li {
		display: inline; /* put it all in one line - works for text links, not image/button links */
	}
	
	#topnav a {
		color: #fff;
		text-decoration: none;
		font-size: .75em;
		padding: 0px 7px 0px 5px;
		border-right: solid 1px #fff; 
	}
	
	#topnav a:active, #topnav a:hover { color: #fff; text-decoration: underline; }
	
	#topnav .last a { border-right: none; padding-right: 0px; }

#logo {
	position: absolute;
	top: 35px;
	left: 23px;
	margin: 0px;
}
	#logo a {
		background: url('bg-top.gif') no-repeat -23px -35px;
		display: block;
		width: 174px;
		height: 72px;
		text-indent: -999999px;
	}

#return {
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 0px;
}
	#return a {
		display: block;
		width: 115px;
		height: 80px;
		text-indent: -99999999px;
		background: url('bg-top.gif') no-repeat top right;
	}


#contact {
	background: #fff url(b-voicestar.gif) no-repeat top right;
	width: 225px;
	height: 67px;
	position: absolute;
	right: 168px;
	margin: 0px;
	padding: 15px 0px 0px 0px;
	font-size: 1.2em;
	text-align: center;
	color: #000;
	text-decoration: none;
}

	#contact .tele { font-size: 1.2em; font-weight: bold; }
	#contact a {
		color: #000;
		text-decoration: none;
	}

#cse-search-box {
	position: absolute;
	bottom: 7px;
	right: 165px;
}

	#cse-search-box input { vertical-align: middle; }

#menu {
	background: url(menubg.gif) repeat-x;
	width: 941px;
	height: 30px;
	margin: 0px 15px;
	}
	
/* #menu a {
		display: block;
		float: left;
		height: 13px;
		border-right: 1px solid #ed4954;
		margin: 0px;
		text-decoration: none;
		color: #fff;
		font-weight: bold;
		font-size: .75em;
		text-transform: uppercase;
	}						
	
	#menu a:active, #menu a:hover { 
		background: url(images/menubg.gif) repeat-x bottom left;
		height: 13px;
		color: #000;
		text-decoration: none;
	}
	*/

#content {
	width: 941px;
	margin: 0px 0px 15px 0px;
	padding: 11px 15px 0px 15px;
	text-align: left;
}

#content2col {
	width: 941px;
	margin: 15px 15px 0px 0px;
	padding: 0px 0px 0px 15px;
	position: relative;
	text-align: left;
}
	
	
#maincontent {
	display: block;
	float: right;
	width: 695px;
	margin: 0px;
	padding: 0px 2px;
	font-size: .9em;
}

	#maincontent h1 { color: #000; font-size: 1.5em; font-weight: bold; text-align: center; margin: 15px 0px; }
	#maincontent h2 {
	font-weight: bold;
	margin: 15px 0px;
	color: #C3000D;
	padding-top: 0px;
	font-size: 1.2em;
	text-align: center;	
}
	#maincontent h2.mainboxh {
		margin: 0px;
		background: #989696 url('h-grey.gif') repeat-x;
		color: #fff;
		text-transform: uppercase;
		font-weight: bold;
		padding: 5px 20px; 
		font-size: .8em;
}
	#maincontent h3 {
	font-weight: bold;
	margin: 5px 0px 10px 0px;
	padding: 0px;
	color: #000;
}

	#maincontent h4 {
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
	.mainbox { 
		border: solid 1px #989696;
		width: 652px;
		padding: 10px 20px 10px;
		margin-bottom: 15px;
}
	#maincontent p {
	margin: 0px 0px 15px 0px;
	color: #000;
}
	#maincontent .twocolleft { width: 340px; float: left; }
	#maincontent .twocolright { width: 340px; float: right; }

#breadcrumb ul {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
	color: #6d6d6d;
}

	#breadcrumb li { display: inline; }
	#breadcrumb a { color: #6d6d6d; font-size: .85em; text-decoration: none; }
	#breadcrumb a:hover { text-decoration: underline; }

#addthis_button { float: right; }

#homepics ul{
	float: left;
	margin: 10px 0px 30px 0px;
	padding: 0px;
	list-style: none;
}
	#homepics li { display: inline; margin-right: 35px;}
	#homepics li.last { margin-right: 0px; }

#prodsearch {
    display: block;
	width: 694px;
	margin: 0px 20px 10px;
	padding: 0px;
	text-align: left;
}

#sidecol {
	display: block;
	float: left;
	width: 230px;
	margin: 0px 0px 0px 0px;
	font-size: .75em;
}

	.sideboxh {
		margin: 0px;
		background: #989696 url('h-grey.gif') repeat-x;
		color: #fff;
		text-transform: uppercase;
		font-weight: bold;
		padding: 7px 10px; 
	}
		.sideboxh.black { background: #000 url('h-black.gif') repeat-x; }
		
	.sidebox { 
		border: solid 1px #989696;
		width: 208px;
		padding: 10px;
		margin-bottom: 10px;
	}
		.sidebox.black { border-top: solid 1px #000; }
	
	.sidenav { margin: 0px; padding: 0px; list-style: none; }
	.sidenav li { margin: 0px 0px 5px 10px; }
	.sidenav a { color: #454545; text-decoration: none; }
	.sidenav a:hover, .sidenav a.selected { color: #da000e; }
	
	.brandsnav { margin: 0px; padding: 0px; list-style: none; }
	.brandsnav li { width: 88px; height: 31px; }
	.brandsnav .brandleft { float: left; margin: 0px 0px 10px 10px; }
	.brandsnav .brandright { float: right; margin: 0px 10px 10px 0px; }

#sealcerts {
	display: block;
	float: left;
	padding: 0px;
	margin-bottom: 10px;
}

#sealcerts ul {
	float: left;
	width: 941px;
	padding: 0px;
	margin: 0px;
	list-style: none;
}
	
	#sealcerts li { display: inline; }
	#sealcerts a { 
		display:bloack;
		float: left;
		margin: 0px 0px 5px 125px;
		padding: 0px;
		text-decoration: none;
}
	#sealcerts a:hover { text-decoration: none; }
	#sealcerts-dnv a { padding-top: 2px; }
	#sealcerts-paypal a { padding-top: 5px; }
	
#socialnetwork {
	min-height: 30px;
	width: 941px;
	border-top: solid 1px #dbdbdb;
	border-bottom: solid 1px #dbdbdb;
	margin: 0px auto;
	padding: 0px;
}
	
	#socialnetwork ul {
		margin: 0px;
		padding: 5px 0px;
		list-style: none;
	}
	
	#socialnetwork li {
		display: inline;
		padding: 0px 7px;
	}
	
	#socialnetwork a {
		color: #454545;
		text-decoration: none;
		font-size: .75em;
		padding: 2px 0px 2px 20px;
	}
	
	#socialnetwork a:hover { text-decoration: underline; }
	
	#sn-twitter a { background: url('socialnetwork-twitter.gif') no-repeat; }
	#sn-facebook a { background: url('socialnetwork-facebook.gif') no-repeat; }
	#sn-linkedin a { background: url('socialnetwork-linkedin.gif') no-repeat; }
	#sn-youtube a { background: url('socialnetwork-youtube.gif') no-repeat; }
	#sn-flickr a { background: url('socialnetwork-flickr.gif') no-repeat; }
	#sn-blog a { background: url('socialnetwork-blog.gif') no-repeat; }
	#sn-digg a { background: url('socialnetwork-digg.gif') no-repeat; }
	#sn-cb a { background: url('socialnetwork-careerbuilder.gif') no-repeat; }
	#sn-monster a { background: url('socialnetwork-monster.gif') no-repeat; }
	#sn-store a { background: url('socialnetwork-slings.gif') no-repeat; }
	

#footer {
	background: url(footerbg.gif) no-repeat top;
	width: 951px;
	padding: 20px 10px;
	font-size: .75em;
	text-align: center;
	color: #000;
}
	
	#footer a { color: #000 ; text-decoration: none; }
	#footer .branchlocations p { margin: 7px;}
	#footer .branchlocations a { color: #c6000d; text-decoration	: none; margin: 0px; padding: 0px 10px;}
	#footer a:hover { text-decoration: underline; }

.floatleft { float:left; margin: 0px 10px 10px 0px; }
.floatright { float: right; margin: 0px 0px 10px 10px; }

.nomargin { margin: 0px; }

.relatedcatalogs { margin: 0px 0px 1em 0px; padding: 0px; list-style: none; }
	.relatedcatalogs li { clear: both; }
	.relatedcatalogs img { float: left; margin: 0px 1em 1em 0px; }
.relatedlinks { margin: 0px 0px 1em 0px; padding: 0px; list-style: none; }

.clear { clear: both; }


/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.qmmc .qmdivider{display:block;font-size:1px;border-width:0px;border-style:solid;position:relative;z-index:1;}.qmmc .qmdividery{float:left;width:0px;}.qmmc .qmtitle{display:block;cursor:default;white-space:nowrap;position:relative;z-index:1;}.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;float:none !important;}.qmmc {position:relative;zoom:1;z-index:10;}.qmmc a, .qmmc li {float:left;display:block;white-space:nowrap;position:relative;z-index:1;}.qmmc div a, .qmmc ul a, .qmmc ul li {float:none;}.qmsh div a {float:left;}.qmmc div{visibility:hidden;position:absolute;}.qmmc .qmcbox{cursor:default;display:inline-block;position:relative;z-index:1;}.qmmc .qmcbox a{display:inline;}.qmmc .qmcbox div{float:none;position:static;visibility:inherit;left:auto;}.qmmc li {z-index:auto;}.qmmc ul {left:-10000px;position:absolute;z-index:10;}.qmmc, .qmmc ul {list-style:none;padding:0px;margin:0px;}.qmmc li a {float:none;}.qmmc li:hover>ul{left:auto;}#qm0 ul {top:100%;}#qm0 ul li:hover>ul{top:0px;left:100%;}


/*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/

		#menu .menu-home  { width: 79px; padding: 8px 0px 9px 0px; }
		#menu .menu-logon  { width: 90px; padding: 8px 0px 9px 0px; }
		#menu .menu-reg { width: 105px; padding: 8px 0px 9px 0px; }
		#menu .menu-account { width: 100px; padding: 8px 2px 9px 0px; }
		#menu .menu-settings  { width: 105px; padding: 8px 2px 9px 0px; }
		#menu .menu-support { width: 95px; padding: 8px 0px 9px 0px; }
		#menu .menu-search { width: 160px; padding: 8px 0px 9px 0px; }
		#menu .menu-cart { background: url('b-cart.gif') no-repeat 20px 8px; width: 75px; padding: 8px 2px 9px 20px; }
		#menu .menu-checkout { 
			width: 93px;
			border: none;
			margin: 0px;
			padding: 8px 0px 9px 4px;
		}
	
	

	/* QuickMenu 0 */

	/*"""""""" (MAIN) Container""""""""*/	
	#qm0	
	{	
		width:auto;
		background-color:transparent;
	}
					

	/*"""""""" (MAIN) Items""""""""*/	
	#qm0 a	
	{	
		height: 13px;
		margin: 0px;
		border-right: 1px solid #ed4954;
		color:#fff;
		text-decoration:none;
		font-weight: bold;
		font-size: .75em;
		text-transform: uppercase;
	}


	/*"""""""" (MAIN) Hover State""""""""*/	
	#qm0 a:hover	
	{	
		color: #000;
		background: url(menubg.gif) repeat-x bottom left;
	}

	/*"""""""" (MAIN) Hover State - (duplicated for pure CSS)""""""""*/	
	#qm0 li:hover>a	
	{	
		color: #000;
		background: url(menubg.gif) repeat-x bottom left;
	}

	/*"""""""" (MAIN) Active State""""""""*/	
	body #qm0 .qmactive, body #qm0 .qmactive:hover	
	{	
		color: #000;
		background: url(menubg.gif) repeat-x bottom left;
	}

		#qm0 .menu-cart:hover, #qm0 li:hover>a.menu-cart { background: url('b-cart.gif') no-repeat bottom left !important; }

	/*"""""""" (SUB) Container""""""""*/	
	#qm0 div, #qm0 ul	
	{	
		padding:5px;
		margin:-1px 0px 0px 0px;
		background-color:#fff;
		border-width:1px;
		border-style:solid;
		border-color:#c00;
		text-align: left;
	}


	/*"""""""" (SUB) Items""""""""*/	
	#qm0 div a, #qm0 ul a	
	{	
		min-width: 120px; 
		padding:2px 5px 2px 5px;
		background-color:transparent;
		color:#555555;
		border-width:0px;
		border-style:none;
		border-color:#000000;
		text-align: left;
		text-transform: none;
		font-weight: normal;
	}


	/*"""""""" (SUB) Hover State""""""""*/	
	#qm0 div a:hover	
	{	
		color:#000;
	}


	/*"""""""" (SUB) Hover State - (duplicated for pure CSS)""""""""*/	
	#qm0 ul li:hover>a	
	{	
		color:#000;
		}


	/*"""""""" (SUB) Active State""""""""*/	
	body #qm0 div .qmactive, body #qm0 div .qmactive:hover	
	{	
		color:#000;
		background: none;
		text-decoration:underline;
		}


	/*"""""""" Individual Titles""""""""*/	
	#qm0 .qmtitle	
	{	
		cursor:default;
		padding:3px 0px 3px 4px;
		color:#444444;
		font-family:arial;
		font-size:11px;
		font-weight:bold;
	}


	/*"""""""" Individual Horizontal Dividers""""""""*/	
	#qm0 .qmdividerx	
	{	
		border-top-width:1px;
		margin:4px 0px 4px 0px;
		border-color:#BFBFBF;
	}


	/*"""""""" Individual Vertical Dividers""""""""*/	
	#qm0 .qmdividery	
	{	
		border-left-width:1px;
		height:15px;
		margin:4px 2px 0px 2px;
		border-color:#BFBFBF;
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 ul li:hover > a.qmparent	
	{	
		background-image:url(file:///Macintosh%20HD/Users/corrie/Dropbox/work/advantrics/-%20clients/lifting/qmimages/cssalt1_arrow_right_hover.gif);
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 ul .qmparent	
	{	
		background-image:url(file:///Macintosh%20HD/Users/corrie/Dropbox/work/advantrics/-%20clients/lifting/qmimages/cssalt1_arrow_right.gif);
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 li:hover > a.qmparent	
	{	
		background-image:url(file:///Macintosh%20HD/Users/corrie/Dropbox/work/advantrics/-%20clients/lifting/qmimages/cssalt1_arrow_down_hover.gif);
		text-decoration:underline;
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 .qmparent	
	{	
		background-image:url(file:///Macintosh%20HD/Users/corrie/Dropbox/work/advantrics/-%20clients/lifting/qmimages/cssalt1_arrow_down.gif);
		background-repeat:no-repeat;
		background-position:97% 50%;
	}
#container #innercontainer #content2col #leftarticle .clear {
	color: #000;
}

