/* temoporary 
the base colour is grey (f9f9f9 + e8e8e8)+ dark full green (009933)
*/
* {
  margin: 0;
  padding: 0;
  font-family: arial, helvetica, sans-serif;
}
body {
	background-color: #ebebeb;
	font-size: 76%;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.Bullet {
	font-size: 76%;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: circle;
	list-style-position: inside;
//	position: relative;
	top: auto;
	display: list-item;
	visibility: visible;
	left: auto;
}
li{
	list-style-position: inside;	// is not inherited
}
/* container contains all elements on the site */
#container {
  position: relative;
  width: 756px;
  margin: 10px auto;
  background-color: #FFFFFF;
  /* grid for placing stuff in content area
  background-image: url(images/grid-756-a-b-b.gif);
  background-repeat: repeat-y;
  */
}
/* --- header needs work */
#header {
  position: relative;
  width: auto;
  background: #FFFFFF url(images/header-bg-bottom-shad-g.gif) bottom left repeat-x;
  padding: 0 0 5px 0;
}
#logo {
display: none;
/* --- temporary
  position: absolute;
  width: 208px;
  height: 73px;
  background: green;
*/
}
#logo img {
border: none;
}
#header h1 {
	width: 756px;
	height: 82px;
	color: #390
}
.BodyScreenshot {
	margin-bottom: 50px;
	position: relative;
}

#header h1 span {
display: none;
}

.BodyLeft {
	float: right;
	margin-top: 5px;
	width: 180px;
	height: auto;
	margin-bottom: 5px;
	margin-left: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	width: 180px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background-position: right;
	text-align: left;
}

/* quotes are sentences displaying short facts about product */
.BodyQuote {
	float: right;
	margin-top: 5px;
	width: 130px;
	font-style: italic;
	height: auto;
	margin-bottom: 5px;
	margin-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-weight: bold;
	width: 100px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background-position: right;
	text-align: right;
}
.BodyQuoteLeft {
	float: left;
	text-align: left;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: none;
	border-bottom-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 0px;
	margin-bottom: 20px;
	margin-top: 10px;
}
/* hack for IE instead min-width */
* html #quotes {
  width: 21.05em;
} 
#leftcolumn {
	float: left;
	clear: right;
	width: 208px;
	height: auto;  // ensures that its bottom is on same level as container
    margin:  10px 5px 0px 10px;	 
	padding: 10px 0px 5px 10px;
}
#leftcolumn ul {
  list-style: none;
}
#leftcolumn li {
  list-style: none;
}
#content {
  margin: 10px 10px 10px 218px;	 // +10 in padding
  padding: 10px 10px 10px 10px;
}

#footer {
	position: relative;
	clear: both;
	font-size: 0.9em;
	color: #333;
	line-height: 130%;
	background: #e8e8e8 url(images/footer-bg-bottom-shad-g.gif) bottom left repeat-x;
	padding-bottom: 10px;
}

#footer p {
padding: 10px 10px 0 70px;
background: url(images/footer-bg-top-shad-g.gif) top left repeat-x;
}

/* #middle unused so far */
#middle {
}

/* --- text formatting --- */

#content p {
	margin: 0em;
	padding: 0 0 1em 0;
	}

#content h1 {
	font-size: 24pt;
	line-height: 120%;
	color: #390;
	padding: 0;
	margin: 3px 0 0.5em 0;




// influences the main white space
}

#content h2 {
	margin: 15px 0 0.5em 0;^
	color: #390;
}


#navigation h2 {
  font-size: 1.2em;
  font-weight: normal;
  margin: 0 0 5px 0;
  padding-left: 10px;
}

h1 {
	font-size: 19pt;
	line-height: 120%;
	color: #390;
	padding: 0;
	margin: 3px 0 0.5em 0;
// influences the main white space
}


h2 {
	color: #390;
	margin: 15px 0 0.5em 0;
	font-size: 18px;
	text-align: left;
}
H3 {
	color: #390;
	font-size: 1.2em;
	margin: 15px 0 0.5em 0;
}

H4 {
	color: #390;
	margin: 15px 0 0.2em 0;
	font-size: 1em;
	font-weight: bold;
}

	
#content h3 {
	font-size: 1.2em;
	color: #390;
	margin: 15px 0 0.5em 0;
}

#content h4 {
	font-size: 1em;
	font-weight: bold;
	color: #390;
}

#extra1 h5 {
	font-size: 1.0em;
	font-weight: bold;
	margin: 0 0 5px 0px;
	color: #FFF;
}

#content a:link, #leftcolumn a:link {
	color: #003399;
	text-decoration: none;
	border-bottom: 1px dotted #003399;
	font-weight: normal;
}
	
#content a:visited, #leftcolumn a:visited {
	color: #003399;
	text-decoration: none;
	border-bottom: 1px dotted #003399;
	font-weight: normal;
}
.style1 {
	color: #666666;
	font-weight: bold;
}

#content a:hover, #leftcolumn a:hover {
	color: #003399;
	text-decoration: none;
	border-bottom: 1px solid #003399;
}

#content a:active, #leftcolumn a:active {
	color: #003399;
	text-decoration: none;
	border-bottom: 1px solid #003399;
}

/* --- top navigation --- */
#navbuttons {
  position: relative;
  padding: 5px 0 0 222px;
  width: 534px;
  background: #e8e8e8 url(images/navbuttons-bottom-g.gif) bottom left repeat-x;
  border-top: 1px solid #f8f9fb;
}

#navbuttons ul {
  position: relative;
  list-style: none;
  width: 534px;
}

#navbuttons ul li {
  display: inline;
  float: left;
  position: relative;
  height: 40px;		// standard is 31
  background: url(images/ep-navbuttons-3px.gif) top left repeat-y;
  margin-right: auto;
}

.nav_big {
  min-width: 80px;
}

.nav_mid {
  min-width: 100px;
}

* html .nav_big {
  width: 115px;
}

.nav_small {
  min-width: 63px;
}

*html .nav_small {
  width: 63px;
}

#navbuttons #buttons-active a {
  background: #003399;
  color: #fff;
}

#navbuttons a {
  display: block;
  height: 29px;
/*
  font-size: 1.2em;
*/
  text-decoration: none;
  color: #111;
  padding: 2px 4px 0 6px;
  white-space: nowrap;
}

/* for IE instead min-width
* html #navbuttons a {
  float: left;
}
 */

#navbuttons a:hover { 
  background-color: #003399;
  color: #fff;
}

/* --- left navigation --- */

#navigation {
  margin: 0 0 20px -10px;
  padding-left: 5px;
}

#navigation ul {
  list-style: none;
  padding-left: 5px;
  margin-top: 3px;
}

#navigation li {
	list-style-position: inside;	// is not inherited
	margin-left: -10px;
	padding-left: 10px;
	display: block;
	margin-bottom: 3px;
}
#navigation #nav-active a {
  background: url(images/ep-navbuttons-3px.gif) top left repeat-y;
  border-bottom: 1px solid #d3daef;
}

#navigation a {
  display: inline;
  padding: 0 10px 0 10px;
}

#navigation a:link  {
  border-bottom: 1px solid white;
}

#navigation a:visited {
  border-bottom: 1px solid white;
}

#navigation a:hover {
  background: url(images/ep-navbuttons-3px.gif) top left repeat-y;
  border-bottom: 1px solid #d3daef;
}

#navigation a:active {
border-bottom: 1px solid white;
}

#navigation #nav-active a {
  color: #111;
}

/* --- extra stuff in left column --- */

#extra1 {
  margin: 0 2px 0 5px;
}

#extra1 strong {
	color: #F00;
}

#extra1 p {
	width: 200px;
	margin-bottom: 10px;
}

/* --- hacks ---*/

/* .clearfix clears floats contained in a box using CSS2 property with hack for IE */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* hack for IE */
* html .clearfix {
  height: 1%;
}
.BodyRedBold {
	font-weight: bold;
	color: #F00;
}

