﻿a
{
	text-decoration: none;
	color: Blue;
}

a:hover
{
	color: Red;
}

body
{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #F9F9F9;
	background-image: url('/i/img/background.jpg');
	background-repeat: repeat-x;
	color: Black;
}

div
{
	overflow: hidden;
}

h1
{
	line-height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 15px;
	color: #3F7FDF;
}

h2
{
	margin-top: 15px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #3F7FDF;
}

h2 a
{
	color: #3F7FDF;
}

h3
{
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3F7FDF;
}

h4
{
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3F7FDF;
}

img
{
	border-style: none;
	vertical-align: middle;
}

li
{
    margin-top: 5px;
    margin-bottom: 5px;
}

p
{
	margin: 10px 0px 10px 0px;
	padding: 0px;
	line-height: 1.5;
	text-align: justify;
}

table td
{
	padding: 4px;
	font-family: inherit;
	font-size: inherit;
}

table th
{
	padding: 4px;
	font-family: inherit;
	font-size: inherit;
}

ul
{
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 40px;
	line-height: 1.5;
}

/* layout */

#layout
{
	position: relative;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

/* header */

#header
{
	position: absolute;
	top: 0px;
	width: 100%;
	height: 110px;
	background-image: url('/i/img/globe.gif');
	background-position: 836px 20px;
	background-repeat: no-repeat;
}

#headerTitle
{
	margin-top: -10px;
	margin-left: 14px;
	font-weight: bold;
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
	color: #3F7FDF;
}

/* content */

#content
{
	position: relative;
	width: 950px;
	margin-top: 110px;
	padding-left: 15px;
	padding-right: 15px;
}

#contentMain
{
	width: 790px;
	float: right;
}

#mainCol
{
	float: left;
	width: 591px;
	margin-right: 10px;
}

.contentBoxTop
{
	width: 591px;
	height: 5px;
	font-size: 0px; /* fix IE */
	background-image: url('/i/img/content-top.gif');
	background-repeat: no-repeat;
	background-position: top;
}

.contentBoxMiddle
{
	width: 559px;
	padding-left: 15px;
	padding-right: 15px;
	border-left: solid 1px;
	border-right: solid 1px;
	border-color: #e1e1e1;
	background-color: White;
}

.contentBoxBottom
{
	width: 591px;
	height: 5px;
	font-size: 0px; /* fix IE */
	background-image: url('/i/img/content-bottom.gif');
	background-repeat: no-repeat;
	background-position: bottom;
}

#breadCrumbs
{
	margin-top: -15px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.countryInfo
{
	width: 100%;
	margin-top: 10px;
	margin-bottom: 5px;
	line-height: 11px;
}

.countryFlag
{
	float: left;
	margin-right: 5px;
	padding-top: 1px;
}

.countryText
{
	float: left;
}

.countryTimeZone
{
	float: left;
	width: 100%;
	text-align: center;
}

/* navigation */

#navCol
{
	float: left;
	width: 150px;
	margin-bottom: 10px;
}

#navBar
{
	margin-bottom: 5px;
}

#navLogos
{
	margin-top: 10px;
	text-align: center;
}

#navLogos img
{
	margin-left: auto;
	margin-right: auto;
	/*margin-top: 10px;*/
	margin-bottom: 25px;
	text-align: center;
}

.navigationCell
{
	width: 150px;
	height: 25px;
	margin-bottom: 5px;
	display: block;
	background-image: url('/i/img/navigation-button-normal.gif');
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 1.8;
	color: #15428B;
}

.navigationCell:hover
{
	background-image: url('/i/img/navigation-button-hover.gif');	
}

.navigationCellSelected
{
	width: 150px;
	height: 25px;
	margin-bottom: 5px;
	display: block;
	background-image: url('/i/img/navigation-button-selected.gif');
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 1.8;
	color: #15428B;
}

/* utilitybox */

.utilityBox
{
	width: 150px;
	padding-bottom: 10px;
}

.utilityBoxTop
{
	width: 100%;
	height: 5px;
	font-size: 0px; /* fix IE */
	background-image: url('/i/img/border-top-150.gif');
	background-repeat: no-repeat;
	background-position: top;
}

.utilityBoxBody
{
	width: 128px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-left: solid 1px;
	border-right: solid 1px;
	border-color: #e1e1e1;
	background-color: White;
}

.utilityBoxBottom
{
	width: 100%;
	height: 5px;
	font-size: 0px; /* fix IE */
	background-image: url('/i/img/border-bottom-150.gif');
	background-repeat: no-repeat;
	background-position: bottom;
}

/* sidebar */

#sideCol
{
	float: right;
	width: 189px;
}

.sideBox
{
	width: 189px;
	padding-bottom: 10px;
}

.sideBoxTop
{
	width: 100%;
	height: 5px;
	font-size: 0px; /* fix IE */
	background-image: url('/i/img/border-top-189.gif');
	background-repeat: no-repeat;
	background-position: top;
}

.sideBoxBody
{
	width: 167px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	border-left: solid 1px;
	border-right: solid 1px;
	border-color: #e1e1e1;
	background-color: White;
}

.sideBoxBody a
{
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
	line-height: 12px;
	text-decoration: none;
}

.sideBoxBottom
{
	width: 100%;
	height: 5px;
	font-size: 0px; /* fix IE */
	background-image: url('/i/img/border-bottom-189.gif');
	background-repeat: no-repeat;
	background-position: bottom;
}

/* footer */

#footer
{
	position: relative;
	width: 950px;
	margin-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: Gray;
	text-align: center;
	margin-bottom: 10px;
}

/* download button */

.buttonDownload
{
	width: 178px;
	height: 35px;
	padding-top: 13px;
	padding-left: 40px;
	display: block;
	background-image: url('/i/img/download-button-normal.gif');
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #15428B;
}

.buttonDownload:hover
{
	background-image: url('/i/img/download-button-hover.gif');
}

.downloadTrialButton
{
	float: left;
	width: 139px;
	height: 54px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-left: 50px;
	display: inline-block; /* 'block' only duplicates margins in IE6 */
	color: #15428B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background-image: url('/i/img/button-download-normal-189x64.png');
	background-repeat: no-repeat;
}

.downloadTrialButton:hover
{
	background-image: url('/i/img/button-download-hover-189x64.png');
}
