/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #000000;	
}
table {
	font-size: 11px;
}
h1 {
	font-size: 13px;
	color: #639;
	text-transform: uppercase;
}
h2 {color: #663399;
font-size: 15px;
font-weight: normal;
}
a {
	color: #639;
}
a:hover {
	color: #000;
}
#main_table {
	width: 960px;
	margin: 0 auto;
}
td img {display: block;}
#hm_nav {
	background: url(images/home_nav_back.jpg) no-repeat;
	width: 960px;
	height: 83px;
	text-transform: uppercase;
	color: #FFF;
	font-size: 11px;
	text-align: center;
	vertical-align: top;
	padding-top: 19px;
}
#hm_nav a {
	color: #FFF;
	text-decoration: none;
}
#hm_nav a:hover {
	color: #CCC;
}
#top_nav {
	background: url(images/top_nav_back_f2.jpg) no-repeat;
	height: 16px;
	width: 243px;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	color: #FFF;
	padding-top: 17px;
}
#top_nav a {
	color: #FFF;
	text-decoration: none;
}
#top_nav a:hover {
	color: #000;
}
#bottom_nav {
	background: url(images/logo4_f2.jpg) no-repeat;
	height: 31px;
	width: 891px;
	padding: 6px 0 0 198px;
	vertical-align: top;
	text-align: center;
}
#bottom_nav a {
	text-decoration: none;
	color: #000;
}
#bottom_nav a:hover {
	text-decoration: none;
	color: #639;
}
#main_content {
	background: url(images/content_back.jpg) repeat-y;
	vertical-align: top;
	padding-top: 10px;
}
#product_nav {
	background: url(images/nav_top_back.jpg) repeat-y;
	height: 42px;
	width: 723px;
	text-transform: uppercase;
	color: #FFF;
	font-size: 12px;
	padding-left: 17px;
	padding-bottom: 2px;
}
#product_nav a {
	color: #FFF;
	text-decoration: none;
}
#product_nav a:hover {
	color: #CCC;
}
#footer {
	color: #999;
	text-align: center;
	font-size: 10px;
}