/* ================= //
	PROJECT NAME
	Date: 	
	
	COLOR REFERENCE
	#000000 - primary background
	#00FF00 - primary navigation
	#00F000 - primary navigation on
	
// ================= */



/* ============ 		@ RESET 			============ */
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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';content: none;}
:focus {outline: 0;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
table {border-collapse: collapse;border-spacing: 0;}



/* ============			@ STRUCTURE 		============ */
*{font-size: 100.01%;}
html{font-size: 62.5%;height:100%;margin:0 0 1px;padding:0;}
body{
	margin:0;
	color:#4e4e4e;
	font:120%/16px Arial, Helvetica, sans-serif;
	height:100%;
	margin:0;
	padding:0;
}

ul:after, dl:after;{content: "."; display: block; height: 0; clear: both; visibility: hidden;}
ul, dl{display:inline-block;}
ul, dl{display:block;}

ul li{width:500px;height:200px;float:left;position:relative;display:block;}
ul li a{font-weight:bold;padding:5px 5px;color:#808084;text-decoration: none;border-bottom:solid 1px #808084;display:block;
	background: url(../images/indicator_big_arrow.gif) no-repeat 480px center;
}
ul li a:hover{color:#9a651d;background: url(../images/indicator_big_arrow_on.gif) no-repeat 480px center;}
ul li a.product{color:#9a651d;background: none;border-bottom:none;display:inline;font-size:.8em;}
ul li strong{color:#9a651d;font-size:1.2em;padding:0 10px;}
ul li p{background:#187ac1;color:#fff; padding:5px;text-transform: uppercase;font-weight:bold;}
ul li p.product-description{background:none;padding:0 10px;color:#808084;font-weight:normal;text-transform:none;font-size:.9em;}
ul li p.product-title{background:none;padding:5px 10px;color:#9a651d;text-transform:none;font-size:1.2em;}
ul li ul li{float:none;height:200px;}
ul li ul li ul li{height:auto;font-size:1.3em;}

ul.navigation:after{content: "."; display: block; height: 0; clear: both; visibility: hidden;}
ul.navigation {display:inline-block;}
ul.navigation {display:block; height:20px;}
ul.navigation li{display:block;height:auto;width:50%;float:left;}

address 	{background:none;padding:10px 10px 0;color:#808084;font-weight:normal;font-style:normal;text-transform:none;font-size:.9em;}
address dt 	{float:left; font-weight:bold;width:100px;}
address dd	{display:block;margin-left:105px;}

.back-button, .close-button{height:20px;padding:0;margin:0;background: none;border-bottom:none;display:block;font-weight:normal;color:#187ac1;text-decoration: none;font-size:.8em;}
.close-button{text-align:right;}
.back-button:hover, .close-button:hover{background:none;}

#masthead{padding:0 0 10px 0;}

#finder-container{position:relative;width:500px;height:200px;overflow:hidden;}

#slide-container{width:2400em; position:relative;left:0;}


/* ============			@ FONTS		 		============ */



/* ============			@ COLORS	 		============ */



/* ============			@ CSS3		 		============ */



/* ============			@ LEGACY FIX		============ */



