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

* { margin:0px; padding:0px; outline:none; }
img { border-width:0px; }

body {
	background:#002596;
	font:12px/15px Arial, Helvetica, sans-serif;
	border-top:10px solid black;
}

p, ul, ol { margin-bottom:15px; }
li { margin-left:30px; }

h1 {
	background:url(/images/h1_bg.png) no-repeat top center;
	color:black;
	font-variant:small-caps;
	padding:55px 24px 12px;
	height:29px;
	margin-bottom:12px;
	font:24px/24px Georgia, "Times New Roman", Times, serif;
	font-variant:small-caps;
}
	* html h1 { background-image:url(/images/h1_bg.gif); }

h2 { margin-bottom:12px; line-height:normal; }

h4 {
	font-size:14px;
	line-height:27px;
	color:#002596;
	background:white;
	font-style:italic;
	text-transform:uppercase;
	margin-bottom:0px;
}

hr { height:1px; background:#01176D; border:none; clear:both; margin:12px 0px; }

a { color:#2257B6; }
a:hover { color:#B5985A; }

/* Global Styles */
#showcase { position:relative; background:white; }

.mask_overlay {
	display:block;
	position:absolute; top:0px; left:0px;
	z-index:2;
	width:739px; height:230px;
	background:url(/images/mask_overlay.png) no-repeat top left;
}
	* html .mask_overlay { background-image:url(/images/mask_overlay.gif); }
	
	.bnr_link { display:none; }
	.bnr_link.first { display:block; }

#site_lft .section {
	background:#2257b6;
	text-align:center;
	margin-top:20px;
	color:white;
	font-weight:bold;
}

	#site_lft .section a {
		display:block;
		padding:6px 0px;
		height:15px;
		color:white;
		text-decoration:none;
	}
		#site_lft .section a:hover { color:#fbf79f; }

#site_rgt .section {
	margin-bottom:6px;
}

.product_link, .cart_btn {
	display:inline-block;
	margin:0px 4px;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	font-style:italic;
	color:#636363;
}
	.product_link:hover {color:#636363; }

.product_link span, .cart_btn {
	display:inline-block;
	padding:5px;
	width:127px;
	height:23px;
	color:white;
	line-height:23px;
	background:url(/images/btn_bg.png) no-repeat center center;
}
	* html .product_link span, * html .cart_btn {background:url(/images/btn_bg.gif) no-repeat center center;}
	.product_link:hover span { color:#fbf79f; }

/* Site Layout */
#site {
	width:970px;
	margin:0px auto 12px;
	background:url(/images/site_bg_y.jpg) repeat-y top left;
}

	#site_main {
		width:970px;
		padding-top:123px;
		position:relative;
		background:url(/images/site_main_bg.jpg) no-repeat top left;
	}
	
		#login {
			position:absolute;
			top:-10px; right:26px;
			width:95px;
			height:19px;
			padding-top:10px;
			background:url(/images/tab_bg.gif) no-repeat;
			color:white;
			font-weight:bold;
			text-transform:uppercase;
			text-align:center;
			text-decoration:none;
		}
	
		#site_top {
			position:absolute;
			top:72px; left:324px;
			width:620px;
			height:24px;
		}
		
			#site_top a {
				display:inline-block;
				line-height:24px;
				padding:0px 21px;
				color:white;
				text-transform:uppercase;
				font-weight:bold;
				text-decoration:none;
			}
			
				#site_top a:hover, #login:hover { color:#fbf79f; }
	
		#site_lft {
			float:left; display:inline;
			width:173px;
			margin-left:2px;
			margin-top:76px;
		}
		
		#site_rgt {
			float:right; display:inline;
			width:715px;
			padding:12px;
			min-height:600px;
			margin-right:26px;
			background:url(/images/site_rgt_bg.png) no-repeat top left;
			position:relative;
		}
			* html #site_rgt { background-image:url(/images/site_rgt_bg.gif); }
			
			#site_rgt .content {
				padding:12px;
				position:relative;
				zoom:1; /* IE6/7 Bug - Disappearing Content */
			}
		
/* Pages */
#home #site_rgt { background:none; width:739px; padding:0px; }
#home .refurb {
	background:white url(/images/refurbished_bg.gif) no-repeat top left;
	width:600px; height:181px;
	padding:12px 0px 12px 139px;
}
#home .featured {
	background:white url(/images/featured_bg.gif) no-repeat top left;
	width:588px; height:157px;
	padding:12px 12px 12px 139px;
}
.quality {
	background:#eeebac url(/images/quality_bg.gif) no-repeat top left;
	width:588px; height:157px;
	padding:12px 12px 12px 139px;
	margin-left:-12px;
}

/* Products */
#products #site_rgt .content { text-align:center; }
#products .product_link { margin:0px 12px 12px; }

.enlarge_txt { position:absolute; top:250px; left:12px; }

.quote_btn { display:none; }

.product_brochures a { display:block; }

.column { width:230px; display:inline; margin-bottom:36px; }
.col1 { margin-right:12px; }
.col1, .col2 { float:left; }
.col3 { float:right; width:200px; }

.col1 img { height:230px; width:230px; background-repeat:no-repeat; background-position:center center; }

