body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	color: #525757;
}

* {
	margin: 0px;
	padding: 0px;
}

p {
	padding: 10px 10px 10px 20px;
	display: block;
	color: #525757;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold
}

a {
	color: #D98719;
	font-weight: bold;
	text-decoration: none;
}

a img
{
	border: none;
}

img.float-left
{
	float: left;
	margin: 12px 10px 10px 10px;
	clear: left;
}

img.float-right
{
	float: right;
	margin: 0 0 15px 10px;
}

img.float-left-transparent
{
	float: left;
	margin: 0;
	width: 580px;
	height: 95px;
}

img.float-right-transparent
{
	float: right;
	margin: 0;
	width: 200px;
	height: 95px;
	clear: right;
}

.img-div
{
	margin: 10px 0 10px 10px;
	clear: both;
}

.small-print
{
	font-size: 0.7em;
	margin: 20px 0 0 10px;
}

.paypal-form
{
	margin: 5px 0 0 10px;
}

#container {
	width: 100%;
	text-align: center;
	background-color: #ffffff;
}

/********************* header ****************************/

#header {
	width: 100%;
	position: relative;
	text-align: center;
	background-color: #ffffff;
}

#header-image {
	height: 100px;
	width: 800px;
	margin: 0 auto 0 auto;
	background-image: url(images/general/header-with-dvd.jpg);
	background-repeat: no-repeat;
	clear: both;
}

#header-image a img {
	border: none;
}

#content {
	width: 800px;
	margin: 10px auto 0 auto;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
}

#guestbook-content {
	width: 800px;
	margin: 10px auto 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.875em;
	font-weight: normal;
	color: #333333;
}

#left {
	text-align: left;
	width: 192px;
	margin-left: 10px;
	float: left;
}

#right {
	text-align: left;
	float: right;
	width: 580px;
	border-left: solid 1px #cccccc;
}

/********************* Menu Tabs ****************************/


#tabs {
	width: 100%;
	height: 30px;
	clear: both;
	font-size: 0.9em;
	margin: 0 auto 0 auto;
	background: url("images/general/tab-bg.jpg") repeat-x;
}

#tabs ul {
	margin: 0 auto 0 auto;
	padding: 7px 0 0 0;
	list-style: none;
	display: block;
}
	
#tabs ul li {
	text-align: center;
	display: inline;
	padding: 0;
	margin-right: 0;
	color: #cccccc;
}
	
#tabs ul li a {
	padding: 5px 0 4px 4px;
	text-decoration: none;
}
	
#tabs ul li a span {
	padding: 5px 20px 4px 11px;
	color: #ffffff;
	margin-right: -4px;
}

#tabs .selected span{
	color: #ffee00;
}
	
	
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {
	float: none;
}
/* End IE5-Mac hack */
	
#tabs a:hover span {
	color: #444444;
}
	
#tabs a:hover {
	background-position: 0% -42px;
}
	
#tabs a:hover span {
	background-position: 100% -42px;
}

/********************* menu ****************************/

.menu {
	margin-bottom: 30px;
}

.menuheader {
	background-repeat: no-repeat;
	margin: 0 0 0 15px;	
	width: 148px;
	height: 48px;
}

#icon-home-page {
	background-image: url(images/icons/globe.gif);
}

#icon-services {
	background-image: url(images/icons/wheel.gif);
}

#icon-info {
	background-image: url(images/icons/info.gif);
}

.menucontent {
	padding-top: 10px;
}

.menucontent a {
	color: #666666;
	font-size: 0.9em;
}

.menucontent ul li {
	list-style-type: square;
}

.menuheader h3 {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #444444;
	padding: 12px 10px 10px 55px;
}

.menu ul {
	list-style-position: inside;
	list-style-type: disc;
	padding: 0px 0px 0px 20px;
	color: #666666;
}

.menu ul li {
	padding-top: 5px;
	color:#666666;
}

.menu ul li a {
	text-decoration: none;
	padding: 0px;
}

.menu ul li a:hover {
	text-decoration: underline;
}

#menu-nav a {
	text-decoration: none;
}

#menu-nav a:hover {
	color: #222222;
	text-decoration: none;
}

#menu-nav .selected a {
	color: #D98719;
	text-decoration: none;
}

.postheader, .menuheader {
	color: #CCCCCC;
}

/********************* post ****************************/

.post {
	margin-bottom: 5px;
}

.postheader {
	height: 48px;
	margin: 0 0 0 25px;
	display: block;
}

.postheader h1 {
	padding: 12px 10px 10px 9px;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #666666;
	clear: right;
}

.postcontent {
	float: left;
	padding: 0px 25px;
}

.postcontent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.875em;
	font-weight: normal;
	color: #333333;
	padding: 10px 10px 10px 10px;
}

.green-text
{
	color: #009900;
}

.pink-text
{
	color: #ff00ff;
}

.postcontent ul {
	list-style-position: inside;
	list-style-type: disc;
	padding: 0px 0px 0px 20px;
	font-size: 0.875em;
}

.postcontent ul li {
	padding-top: 5px;
	color: #525757;
	list-style-position: outside;
	margin: 3px 0 3px 5px;
}

.postcontent ul li a {
	text-decoration: none;
	padding: 0px;
}

.postcontent ul li a:hover {
	text-decoration: underline;
}

#faq-ul
{
	list-style: none;
	padding: 0;
	margin: 0 0 0 10px;
}

#faq-ul li
{
	margin: 0 0 3px 0;
	padding: 0 0 1px 25px;
	list-style-position: outside;
}

 .faq-q
{
	background: url(images/faq/bomb.png) left top no-repeat;
}

 .faq-a
{
	background: url(images/faq/circle.png) left top no-repeat;
}

/********************* General table format *************************/

table.general, table.general td
{
	border-color: #cccccc;
    border-style: solid;
}

table.general td
{
	padding: 3px 8px 5px 8px;
    border-width: 0 1px 1px 0;
	vertical-align: top;
	margin: 0;
}

table.general
{
	width: 98%;
	margin: 0 0 10px 10px;
	font-size: 0.8em; 
    border-width: 1px 0 0 1px;
	border-spacing: 0;    
	border-collapse: collapse;
}

tr.pink
{
	color: #ff00ff;
}

tr.green
{
	color: #009900;
}

/********************* UN Numbers columns ****************************/
td.un-col-1
{
	width: 10%;
}

td.un-col-2
{
	width: 78%;
}

td.un-col-3
{
	width: 12%;
}

/********************* products columns ****************************/

td.products-col-1
{
	width: 40%;
}

td.products-col-2
{
	width: 30%;
}

td.products-col-3
{
	width: 30%;
}

/********************* Hazard Divisions columns ****************************/
td.hd-col-1
{
	width: 10%;
}

td.hd-col-2
{
	width: 90%;
}

/********************* Compatibility Groups columns ****************************/
td.cg-col-1
{
	width: 10%;
}

td.cg-col-2
{
	width: 90%;
}

/********************* Division/Group columns ****************************/
td.dg-col-1
{
	width: 6%;
	font-size: 0.7em;
	padding: 3px 0 3px 0;
}

td.dg-col-other
{
	width: 6%;
	font-size: 0.7em;
	padding: 3px 0 3px 0;
}

/********************* black powder columns ****************************/
td.bp-col-1
{
	width: 25%;
}

td.bp-col-2
{
	width: 25%;
}

td.bp-col-3
{
	width: 50%;
}

/********************* DVD contents columns ****************************/
td.dc-col-1
{
	width: 20%;
}

td.dc-col-2
{
	width: 70%;
}

td.dc-col-3
{
	width: 20%;
}

/********************* footer ****************************/

#footer {
	width: 100%;
	clear: both;
	float: left;
	margin: 0 auto 0 auto;
}

#footer ul {
	display: block;
	margin: 15px auto 0 auto;
}

#footer ul li {
	display: inline;
	text-align: center;
	margin: auto;
	width: auto;
	font-size: 0.8em;
	border-right: solid 1px #cccccc;
	padding-right: 5px;
}

#footer ul li a {
	display: inline;
	text-align: center;
	text-decoration: none;
	padding: 0px 10px;
	text-transform: uppercase;
}

#footer ul li a:hover {
	text-decoration: underline;
}

#footer span {
	color: #525757;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	text-align: center;
	width: 850px;
	display: block;
	padding: 15px 0px;
	margin: 0 auto 0 auto;
}

.clear{
	clear: both;
}


.last {
	border-right: 0px none #6b7272 !important;
}