html
{
	background: #818eb5 url("images/bg1.png") repeat-x;
	color: #000;
	font-family: sans-serif;
	font-size: 80%;
	margin: 0;
	padding: 0;
}

body
{
	margin: 15px 0;
	padding: 0;
}

a, a:visited { color: #990000; }

a:active, a:hover
{
	/* color: #ff8f8f; */
	color: #d69c9c;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6
{
	color: #990000;
	font-family: serif;
	font-style: italic;
	margin: 0 0 1em 0;
	padding: 0;
}

ul { list-style-type: circle; }

p
{
	margin: 0 0 1em 0;
	padding: 0;
	text-align: justify;
}

#container
{
	background: transparent url("images/containerbg1.png") repeat-y;
	border: 3px solid #990000;
	margin: 0 auto;
	position: relative;
	width: 740px;
}

#header h1
{
	background: transparent url("images/header2.png") no-repeat;
	margin: 0;
	padding: 0;
	width: 740px;
	height: 239px;
}

#header h1 span
{
	font-size: 1px;
	line-height: 1px;
	visibility: hidden;
}

#content
{
	background: transparent url("images/watermark2.png") no-repeat 132px 15%;
	margin: -130px 20px 0 140px;
	min-height: 375px;
}

* html #content { height: 375px; }

#content h2
{
	background: transparent url("images/separator1.png") no-repeat left bottom;
	font-size: 185%;
	padding-bottom: 1px;
}

#content h3 { font-size: 140%; }

#content img { border: 2px solid #990000; }

#content img.odd
{
	float: right;
	margin: 0 75px 1em 1em;
}

#content .footnote
{
	font-size: 85%;
	font-weight: bold;
}

#navigation
{
	background: transparent url("images/navbarbottom1.png") no-repeat left bottom;
	left: 0;
	top: 239px;
	padding-bottom: 143px;
	position: absolute;
	width: 121px;
}

#navigation ul
{
	background: transparent url("images/navbar1.png") repeat-y;
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

#navigation ul li a
{
	background: transparent url("images/buttons1.png") no-repeat;
	display: block;
	width: 107px;
	height: 24px;
}

#navigation ul li a span
{
	font-size: 1px;
	line-height: 1px;
	visibility: hidden;
}

#navigation ul li#nav-home a:active, #navigation ul li#nav-home a:hover { background-position: 100% 0; }

#navigation ul li#nav-salesforce a, #navigation ul li#nav-salesforce a:visited { background-position: 0 -24px; }
#navigation ul li#nav-salesforce a:active, #navigation ul li#nav-salesforce a:hover { background-position: 100% -24px; }

#navigation ul li#nav-productlines a, #navigation ul li#nav-productlines a:visited { background-position: 0 -48px; }
#navigation ul li#nav-productlines a:active, #navigation ul li#nav-productlines a:hover { background-position: 100% -48px; }

#navigation ul li#nav-references a, #navigation ul li#nav-references a:visited { background-position: 0 -72px; }
#navigation ul li#nav-references a:active, #navigation ul li#nav-references a:hover { background-position: 100% -72px; }

#navigation ul li#nav-contact a, #navigation ul li#nav-contact a:visited { background-position: 0 -96px; }
#navigation ul li#nav-contact a:active, #navigation ul li#nav-contact a:hover { background-position: 100% -96px; }

#footer
{
	clear: both;
	font-size: 75%;
	margin: 0 0 1em 140px;
	padding-top: 2em;
	text-align: center;
}