body {
	background-color: #000000;
	/* text-align: center; */
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	background-color: #000;
	color: #FFFF00;
	height: 100%;
	font-size: 12px;
}


p {
	color: #fff;
	font-size: 11px;
	line-height: 15px;
}

.emph {
color: #FF9900;
font-size: 13px;
}

.page_header {
	color: #66FF00;
	font-size: 18px;
	width: 600px;
	text-align: right;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
}


#container {
	position: relative;
	margin-left:auto;
	margin-right:auto;
	width: 780px;
	overflow: hidden;
	background-repeat: repeat-y;
	background-image: url(../images/site_wide/bars.gif);
}

#header {
	background-image: url(../images/site_wide/header.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 125px;
	width: 780px;
	float: left;
	top: 0px;
}


#top_nav {
	height: 20px;
	width: 780px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 0px 0px;
	font-size: 12px;
	text-align:center;
	background-color: #130717;
	border-top-color: #3D124B;
	border-bottom-color: #3D124B;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
}

a:link{
	text-decoration: none;
	color: #FFFF00;
}

a:active{
	text-decoration: none;
	color: #FFFF00;
}

a:hover{
	text-decoration: underline;
	color: #FF9900;
}

a:visited{
	text-decoration: none;
	color: #FFFF00;
}


#left_nav {
	height: 390px;
	width: 148px;
	float: left;
	margin: 10px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
	/* background-color:  	#330066; */
	text-align: center;
	/*
	border-style: solid;
	border-width: 1px;
	border-color: #3D124B;
	*/
}

img {
	border-style: none;
	}




#footer {
	height: 75px;
	width: 780px;
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 10px;
	background-image: url(../images/site_wide/footer.gif);
	background-repeat: no-repeat;
	text-align:center;
}

#content {
    width: 600px;
	/* background-color: #000; */ 
	float: left;
	margin: 10px 0px 0px 0px;
	padding: 0px 10px 20px 0px;
	text-align:justify;
}

/* formatting */ 

.index_bkgd {
	float: left;
	width: 600px;
	height: 510px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 5px;
	background-image: url(../images/site_wide/index_main.jpg);
	background-repeat: no-repeat;
}

.text_heavy{
	padding: 0px 20px 0px 20px;
}

.product_listing {
	float: left;
	width: 520px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 35px;
	border-style: solid;
	border-width: 1px;
	border-color: #3D124B;
}

/* 620 is actual width */

.product_image {
	float: left;
	width: 260px;
	margin: 0px 0px 0px 0px;
}


.product_details {
	float: left;
	width: 195px;
	margin: 0px 0px 0px 35px;
	padding: 10px 0px 0px 0px;
	/*
	background-color: #CC9900; 
	*/
	text-align: center;
}


.product_name {
	font-size: 14px;
	font-weight: bold;
	color: #66FF00;
}

.product_number {
	font-size: 12px;
	color: #FFFF00;
	font-weight: bold;
}

.product_description {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
}


.warning_box{
float: left;
/* text-align: left; */
width: 223px;
color: #ffea00;
padding: 5px 5px 5px 5px;
margin: 10px 0px 10px 150px;
background-color: #170126;
border: 1px solid #000; 
clear: both;
}

.warning_title {
font-size: 14px;
line-height: 17px;
text-align: left;
background-image: url(../images/site_wide/warning.png);
background-repeat: no-repeat;
padding: 0px 0px 5px 25px;
}

.warning_class {
font-size: 12px;
}

.warning {
text-align: center;
font-size: 10px;
line-height: 16px;
padding: 0px 0px 0px 0px;
}