/* CSS Document */

/* browser reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
}

body {
	line-height: 1;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
}

html {
	min-width: 620px;
	margin: auto;
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #F1F3F1;
}

body {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

/* structure */

#container {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
    background-color: #fff;
}

#header {
	position: relative;
	top: 0px;
	width: 960px;
	height: 75px;
	background-color: #fff;
}

#content {
	position: relative;
	top: 0px;
	width: 960px;
	padding: 0px 10px 0px 10px;
}

#footer {
	clear: both;
	position: relative;
	top: 0px;
	width: 960px;
	height: 50px;
}

/* typography*/

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #999999;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	margin-bottom: 10px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #666666;
	z-index: 3000;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.2;
	font-weight: normal;
	color: #666666;
	margin-bottom: 5px;
}

a {
	color: #330099;
	font-weight: bold;
}

a:visited, a:hover {
	color: #330099;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.2;
	font-weight: normal;
	color: #333;
	padding: 0px 0px 0px 15px;
}

li {
	padding-bottom: 5px;
}

/* header elements */
#logo {
	position: absolute;
	top: 5px;
	left: 8px;
	height: 68px;
	width: 205px;
}

#banner {
	position: absolute;
	top: 5px;
	right: 20px;
	height: 60px;
	width: 400px;
}
/* navigation elements */

#navigation {
	position: absolute;
	top: 13px;
    right: 30px;
	width: 225px;
	height: 26px;
	border: 0px;
	margin: 0px;
	padding: 0px;
    color: #5066AE;
    text-decoration: none;
    text-align: right;
}

#navigation a, #navigation a:visited {
    color: #5066AE;
    text-decoration: none;
    padding-left: 7px;
    padding-right: 7px;
}
#navigation a:hover {
    text-decoration: underline;
}
#navigation h2 {
	font-size: 20px;
	padding-top: 7px;
	margin-right: 7px;
}


#butt1 {
	background-image: url(new_images/navigation.gif?v=20191029);
	background-position: 0px 0px;
	width: 110px;
	height: 26px;
	float: left;
	overflow: hidden;
	padding: 0px;
	border: 0px;
	cursor: pointer;
}

#butt1:hover {
	background-position: 0px -26px;
}

#butt2 {
	background-image: url(new_images/navigation.gif?v=20191029);
	background-position: -110px 0px;
	width: 114px;
	height: 26px;
	float: left;
	overflow: hidden;
	padding: 0px;
	border: 0px;
	cursor: pointer;
}

#butt2:hover {
	background-position: -110px -26px;
}

#butt3 {
	background-image: url(new_images/navigation.gif?v=20191029);
	background-position: -224px 0px;
	width: 110px;
	height: 26px;
	float: left;
	overflow: hidden;
	padding: 0px;
	border: 0px;
	cursor: pointer;
}

#butt3:hover {
	background-position: -224px -26px;
}

/* products */

#products {
	float: left;
	width: 960px;
	background-color: #fff;
	border: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 2000;
    padding-top: 15px;
    padding-bottom: 10px;
}

#products img {
    height: 50px;
}

#prod1, #prod2, #prod3, #prod4, #prod5, #prod6 {
	background-image: url(new_images/logoSprite.gif?v=20191029);
	background-position-x: 0px;
	width: 132px;
    height: 45px;
	float: left;
	overflow: hidden;
	border: 0px;
	cursor: pointer;
	background-repeat: no-repeat;
    padding-right: 27px;
    margin-bottom: 3px;
}

#prod1 {
	background-position-y: 0px;
}

#prod2 {
	background-position-y: -100px;
}

#prod3 {
	background-position-y: -200px;
}

#prod4 {
	background-position-y: -300px;
}

#prod5 {
	background-position-y: -400px;
}

#prod6 {
	background-position-y: -500px;
}

#prod1:hover, #prod2:hover, #prod3:hover, #prod4:hover, #prod5:hover, #prod6:hover {
	background-image: url(new_images/logoSprite.gif?v=20191029);
}

#prod1:hover {
    background-position-y: -50px;
}

#prod2:hover {
    background-position-y: -150px;
}

#prod3:hover {
    background-position-y: -250px;
}

#prod4:hover {
    background-position-y: -350px;
}

#prod5:hover {
    background-position-y: -450px;
}

#prod6:hover {
    background-position-y: -550px;
}

.productsText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
    width: 960px;
    padding: 0;
}

.productsText li {
    word-wrap: normal;
    width: 132px;
    float: left;
    overflow: hidden;
    padding-left: 2px;
    padding-right: 25px;
}


/* homepage-content elements */

#contactUsPopup {
	position: absolute;
	top: 246px;
	right: 20px;
	width: 214px;
	height: 62px;
	background-image: url(new_images/contact-box.gif?v=20191029);
	z-index: 1000;
	display: none;
}

#contactUsPopup .content {
	padding: 10px 13px;
}

#contactUsPopup h2 {
	font-size: 12px;
	margin-bottom: 7px;
	color: #330099;
	padding: 0px;
	margin: 0px;
}

#contactUsCloseButton {
	height: 11px;
	width: 11px;
	float: right;
	background-image: url(./new_images/close.gif?v=20191029);
	margin-right: 3px;
	cursor: pointer;
}

#contactUsPopup h3 {
	font-size: 11px;
	text-align: left;
	color: #999999;
	padding: 0px;
	margin: 0px;
	line-height: 13px;
}

#login {
	position: absolute;
	top: 88px;
	right: 20px;
	width: 241px;
	height: 172px;
	background-image: url(new_images/Loginbox.png?v=20191029);
    background-repeat: no-repeat;
}

#login .helpLink {
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
	float: left;
	padding-top: 16px;
	line-height: 18px;
}

#loginForm {
	padding: 20px 18px 0px 18px;
	height: 145px;
	overflow: hidden;
}

#login h2 {
	font-size: 18px;
	margin-bottom: 7px;
	color: #FFFFFF;
}

#login h3 {
	font-size: 11px;
	line-height: 1.2;
	margin-bottom: 5px;
	text-align: left;
	color: #FFFFFF;
}

#loginForm .inputField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.2;
	margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.inputBox {
	margin: -5px 0px 0px 10px;
	right: 0px;
	width: 118px;
	text-align: justify;
    float: right;
    height: 20px;
}

.loginButton {
	text-align: justify;
	color: #FFF;
	border-color: white;
	border-width: 2px;
	border: 2px white solid;
	padding: 6px 42px;
	text-decoration: none;
	margin-top: 10px;
}

#homepage-road {
	position: relative;
	top: 0px;
	left: 0px;
	width: 700px;
	height: 245px;
	background-image: url(new_images/Disperse.png?v=20191029);
}

#product-title {
	padding: 0px 0px 5px 0px;
}

#training {
	position: relative;
	float: right;
	top: 0px;
	right: 180px;
	width: 131px;
	height: 106px;
	background-image: url(new_images/training.gif?v=20191029);
}

#trainingLink {
	position: absolute;
	top: 280px;
	width: 241px;
	height: 53px;
	background-image: url(new_images/Trainingseminars.png?v=20191029);
	cursor: pointer;
	right: 20px;
	background-repeat: no-repeat;
}

#trainingLink:hover {
    background-image: url(new_images/TrainingseminarsOver.png?v=20191029);
}

#epyx {
	position: relative;
	clear: both;
	left: 866px;
	width: 84px;
	height: 59px;
	margin: 10px 0px 10px 0px;
}

#epyx-hp {
	float: right;
	clear: both;
	width: 84px;
	height: 59px;
	margin: -24px -30px -24px 0px;
}

#app-store {
	position: absolute;
	left: 580px;
	width: 110px;
	top: 104px;
	height: 38px;
}

#cookie {
	position: absolute;
	left: 870px;
	top: 260px;
}

/* AboutUs-content elements */

#epyx-logo {
	position: relative;
	margin: 30px 0px 0px 0px;
	top: 0px;
	left: 160px;
	background-image: url(new_images/epyx.gif?v=20191029);
	width: 115px;
	height: 54px;
}

#businesspeople {
	position: absolute;
	top: 110px;
	right: 250px;
	background-image: url(new_images/businesspeople.gif?v=20191029);
	width: 200px;
	height: 299px;
}

#aboutUsTextTop {
	position: relative;
	padding: 30px 0px 0px 0px;
	width: 440px;
	left: 0px;
	text-align: justify;
}

#training-AboutUs {
	width: 131px;
	height: 106px;
	background-image: url(new_images/training_v2.png?v=20191029);
	float: right;
	margin-left: 10px;
}

#miniAboutUs {
	position: relative;
	margin: 20px 0px 10px 0px;
	float: left;
	top: 0px;
	left: 0px;
	width: 185px;
	height: 343px;
	background-image: url(new_images/mini-02.jpg?v=20191029);
}

#onelinkAboutUs {
	position: relative;
	float: left;
	margin: 20px 0px 0px 20px;
	top: 0px;
	left: 0px;
	width: 205px;
	height: 68px;
	background-image: url(new_images/1link.png?v=20191029);
	background-color: #FFCC00;
}

#aboutUsTextBottom {
	position: relative;
	left: 20px;
	padding: 100px 0px 0px 20px;
	width: 520px;
	text-align: justify;
}

#moredetails-AboutUs {
	width: 156px;
	height: 115px;
	background-image: url(new_images/more-details_v2.gif?v=20191029);
	cursor: pointer;
	float: right;
	margin-left: 10px;
}

#moredetails-AboutUs:hover {
	background-position: -0px -115px;
}

/* product screens */

#pagetitle {
	background: #fff;
	z-index: 5000;
}

#product-mini {
	clear: both;
	float: right;
	width: 450px;
	height: 394px;
	background-image: url(new_images/mini-04.jpg?v=20191029);
}

#MainCol {
	background-color: #fff;
	width: 960px;
}

.largeHeader {
	font-size: 20px;
	color: #330099;
	padding-top: 50px;
}

.textHeader {
	font-size: 12px;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 5px;
}

img.floatRight {
	float: right;
	padding: 0px;
	margin: 0px;
}

.productContainer {
	/**/
}

.productContainer .col1 {
	width: 276px;
	float: left;
	padding: 0px 14px 0px 0px;
	margin: 0px;
}

.productContainer .col2 {
	width: 311px;
	float: right;
	padding: 0px 14px 0px 0px;
	margin: 0px;
}

.productContainer .col3 {
	width: 325px;
	float: right;
	padding: 0px;
	margin: 0px;
}

.productImage {
	margin-top: 40px;
}

#threeColContainer {
	clear: both;
	position: relative;
	width: 950px;
	left: 0px;
	min-height: 100px;
	background-color: #fff;
	text-align: justify;
}

#colA img {
	padding: 30px 20px 0px 20px;
}

#colA {
	float: left;
	top: 0px;
	left: 0px;
	width: 290px;
	min-height: 50px;
	background-color: #fff;
}

#colB {
	top: 0px;
	left: 0px;
	width: 300px;
	padding: 0px 325px 0px 320px;
	min-height: 50px;
	background-color: #fff;
}

#colC {
	float: right;
	top: 0px;
	left: 0px;
	width: 290px;
	min-height: 50px;
	background-color: #fff;
}

/* footer elements */

#footer p {
	padding: 6px 10px 10px 10px;
	font-size: 10px;
	color: #666;
}

.copyright {
	padding: 8px 10px 0px 10px;
	font-size: 10px;
	color: #666;
	float: left;
}

.copyright a:hover {
	color: #330099;
}

#LoginButton {
	text-align: right;
	line-height: 37px;
}

#LoginFailureMessage {
	color: white;
	font-size: 10px;
	/* width: 63%; */
	float: left;
	line-height: 12px;
	font-weight: bold;
	margin-left: -10px;
	margin-right: -10px;
	margin-top: 5px;
}

#LoginPleaseWait {
	line-height: 20px;
    color: white;
}

#formLayout {
	margin: 0px;
	padding: 0px;
}

#formLayout h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #999999;
}

#formLayout p {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 11px;
	margin: 0;
	color: #666;
	padding: 10px 0px 0px 5px;
	line-height: 1.2;
}

#formHeader {
	padding: 10px 0px;
	margin: 0px;
}

#cookieLayout {
	margin: 0px;
	padding: 0px;
}

#cookieLayout h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #999999;
}

#cookieLayout h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	margin-bottom: 2px;
}

#cookieLayout p {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 11px;
	margin: 0;
	color: #666;
	padding: 0px 10px 10px 0px;
	line-height: 1.2;
}

#termsLayout h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #999999;
}

#termsLayout h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	margin-bottom: 2px;
}

#termsLayout h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #666666;
	z-index: 3000;
}

.termsLink, .termsLink:visited {
    margin-left: auto;
    margin-right:auto;
	text-decoration: none;
	padding-top: 0px;
	padding-bottom: 0px;
	cursor: pointer;
	display: inline-block;
	font-size: 10px;
	color: #666;
	font-weight: normal;
}

#formLeftCol {
	background-color: #fff;
	float: left;
	width: 350px;
	padding: 0px;
	margin: 0px;
}

#formRightCol {
	background-color: #fff;
	width: 340px;
	padding: 0px 10px;
	margin: 0px;
	float: right;
}

#formLeftCol h2, #formRightCol h2 {
	background-color: #2F3790;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
	text-align: left;
	line-height: 22px;
	padding: 0px 10px;
	margin: 10px 0px;
}

/** 
* Generated by www.formstylegenerator.com 
**/

.form_row {
	text-align: justify;
	padding: 5px 10px;
}

.form_submit {
	text-align: justify;
	padding: 25px 10px 5px 10px;
	float: right;
}

.form_checkboxRow {
	text-align: justify;
	padding: 2px 10px;
}

/** You can use this style for your INPUT, TEXTAREA, SELECT elements **/
.myinputstyle {
	/** remember to change image path **/
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 11px;
	color: #8c8cb1;
}

/** You can use this style for your LABEL elements **/
.mylabelstyle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #666666;
	display: inline-block;
	width: 120px;
}

.StandardButton {
	background-image: url(./new_images/small_navbutton.gif?v=20191029);
	width: 60px;
	height: 17px;
	cursor: pointer;
	text-align: center;
	margin: 0px;
	display: inline-block;
	padding-top: 4px;
	text-decoration: none;
	color: White;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	font-family: Helvetica,Arial,sans-serif;
}

.StandardButton:hover {
	background-position: 0px -20px;
}

.aboutUs {
	background-color: #ffffff;
	margin-top: 20px;
}

.aboutUs .col1 {
	float: left;
	width: 460px;
	background-image: url(new_images/epyx.gif?v=20191029);
	padding-top: 75px;
	margin-right: 20px;
	background-position: center top;
	background-repeat: no-repeat;
}

.aboutUs .col2 {
	float: right;
	width: 460px;
	background-image: url(new_images/1link.png?v=20191029);
	padding-top: 75px;
	background-position: center top;
	background-repeat: no-repeat;
}


.navLink, .navLink:visited {
    margin-left: auto;
    margin-right:auto;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	cursor: pointer;
	display: inline-block;
	font-size: 10px;
	color: #666;
	font-weight: normal;
}

.logoText {
    position: absolute;
    top: -49px;
    left: 177px;
}

h1.logoText {
    font-size: 30px;
}

/* TERMS AND CONDITIONS PAGE */
#tncItemsContainer {
	margin-left: 15px;
	margin-right: 35px;
	padding-top: 80px;
	margin-bottom: 40px;
}

.tncItem {
	margin-bottom: 30px;
    background-color: #F2F3F2;
    border: 2px solid #C8C8C8;
    padding: 20px;
}

.tncItemImageContainer {
    width: 190px;
    display: inline-block;
}

.tncItemImageContainer img {
	height: 65px;
	width: auto;
}

.tncItemLinksContainer {
	padding-top: 10px;
    display: inline-flex;
    flex-direction: column;
}

.tncItemLinksContainer a {
	padding-top: 36px;
	display: table-row;
	color: #5066AE;
}

.tncSideButtonsContainer {
    float: right;
    display: flex;
    flex-direction: column;
}

.tncSideButtonsContainer a {
    height: 27px;
    margin-bottom: 16px;
}