@charset "UTF-8";
/* CSS Document */

body, table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
}
img {
	border-color: #000000;
}

a {
	color: #003399;
}

a:hover {
	color: #3366CC;
}

a.pdf {
	display: block;
	height: 14px;
	background: url(/images/icons/pdf.gif) left top no-repeat;
	padding: 2px 0px 2px 22px;
	line-height: 13px;
	text-decoration: none;
	font-size: 11px;
	}
	a.pdf b,
	a.pdf strong {
		font-size: 12px;
	}

a.print {
	display: block;
	height: 14px;
	background: url(/images/icons/printer.gif) left top no-repeat;
	padding: 2px 0px 2px 22px;
	line-height: 13px;
	text-decoration: none;
	font-size: 11px;
}

a.info {
	display: block;
	height: 14px;
	background: url(/images/icons/info.gif) left top no-repeat;
	padding: 2px 0px 2px 22px;
	line-height: 13px;
	text-decoration: none;
	font-size: 11px;
}
	
a.arrowlink {
	display: block;
	margin: 0px 0px 10px 0px;
	background: url(/images/icons/bulletlink.gif) left 2px no-repeat;
	color: #003399;
	padding-left: 15px;
	line-height: normal;
	text-decoration: none;
	font-weight: bold;
	}
	a.arrowlink:hover {
		background: url(/images/icons/bulletlink_on.gif) left 2px no-repeat;
	}

ul.linklist {
	list-style: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}
	ul.linklist li {
		margin: 0px 0px 10px 0px;
	}
	ul.linklist a {
		display: block;
		background: url(/images/icons/bulletlink.gif) left 2px no-repeat;
		color: #003399;
		padding-left: 15px;
		line-height: normal;
		text-decoration: none;
		font-weight: bold;
	}
	ul.linklist a:hover {
		background: url(/images/icons/bulletlink_on.gif) left 2px no-repeat;
	}
		

form {
	margin: 0px;
	padding: 0px;
}

h1 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 24px;
	line-height: 28px;
	color: #01184C;
	margin: 0px 0px 15px 0px;
}

h2 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 18px;
	line-height: 21px;
	color: #01184C;
	margin: 0px 0px 15px 0px;
}

h3 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #01184C;
	margin: 0px 0px 15px 0px;
}

h4 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #01184C;
	margin: 0px;
}

h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	color: #000000;
}

h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	color: #000000;
}

p {
	margin: 0px 0px 15px 0px;
	font-size: 12px;
	line-height: 16px;
}

ul {
	margin: 0px 0px 15px 20px;
	padding: 0px;
}

.home-header {
	position: relative;
	width: 701px;
	height: 220px;
	padding-bottom: 5px;
	border-bottom: 1px solid #53A2D0;
	margin-bottom: 20px;
	white-space: nowrap;
	}
	.home-header img.tagline {
		position: absolute;
		right: 0;
		top: 0;
	}

/* Banner rotation */
#HomePageRotation {
	display: block;
	position: absolute;
	width: 455px;
	height: 220px;
}
#HomePageRotation-link {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	overflow: hidden;
	width: 455px;
	height: 220px;
	white-space: nowrap;
	text-decoration: none;
	outline: 0;
	z-index: 99;
	}
	#HomePageRotation-link img {
		border: none;
		width: 455px;
		height: 220px;
	}
#HomePageRotation div.banner-item {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	overflow: hidden;
	width: 455px;
	height: 220px;
	white-space: nowrap;
	text-decoration: none;
	outline: 0;
}
#HomePageRotation a.button-prev {
	display: block;
	position: absolute;
	cursor: pointer;
	left: 7px;
	top: 192px;
	width: 22px;
	height: 21px;
	background: url(/images/banners/prev.png) left top no-repeat;
	text-decoration: none;
	outline: 0;
	z-index: 100;
}
#HomePageRotation a.button-play {
	display: block;
	position: absolute;
	cursor: pointer;
	left: 29px;
	top: 192px;
	width: 24px;
	height: 21px;
	background: url(/images/banners/play.png) left top no-repeat;
	text-decoration: none;
	outline: 0;
	z-index: 100;
}
#HomePageRotation a.button-pause {
	display: block;
	position: absolute;
	cursor: pointer;
	left: 29px;
	top: 192px;
	width: 24px;
	height: 21px;
	background: url(/images/banners/pause.png) left top no-repeat;
	text-decoration: none;
	outline: 0;
	z-index: 100;
}
#HomePageRotation a.button-next {
	display: block;
	position: absolute;
	cursor: pointer;
	left: 53px;
	top: 192px;
	width: 22px;
	height: 21px;
	background: url(/images/banners/next.png) left top no-repeat;
	text-decoration: none;
	outline: 0;
	z-index: 100;
}
#HomePageRotation-status {
	position: relative;
	z-index: 50;
	background-color: #FFFFFF;
	margin: 90px auto 0px auto;
	padding: 5px;
	width: 85px;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.home-main {
	position: relative;
	width: 701px;
	}
	.home-main h1 {
		font-family: "Trebuchet MS", Arial, sans-serif;
		line-height: 18px;
		font-size: 18px;
		color: #01184C;
		margin: 0px 10px 0px 10px;
	}
	.home-main p {
		font-size: 12px;
		line-height: 17px;
		margin: 15px 10px 10px 10px;
	}
	.home-main ul,
	.home-main ol {
		font-size: 11px;
		line-height: 14px;
		margin: 15px 10px 10px 25px;
	}
.home-icons {
	float: right;
	width: 300px;
}
.home-icons .icon1,
.home-icons .icon2,
.home-icons .icon3,
.home-icons .icon4 {
	position: relative;
	float: left;
	width: 130px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	margin: 0px 0px 20px 20px;
}
.home-icons .icon1,
.home-icons .icon3 {
	clear: left;
	}
	.home-icons .icon1 img,
	.home-icons .icon2 img,
	.home-icons .icon3 img,
	.home-icons .icon4 img {
		margin: 0px 0px 5px 0px;
		border: none;
	}

.itemlist {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	width: 100%;
	border-collapse: collapse;
	clear: both;
	}
	.itemlist th {
		text-align: center;
		width: 125px;
		padding: 15px 15px 15px 0px;
		border-top: 1px solid #53A2D0;
		vertical-align: top;
	}
	.itemlist img {
		border: none;
	}
	.itemlist p {
		margin: 0px;
	}
	.itemlist td {
		text-align: left;
		padding: 15px 0px 15px 0px;
		border-top: 1px solid #53A2D0;
		color: #000000;
		}
		.itemlist td.qtycol {
			text-align: left;
			padding: 15px 10px 15px 10px;
			color: #000000;
			width: 100px;
			}
			.itemlist td.qtycol input {
				width: 25px;
			}
		.itemlist td.deletecol {
			text-align: right;
			padding: 15px 0px 15px 0px;
			color: #000000;
			width: 66px;
		}
		.itemlist td.totalcol {
			text-align: right;
			padding: 15px 0px 15px 0px;
			color: #000000;
			width: 150px;
		}
	.itemlist .pretitle {
		font-size: 11px;
		font-weight: normal;
		color: #666666;
	}
	.itemlist .title {
		font-size: 12px;
		font-weight: bold;
	}
	.itemlist .description {
		font-size: 11px;
		font-weight: normal;
	}
	.itemlist .status {
		color: #666666;
		font-weight: bold;
		font-size: 11px;
	}
	.itemlist .size {
		color: #666666;
		font-weight: normal;
		font-size: 11px;
	}
	.itemlist a {
		color: #000000;
		text-decoration: none;
	}

.itemtable {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	width: 100%;
	border-collapse: collapse;
	clear: both;
	}
	.itemtable th {
		vertical-align: bottom;
		padding: 4px;
		text-align: left;
		line-height: normal;
		border: 1px solid #FFFFFF;
		background-color: #3B76AE;
		font-size: 11px;
		font-weight: bold;
		color: #FFFFFF;
		}
		.itemtable th.center {
			text-align: center;
		}
		.itemtable th.right {
			text-align: right;
		}
	.itemtable td {
		padding: 4px;
		text-align: left;
		font-weight: normal;
		font-size: 11px;
		color: #000000;
		line-height: normal;
		border: 1px solid #FFFFFF;
		background-color: #F5F5F5;
		vertical-align: top;
		}
		.itemtable td.center {
			text-align: center;
		}
		.itemtable td.right {
			text-align: right;
		}
		.itemtable td.icon {
			padding: 1px 4px 1px 4px;
		}
	
.product-detail {
	line-height: normal;
	}
	.product-detail h1 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
		line-height: normal;
		font-weight: bold;
		color: #000000;
		margin: 0px;
	}
	.product-detail h2 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
		line-height: normal;
		font-weight: normal;
		color: #000000;
		margin: 0px;
	}
	.product-detail h3 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height: normal;
		font-weight: normal;
		color: #666666;
		margin: 0px 0px 10px 0px;
	}
	.product-detail h4 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		color: #000000;
		margin: 0px 0px 15px 0px;
	}
	.product-detail p {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: normal;
		line-height: 15px;
		}
		.product-detail p#pPrice {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #000000;
			margin: 0px 0px 15px 0px;
		}
.product-specs {
	border-collapse: collapse;
	margin: 0px 0px 15px 0px;
	}
	.product-specs th {
		padding: 4px;
		text-align: left;
		font-weight: normal;
		font-size: 11px;
		line-height: normal;
		border: 1px solid #FFFFFF;
		color: #000000;
		background-color: #9CD8F6;
		vertical-align: top;
		}
		.product-specs th.head {
			font-weight: bold;
			background-color: #3B76AE;
			color: #FFFFFF;
		}
	.product-specs td {
		padding: 4px;
		text-align: left;
		font-weight: normal;
		font-size: 11px;
		line-height: normal;
		border: 1px solid #FFFFFF;
		background-color: #F5F5F5;
		vertical-align: top;
	}
	
.product-linkbox {
	padding: 7px 6px 5px 7px;
	border: 1px solid #F4D6E0;
	background: #F9ECA6 url(/images/interface/bkg_gold.jpg) left top repeat-x;
	font-size: 11px;
	}
	.product-linkbox h1 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		color: #000000;
		margin: 0px 0px 5px 0px;
	}
	.product-linkbox a {
		margin: 0px 0px 5px 0px;
	}

.product-sold {
	margin: 15px 0px 0px 0px;
	padding-left: 45px;
	background: url(/images/icons/sold.gif) left 3px no-repeat;
	}
	.product-sold b {
		display: block;
		font-size: 14px;
		margin: 0px 0px 5px 0px;
		color: #CC0000;
	}
	
.product-image {
	clear: right;
	float: right;
	width: 377px;
	margin: 0px 0px 15px 15px;
	}
	.product-image .main-image {
		margin: 10px 0px 0px 0px;
		width: 377px;
		height: 377px;
		text-align: center;
	}
	.product-image h1 {
		margin: 0px 0px 5px 0px;
		font-size: 11px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
		color: #666666;
	}
	.product-image .thumbs {
		width: 365px;
		height: 97px;
		padding: 5px;
		border: 1px solid #CCCCCC;
		overflow: auto;
		overflow-x: scroll;
		overflow-y: hidden;
		}
		.product-image .thumbs table {
			height: 80px;
			}
			.product-image .thumbs td {
				padding-right: 15px;
				width: 80px;
			}
		.product-image .thumbs img {
			border: none;
		}

.sales-rep {
	width: 100%;
	}
	.sales-rep td.image {
		vertical-align: top;
		width: 125px;
		padding-right: 15px;
	}

.editform {
	border-collapse: collapse;
	}
	.editform th {
		padding: 0px 12px 2px 0px;
		background: none;
		border: none;
		text-align: left;
		font-weight: bold;
		font-size: 11px;
		white-space: nowrap;
	}
	.editform table.spaced th {
		padding: 0px 12px 6px 0px;
	}
	.editform td {
		padding: 0px 12px 2px 0px;
		border: none;
		font-weight: normal;
		font-size: 10px;
		white-space: nowrap;
	}
	.editform table.spaced td {
		padding: 0px 12px 6px 0px;
	}
	.editform td.note {
		color: #666666;
	}

.error {
	clear: left;
	background: url(/images/icons/error.gif) left top no-repeat;
	padding: 0px 0px 20px 20px;
	margin: 0px;
	color: #CC0000;
	font-weight: bold;
	font-size: 11px;
	}
	.error ul {
		margin: 0px 0px 0px 15px;
		padding: 0px;
		font-weight: normal;
		color: #CC0000;
	}
	.error li {
		padding-top: 3px;
	}

.img-right {
	clear: right;
	float: right;
	margin: 0px 0px 15px 15px;
}

.img-left {
	clear: left;
	float: left;
	margin: 0px 15px 15px 0px;
}

.text-lg {
	font-size: 14px;
}

@media screen {

	html {
		margin: 0px;
		padding: 0px;
		overflow: scroll;
		overflow-x: auto;
		overflow-y: scroll;
	}
	body {
		background: #2F5DAA url(/images/interface/bkg_frame.jpg) left top repeat-x;
		color: #000000;
		margin: 0px;
		padding: 0px;
	}
	.header-screen {
		position: relative;
		width: 904px;
		height: 64px;
		}
		.header-screen img {
			border: none;
		}
	
	.container {
		position: relative;
		margin: 0px auto 0px auto;
		width: 904px;
	}
	
	.main {
		position: relative;
		margin: 0px auto 0px auto;
		padding: 0px 7px 0px 5px;
		width: 892px;
		background: url(/images/interface/bkg_body.png) left top repeat-y;
		min-height: 480px;
		height: auto !important;
		height: 480px;
		}
		.main .nav {
			width: 168px;
			padding-right: 4px;
			vertical-align: top;
			}
			.main .nav img {
				border: none;
			}
			.main .nav .links {
				width: 148px;
				background: #97BCF7 url(/images/interface/bkg_nav.jpg) left top repeat-x;
				padding: 10px;
				min-height: 170px;
				height: auto !important;
				height: 170px;
				}
				.main .nav .links ul {
					list-style: none;
					margin: 8px 0px 5px 0px;
					padding: 0px;
					font-size: 11px;
					}
					.main .nav .links li {
						margin: 0px 0px 5px 0px;
					}
					.main .nav .links ul a,
					.main .nav .quotelink a {
						display: block;
						background: url(/images/icons/nav_bulletlink.gif) left 2px no-repeat;
						color: #003399;
						padding-left: 15px;
						line-height: normal;
						text-decoration: none;
						font-weight: bold;
					}
					.main .nav .links ul a:hover {
						background: url(/images/icons/nav_bulletlink_on.gif) left 2px no-repeat;
					}
					.main .nav .quotelink {
						padding: 0px 10px 0px 10px;
						font-size: 11px;
						}
						.main .nav .quotelink p {
							margin: 0px 0px 4px 0px;
						}
		.main .content-home {
			width: 701px;
			padding: 10px;
			vertical-align: top;
		}
		.main .content {
			background-color: #FFFFFF;
			width: 681px;
			padding: 20px;
			vertical-align: top;
		}
			
	#find {
		width: 148px;
		margin: 20px 10px 20px 10px;
		}
		#find th {
			text-align: left;
			padding-bottom: 10px;
		}
		#find td {
			font-size: 9px;
			color: #3D76A2;
			line-height: 12px;
			padding-bottom: 8px;
		}
		#find select {
			font-size: 11px;
			font-family: Arial, Helvetica, sans-serif;
			width: 148px;
		}
		
	
	.footer-screen {
		position: relative;
		background: url(/images/interface/bkg_footer.png) left top no-repeat;
		margin: 0px auto 15px auto;
		font-size: 10px;
		color: #FFFFFF;
		width: 904px;
		height: 25px;
		}
		.footer-screen .copyright {
			position: absolute;
			left: 5px;
			top: 10px;
			width: 255px;
			height: 15px;
		}
		.footer-screen .links {
			position: absolute;
			right: 7px;
			top: 10px;
			width: 630px;
			height: 15px;
			text-align: right;
		}
		.footer-screen a {
			color: #FFFFFF;
			text-decoration: none;
		}
		.footer-screen a:hover {
			color: #FFFFFF;
			text-decoration: underline;
		}
		
	a.backlink {
		float: right;
		text-align: right;
		margin: 10px 0px 15px 15px;
		background: url(/images/icons/backlink.gif) left 2px no-repeat;
		color: #003399;
		padding-left: 20px;
		line-height: 13px;
		text-decoration: none;
		font-size: 12px;
		font-weight: bold;
		}
		a.backlink:hover {
			background: url(/images/icons/backlink_on.gif) left 2px no-repeat;
		}
		
	a.toplink {
		float: right;
		text-align: right;
		margin: 5px 0px 15px 15px;
		background: url(/images/icons/toplink.gif) left 2px no-repeat;
		color: #003399;
		padding-left: 15px;
		line-height: 13px;
		text-decoration: none;
		font-size: 11px;
		font-weight: normal;
		}
		a.toplink:hover {
			background: url(/images/icons/toplink_on.gif) left 2px no-repeat;
		}
	
	.header-print,
	.footer-print,
	.header-mobile,
	.footer-mobile,
	.noscreen {
		display: none;
	}

}

@media print {

	body {
		background-color: #FFFFFF;
		color: #000000;
		margin: 0px;
		padding: 0px;
	}
	
	.header-print {
		padding-bottom: 10px;
		border-bottom: 1px solid #000000;
		margin-bottom: 15px;
	}
	
	.footer-print {
		padding-top: 10px;
		border-top: 1px solid #000000;
		margin-top: 15px;
		font-size: 10px;
		color: #53A2D0;
		text-align: center;
	}
	
	
	.header-screen,
	.header-mobile,
	.footer-screen,
	.footer-mobile,
	.container .glow-left,
	.container .glow-right,
	.nav,
	.backlink,
	.product-linkbox,
	.noprint {
		display: none;
	}

}
