/*
 * <!-- Text and image content Copyright (C) 2008, 2009, 2010, 2011 Blue Art Box, LLC dba Eye Can Art. All Rights Reserved. -->
 * <!-- Original HTML, CSS and javascript Copyright (C) 2011 John LeFevre. All Rights Reserved. -->
*/

/* default */
*
{
  margin: 0;
  padding: 0;
  border: 0;
  text-align: left;
}

body
{
  background-color: white;
  color: #303090;
  font-size: 1.0em;
  font-family: Verdana,Arial,Helvetica,sans-serif; /* font-family last in declaration for IE3 */
  text-align: center;
  min-width: 980px; /* for ns6 access to wrapper */
}

#wrapper-with-cheap-border
{
  background-color: white;
  width: 976px;
  margin: 0 auto;
  text-align: left; /* for ie 5&6 quirks */
}

#wrapper
{
  background-color: white;
  width: 970px;
  margin: 0 auto;
  text-align: left; /* for ie 5&6 quirks */
}

#site-banner
{
  color: white;
  background: white; 
  background-image: url("images/eca_banner.jpg");
  background-repeat: no-repeat;
  float: right;
  width: 800px;
  height: 150px;
  text-align: center;
  margin: 0 0 5px 150px;
  padding-bottom: 10px;
  clear: both;
}

#main-nav
{
  width: 180px;
  float:left;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 4px;
  border-right: solid #1111cc 1px;
}
.menu
{
  list-style: none;
  text-align: left;
  padding-left: 8px;
  padding-right: 8px;
}
.menu img
{
  padding: 0;
}
.menu li
{
  padding: 4px 0;
}
.menu a
{
  display:block;
  text-decoration: none;
  color: #3030bb;
}
.menu a:hover
{
  color:silver;
  text-decoration: underline;
}
.submenu
{
  margin: 0;
  list-style:none;
  font-size: 80%;
}
#menu-home
{
  margin:0;
}
#menu-home a
{
  color:#5050e0;
  text-decoration: none;
  font-weight:800;
  font-size:120%;
}
#menu-home a:hover
{
  color:#303070;
  text-decoration: underline;
}
#menu-buy a
{
  color:#5050e0;
  text-decoration: none;
  font-weight:800;
  font-size:110%;
}
#menu-buy a:hover
{
  color:silver;
  text-decoration: underline;
}

#content
{
  width:770px;
  float: right;
  margin: 0 0 5px 5px;
}
#highlights ul
{
  margin: 0;
  padding: 0;
  font-size: 80%;
  text-align: center;
}
#highlights ul li 
{ 
  display: inline; 
  background: url("images/eca2_highlight_bullet.gif") 0;
  padding-left: 14px;
  background-repeat: no-repeat;
}
#content ul.kit-contents-list
{
  margin-bottom: 1.5em;
  padding-right: 15px;
  font-size: 85%;
}
#content ul.kit-contents-list li
{
  margin-bottom: 0.25em;
  padding-right: 15px;
  list-style: none;
}
#content ul.kit-contents-list li p
{
  margin-bottom: 0.25em;
  padding-left: 5px;
  padding-right: 15px;
}
#content ul.kit-contents-list li:last-child
{
  margin-bottom: 1.5em;
  padding-right: 15px;
}
#content h1
{
  color: #3030a0;
  font-size:1.5em;
  margin-bottom: 0.5em;
  padding-top:0.5em;
  padding-right: 15px;
}
#content h2
{
  color: #3030a0;
  font-size:1.2em;
  margin-bottom: 0.5em;
  padding-top:0.5em;
  padding-right: 15px;
}
#content p
{
  margin-bottom: 1.5em;
  padding-right: 15px;
}
#content p.semi-thin
{
  margin-bottom: 1.1em;
  padding-right: 15px;
}
#content p.medium-thin
{
  margin-bottom: 0.75em;
  padding-right: 15px;
}
#content p.thin
{
  margin-bottom: 0.25em;
  padding-right: 15px;
}
#content p.shipping-note
{
  margin-bottom: 1.5em;
  padding-right: 15px;
  font-size: 70%;
}
#content .lead-sentence-inset
{
  font-size: 120%;
  color: #3030a0;
}
#content a
{
  text-decoration: none;
}
#content img.vcentered
{
  vertical-align:middle; 
  display:inline;
}
#content a:hover
{
  text-decoration: underline;
}
#content a.obvious-link
{
  text-decoration: underline;
}

#site-legal
{
  background-color: white;
  padding: 5px 0;
  border-top: 1px solid silver;
  margin: 8px 0;
  clear:both;
}
#site-legal p
{
  margin: 0;
  line-height: 1.2;
  text-align: center;
}
#site-legal p.privacy-terms
{
  font-size: x-small;
}
#site-legal p.copyright
{
  font-size: xx-small;
  padding-top: 4px;
}
#site-legal a
{
  text-decoration: none;
  color: #0f1c8f;
}
#site-legal a:hover
{
  text-decoration: underline;
  color: #7a7033;
}
#site-legal a:visited
{
  color: #6f3aa3;
}

img
{
  margin: 5px;
  border: 0;
}

table.alphabet-menu
{
  margin-bottom: 1em;
  font-weight: bold;
}
table.alphabet-menu td
{
  padding-right: 0.2em;
  border-bottom: solid black 1px;
}

.plain-list ul
{
  margin-bottom: 1em;
  padding-right: 15px;
}
.plain-list li
{
  list-style:none;
  margin-bottom: 0.5em;
  padding-right: 15px;
}
.plain-list ul li:last-child
{
  margin-bottom: 0.8em;
  padding-right: 15px;
}

.clear
{
  clear:both;
}


