@charset "utf-8";
body {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

img {
	display: block;
	border: 0;
}

.wrap {
	width: 901px;
	margin: auto;
}

.banner {
	font-size: 0.9em;
}

#navigation {
	font-weight: bold;
	background-image: url(/images/navigation_background.gif);
	height: 29px;
}
#navigation ul {
	list-style:none;
	margin: 0px;
	padding: 0px;
}
#navigation ul ul {
	width: 175px;
	position: absolute;
	top: 18px;
	left: 3px;
}
#navigation ul ul ul {
	position: absolute;
	top: 0;
	left: 175px;
}
#navigation ul li {
	font-size: 0.95em;
	text-transform: uppercase;
	display: block;
	float: left;
	height: 22px;
	position: relative;
	padding-right: 5px;
	padding-left: 5px;
}
#navigation ul ul li {
	text-transform: none;
	font-weight: normal;
	background: #FFFFFF;
	border: 1px solid #CEA944;
	border-bottom: none;
	white-space: nowrap;
	padding: 3px;
	padding-right: 5px;
	padding-left: 5px;
	width: 100%;
	height: auto;
	display: block;
	clear: left;
	position: relative;
}

#navigation ul ul, #navigation ul li:hover ul ul {
	display: none;
}
#navigation ul li:hover ul, #navigation ul ul li:hover ul {
	display: block;
}

#navigation a {
	color: #000000;
	text-decoration: none;
}
#navigation ul ul li a:hover {
	color: #333333;
}

.content {
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 5px;
	padding-left: 16px;
}

#side_nav {
	width: 175px;
	margin-left: 6px;
	background-color: #999999;
}
#side_nav a {
	color: #000000;
	text-decoration: none;
}
#side_nav ul {
	font-weight: bold;
	font-size: 0.88em;
	padding: 0px 0px 0px 14px;
	margin: 0px 14px 12px;
	list-style-image: url(/images/nav_open.gif);
}
#side_nav ul ul {
	font-weight: normal;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	list-style:none;
	list-style-image: none;
	display: none;
}
#side_nav ul li {
	cursor: pointer;
}
#side_nav .heading {
	font-weight: bold;
	background-image: url(/images/sub_navigation_header.gif);
	margin: 0px 0px 12px;
	padding: 2px 14px 0px;
	width: 147px;
	height: 33px;
}
#side_nav .close {
	list-style-image: url(/images/nav_closed.gif);
}
#side_nav .active {
	font-weight: bold;
}

.footer {
	border-top:1px solid #999999;
	font-size: 0.90em;
}

.bottom_nav {
	font-size: 0.90em;
	color: #CEA944;
	text-align: center;
	padding: 5px;
}
.bottom_nav a {
	color: #CEA944;
	text-decoration: none;
}

h2 {
	margin: 0px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
h3 {
	margin: 0px;
	font-size: 1.1em;
}

.text_gray {
	color: #999999;
}
.text_gold {
	color: #CEA944;
}
.text_white {
	color: #FFFFFF;
}

a.no_decoration {
	text-decoration: none;
}
a.no_decoration:hover {
	text-decoration: underline;
}

.sub_section_top {
	background-image: url(../images/sub_section_top.gif);
	background-repeat: no-repeat;
	height: 10px;
}
.sub_section_middle {
	background-image: url(../images/sub_section_background.gif);
	background-repeat: repeat-y;
	width: 35px;
}
.sub_section_text {
	padding: 5px;
	padding-left: 8px;
}
.sub_section_bottom {
	background-image: url(../images/sub_section_bottom.gif);
	background-repeat: no-repeat;
	height: 10px;
}

table.sub_section {
	font-size: 0.85em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #231f20;
	border-right-color: #231f20;
	border-bottom-color: #231f20;
	border-left-color: #231f20;
}
td.sub_section_head {
	text-align: center;
	background-color: #231f20;
	color: #FFFFFF;
	padding-top: 5px;
	width: 10%;
}
td.sub_section_row1 {
	text-align: center;
	background-color: #FFFFFF;
	color: #000000;
	padding-top: 5px;
	width: 10%;
}
td.sub_section_row2 {
	text-align: center;
	background-color: #CEA944;
	color: #000000;
	padding-top: 5px;
	width: 10%;
}

.front_page_product_image {
	color: #FFFFFF;
	font-weight: bold;
	background-repeat: no-repeat;
	vertical-align: top;
}

.div4 {
	float:left;
	width:200px;
}

.div5 {
	float:left;
	width:220px;
}

.div5 a {
	text-decoration:none;
	color:#000000;
}

.div5 a:hover {
	text-decoration:underline;
}
