body
{
	padding-top: 0;
	background: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 1.5em;
}

h1
{
	height: 141px;
	width: 900px;
	margin: 0 auto;
}

h1 span
{
	margin-left: -9000px;
}

/* Containers */

#container
{
	width: 900px;
	margin: 0 auto;
}

#content
{
	float: right;
	width: 697px;
}

#maincontent
{
	float: left;
	width: 425px;
}

#contenthelper
{
	width: 250px;
	float: right;
	line-height: 1.3em;
}

#sidebar
{
	float: left;
	margin: 0;
	padding: 0;
	width: 178px;
	line-height: 1.3em;
}

.sidebarheader img
{
	margin-top: 3px;
	margin-bottom: 5px;
}

.goldbox-sidebar
{
	background: url(../images/goldbox-sidebar-bg.gif) no-repeat top left;
	padding-bottom: 0;
	margin-bottom: 10px;
	margin-top: 0;
}

.goldbox
{
	background: url(../images/goldbox-bg.gif) no-repeat top left;
	padding-bottom: 0;
	margin-bottom: 10px;
	margin-top: 0;
}

.imageheader
{
	margin-top: 1.7em;
}

.form td
{
	padding-bottom: 5px;
}

/* Text */

#maincontent
{
}

#maincontent h2,#maincontent p
{
	text-align: justify;
}

#maincontent p
{
	margin-top: 1.8em;
	margin-bottom: 1.8em;
}

.goldbox-sidebar p
{
	margin-top: 0;
	margin-left: 15px;
	margin-right: 15px;
}

.goldbox p
{
	margin-top: 0;
	margin-left: 15px;
	margin-right: 15px;
}

.goldbox-sidebar h2
{
	margin-bottom: 0;
	padding-bottom: 0;
}

.goldbox h2
{
	margin-bottom: 0;
	padding-bottom: 0;
}

/* Links */

a
{
	color: #06f;
}

h3 a
{
	text-decoration: none;
	color: #000;
}

a:hover
{
	text-decoration: none;
}

/* Menu */

#menu
{
	margin: 12px 0 0;
	padding: 0;
	width: 178px;
}

#menu li
{
	list-style-type: none;
	font-weight: bold;
	width: 178px;
	line-height: 26px;
	height: 26px;
}

#menu li.menu-home
{
	background: url(../images/menu-home.gif) no-repeat top left;
	height: 27px;
	line-height: 27px;
}

#menu li.menu-about
{
	background: url(../images/menu-about.gif) no-repeat top left;
}

#menu li.menu-services
{
	background: url(../images/menu-services.gif) no-repeat top left;
}

#menu li.menu-clients
{
	background: url(../images/menu-clients.gif) no-repeat top left;
}

#menu li.menu-partners
{
	background: url(../images/menu-partners.gif) no-repeat top left;
}

#menu li.menu-products
{
	background: url(../images/menu-products.jpg) no-repeat top left;
}

#menu li.menu-careers
{
	background: url(../images/menu-careers.gif) no-repeat top left;
}

#menu li.menu-downloads
{
	background: url(../images/menu-downloads.gif) no-repeat top left;
}

#menu li.menu-contact
{
	background: url(../images/menu-contact.gif) no-repeat top left;
	height: 31px;
}

#menu a
{
	color: #000;
	text-decoration: none;
	padding-left: 45px;
}

#menu a:hover
{
	text-decoration: underline;
}

/* Footer */

#footer
{
	border-top: 3px solid #fcd116;
	border-bottom: 3px solid #fcd116;
	text-align: center;
	font-size: .85em;
	margin-top: 15px;
	margin-bottom: 15px;
	clear: both;
}

#footer p
{
	margin: 10px 0;
	line-height: 1.5em;
}

/* Misc */

hr
{
	height: 1px;
	border: none;
	color: #fcd116;
	background: #fcd116;
}

.hidetext
{
	text-indent: -5000px;
}