/*-----------     Eric Meyer's CSS Reset code     ------------------------------------------------------- */


/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.5;
	color:#555;
	font-size: 12px;
	font-family:Helvetica, Arial, sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*-----------    End  CSS Reset code     ------------------------------------------------------- */

/* ---------------   Begin Basic Layout elements   -----------------------------------------------*/

body { 
	background: #2c2c2c url(../images/background2.jpg) repeat-x;
	
	}

a { text-decoration: none; color:#003d9f; }
a:visited { color:#006d91;}
a:hover { color:#9d3100;}



h1 { font-size: 220%; font-weight: normal; text-transform: uppercase; letter-spacing: -1px; color:#002D71; margin: 1em 0 0;}
h2 { font-size: 160%; font-weight: normal; color: #002D71; margein: 1em 0 0;}
p { margin: 0 0 1em;}

.caption {font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; text-transform: uppercase; letter-spacing: 1px; font-size: 10px;  color: #777; padding-top: 0; margin-top: 0;}




#container { width: 960px; margin: 0 auto; background: #bcbec1; border: 1px solid #9c9ea0;}
#header { height: 90px; background: white; background: url(../images/header.gif) no-repeat; margin: 5px 0;}
#nav { 
	height: 60px; 

	color: white;

 }
 
#feature { height: 330px; margin-bottom: 5px;}


#main { background:url(../images/main-mid-gif) repeat-y; clear: both;;}
#content { background:url(../images/main-bottom.gif) bottom center no-repeat; overflow: auto; }
#main h1 { background:url(../images/main-top.gif) top center no-repeat; margin: 0; padding: 40px 20px 0 72px;}
#entry { margin: 0 0 2em 72px; width: 516px; float: left; display: inline;}


#entry ul { list-style-type: square; margin: 1em 2em;}

div.cust-quote { padding: 2em 2em 2em 75px; margin-top: 2em; background: #dadada url(../images/blockquote.gif) 0 -15px no-repeat;}
div.cust-quote blockquote {  font-family:Georgia, "Times New Roman", Times, serif; font-style: italic; font-size:14px;}
div.cust-quote p.caption  { text-align:right;}
div.cust-quote span.title { font-style: italic; padding: 0 5px;}

#sidebar { float: right; width: 202px; background: #fff; border: 1px solid #d1d1d1;  margin: -24px 72px 50px 20px; padding: 14px;}
#sidebar h2 { 
	background:#EEE;
	margin:0 0 1em;
	padding:0.72em;
	text-align:center;
	text-transform:uppercase;
	border-color:#F2F2F2 #DDDDDD #DDDDDD #F2F2F2;
	border-style:solid;
	border-width:1px;
}

#sidebar a {padding: 1px; display: block; margin-bottom: 3px;}
#sidebar a:hover {
	border-color: #DDDDDD #F2F2F2 #F2F2F2 #DDDDDD;
	border-style:solid;
	border-width:1px;
	padding: 0;
	}
#sidebar {text-align: center;}

dl { margin: 1em 0 2em;}

dt { 
	border-bottom:1px dotted;
	font-weight:bold;
	letter-spacing:0;
	margin:1em 0 0.5em;
	text-transform:uppercase;
	}
dd { padding-left: 1em;}

#cnt dl {display: inline; width: 40%; float: left; overflow: auto; margin-right: 3em; margin-bottom: 2.5em;}

#cnt dd {line-height:1.8; background: url(../images/email.jpg) center left no-repeat; padding-left: 25px;}
#cnt dd.phone { background: url(../images/phone.jpg) center left no-repeat;}





#lib #entry h2 { border-top: 1px dotted; border-bottom: 1px dotted; line-height: 2em; }





#case-studies dl { position: relative; overflow: auto; clear: both;}
#case-studies dl:hover { background: #eee;}
#case-studies dt, #case-studies dd {padding-left: 0;}

#case-studies dd.tn { float: left; width: 100px; padding-right: 15px;}
#case-studies dd.tn a:hover { border: none;}
#case-studies dd.abstract, #case-studies dd.meta { padding-left: 110px;}
dd.meta { text-transform: uppercase; letter-spacing: 1px; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 10px; color: #777;}



#videos dt {margin: 2em 0 1em; color: #003d9f; }
#videos dd {padding: 0; margin: 0; }


/* nav */
#nav  ul, #subnav ul {
	list-style-type: none;
}	

#nav ul li { float: left;}

#nav ul li a { 
	display: block; 
	width: 192px; 
	height: 56px; 
	line-height: 56px; 
	text-align: center; 
	color: white; 
	text-decoration: none;
	text-indent: -9000px;
	outline: none;
	}
#nav a:hover { border: 0 none;}
#nav ul li#home a { background: url(../images/home-nav.gif) no-repeat;}
#nav ul li#about a { background: url(../images/about-nav.gif) no-repeat;}
#nav ul li#product a { background: url(../images/product-nav.gif) no-repeat;}
#nav ul li#library a { background: url(../images/library-nav.gif) no-repeat;}
#nav ul li#contact a { background: url(../images/contact-nav.gif) no-repeat;}

#hm #nav ul li#home a { background: url(../images/home-nav.gif) 0 -110px no-repeat;}
#abt #nav ul li#about a { background: url(../images/about-nav.gif) 0 -110px no-repeat;}
#prd #nav ul li#product a { background: url(../images/product-nav.gif) 0 -110px no-repeat;}
#lib #nav ul li#library a { background: url(../images/library-nav.gif) 0 -110px no-repeat;}
#cnt #nav ul li#contact a { background: url(../images/contact-nav.gif) 0 -110px no-repeat;}

#nav ul li#home a:hover { background: url(../images/home-nav.gif) 0 -55px no-repeat;}
#nav ul li#about a:hover { background: url(../images/about-nav.gif) 0 -55px no-repeat;}
#nav ul li#product a:hover { background: url(../images/product-nav.gif) 0 -55px no-repeat;}
#nav ul li#library a:hover { background: url(../images/library-nav.gif) 0 -55px no-repeat;}
#nav ul li#contact a:hover { background: url(../images/contact-nav.gif) 0 -55px no-repeat;}

#subnav { margin: 10px 20px 0; height: 40px;}
#subnav h2 { float: left; line-height: 40px;}
#subnav ul { margin-left: 2.6em;}
#subnav ul li { float: left;}
#subnav ul li a { display: block; padding: 0 2em; line-height: 40px; color: #333;}
#subnav ul li a:visited { color: #555;}
#subnav ul li.on a {color: #002D71; background: url(../images/subnav-triangle.gif) 5px 50% no-repeat;}
#subnav ul li a:hover { color:#002D71; }


#header img {
	float: left;
	margin: 3px 0 0 20px;
	}
#header p#phone {
	float:right;
	width: 128px;
	height: 53px;
	background:url(../images/phone.gif) no-repeat;
	text-indent: -9000px;
	margin: 30px 20px 0 0;
	}


#prd div.product-line {
	margin-bottom: 2em;
	border-bottom: 1px solid #777;
	position: relative;
	overflow: hidden;
	}

#prd div.product-line h3 {  border-bottom: 1px dotted #777;}
#prd div.product-line p.image { text-align: center; margin-bottom: 20px; padding: 12px;}
#prd div.product-line p.image span.caption { display: block;}
#prd div.product-line p.logo { position: absolute; top: 0; right: 0;}
#prd #jmtc p.logo { position: static; float: right; display: inline; margin-top: -5em;}
#prd #jmtc dl { clear: both;}


ul.col { width: 40%; display: inline; float: left; margin-right: 20px;}



#spec-sheets dd{ padding: 6px 12px 12px 42px; min-height:30px;  background: url(../images/icon_pdf.gif) top left no-repeat; } 


.floatleft { float: left; padding-right: 1em; padding-bottom: 1em;}

#footer {
	color: #777;
	font-size: 80%;
	text-align: center;
	line-height: 2em;
	}
