/* !--- GLOBAL --- */

* {
	margin:0px;
	padding:0px;
}

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

body {
	font-size: 62.5%;
	font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
	line-height:1.5;
	background-color: #999;
}

:focus, :active { 
	outline: 0; 
}

.clear {
	clear:both;
}

a img {
	border:0px;
}

.fixed:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}

.fixed {
	display:block;
}

/*  \*/
.fixed {
	min-height:1%;
}

* html .fixed {
	height:1%;
}

/*--- Font Size (em) Bug Fixing for IE ---*/

H1 {font-size:2em}  /* displayed at 24px */
H2 {font-size:1.5em}  /* displayed at 18px */
H3 {font-size:1.25em}  /* displayed at 15px */
H4 {font-size:1em}  /* displayed at 12px */
INPUT, SELECT, TH, TD {font-size:1em}
LI LI, LI P, TD P, BLOCKQUOTE P {font-size:1em}

/* -------------------------------------- */

/* !--- CONTAINER ---*/

#container {
	width:950px;	/*1000px*/
	margin:0px auto;
	padding:0px 25px;
	background-image:url(../images/bg_body.gif);
	background-repeat:repeat-y;
}

/* !--- HEADER ---*/

#header {
	height: 110px;	/* 120px */
	width: 900px;	/* 950px */
	padding: 5px 25px;
	background-image: url(../images/bg_header.gif);
	background-repeat: repeat-x;
}

	#header h1 a {
		width: 269px;
		height: 74px;
		margin-top: 20px;
		display: block;
		float: left;
		text-indent: -9999px;
		overflow: hidden;
		background-image: url(../images/logo.gif);
		background-repeat: no-repeat;
	}
	
#header #quotebuilder {
	width: 225px;	/* 255px */
	height: 80px;	/* 106px */
	float: right;
	background-image: url(../images/bg_qb.gif);
	background-repeat: no-repeat;
	padding: 26px 0px 0px 30px;
}

	#header #quotebuilder p {
		font-size: 1.1em;
		color: #4c4b4b;
		font-weight:bold;
	}
	
		#header #quotebuilder p a {
			color: #4c4b4b;
			margin-right: 14px;
		}
		
		#header #quotebuilder p a:hover {
			text-decoration: none;
		}
		
	#header #quotebuilder #frm_search {
		margin-top: 22px;
	}
	
		#header #quotebuilder #frm_search #search {
			background-image: url(../images/bg_search.gif);
			background-repeat: no-repeat;
			height: 15px;	/* 18px */
			width: 120px;	/* 147px */
			float: left;
			margin-right: 10px;
			margin-top: 4px;
			padding: 3px 2px 0px 25px;
			border: 0px;
			color: #666;
		}
		
/* !--- NAVIGATION --- */

#navigation {
	width: 900px;	/* 950px */
	height: 32px;	/* 41px */
	background-image: url(../images/bg_nav.gif);
	background-repeat: repeat-x;
	padding: 9px 25px 0px;
}

	#navigation ul {
		list-style: none;
		overflow:hidden;
		height:32px;
	}
	
		#navigation ul li {
			float:left;
			margin-right:36px;
		}
		
		#navigation ul li.last {
			margin-right: 0px;
		}
		
			#navigation ul li a {
				text-transform:uppercase;
				font-weight:bold;
				font-size:1.1em;
				color:#404040;
				text-decoration:none;
			}
			
			#navigation ul li a:hover {
				color: #fff;
			}

/* !--- CONTENT --- */

#content {
	width: 926px;	/* 950px */
	padding: 12px;
}

/* !--- CONTENT LEFT --- */

#content_left {
	width: 184px;
	float: left;
	margin-right: 8px;
}

	#content_left h2 {
		width:167px;	/*182px*/
		height:38px;	/*40px*/
		background-image:url(../images/bg_left_title.gif);
		background-repeat:repeat-x;
		color:#fff;
		font-weight:normal;
		font-size:1.8em;
		padding:2px 0px 0px 15px;
	}
	
	#content_left #sidenav {
		width:182px;
		background-image:url(../images/bg_sidenav.gif);
		background-position: bottom;
		background-repeat: no-repeat;
		margin-bottom:20px;
		padding-bottom: 16px;
	}
	
		#content_left #sidenav ul {
			list-style: none;
			padding-left: 12px;
		}
		
			#content_left #sidenav ul li {
				font-size:1.1em;
				background:transparent url(../images/bullet.gif) no-repeat scroll 2px 70%;
				padding:2px 0px 2px 20px;
			}
			
				#content_left #sidenav ul li a {
					color:#444;
					text-decoration:none;
					display:block;
				}
				
				#content_left #sidenav ul li a:hover {
					text-decoration: underline;
				}
				
#clearance_top {
	width:182px;
	height:44px;
	background-image:url(../images/bg_clearance_top.gif);
	background-repeat:no-repeat;
}

#clearance {
	width:142px;	/*182px*/
	background-image:url(../images/bg_leftbox.gif);
	background-repeat:repeat-y;
	padding:0px 20px 6px 20px;
}

	#clearance p {
		font-size: 1.1em;
		color: #4c4b4b;
	}
	
		#clearance p.mgn {
			margin-bottom: 20px;
		}
	
		#clearance p a {
			font-weight: bold;
			color: #cc6600;
		}

#clearance_btm {
	width:182px;
	height:22px;
	background-image:url(../images/bg_leftbox_btm.gif);
	background-repeat:no-repeat;
	margin-bottom:8px;
}

#qr_top {
	width:182px;
	height:44px;
	background-image:url(../images/bg_qr_top.gif);
	background-repeat:no-repeat;
}

#qr {
	width:142px;	/*182px*/
	background-image:url(../images/bg_leftbox.gif);
	background-repeat:repeat-y;
	padding:0px 20px 6px 20px;
}

	#qr p {
		font-size: 1.1em;
		color: #4c4b4b;
		margin-bottom: 6px;
	}
	
		#qr p a {
			font-weight: bold;
			color: #cc6600;
			margin-bottom: 0px;
		}
		
		#qr #frm_qr input#loadQuote {
			display: block;
			width: 126px;
			margin-bottom: 10px;
			padding:4px;
			border:1px solid;
			border-color:#7c7c7c #c3c3c3 #dddddd;
		}
			
		#qr #frm_qr input[type="hidden"] {
			display:none;
		}


#qr_btm {
	width:182px;
	height:22px;
	background-image:url(../images/bg_leftbox_btm.gif);
	background-repeat:no-repeat;
	margin-bottom:8px;
}

#news_top {
	width:182px;
	height:34px;
	background-image:url(../images/bg_news_top.gif);
	background-repeat:no-repeat;
}

#newsletter {
	width:142px;	/*182px*/
	background-image:url(../images/bg_newsbox.gif);
	background-repeat:repeat-y;
	padding:6px 20px;
}

	#newsletter p {
		font-size: 1.1em;
		color: #4c4b4b;
		margin-bottom: 6px;
	}
	
		#newsletter p a {
			font-weight: bold;
			color: #cc6600;
			margin-bottom: 0px;
		}
		
		#newsletter #frm_news input#loadQuote {
			display: block;
			width: 126px;
			margin-bottom: 10px;
			padding:4px;
			border:1px solid;
			border-color:#7c7c7c #c3c3c3 #dddddd;
		}
			
		#newsletter #frm_news input[type="hidden"] {
			display:none;
		}
		
		#newsletter #frm_news input.btn {
			background: none;
			border: 0px;
			color: #fff;
			font-size: 1.1em;
			font-weight: bold;
			text-decoration: underline;
		}
		
		#newsletter #frm_news input.btn:hover {
			cursor: pointer;
		}

#news_btm {
	width:182px;
	height:22px;
	background-image:url(../images/bg_newsbox_btm.gif);
	background-repeat:no-repeat;
	margin-bottom:8px;
}

/* !--- CONTENT MAIN --- */

#content_main {
	width: 734px;
	float: left;
	padding-bottom: 40px;
}

#content_main_wide {
	width: 926px;
	padding-bottom: 40px;
}

	#content_main h1, #content_main_wide h1 {
		font-family: Georgia, "Times New Roman", serif;
		font-size: 2.2em;
		color: #990000;
		font-weight: normal;
		margin-bottom: 10px;
	}
	
	#content_main h2 {
		font-family: Georgia, "Times New Roman", serif;
		font-size: 1.8em;
		color: #ffb400;
		font-weight: normal;
		font-style: italic;
		display: block;
		margin-bottom: 4px;
	}
	
	#content_main .top {
		padding-top: 20px;
	}
	
	#content_main .dark p {
		color: #111 !important;
	}
	
		#content_main .text h4, #content_main_wide .text h4 {
			color: #990000;
			margin-bottom: 6px;
			font-size: 1.2em;
		}
		
		#content_main .text p, #content_main_wide .text p {
			color: #4c4b4b;
			font-size: 1.2em;
			margin-bottom: 20px;
		}
		
			#content_main .text p a {
				color: #8C0000;
				text-decoration: none;
			}
			
			#content_main .text p a:hover {
				color: #333;
				text-decoration: underline;
			}
			
		#content_main .text p.notice {
			padding: 8px;
			border: 1px solid #ccc;
			font-style: italic;
			color: #666;
		}
		
		#content_main .text ul.list {
			margin-left: 20px;
			font-size: 1.2em;
			color: #333;
		}
		
			#content_main .text ul.list li {
				margin-bottom: 6px;
			}
		
	#content_main img.right {
		float: right;
		padding: 4px;
		border: 1px solid #ccc;
		margin: 0px 0px 10px 10px;
	}

/* !--- CONTENT - INDEX PAGE --- */

#content_main a img.yellow_border {
	border: 2px solid #ffb700;
	padding: 1px;
}

	#content_main a:hover img.yellow_border {
		border-color: #3F3F3F;
	}
	
#content_main #categories {
	list-style: none;
	margin-top: 10px;
}

	#content_main #categories li {
		float: left;
		margin-right: 10px;
		margin-bottom: 6px;
	}
	
		#content_main #categories li.last {
			margin-right: 0px;
		}

/* !--- CONTENT - PRODUCT LISTING --- */

#content_main #products {
	list-style: none;
}

	#content_main #products li {
		float: left;
		width: 165px;
		margin-right: 18px;
		margin-bottom: 26px;
	}
	
		#content_main #products li a img {
			border: 1px solid #acacac;
		}
		
			#content_main #products li a:hover img {
				border-color: #666;
			}
			
		#content_main #products li .info {
			width: 149px;	/* 165px */
			background-image: url(../images/bg_products.gif);
			background-repeat: no-repeat;
			background-position: center bottom;
			padding: 10px 8px;
		}
		
		#content_main #products li .info a {
			font-family: Georgia, "Times New Roman", serif;
			font-size: 1.4em;
			color: #a51414;
			text-decoration: none;
			line-height: 1;
			display: block;
			min-height: 60px;
		}
		
			#content_main #products li .info a:hover {
				text-decoration: underline;
			}
		
		#content_main #products li .info p {
			font-family: Georgia, "Times New Roman", serif;
			font-size: 1.4em;
			font-style: italic;
			color: #666;
			float: right;
		}

/* !--- CONTENT - PRODUCT VIEW --- */

#content_main #prod_image_cont {
	width: 350px;
	float: left;
	margin-right: 30px;
}

	#content_main #prod_image {
		width: 338px;
		border: 1px solid #ccc;
		padding: 6px;
		margin-bottom: 8px;
	}
	
		#content_main #prod_image li {
			text-align: center;
		}
	
		#content_main #prod_image li img {
			margin-bottom: 6px;
		}
		
		#content_main #prod_image li p {
			font-weight:bold;
			color:#444;
			font-size:1.2em;
			margin-left:10px;
		}
		
		#content_main #prod_image li a {
			float: right;
			height: 16px;
			width: 16px;
			margin-right: 10px;
		}
		
			#content_main #prod_image li a img {
				margin-bottom: 0px;
			}
	
		#content_main #prod_image #parent4 {
			list-style: none;
		}
		
	#content_main #prod_image_cont #thumbs {
		list-style: none;
	}
	
		#content_main #prod_image_cont #thumbs li {
			margin-right: 6px;
			float: left;
		}
		
			#content_main #prod_image_cont #thumbs li a img {
				border: 1px solid #999;
			}
			
			#content_main #prod_image_cont #thumbs li a:hover img {
				border-color: #444;
			}

#content_main #prod_details {
	float: left;
	width: 338px;
}

	#content_main #prod_details ul {
		list-style: none;
		margin-bottom: 20px;
	}
	
		#content_main #prod_details ul li {
			padding: 8px 4px;
			border-bottom: 1px dotted #ccc;
			font-size: 1.2em;
			color: #4c4b4b;
		}
		
			#content_main #prod_details ul li strong {
				width: 90px;
				float: left;
			}
			
			#content_main #prod_details ul li select {
				float: left;
				margin-right: 14px;
			}
			
			#content_main #prod_details ul li img {
				border: 1px solid #999;
			}
			
			#content_main #prod_details ul li a {
				color: #990000;
			}
			
			#content_main #prod_details ul li span.price {
				font-family: Georgia, "Times New Roman", serif;
				font-size: 1.6em;
				color: #990000;
			}
			
			#content_main #prod_details ul li span.price a {
				color: #990000;
			}
			
#content_main #prod_details p {
	font-size: 1.2em;
	margin-bottom: 20px;
}

	#content_main #prod_details p a {
		color: #990000;
	}

	#content_main #prod_details p a:hover {
		color: #4c4b4b;
	}
	
#content_main #prod_details a img.btn_back {
	margin-top: 14px;
}

/* !--- CONTENT - QUOTE BUILDER --- */

#content_main_wide #tbl_quote {
	color:#444;
	
	font-size: 1em;
}

	#content_main_wide #tbl_quote th {
		padding:3px 8px;
		font-size:1.2em;
	}
	
	#content_main_wide #tbl_quote td {
		padding:8px;
		border-bottom:1px solid #cccccc;
		font-size:1.1em;
	}
	
		#content_main_wide #tbl_quote td img.prod {
			border: 1px solid #999;
		}
		
		#content_main_wide #tbl_quote td input.item_info {
			display: block;
			width: 20px;
			padding:2px;
			border:1px solid;
			border-color:#7c7c7c #c3c3c3 #dddddd;
		}
		
#content_main_wide #tbl_total {
	color:#444;
	font-size:1.2em;
	margin-top:30px;
	margin-bottom:30px;
}

	#content_main_wide #tbl_total td {
		padding:4px 0px;
	}

#content_main_wide #frm_quote_details {
	font-size: 1.2em
}

	#content_main_wide #frm_quote_details label {
		display: block;
		width: 180px;
		float: left;
		margin-bottom: 14px;
		margin-top: 3px;
		padding-right: 10px;
		text-align: right;
		color: #333;
		font-weight: bold;
	}
	
		#content_main_wide #frm_quote_details label span {
			color: #999;
		}
	
	#content_main_wide #frm_quote_details input.text {
		display: block;
		width: 200px;
		float: left;
		margin-bottom: 14px;
		padding:4px;
		border:1px solid;
		border-color:#7c7c7c #c3c3c3 #dddddd;
	}
	
		#content_main_wide #frm_quote_details input.text:focus {
			border-color: #FFA600;
		}
	
	#content_main_wide #frm_quote_details input[type="hidden"] {
		display:none;
	}
	
	#content_main_wide #frm_quote_details textarea {
		display: block;		
		float: left;
		margin-bottom: 14px;
		padding:4px;
		border:1px solid;
		border-color:#7c7c7c #c3c3c3 #dddddd;
	}
	
	#content_main_wide #frm_quote_details textarea.text_small {
		width: 200px;
		height: 90px;
	}
	
	#content_main_wide #frm_quote_details textarea.text_big {
		width: 390px;
		height: 120px;
		margin-right: 10px;
	}
	
		#content_main_wide #frm_quote_details textarea:focus {
			border-color: #FFA600;
		}
	
	#content_main_wide #frm_quote_details br {
		clear:left;
	}
	
	#content_main_wide #frm_quote_details #frm_buttons {
		width: 200px;
		float: left;
		padding-top: 20px;
	}
	
		#content_main_wide #frm_quote_details #frm_buttons .btn, #content_main_wide #frm_quote_details #frm_buttons a img {
			display: block;
			margin-bottom: 6px;
		}
	
.fancyzoom_div {
	padding: 10px 20px;
}

	.fancyzoom_div p {
		color: #4c4b4b;
		font-size: 1.2em;
	}

/* !--- CONTENT - GALLERY --- */

#content_main ul.galleries {
	list-style: none;
}

	#content_main ul.galleries li {
		float: left;
		margin-right: 10px;
	}

		#content_main ul.galleries li a img {
			padding: 1px;
			border: 2px solid #ffb700;
		}
		
			#content_main ul.galleries li a:hover img {
				border-color: #3f3f3f;
			}
			
#content_main .hr {
	height: 1px;
	width: 720px;
	border-bottom: 1px solid #ccc;
	margin: 16px 0px;
}
	
/* !--- CONTENT - CONTACT US --- */

#content_main #frm_contact {
	font-size:1.2em;
	margin-bottom: 20px;
}

	#content_main #frm_contact label {
		display: block;
		width: 160px;
		float: left;
		margin-top: 4px;
		margin-bottom: 10px;
		padding-right:10px;
		text-align:right;
		color: #4c4b4b;
		font-weight: bold;
	}
	
		#content_main #frm_contact label span {
			color: #999;
			font-weight: normal;
			font-style: italic;
		}
	
	#content_main #frm_contact input.text {
		display: block;
		width: 200px;
		float: left;
		margin-bottom: 10px;
		padding:4px;
		border:1px solid;
		border-color:#7c7c7c #c3c3c3 #dddddd;
		color: #4c4b4b;
	}
	
		#content_main #frm_contact input.text:focus {
			border-color: #FFA600;
		}
	
	#content_main #frm_contact [type="hidden"] {
		display:none;
	}
	
	#content_main #frm_contact textarea {
		display: block;
		float: left;
		margin-bottom: 10px;
		padding:4px;
		border:1px solid;
		border-color:#7c7c7c #c3c3c3 #dddddd;
		color: #4c4b4b;
	}
	
		#content_main #frm_contact textarea:focus {
			border-color: #FFA600;
		}
	
	#content_main #frm_contact br {
		clear:left;
	}
	

/* !--- FOOTER --- */

#footer {
	width: 938px;	/* 950px */
	border-top: 1px dashed #ccc;
	padding: 6px;
	text-align: center;
}
	
	#footer p {
		font-size: 1.1em;
		color: #666;
		margin-top: 6px;
	}
	
		#footer p a {
			color: #666;
			text-decoration: none;	
		}
		
			#footer p a:hover {			
				color: #333;
			}

#bottom {
	width:950px;	/*1000px*/
	height:47px;
	margin:0px auto;
	padding:0px 25px;
	background-image:url(../images/bg_footer.gif);
	background-repeat:no-repeat;
}