@charset "utf-8";

/**************************************/
/** Packless Industries CSS Document **/
/**               Main               **/
/**************************************/

/* Colors

Dark Blue      #004785
Light Blue     #7693ac (background), #336699 (links)
Orange         #e48e1a
Normal Text    #565656 - changed to #000
Gold Text      #fc0
Light Text     #7e7e7e
Gray Lines     #ccc

*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	font-weight:inherit;
	font-style:inherit;
	font-family: inherit;
}

body {
	text-align:center;
	color:#fff;
	background: #7693ac;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a {
	color:#e48e1a;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a.alt {
	color: #336699;
	text-decoration: underline;
	font-weight: bold;
}

a.alt:hover {
	text-decoration: none;
}

a.alt2 {
	color:#46739b;
	text-decoration: none;
	font-weight: bold;
}

a.alt2:hover {
	color: #e48e1a;
	text-decoration: none;
}

a img {
	border: none;
}

h1, h2, h3, h4, h5, h6 {
	color:#004785;
	font-weight: normal;
}

h1 {
	font-size:24px;
	padding-bottom:5px;
	border-bottom:1px solid #eee;
}

h2 {
	margin-bottom: 5px;
	font-size:18px;
	color:#000;
}

h3 {
	font-size:16px;
}

hr {
	height:0;
	border:0;
	border-bottom:1px solid #ccc;
}

cite {
	display:block;
	font-size:11px;
	color:#7e7e7e;
	line-height:16px;
	padding:5px 1px 1px 1px;
	border:1px solid #fff;
	border-top:1px solid #ccc;
	margin:1px;
	font-style: normal;
}

fieldset {
	border:1px solid #7F9DB9;
}

legend {
	margin:0 6px;
}

.clear {
	clear:both;
}

.nogap {
	margin-bottom:0;
}

.floatright {
	float:right;
	margin-left:10px;
}
.floatright cite{
color:#004785;
}

.floatleft {
	float:left;
	margin-right:10px;
}

/* Layout */

#full {
	padding-bottom: 30px;
	background: url(../images/bottom-shadow.jpg) bottom center no-repeat;
}

#full2 {
	text-align:center;
	background:#7693ac url(../images/vert-shadows.jpg) top center repeat-y;
}

#wrap {
	width:867px;
	margin: 0 auto;
	color:#000;
	background:#fff url(../images/header-light-bg.png) 0 0 repeat-x;
	text-align: left;
}

#pagebody {
	clear:both;
	padding:20px 0;
	margin:0 20px;
	border-bottom:1px solid #ccc;
}

#sidenav {
	width:127px;
	float:left;
	padding: 0 20px 20px;
	background:#fff url(../images/leftnav-bottom.gif) bottom no-repeat;
}

#rightpane {
	width: 145px;
	float: left;
	padding: 0 20px 20px;
	margin-bottom:15px;
	background:#fff url(../images/rightpane-bottom.gif) bottom no-repeat;
	font-size: 11px;
}

#content {
	width:640px;
	float:right;/*margin:0 2px 0 20px;*/
}

#footer {
	margin: 0 auto;
	width: 867px;
	background: #fff;
}

/* Header */

#header {
	height:163px;
	background:url(../images/blue-banner.png) 20px 80px no-repeat;
}

#logo { /* CSS image replacement (Packless Industries) */
	float:left;
	width:301px;
	height:0px;
	overflow:hidden;
	padding-top:127px;
	padding-left: 20px;
	background:url(../images/packless-logo.png) 0 0 no-repeat;
	cursor: pointer; /* IE7 */
	font-size: 28px;
	color: #004785;
}

/* Topnav / Tabbed navigation */

#topnav strong { /* CSS image replacement (telephone #) */
	display:block;
	height:0px;
	padding-top:33px;
	margin-right:22px;
	overflow:hidden;
	background:url(../images/telephone.png) top right no-repeat;
	font-style: italic;
	color: #004785;
	text-align: right;
}

#topnav ul {
	width:500px;
	float:right;
	list-style:none;
	padding-top:23px;
	margin-right:22px;
}

#topnav li {
	float:right;
	color:#fff;
	background:#004785 url(../images/tab-left_off.png) top left no-repeat;
	padding-left:14px;
	margin-left:1px;
}

#topnav li a, #topnav li a:visited {
	display:inline-block;
	color:#fff;
	text-decoration:none;
	background:url(../images/tab-right_off.png) top right no-repeat;
	padding:5px 22px 0px 8px;
	height:19px;
}

#topnav li a:hover {
	color:#fc0;
}

#topnav li.current {
	background:#e48e1a url(../images/tab-left_on.png) top left no-repeat;
}

#topnav li.current a, #topnav li.current a:visited {
	background:url(../images/tab-right_on.png) top right no-repeat;
}

#topnav li.current a:hover {
	color:#fff;
}

/* Content */

#content {
	padding-top:16px;
	line-height:18px;
}

h1, p, ul {
	margin-bottom:12px;
}

#content ul {
	list-style:none;
}

#content strong {
	font-weight:bold;
}

#content ul li {
	padding: 4px 0 4px 36px;
	background: url(../images/orange-star.png) 16px 9px no-repeat;
}

#content ul li ul {
	padding-bottom: 0;
}

#content ul li ul li {
	padding-bottom: 0;
}

#content dt {
	padding: 4px 0 0 36px;
	background: url(../images/orange-star.png) 16px 9px no-repeat;
	font-weight: bold;
}

#content dd {
	padding: 0 0 4px 50px;
}

.view-products {
	margin: 10px 0;
	font-size: 11px;
	padding-bottom: 12px;
	background: #eee url(../images/view-products-bottom.gif) bottom no-repeat;
}

.view-products h1 {
	text-align: center;
	background: url(../images/view-products-top.gif) no-repeat;
	border: none;
	font-size: 12px;
	padding: 3px 0 12px;
	font-weight: bold;
	color: #fff;
}

#content .view-products ul {
	margin: -15px 0 0;
}

#content .view-products ul li {
	background: none;
	border-left: 1px solid #004785;
	border-right: 1px solid #004785;
	display: block;
	padding: 2px 15px;
}

.view-products a, .view-products a:visited {
	color: #333;
	text-decoration: underline;
}

.view-products a:hover {
	color: #e48e1a;
	text-decoration: none;
}

#dhtmltooltip {
	position: absolute;
	width: 200px;
	border: 1px solid #e48e1a;
	padding: 5px;
	background-color: #fffddd;
	visibility: hidden;
	z-index: 100;
}

.dataTable {
	margin-bottom:12px;
	border-collapse:collapse;
}

.dataTable th, .dataTable td {
	padding:3px;
	border: 1px solid #ddd;
}

.dataTable th {
	background: #eaeaea;
	text-align: center;
	font-weight: bold;
}

.dataTable th a {
	color: #000;
}

.dataTable td.lighter {
	background:#F5F5F5;
}

.dataTable td.img {
	padding: 0;
}

.notes {
	font-size: 11px;
	margin: 0;
}

.center {
	text-align: center;
}

.products {
	margin-bottom: 12px;
	border-collapse: collapse;
	text-align: center;
}

.products td {
	padding: 8px 0;
	border: 1px solid #ddd;
}

.products a {
	color:#336699;
	text-decoration: underline;
	font-weight: bold;
}

.products a:hover {
	text-decoration: none;
}

#content ol.notes {
	margin-bottom: 12px;
}

#content ol.notes li {
	padding-left: 4px;
	margin-left: 32px;
}

#content .listsplit {
	width: 33%;
	float: left;
}

#content ul.condensed li {
	padding: 1px 0 1px 32px;
	background:url(../images/orange-star.png) 16px 6px no-repeat;
}

.banner {
	margin-bottom: 12px;
	background: #ddd;
	text-align: center;
}

.banner embed, .banner object {
	margin: -15px 1px;
}

.banner-topleft, .banner-topright, .banner-bottomleft, .banner-bottomright {
	width: 16px;
	height: 16px;
	position: relative;
}

.banner-topleft {
	float: left;
	background: url(../images/banner-topleft.png) no-repeat;
}

.banner-topright {
	float: right;
	background: url(../images/banner-topright.png) no-repeat;
}

.banner-bottomleft {
	float: left;
	background: url(../images/banner-bottomleft.png) no-repeat;
}

.banner-bottomright {
	float: right;
	background: url(../images/banner-bottomright.png) no-repeat;
}

/* Sidenav / Leftnav */

#sidenav {
	color:#004785;
	font-size:11px;
}

#sidenav h2 {
	color:#22496b;
	font-size:14px;
	font-weight:bold;
	padding:20px 15px 30px;
	background:url(../images/leftnav-top.gif) top left no-repeat;
	margin: 0 -20px; /* show corners */
}

#sidenav ul {
	margin: -20px -20px -5px;
	list-style:none;
}

#sidenav a {
	color:#46739b;
	line-height:18px;
	font-weight:bold;
	display: block;
	border-bottom:1px solid #dadada;
}

#sidenav li {
	border-left: 1px solid #7693ac; /* because side borders on ul tag instead break in IE6 */
	border-right: 1px solid #7693ac;
	padding: 0 15px;
}

#sidenav a:hover {
	color:#e48e1a;
	text-decoration:none;
}

#sidenav li.current a, #sidenav li.current a:visited {
	color:#e38d1a;
}

#sidenav li.current a:hover {
	text-decoration:none;
	cursor:default;
}

/* Right pane */

#rightpane h2 {
	color:#22496b;
	font-size:14px;
	font-weight: bold;
	padding:20px 20px 24px;
	background:url(../images/rightpane-top.gif) top left no-repeat;
	margin: 0 -20px; /* show corners */
}

#rightpane h2.notfirst {
	padding-top: 10px;
	padding-bottom: 10px;
	background: none;
	border-left: 1px solid #7693ac;
	border-right: 1px solid #7693ac;
}

#rightpane dt, #rightpane dd, #rightpane p {
	border-left: 1px solid #7693ac; /* because side borders on dl tag instead break in IE6 */
	border-right: 1px solid #7693ac;
	padding: 0 20px;
}

#rightpane p {
	margin: 0 -20px;
	padding-top: 0;
}

p#made-in-usa {
	margin-top: -40px;
	padding: 4px 20px 0;
	background: url(../images/made-in-usa-flag2.png) top center no-repeat;
	font-size: 12px;
}

#rightpane a {
	padding-bottom: 6px;
	display: block;
	border-bottom: 1px solid #dadada;
	color: #46739b;
	font-weight: bold;
}


#rightpane a:hover {
	color:#e48e1a;
	text-decoration:none;
}

#rightpane dl {
	margin: -20px -20px -5px;
}

#rightpane dt {
	padding-top: 6px;
	font-weight: bold;
}

#rightpane .imgholder {
	margin: 0 -20px;
	padding-top: 10px;
	border-left: 1px solid #7693ac;
	border-right: 1px solid #7693ac;
	text-align: center;
}

/* Footer */

#footer .left, #footer .right {
	color:#565656;
	font-size:11px;
	line-height:21px;
	padding:10px 20px;
}

#footer .left {
	width:393px;
	float:left;
	text-align: left;
}

#footer .right {
	width:394px;
	float:right;
	text-align:right;
}

#footer a, #footer a:visited {
	color:#565656;
}

