/* CSS implemented by Jim Krayer | www.jameskrayer.com */

/* H tag styles */
h1	{		/* Two bars underneath */
	font-size: 10pt;
	font-weight: bold;
	padding-left: 5px;
}
h2	{
	font-size: 12px;
	/*font-weight:bold;
	text-align:center;*/
	margin: 0px 0px 0px 0px;
}

h3	{
	font-size: 12pt;
	text-align: center;
	margin: 0px 0px 0px 0px;
}
h4	{
	font-size: 11pt;
	font-weight:bold;
}

/* body and links */
body, td, table	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
}
table	{
	width: 100%;
}
a:link {
	color: #003399;
	text-decoration: none;
}
img	{
	border-style: none;
}
a:visited {
	color: #003399;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
a:active {
	color: #003399;
	text-decoration: none;
}
/* ALL page containers */
#container	{
	width: 785px;
	margin-left: auto;
	margin-right: auto;
}

#header	{
	width: 765px;
	height: 81px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/lectronhead.jpg);
}
#address	{
	clear: both;
	width: 557px;
	text-align: center;
	padding-top: 10px;
	margin: 20px 0px 20px 220px;
}
#leftnav	{
	/*position: absolute;*/ 
	width: 200px;
	/*max-width: 200px;*/
	/*float: left;*/
}
/*
div#leftnav h2  {
	width: 170px;
	height: 17px;
	border: 2px solid #0096c9;
	margin: 4px 8px 4px 8px;
	padding: 2px 0px 0px 10px;
	vertical-align: middle;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	background-image: url(/images/j_bullet_red.gif);
	background-repeat: no-repeat; 
}
*/
#content	{
	width: 557px;
	float: right;
}
.center	{
	text-align: center;
}
/* nav styles */
.navitem	{
	width: 170px;
	height: 17px;
	border: 2px solid #0096c9;
	margin: 4px 8px 4px 8px;
	padding: 2px 0px 0px 10px;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	background-image: url(/images/j_bullet_red.gif);
	background-repeat: no-repeat; 
}
#linecard, #milspec	{
	width: 170px;
	border: 2px solid #0096c9;
	margin: 4px 8px 4px 8px;
	padding: 2px 0px 0px 10px;
	background-image: url(/images/j_bullet_red.gif);
	background-repeat: no-repeat; 
}
#linecard h3	{
	font-size: 10pt;
	text-align: left;
}
#milspec h3	{
	font-size: 10pt;
	text-align: left;
}
#creditcard	{
	width: 200px;
	text-align: center;
	border: 0px;
}
/* home styles */
#olip h1 {
	font-size: 30pt;
	color: #003399;
	text-align: center;
	font-style: italic;
}
h1.heading	{		/* Two bars underneath */
	font-size: 20pt;
	color: #003399;
	font-style: italic;
	font-weight: lighter;
	padding-left: 5px;
	background-image: url(images/h1bg.gif);
	background-repeat: no-repeat;
	height: 53px;
	width: 550px;
}
#introslug	{
	width: 384px;
	float: left;
	display: inline;
	margin-left: 14px;
	padding: 5px 0px 5px 0px;
	text-align: center;
	background-image: url(/images/background_arrows.gif);
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
#searchstar	{
	width: 138px;
	height: 117px;
	float: left;
	text-align: center;
	vertical-align: top;
}
#picarray	{
	clear: both;
	width: 451px;
	margin-left: 49px;
}
#picarray img	{
	width: 135px;
	height: 96px;
	border: 1px;
}
td.title {
	color: #ffffff;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background-color: #990000;
	border: 1px solid #000000;
}
.title h1	{
	vertical-align: inherit;
}
.tablehead a:link	{
	color: #FFFFFF;
	text-decoration: none;
}
.top a:link	{
	color: #ffffff;
	text-decoration: none;
}
.tablehead a:visited	{
	color: #ffffff;
	text-decoration: none;
}
.top a:visited	{
	color: #ffffff;
	text-decoration: none;
}
.tablehead a:hover	{
	color: #ffffff;
	text-decoration: underline;
}
.top a:hover	{
	color: #ffffff;
	text-decoration: underline;
}
.tablehead a:active	{
	color: #ffffff;
	text-decoration: none;
}
.top a:active	{
	color: #ffffff;
	text-decoration: none;
}
td.title a:link {
	color: #ffffff;
	text-decoration: none;
}
td a:link.img	{
	color: #003399;
	border-style: solid;
	border-width: 1px;
}
td.title a:visited {
	color: #ffffff;
	text-decoration: none;
}
td.title a:hover {
	color: #ffffff;
	text-decoration: underline;
}
td.title a:active {
	color: #ffffff;
	text-decoration: none;
}

/* Multi Page Styles */
#imagehead {
	margin:5px 0px 10px 0px;
}
ul	{
	list-style-type: disc;	
}
ul ul	{
	list-style-type: circle;
}
ul ul ul {
	list-style-type: square;
}
ul ul ul ul {
	list-style-type: circle;
}
.rule1	{
	width: 508px;
	height: 11px;
	border-bottom: 1px solid #999999;
	margin: 0px 0px 10px 20px;
	clear: both;
}
.rule2	{
	width: 300px;
	height: 1px;
	border-top: 1px solid #999999;
	margin-left: 20px;
	clear: both;
}
.rule3	{
	width: 515px;
	height: 1px;
	border-top: 1px solid #999999;
	clear: both;
}
.redtext	{
	color: #990000;
}
.whitetext	{
	color: #FFFFFF;
}
.bluetext		{
	color: #083194;
}
.orangetext	{
	color: #FF6600;
}
.greentext	{
	color: #00CC00;
}
.subtext1 {
	font-size: 8pt;
	color: #ffffff;
}

.short {
	width: 445px;
}
.clear	{
	clear: both;
}

/* Line Card Page Styles */
.textcolumn	{ 
	position: relative;
	width: 350px;
	float: left; 
	display: inline;
}
.top		{
	text-align: right;
	}
.logotext		{
	line-height: 140%;
	float: left;
	margin: 0 0 10 0;
}
.logotext img	{
	float: right;
}
label	{
	width: 15em;
	float: left;
	text-align: right;
	margin: .5em 1em;
	clear: both;
}
input, textarea	{
	float: left;
	margin: .5em 0;
}
fieldset 	{
	border: none;
}
legend		{
	font-size: 12pt;
	font-weight: bold;
}
#quote br	{
	clear: both;
}
#mission	{
	margin-top: 10px;
	padding: 3px;
	width: 551px;
	background-color: #990000;
	color: #FFFFFF;
	text-align: center;
}
#dsi			{
	text-align: center;
	font-family: "Copperplate Gothic Bold";
	font-size: large;
}
.logotext sub, .logotext sup { line-height: 0; }
/* Mil Series Styles */
.listtable {
	border-collapse: collapse;
}
.listtable td	{
	font-size: 9pt;
	padding: 3px;
}
.tablehead	{
	background-color: #990000;
	color: #FFFFFF;
	font-weight: bold;
	font-size: medium;
	width: auto;
	margin-right: auto;
}

.alternate	{
	background-color: #c3c3c3;
}
/* Product Line Styles */

.listtable a:link	{
	color: #000000;
	}
.listtable a:visited	{
	color: #000000;
	}
.listtable a:hover	{
	color: #000000;
	}
.listtable a:active	{
	color: #000000;
	}
.listtable p	{
	font-size: small;
	}
#productlines  {
	border: 1px #0096C9 solid;
	padding: 2px;
}
#productlines td {
	text-align: center;
	vertical-align: middle;
	width: 33%;
	font-weight: bold;
}
#part_table	{
	border: 1px solid #0096c9;
	border-collapse: separate;
}
#part_table th	{
	background-color: #990000;
	font-size: large;
	color: #ffffff;
}
.qty_price	{
	background-color: #990000;
	color: #ffffff;
	font-size: medium;
}
