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;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 1px dotted #999999;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* ==================================================
|  ---------- Site Specific Redefines
================================================== */
html, body {
	/* font */
	font-family: Arial, Helvetica, sans-serif;
	
	/* background */
	background-image: url(/img/layout/page_bg_2.jpg);
	background-position: top left;
	background-repeat: repeat;
	background-color: #cccccc;
}

html {
	padding: 0px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	line-height: 125%;
	
	color: #000000;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 125%;
	
	margin: 0px 0px 10px 0px;
	
	color: #1f788a;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 125%;
	
	margin: 0px 0px 0px 0px;
	
	color: #1f788a;
}

p {
	margin: 5px 0px 15px 0px;
	font-size: 12px;
	font-weight: bolder;
	line-height: 150%;
	
	color: #4b4a46;
}

a:link, a:active, a:visited {
	color: #1f4394;
	text-decoration: underline;
}

a:hover {
	color: #5477c6;
}

/* ==================================================
|  ---------- Site Specific IDs
================================================== */
#masthead {
	height: 144px;
	width: 100%;
	
	/* background */
	background-image: url(/img/layout/banner_bg_2.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}

#banner {
	height: 144px;
	width: 861px;
	margin: 0px auto;
	
	/* background */
	background-image: url(/img/layout/banner_image_2.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}

#navigation {
	height: 30px;
	margin: 108px 0px 0px 0px;
	list-style: none;
	float: right;
	clear:both;
}


	#navigation li {
	padding: 0px 0px 0px 18px;
	float: left;
}
/* ----- Left Nav */
#button_home {
	height: 30px;
	width: 58px;
}
	#button_home a {
		height: 30px;
		width: 58px;
		display: block;
		
		/* background */
		background-image: url(/img/layout/top_nav/home_static.gif);
		background-position: top left;
		background-repeat: no-repeat;
	}
	
		#button_home a:hover {
			background-image: url(/img/layout/top_nav/home_hover.gif);
		}

#button_orders {
	height: 30px;
	width: 70px;
}
	#button_orders a {
		height: 30px;
		width: 70px;
		display: block;
		
		/* background */
		background-image: url(/img/layout/top_nav/orders_static.gif);
		background-position: top left;
		background-repeat: no-repeat;
	}
	
		#button_orders a:hover {
			background-image: url(/img/layout/top_nav/orders_hover.gif);
		}


#button_samples {
	height: 30px;
	width: 76px;
}
	#button_samples a{
		height: 30px;
		width: 76px;
		display: block;
		
		/* background */
		background-image: url(/img/layout/top_nav/samples_static.gif);
		background-position: top left;
		background-repeat: no-repeat;
	}
	
		#button_samples a:hover {
			background-image: url(/img/layout/top_nav/samples_hover.gif);
		}


#button_contactus {
	height: 30px;
	width: 97px;
}
	#button_contactus a {
		height: 30px;
		width: 97px;
		display: block;
		
		/* background */
		background-image: url(/img/layout/top_nav/contactus_static.gif);
		background-position: top left;
		background-repeat: no-repeat;
	}
	
		#button_contactus a:hover {
			background-image: url(/img/layout/top_nav/contactus_hover.gif);
		}
		
/* ----- Right Nav */
#button2_links_top {
	height: 64px;
	width: 158px;
	display: block;
	
	/* background */
	background-image: url(/img/layout/right_nav/item_links_top.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

	#button2_links_top:hover {
	}
	
#button2_links_mid {
	height: 64px;
	width: 158px;
	display: block;
	
	/* background */
	background-image: url(../../img/layout/right_nav/item_links_mid.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

	#button2_links_mid:hover {
	}
	
#button2_links_bot {
	height: 64px;
	width: 158px;
	display: block;
	
	/* background */
	background-image: url(/img/layout/right_nav/item_links_bot.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

	#button2_links_bot:hover {
	}
	
.right_nav_box a {
	font-weight: bold;
	text-decoration: none !important;
}

.right_nav_box a span.button2_link_title {
	font-size: 12px;
	clear: both;
	padding: 10px 30px 5px 10px;
	color: #FFFFFF;
	display: block;
}

.right_nav_box a span.button2_link_desc {
	font-size: 10px;
	clear: both;
	padding: 0px 30px 5px 10px;
	color: #FFFFFF;
	display: block;
}
	
#meet_the_team_head {
	height: 62px;
	width: 158px;
	display: block;
	
	/* background */
	background-image: url(/img/layout/right_nav/meet_the_team_cap.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#meet_the_team_content {
	height: auto;
	width: 136px; /* minus 20 for padding - 2 for border */
	font-size: 10px;
	line-height: 150%;
	color: #FFFFFF;
	display: block;
	
	padding: 10px;
	
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	
	/* background */
	background-color: #504e4a;
}

#container {
	height: auto;
	width: 801px;
	
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
}

	#content_1, #content_2, #content_3 {
		margin: 0px 0px 50px 0px;
	}

	/* Left */
	#content_1 {
		height: auto;
		width: 113px;
		
		float: left;
		clear: left;
	}
	
	/* Middle */
	#content_2 {
		height: auto;
		width: 480px;
		
		padding: 0px 25px 0px 25px;

		float: left;
	}
	
	/* Right */
	#content_3 {
		height: auto;
		width: 158px;
		
		float: left;
		clear: right;
	}
	
#footer {
	height: 115px;
	width: 787px; /* subtract 14 margin (801px) */
			
	margin: 0px 7px 0px 7px;
	clear: both;
	
	/* background */
	background-color: #FFFFFF;
}

	#footer_top {
		height: 10px;
		width: 787px; /* subtract 14 margin (801px) */
				
		margin: 0px 7px 0px 7px;
		clear: both;
		
		/* background */
		background-image: url(/img/layout/footer/footer_cap.gif);
		background-position: top left;
		background-repeat: no-repeat;
	}
	
	#footer_address {
		height: auto;
		width: 140px;
		text-align: center;
				
		margin: 10px 0px 0px 35px;
		padding: 0px 30px 0px 0px;
		
		float: left;
		clear: left;
		
		/* background */
		background-image: url(/img/layout/footer/vertical_split.gif);
		background-position: top right;
		background-repeat: no-repeat;
	}
	
		#footer_address p {
			font-size: 10px !important;
			font-weight: bold;
		}
		
		#footer_address .address_title {
			color: #a34531;
		}
	
	#footer_credit {
		height: auto;
		width: 177px;
				
		margin: 10px 0px 0px 35px;
		padding: 0px 30px 0px 0px;
		
		float: left;
		
		/* background */
		background-image: url(/img/layout/footer/vertical_split.gif);
		background-position: top right;
		background-repeat: no-repeat;
	}
	
		#footer_credit #credit_image {
			margin: 9px 0px 0px 0px;
		}
		
#footer_quote {
		height: auto;
		width: 270px;
		text-align: center;
				
		margin: 10px 35px 0px 35px;
		padding: 0px 0px 0px 0px;
		
		float: left;
		clear: right;
	}
	
		#footer_quote p {
			font-size: 10px;
			font-weight: bold;
			font-style: italic;
			margin: 15px 0px 0px 0px;
			color: #bcbab2;
		}
		
.ow_text {
	font-size: 12px;
	font-weight: bolder;
	
	color: #4b4a46;
}

/* ==================================================
|  ---------- Site Specific Classes
================================================== */
.left_nav_box {
	width: auto;
	height: auto;
	
	margin: 0px 0px 10px 0px;
	
	float: right;
	clear: both;
	display: block;
}

.right_nav_box {
	width: auto;
	height: auto;
	
	margin: 0px 0px 10px 0px;
	
	clear: both;
	display: block;
}

.right_link_split {
	height: 2px;
	width: 158px;
	display: block;
	
	/* background */
	background-image: url(../../img/layout/right_nav/item_links_split.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

.highlight_image {
	margin: 30px 0px 0px 0px;
}

.thumbnails_container {
	height: auto;
	width: 470px;
	
	margin: 20px auto 20px auto;
	
	clear: both;
}

.img_thumbnail {
	height: 100px;
	width: 100px;
	
	margin: 0px 0px 15px 13px;
	
	float: left;
	display: block;
}

.sample_thumbnail {
	height: 25px;
	width: 25px;
	
	margin: 0px 0px 10px 14px;
	padding: 0px;
	
	float: left;
	display: block;
	
	border: 2px solid #FFFFFF;
	
	cursor: pointer;
}

.sample_thumbnail img {
	margin: 0px;
	padding: 0px;
	border: 0px;
	height: 25px;
	width: 25px;
}
	
.submit_button {
	margin: 15px 10px 15px 0px;
	float: right;
	clear: both;
}

.print_button {
	margin: 15px auto 15px auto;
	clear: both;
	cursor:pointer;
}

.swatch_listing {
	margin: 5px 0px 15px 0px;
	font-size: 12px;
	font-weight: bolder;
	line-height: 150%;
	
	color: #4b4a46;
}

#reset {
	padding-top: 10px;
}

#popup_content {
	height: 100%;
	width: 100%;
	margin: 0px auto;
	background-color: #DFDDD1;
	background-image: url(/img/layout/popup_bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}
	#popup_content h1 {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	#popup_content h2 {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	#popup_content h3 {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	#popup_content h4 {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	#popup_content p {
		padding-left: 10px;
		padding-right: 10px;
	}
	
.popup_link {
	padding-right: 23px;
	background-image: url(/img/layout/icons/popup.gif);
	background-position: right;
	background-repeat: no-repeat;
}

.popup_link_2 {
	padding-right: 16px;
	background-image: url(/img/layout/icons/popup_2.gif);
	background-position: right;
	background-repeat: no-repeat;
}

/* ==================================================
|  ---------- Miscellaneous
================================================== */
.no_show_text {
	position:absolute;
	left:0px;
	top:-9000px;
	width:1px;
	height:1px;
	overflow:hidden;
}

/* Clear the Floats [DIV FIX] */
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */