@charset "utf-8";

/************/
/* Elements */
/************/
* {
	margin: 0;
	padding: 0;
}

html { overflow-y: scroll; }

div, img {
	behavior: url("js/iepngfix.htc");	
}

/* Disable annoying outlines from firefox */
a:active { outline:none;}
:focus {-moz-outline-style: none;}

td {
	vertical-align: top;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
	
	font-size:100%;
}

p {
	margin-bottom: 11px;
}

ul {
	margin: 1em 4em;
}

li {
	margin: 0.8em 0em;
}

img {	border: 0px;	}	/*Leave image links alone!!!*/

a {
	color: #0072BC/* #0055AA*/;
	text-decoration: none;
}
a:hover {
	color: #003366;
	text-decoration: underline;
}

span.sign {
	font-size: 0.8em;
	display: inline !important;
	padding: 0px !important;
}

/********/
/* Text */
/********/
body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6 {
	color: #0072BC;
}

h1 {	/* Page Titles */
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	
	margin-bottom: 10px;
}

#productreg h1 {	/* Page Titles */
	text-transform: none;
	font-size: 18px;
	font-weight: normal;
	
	padding: 5px;
	
	display: block;
	background: #448CCB;
	color: #FFFFFF;
}

h1 span {	/* Unbolded stuff from h1 (team members, products) */
	font-weight: normal;
	font-size: smaller;
	text-transform: none;
}

h2 {	/* Subheadings */
	font-size: 12px;
	margin-top: 15px;
}

h3 {	/* Homepage minor headers */
	font-size: 12px;
	font-weight: normal;
}

h4 {	/* Product names */
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
}

h5 {	/* Team members' names, small gray */
	font-size: 11px;
	font-weight: normal;
	
	color: #929598;
}

h6 {	/* Header for the sidemenu */
	text-transform: uppercase;
	color: #000000;
	font-size: 12px;
}

address {
	white-space: pre;
}


/**********/
/* Layout */
/**********/
body {
	text-align: center;
}

#container {	/* Whole page div*/
	width: 987px;
	margin: auto;
	text-align: left;
}

#header {	/* Top table */
	margin-top: 10px;
	position: relative;
/* 	height: 55px; */
	width: 100%;
	margin-bottom: 10px;
}


#header a {
	display: block;
}

#header #search {
	position: absolute;
	top: 19px;
	right: 0px;
}

#header #flag {
	border:1px solid #CCCCCC;
	margin-left: 10px;
}

#header #searchsubmit {
	margin-left: 5px
}

#header #search a {
	height: 21px;
}

#header #search input[type='text'] {
	width: 135px;
	font-size: 14px;
	height: 17px;	/*21px(real height) - border(2*1px) - padding(2*1px)*/
	
	display: block;
	background: #ffffff;
	padding: 1px;
	border: 1px solid #999999;
}

#tophr {
	height: 2px;
	width: 100%;
}

#menu { 	/* Javascript Top menu */
	margin: 4px 0px 10px 0px;
}

/* Banner */
#banner {
	margin-bottom: 20px;
}
#bannerHor {	padding-left: 10px;	}	/*On homepage*/
#bannerVer {	padding: 10px 0px;	}	/*On homepage*/


/*** Home Page ***/
/* Table */
#home #content {
	width: 100%;
	height: 379px;
	
	font-size: 11px;
	
	background: url(images/content_background_main.gif) no-repeat;
}

#home #content td {
	width: 50%;
	padding: 20px;
	font-size: 12px;
}

/* The line between the 2 colums */
#home #middlehr {
	vertical-align: middle;
	padding: 0px !important;
	width: 1px !important;
} 

#home #middlehr img {
	height: 339px;	/* 379-padding*2 */
	width: 1px;
	
	margin: 0px;
	padding: 0px;
}

#home #banner {	margin-bottom: 10px !important;}
/** Homepage banner slideshow **/
#slideshow {
	width: 748px;
	height: 200px;
	position:relative;
}
#home #slideshow img {
	display:none;
	position:absolute;
	top:0; left:0;
}
#home #slideshow img:first-child	{ display: block; }

/* product list */
#home #list {
	margin: 20px 0px;
	font-size: 13px;
	
	position: relative;
}

#home #list a {
	display: block;
	padding: 2px;
	width: 0;
	white-space: nowrap;
}

#home #list img {
	position: absolute;
	top: -40px;
	left: 386px;
}

#home #erwin {
	background: #5DBCE8;
	padding: 2px;
	border: 1px solid #BEE4F6;
}

#screenshot {
	position:absolute;
	border:1px solid #999999;
	background: #666666;
	padding:5px;
	display:none;
	color:#ffffff;
	font-weight:bold;
}
#screenshot img {
	margin-bottom: 5px;
}

#home #tabs p {
	margin-top: 3px;
	font-size: 11px;
}
#home #tabs p a {
	margin-top: 2px;
}

/*** Other Pages ***/
#other #content {	height: 500px;	}

/* Table */
#other #content {
	width: 100%;
}

#other #content .column {
	padding: 0px 20px;
}

/* The line between the 2 colums */
#other #middlehr img {
	height: 339px;	/* 379-padding*2 */
	width: 1px;
}

#other #middlehr {
	width: 1px;
	background-color: #999999;
}

/* Executive team pages */
table#executiveteam {
	margin-top: 10px;
}

table#executiveteam img {
	float: left;
	margin-right: 10px;
	width: 70px;
}

table#executiveteam td {
	vertical-align: bottom;
	padding: 0px;
	padding-bottom: 20px;
}

table#executiveteam h5 {
	width: 170px;
}

table#executiveteammember img {
	margin-right: 20px;
}

/* Partners Pages */
#partners {
	margin-top: 20px;
	text-align: center;
}

#partners img {
	margin: 0px 20px;
}

#partner {
	margin-bottom: 10px;
}

/* Product Pages */
#product {
	margin-bottom: 10px;
}

#product img {
	margin-right: 10px;
}

#product td {
	vertical-align: bottom;
	white-space: nowrap;	/* So the title doesn't wrap */
}

#productlist {
	width:100%;
}

#productlist td {
	padding: 10px 0px;
}

#productlist h4 {
	font-size: 14px;
	font-weight: bold;
	
	margin-bottom: 5px;
	
	/* Bullet */
	padding-left: 20px;	
	background-position: 0px 0.35em;
	background-repeat: no-repeat;
	background-image: url(images/product_image_arrow.gif);
}

#productlinks {
	margin-bottom: 10px;
	text-align: center;
}
#productlinks td {
	vertical-align: bottom;
}

#productlinks img {
	padding: 0px 15px;
	margin: 0px;
}

#productlinks a:hover div, #productlinks a:hover p {
	visibility: visible;
}

#productlinks a div, #productlinks a p {
	visibility: hidden;
	text-decoration: none;
	color: #000000;
}

#productlinks a p {
	margin-bottom: 0px;
	padding: 5px 0px;
}

#productlinks a div img {
	margin: 5px 0px;
}

/* Services */
p.intro {
	font-style: italic;
}

.note {
	font-weight: bold;
	color: #0072BC;
}

.answer {
	font-weight: bold;
	color: #0072BC;
}

/** Menu **/
#other .sidemenu {
	margin: 0px;
	margin-top: 5px;
	border-top: 2px solid #CACACA;
	width: 199px;
	
	list-style-type: none;
}

#other .sidemenu ul {
	margin: 0px;
	list-style-type: none;
}

#other .sidemenu a {
	display: block;
	color: #000000;
	
	width: 159px;
	
	text-decoration: none;
	border-bottom: 1px solid #555555;
	
	background-repeat: no-repeat;
	background-image: url(images/leftMenu_image_arrow.gif);
}

#other .sidemenu li {
	margin: 0;
}

#other .sidemenu li a {
	font-weight: bold;
	
	padding: 3px 30px 3px 10px;
	background-position: -1px .5em;	/*x same as padding-10 -1 */
}

#other .sidemenu li li a {
	font-weight: normal;
	
	padding: 3px 15px 3px 25px;
	background-position: 15px .5em;	/*x same as padding-10*/
}

#other .sidemenu li li li a {
	padding: 3px 0px 3px 40px;
	background-position: 30px .5em;	/*x same as padding-10*/
}

#other .sidemenu a:hover {
	background-color: #e2e2e2;
	color: #0072bc;
}

/* Special Pages */
.special {
	margin-top: 40px;
}

.special .sidemenu{
	border: 0 !important;
	margin: 0 !important;
}

.hr {
	padding: 0 !important;
}

.hr img{
	height: 1px;
	width: 960px;
	margin: 10px 0px;
}

.hrShort img{
	height: 1px;
	width: 660px;
	margin: 10px 0px;
}



/* Downloads */
#downloads {
	font-size: 11px;
}

#downloads h2 {
	margin-top: 0px;
	font-weight: normal;
	font-size: larger;
	margin-bottom: 20px;
}

#downloads td {
	padding: 0px 20px;
	width: 20%;
}

#downloads h1 {
	margin-bottom: 0px;
}

#downloads span {
	display: block;
	padding: 0.7em;
}

/* Contact Us */
#contact h3 {
	margin-top: 10px;
}

#contact td {
	padding: 0px 75px;
}

#contact h1 {
	margin-bottom: 0px;
}

/* ASP */

#success h2 {
	margin-top: 0px;
	font-weight: normal;
	font-size: larger;
	margin-bottom: 20px;
}

#success td {
	padding: 0px 20px;
	width: 100%;
}

#success h1 {
	margin-bottom: 0px;
}

#success span {
	display: block;
	padding: 0.7em;
}

/* Sitemap */
#sitemap ul { margin: 0; }
#sitemap li {
	text-transform: uppercase;
	font-weight: bold;
	color: #000000;
	font-size: 14px;
	list-style-type: none;
	display: list-item;
}
#sitemap li li {
	text-transform: none;
	font-weight: bold;
	color: #0072BC;
	font-size: 12px;
	list-style-type: disc;
	margin: 0.2em 0em 0.2em 2em;
}
#sitemap li li li {
	font-weight: normal;
	color: #0072BC;
	font-size: 10px;
	list-style-type: circle;
}
#sitemap li li li li {
	font-weight: normal;
	color: #999999;
	font-size: 8px;
}

#sitemap li li li li a {	color: #999999;	}
#sitemap li li li li a:hover {	color: #0072BC;	}

#sitemap .hr img {
	width: 710px !important;
	margin: 0px !important;
}

/* Forms */
#form {
	width: 100%;
}

#form td {
	padding: 8px 0px;
	vertical-align: middle;
	border-bottom: solid 1px #bebebe;
}

#form td.bullet {
	width: 0px;
	text-align: center;
	border: 0px !important;
	padding-left: 8px;
	padding-right: 8px;
}

#form td.title {
	width: 230px;
}

#form input, #form select, #form select, #form textarea {
	margin-right: 10px;
}

#form .nonrequired img {	display: none;	}

#form .optional {	padding-left: 20px;	color: #666666;	}

#form .submit td {
	border: 0;
	padding: 40px 0px;
}

/* News */
.news {	/*News Block*/
	margin-top: 35px;
}

.news h2 {	margin-bottom: 10px !important;	}
.news h3 {	display: inline;}
.news p {	margin-bottom: 2px;	}	/*disable the p margin*/

.news div {	margin-top: 10px;	}	/*News item*/

/*Privacy tool*/
#tooltiplink {
/* 	float:right; */
	margin-bottom: 10px;
}
#tooltip {
	position:absolute;
	border:1px solid #333;
	background:#f7f5d1;
	padding:2px 5px;
	color:#333;
	display:none;
}

/*Forms*/
input[type=text], textarea {
	background: #ffffff;
	border: 1px solid #999999;
	padding: 2px;
}
input[type=text]:focus {
	background: #ffffcc !important;
	border: 1px solid #999900;
}
textarea:focus {
	background: #fffff6 !important;
	border: 1px solid #999900;
}
input[type=text].error, textarea.error {
	background: #ffffff;
	border: 1px solid #ff0000;
}
label.error {
	padding: 5px;
	padding-left: 1.3em;
	background-image: url(images/unchecked.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	display: block;
}

/* Footer */
#footer {
	margin: 20px 0px;
}

#footer a{	/* Links */
	text-transform: uppercase;
	text-decoration: none;
	
	color: #000000;
}

#bottomhr {
	height: 1px;
	width: 790px;
	margin: 2px 0px;
}

#footer p{	/* Text */
	font-size: 10px;
	margin: 0px;
}

#menu td {
	vertical-align: top;
	width: 130px;
	padding: 0px;
}
#menu ul {
	text-align: left;
	font-size: 9px;
	margin: 0;
	margin-left: 0.4em;
	margin-right: 0.2em;
	
	list-style: none;
}

#menu li {
	padding: 0px;
	margin: 1px;
}

.landingLeftColumn {
	text-align: center;
	padding: 14px;
}