a:link {
	color: #993333;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	color: #666666;
}

a:active {
	text-decoration: none;
}
.text, .num {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
}
body {
	background-color: #EDEDED;
	margin-top: 0px;
	margin-bottom: 0px;
}.small_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 16px;
	margin: 0px;
}
.small_text_white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	color: #FFFFFF;
}
.text_white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
}

#nav a:link, #nav a:visited {
	color: #fff;
	text-decoration: none
	
}
#nav a:hover {
	color: #FFFF00;
	text-decoration: none	
	
}.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
}
.nav_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	letter-spacing: 2px;
}
.top_header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FFFFFF;
	padding-left: 40px;
	letter-spacing: -1px;
}
.text_right {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
}
.top_headerBlack {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #000000;
	letter-spacing: -1px;
}
table#content {
	width: 298px;
	margin: 28px 28px 28px 40px;
}
table#content_right {
	margin: 30px;
	width: 333px;
}
.text_home {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #666666;
	letter-spacing: 0px;
}
.text_home_bigger {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 14px;
}

/*----------[ PRODUCT SEARCH ]----------*/

#productFinder {
	margin: 20px 0 0 0;
}

#productFinder td.num {
	border-bottom: solid 1px #DEA83E;
	padding: 0 0 15px 0;
}

.search_question {
	/*display: block;
	width: 300px;
	clear: both;*/
}

.product_list_box {
	border: solid 1px #000;
	float: none;
	/*clear: both;*/
	display: table;
	margin: 0 10px 30px 10px;
	text-align: center;
	line-height: 1.5em;
	width: auto;
}

.product_select_box a:link, .product_select_box a:visited {
	display: block;
	padding: .3em 15px .3em 15px;
	background: #fff;
	color: #000 !important;
	text-decoration: none !important;
	font-style: italic;
}
.product_select_box a:hover, .product_select_box_selected a:link, .product_select_box_selected a:hover, .product_select_box_selected a:visited {
	display: block;
	padding: .3em 15px .3em 15px;
	background: #F93;
	color: #000 !important;
	text-decoration: none !important;
	font-style: italic;
}

.product_result_box a:link, .product_result_box a:visited {
	display: block;
	padding: .3em 15px .3em 15px;
	background: #FC3;
	color: #000 !important;
	text-decoration: none !important;
	font-style: italic;
}
.product_result_box a:hover {
	display: block;
	padding: .3em 15px .3em 15px;
	background: #F93;
	color: #000 !important;
	text-decoration: none !important;
	font-style: italic;
}.text_contact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	letter-spacing: 0px;
	line-height: 18px;
}

