/*
-----------------------------------------------
Screen Stylesheet for JBM  Electronics

Site: www.jbmelectronics.com
Author:   John Holleman    www.InnovativeInSite.com

----------------------------------------------- */

@import url("nav.css");

body, html, p, h1, h2, h3, h4, h5, h6 {
	font-family: helvetica, arial, sans-serif;
}

/* ----- Structural ----- */

.headercontainer {
	width: 100%;
	height: 75px;
}

.nav {
	width: ;
}

.logoheader {
	width: 100%;
	height: ;
}

.logoheaderinner {
	width: 960px;
	margin: 0 auto;
}



.container {
	width: 960px;
	margin: 0 auto;
}

.content {
	background: white;
}

.homecontent {
	
}

.homecontent tr td {
	padding: 10px;
	vertical-align: top;
}

.floatright {
	float: right;
	padding-left: 10px;
}

.headcontentcontainer {
	clear: both;
	padding: 10px;
	height: 150px;
	background: #d3d7d6;
	border: 1px solid #c2c6c5;
	
}

.subnav {
	padding-left: 0px;
	width: 280px;
	text-decoration: none;
}

.sidebarlist {
	border-top: 1px dotted #0a51a1;
	width: 260px;
	height: 20px;
	background: #3d74b2;
	padding: 5px;
	padding-left: 15px;
	text-decoration: none;
}

a div.sidebarlist {
	color: #f2f2f2;
	text-decoration: none;
}

a:hover div.sidebarlist {
	text-decoration: none;
	background: #0a51a1;
}

.headerimg {
	float: right;
	padding-right: 200px;
}

.cellsmartcontent {

}

.cellsmartcontent tr td {
	vertical-align: top;
}

.features {
	border: 1px solid #c2c6c5;
	background: #d3d7d6;
	padding-left: 15px;
	width: 300px;
	font-family: helvetica, arial, sans-serif;
	float: left;
	margin-right: 10px;
	
	
}

/* ----- Text Formatting ----- */

h2 {
	font-family: helvetica, arial, sans-serif;
}

h4 {
	color: #323963;
	font-family: helvetica, arial, sans-serif;
}

.features ul li {
	font-size: 13px;
	color: #484848;
}

p {
	font-family: verdana, arial;
	color: #424242;
	font-size: 12px;
}

#cellsubheading {
	color: #323963;
	font-family: verdana, arial, sans-serif;
	
}

#cellsubheading2 {
	font-size: 20px;
	color: #4e5791;
	font-weight: normal;
	font-style: italic;
}

a img {
	border: 0px;
}

ul li {
	list-style-type: disc;
	padding: 2px;
	font-weight: bold;
	font-size: 15px;
}

ul li ul li {
	font-weight: normal;
	list-style-type: none;
}

#homepagelist li {
	font-family: verdana, arial;
	color: #424242;
	font-size: 12px;
	font-weight: normal;
}

/* ----- CSM ----- */

#csmtable {
	width: 600px;
	border: 1px solid grey;
}

#csmtable tr td {
	border: 1px solid grey;	
	padding: 3px;
	text-align: center;
}

#csmtable tr td#csmcol1 {
	text-align: left;
	width: 100px;
}

.csmmodels tr td {
	padding: 5px;
	vertical-align: top;
}

/* ----- ATM ----- */

.smalltxt {
	font-size: 8px;
}

.atmtable, .atmtable td{
	border: 1px solid grey;
}

.atmtable td {
	padding: 2px;
}

#col1 {
	width: 150px;
}

#blue {
	background: #d8e0ec;
	width: 125px;
	text-align: center;
}

#red {
	background: #f0f0f0;
	width: 175px;
	text-align: center;
}

a {
	color: black;
}