/* Copyright 2004 Trend One Media, and Justin R. Rankin. All Rights Reserved. */


/* Foundation Elements Defined */

body {
	margin: 16px auto;
	padding: 0px;
	background-color: #DBDBDB;
}

#container {
	width: 732px;
	margin: 0px auto;
	padding: 10px;
	background-color: #FFF;
}

#content {
	width: 730px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #333;
	background:  url(../images/bkgnds/side_blue.gif) repeat-y left top;
}

#header{
	background: #4A5C70 url(../images/mui/newlogo.gif) no-repeat left;
	margin: 0px;
	padding: 20px 50px 0px 0px;
	width: 680px;
	height: 50px;
	text-align: right;
}

#date{
	width: 720px;
	background-color: #4A5C70;
	padding-right: 10px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	font-weight: bold;
	text-align: right;
}

/* Navigational Elements Defined */

#navback {
	width: 730px;
	height: 35px;
	background: #4A5C70 url(../images/navigation/nav_back.gif) no-repeat bottom;
	margin: 0px;
	padding: 0px;
}

li#bu1 a, li#bu2 a, li#bu3 a, li#bu4 a, li#bu5 a {
	position: absolute;
	width: 103px;
	height: 31px;
	top: 4px;
	text-decoration: none;
}

li#bu1on a, li#bu2on a, li#bu3on a, li#bu4on a, li#bu5on a {
	position: absolute;
	width: 100px;
	height: 35px;
	top: 0px;
	text-decoration: none;
}

li#bu6 {
	position: absolute;
	width: 200px;
	height: 24px;
	text-decoration: none;
	left: 533px;
	top: 5px;
}

li#bu1 a { left: 25px; background: url(../images/navigation/home_over.gif) 0px -31px no-repeat;}
li#bu1on a { left: 26px; background: url(../images/navigation/home_on.gif) 0px 0px no-repeat;}
li#bu2 a { left: 126px; background: url(../images/navigation/products_over.gif) 0px -31px no-repeat;}
li#bu2on a { left: 127px; background: url(../images/navigation/products_on.gif) 0px 0px no-repeat;}
li#bu3 a { left: 227px; background: url(../images/navigation/company_over.gif) 0px -31px no-repeat;}
li#bu3on a { left: 228px; background: url(../images/navigation/company_on.gif) 0px 0px no-repeat;}
li#bu4 a { left: 328px; background: url(../images/navigation/info_over.gif) 0px -31px no-repeat;}
li#bu4on a { left: 329px; background: url(../images/navigation/info_on.gif) 0px 0px no-repeat;}
li#bu5 a { left: 429px; background: url(../images/navigation/contact_over.gif) 0px -31px no-repeat;}
li#bu5on a { left: 430px; background: url(../images/navigation/contact_on.gif) 0px 0px no-repeat;}

li#bu1 a:hover, li#bu2 a:hover, li#bu3 a:hover, li#bu4 a:hover, li#bu5 a:hover { background-position: 0px 0px; }

#navback span {
	display: none;
}

#navback ul {
	position: absolute;
	width: 730px;
	height: 35px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#subnav{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	width: 720px;
	height: 14px;
	margin: 0px;
	padding: 0px 0px 2px 10px;
	position: relative;
	background-color: #FFF;
}

#subnav span{
	font-weight: bold;
}

#subnav a:hover{
	color: #369;
}

/*  Presentational Elements Defined */

#splash {
	margin: 0px;
	padding: 0px;
	height: 200px;
	width: 730px;
}

#splashpos {
	margin: 0px;
	padding: 0px;
	height: 150px;
	width: 730px;
}


#category1, #category3, #category5{
	background-color: #DBDBDB;
	margin: 0px;
	padding: 0px;
	width: 730px;
	height: 125px;
}

#category2, #category4{
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	width: 730px;
	height: 125px;
}

.head{
	font-weight: bold;
	color: #FFF;
	line-height: 20px;
	background:  url(../images/bkgnds/news.gif) repeat-x top left;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	width: 725px;
	border-bottom: 2px solid #333;
}

.thumbs{
	margin: 0px;
	padding: 5px;
	width: 120px;
	font-weight: bold;
	text-align: center;
	float: left;	
}

.thumbs img{
	float: left;
	margin: 0px;
	padding: 0px 20px 0px 20px;	
}

.description{
	margin: 0px;
	padding: 5px;
}

#overview{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	line-height: 15px;
	margin: 0px;
	padding: 10px 5px 15px 5px;
	width: 720px;
	border-top: 1px solid #333;
	background-color: #FFF;
	border-bottom: 1px solid #333;
}

.product{
	padding: 4px 0px 0px 0px;
	margin: 0px;
	width: 300px;
	float: left;
}

.price{
	padding: 4px 0px 0px 0px;
	margin: 0px;
	width: 100px;
	float: left;
	font-weight: bold;
	color: #369;
}

.pbold{
	font-weight: bold;
}

.title{
	font-weight: bold;
	color: #369;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	float: left;
}

.officers{
	font-weight: bold;
	color: #369;
	padding: 5px 0px;
	margin: 0px 0px 8px 0px;
	font-size: 11px;
	border-bottom: 1px dashed #369;
}

.chart{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	text-align: left;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
}

.charta{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	text-align: left;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	border-bottom: 1px solid #333;
}

.chartb{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333;
	text-align: center;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
}

.chartc{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333;
	text-align: center;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #333;
}

#overview ul{
	padding: 10px 0px 10px 0px;
	margin: 0px;
	list-style-type: square;
	list-style-position: inside;
}

#overview li{
	padding: 0px 40px 0px 10px;
	margin: 0px;
}

.bold{
	font-weight: bold;
	color: #369;
}

/* Miscellaneous Elements Defined */

#links{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-align: center;
	line-height: 22px;
	background:  url(../images/bkgnds/news.gif) repeat-x top left;
	margin: 0px;
	padding: 0px;
	width: 730px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;	
}

#links a, a:visited, a:active{
	color: #FFF;	
}

#links a:hover{
	color: #69C;
	text-decoration: underline;	
}

#copy{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	line-height: 22px;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	width: 730px;
}

#valid{
	text-align: center;
	height: 24px;
	background-color: #FFF;
	margin: 0px;
	padding: 0px 0px 2px 0px;
	width: 730px;
}

p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	margin: 0px;
	padding: 0px;
}

form{
	text-align: left;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}

a    		{text-decoration: none;}
a:link		{color:	#333;}
a:visited	{color:	#333;}
a:hover		{color: #333;}

