* {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
body {
	background: #000;
	padding: 10px 0 0 0;
	margin: 0;
	text-align: center;
}
h1 {
	color: #183e5f;
	font: normal 22px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	margin: 0;
	padding: 0;
}
img, td {
	border: 0;
}
input {
	margin: 0;
	padding: 0;
}
p {
	margin-top: 0;
}
.defaultFont {
	font: 11px Arial, Tahoma, Helvetica, sans-serif;
}
.defaultFont2 {
	font: 12px Arial, Tahoma, Helvetica, sans-serif;
}
.navPad {
	padding-left: 25px;
}
#articles {
	color: #fff;
	font-size: 10px;
	margin: auto;
	text-align: left;
	padding-bottom: 10px;
	margin-top: 10px;
	width: 140px;
}
	#articles strong {
		font-size: 11px;
	}

#categories1 {
	display: none;
	position: absolute;
	top: 165px;
	z-index: 100;
}
	#categories1 a:link,
	#categories1 a:visited {
		background: #e8B024;
		border-top: 1px solid #d1a025;
		color: #214768;
		display: block;
		height: 20px;
		line-height: 20px;
		margin-left: 5px;
		width: 160px;
	}
	#categories1 a:hover {
		background: #fff;
		color: #214768;
		font-weight: bold;
	}

#container {
/*	background: #0d2941; */
	width: 960px;
	margin: auto;
}
#copyright {
	color: #fff;
	font-size: 10px;
	height: 20px;
	line-height: 20px;
	text-align: center;
}
	#copyright a:link,
	#copyright a:visited {
		color: #b0d6f6;
	}
	#copyright a:hover {
		background: #fff;
		color: #666;
	}

#footer {
	background: url(../images/bg_footer.gif) no-repeat;
	font-size: 11px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
	#footer a:link,
	#footer a:visited {
		color: #000;
	}
	#footer a:hover {
		background: #0d2941;
		color: #fff;
	}

#header {
	color: #fff;
	font-size: 11px;
	margin: auto;
	text-align: center;
	width: 940px;
}
	#header a:link,
	#header a:visited {
		color: #b0d6f6;
	}
	#header a:hover {
		background: #fff;
		color: #666;
	}

#headerSearch {
	background: url(../images/header_index_bg.gif) no-repeat;
	height: 60px;
	margin-bottom: 10px;
	margin-top: -10px; /* FireFox l33t hackz w00t! */
	text-align: left;
	width: 960px;
}
#navigation {
	background: url(../images/bg_navigation.gif);
	position: inherit;
	text-align: center;
	width: 100%;
	z-index: -100;
}
#navPrimary {
	margin: auto;
	width: 160px;
}
	#navPrimary a:link,
	#navPrimary a:visited {
		background: url(../images/btn_normal.gif);
		color: #fff;
		display: block;
		height: 30px;
		line-height: 30px;
		text-align: left;
		width: 160px;
	}
	#navPrimary a:hover {
		background: url(../images/btn_rollover.gif);
		color: #3F3F3F;
		font-weight: bold;
	}

#navigationAdmin {
	color: #fff;
	font-size: 11px;
	height: 30px;
	line-height: 30px;
	margin: auto;
	text-align: center;
	width: 960px;
}
	#navigationAdmin a:link,
	#navigationAdmin a:visited {
		color: #fff;
	}
	#navigationAdmin a:hover {
		background: #fff;
		color: #666;
	}

#productsLink1 {
	display: block;
}
#productsLink2 {
	display: none;
}
#search {
	background: url(../images/bg_search.gif) no-repeat;
	color: #fff;
	height: 50px;
	font: bold 11px Tahoma, Arial, Helvetica, sans-serif;
	left: 630px;
	padding-top: 13px;
	position: relative;
	top: 5px;
	width: 325px;
}
a:link,
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}