﻿@charset "utf-8";
/*
============================
Copyright 2009 Ellingua, LLC
============================
*/

/*
=============
HTML
=============
*/

html {
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0; padding: 0;
	text-align: center;
	font-size: 13px;
	background-color: #ececec;
}

table {
	width: 98%;
	border-collapse: collapse;
	border-spacing: 0px;
	font-size: 12px;
	margin: 0; margin-left: auto; margin-right: auto;
}

table td {
	padding: 5px;
}

img {
	border-style: none;
}

h1 {
	width: 98%;
	background-color: #0088eb;
	color: #FFFFFF;
	font-size: 16px;
	padding: 5px; margin: 0px; margin-bottom: 5px; margin-top: 5px;
}

.busy {
	float: left;
	width: 32px; height: 32px;
	margin-left: 5px;
	background: url('../images/busy.gif');
}

.busyHidden {
	visibility: hidden;
	width: 32px; height: 32px;
	margin-left: 5px;
	background: url('../images/busy.gif');
}

/*
=============
HEADER
=============
*/

#header {
	width: 885px; height: 59px;
	position: relative; top: 0px;
	background: url('../images/header.jpg') top left;
	margin: 0; margin-left: auto; margin-right: auto; 
}

.title {
	width: 250px; height: 59px;
	float: left;
	margin-left: -25px; margin-top: 10px;
}

.headerLinks ul {
	float: right;
	line-height: 35px;
	color: #0088eb;
}

.headerLinks ul li{
	display: inline;
}

.headerLinks li a {
	font-size: 12px;
	color: #0088eb;
	font-weight: bold;
	text-decoration: none;
}

.headerLinks li a:hover {
	color: #60bcff;
	text-decoration: none;
}

.languageSel {
	float: right;
	margin-left: 5px; margin-right: 10px; margin-top: 18px;
	/*position: relative; top: 18px; left: 270px;*/
}

.languageSel select {
	font-size: 14px;
	border: 1px solid #0088eb;
}

/*
=============
FOOTER
=============
*/

#footer {
	width: 100%; height: 42px;
	clear: both;
	padding-top: 10px;
	border-top: 2px solid #ececec;
}

/*
=============
BODY
=============
*/

#browserCheck {
	width: 90%;
	border: 2px solid #000000;
	padding: 10px;
	background: #FFFFFF;
	margin-bottom: 5px;  
}

#browserCheck a:link, #browserCheck a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

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

#slideShow {
	width: 885px;
	height: 250px;
	margin-top: -6px; 
	border-top: 4px solid #000000;
}

#mainContainer {
	width: 885px;
	position: relative;
	margin: 0; margin-left: auto; margin-right: auto;
}

#content {
	width: 885px;
	position: relative;
	margin: 0; margin-left: auto; margin-right: auto;
	background-color: #FFFFFF;
}

#colA {
	width: 175px;
	float: left;
	text-align: center;
	padding-top: 10px; padding-bottom: 10px;
}

#colB {
	width: 665px;
	float: left;
	text-align: left;
	padding: 15px; padding-left: 15px;
	margin-bottom: 10px;
}

#colC {
	width: 175px;
	float: left;
	text-align: center;
	padding-top: 10px; padding-bottom: 10px; padding-right: 15px;
}

#colA a:link, #colC a:link, #colB a:link {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

#colA a:visited, #colC a:visited, #colB a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

#colA a:hover, #colC a:hover, #colB a:hover {
	text-decoration: underline;
}

.splash {
	width: 885px; height: 250px;
	border: 4px solid #000000; border-left: 0; border-right: 0;
	background: url('../images/splash.jpg');
}

.startNow {
	position: relative; top: 160px; left: 475px;
	width: 115px; height: 36px;
	background: url('../images/buttonLargeHover.png');
}

.startNow a:link, .startNow a:visited {
	display: block;
	width: 115px; height: 36px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background: url('../images/buttonLarge.png');
}

.startNow a:hover, .startNow a:active {
	cursor: pointer;
	background: url('../images/buttonLargeHover.png');
}

.faces {
	position: relative; top: -35px; left: 295px;	
}

/*
=============
BOX/MINI-BOX
=============
*/

.boxHeader, .miniBoxHeader {
	color: #FFFFFF;
	padding: 5px; padding-left: 10px;
	text-align: left;
	font-weight: bold;
}

.boxHeader {
	width: 500px; height: 45px;
	line-height: 45px;
	font-size: 16px;
	background: url('../images/subHeaderLarge.png') top left no-repeat;
}

.miniBoxHeader {
	width: 160px; height: 20px;
	line-height: 20px;
	background: url('../images/subHeader.png') top left no-repeat;
}

.box {
	width: 483px;
	padding: 15px; padding-top: 10px; padding-bottom: 10px;
	border: solid 1px #000000; border-top: none;
}

.miniBox {
	width: 163px;
	padding: 5px;
	text-align: left;
	border: solid 1px #ababab; border-top: none;
	background-color: #dcdcdc;
}

/*
=============
QUICK LINKS
=============
*/

.miniBox ul {
	width: 98%;
	list-style: none;
}

.miniBox li a {
	display: block; /* a must */
	position: relative;
	top: -10px; left: -40px;
	border: solid #666;
	border-width: 0 1px; /* left and right borders only */
	text-decoration: none;
	outline: none; /* so as not to distract from the effect */
	color: #000;
	background: #e4e4e4;
}

.miniBox li a:hover {
	background: #bfbfbf;
	text-decoration: none;
}

.miniBox li a b {
	display: block; /* another must */
	position: relative; /* because the child elements are positioned */
	top: -1px; /* drag it up a little, creates the top notches */
	left: 0;
	border: solid #666;
	border-width: 1px 0 0; /* top border only */
	font-weight: normal;
}

.miniBox li a b b {
	border-width:0 0 1px; /* bottom border only */
	top: 2px; /* pushed down a little to create the bottom notches */
}

.miniBox li a b b b {
	top:-1px;
	padding: 1px 6px;
	border-width: 0;
}

/*
=============
LOGIN
=============
*/

label.login {
	float: left;
	position: relative;
	padding-bottom: 2px;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}

input.login {
	height: 20px;
	margin-left: 0;
	padding: 2px;
	border: 1px solid #666666;
	background-color: #fefefe;
}

select.formSelect {
	clear: left;
	height: 15;
	margin-left: 5px;
	padding: 2px;
	border: 1px solid #666666;
	background-color: #fefefe;
}

.loginLink {
	font-size: 10px;
	color: #000000;
}

.loginBox {
	position: relative; top: 0px; left: 0px;
	width: 165px; height: 230px;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 10px;
	background: url('../images/loginBackground.png'); 
}

.loginBox ul {
	list-style: none;
}

.loginBox li a {
	position: relative; top: -10px; left: -40px;
	display: block;
	font-size: 12px;
	color: #0088eb;
	background: none;
	border: none;
	text-decoration: none;
}

.loginBox li a:hover {
	color: #60bcff;
	text-decoration: none;
}

/*
=============
CHECKOUT
=============
*/

.checkout {
	width: 90%; 
	padding: 5px; 
	border: 2px solid #ababab;
	background-color: #f6f6f6; 
	margin-left: auto; margin-right: auto; margin-bottom: 10px;
}

label.checkout {
	float: left;
	position: relative;
	padding-bottom: 2px;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}

input.checkout {
	clear: both;
	height: 15px;
	color: #515151;
	margin-left: 5px;
	padding: 2px;
	border: 1px solid #666666;
	background-color: #fefefe;
}

select.formSelect {
	clear: left;
	height: 15;
	margin-left: 5px;
	padding: 2px;
	border: 1px solid #666666;
	background-color: #fefefe;
}

/*
=============
FORM CONTROLS
=============
*/

label {
	float: left;
	display: block;
	position: relative;
	width: 100px; height: 15px;
	text-align: left;
	padding-bottom: 2px;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}

input {
	height: 15px;
	color: #515151;
	margin-left: 10px; margin-bottom: 5px;
	padding: 2px;
	border: 1px solid #666666;
	background-color: #fefefe;
}

input.selected {
	border: 2px solid #0088eb;
}

textarea {
	width: 95%; height: 15px;
	color: #515151;
	margin-bottom: 5px;
	padding: 2px;
	border: 1px solid #666666;
	background-color: #fefefe;
}

select {
	height: 25px;
	margin-left: 10px; margin-bottom: 5px;
	padding: 2px;
	border: 1px solid #666666;
	background-color: #fefefe;
}

.checkbox {
	border: none;
}

.formButton {
	width: 75px; height: 25px;
	margin-left: 5px; margin-top: 5px;
	color: #FFFFFF; 
	text-align: center; 
	font-weight: bold;
	font-size: 11px; 
	border: none;
	/*background-color: #57b2e6;*/
	background: url('../images/button.png') top left;
	line-height: 10px;
}

input.formButton:hover {
	background: url('../images/buttonHover.png') top left;
	cursor: pointer;
}

.rowHeader, .row {
	width: 95%;
	padding: 5px;
	margin: 0; margin-left: auto; margin-right: auto;
}

.rowHeader {
	font-weight: bold;
	border-bottom: 2px solid #000000;
}

.row {
	height: 20px;
}

/*
=============
REGISTRATION
=============
*/

table tr.reg {
	background-color:  #aac2b8;
	border: solid 1px #007f4d;
}

table tr.row:hover {
	background-color: #fdfec9;
}

table td.reg {
	border: solid 1px #007f4d;
	text-align: center;
}

.regButton {
	width: 100px; height: 20px;
	padding: 2px;
	line-height: 20px;
	background-color: #57b2e6;
	border: solid 1px #3f84ac;
}

/*
=============
Eng Questions
=============
*/

input.eng {
	width: 400px; height: 15px;
	color: #515151;
	margin: 0; margin-left: auto; margin-right: auto;
	padding: 2px;
	border: 1px solid #666666;
	background-color: #fefefe;
}

textarea.eng {
	width: 400px; height: 75px;
	color: #515151;
	margin: 0; margin-left: auto; margin-right: auto;
	padding: 2px;
	border: 1px solid #666666;
	background-color: #fefefe;
}

/*
=============
Survey
=============
*/

table.survey {
	background-color: #d9e6e1;
	border: 1px solid #007f4d;
}

table.survey tr {
	font-weight: 700;
}

table.survey td {
	padding: 10px;
}

textarea.survey {
	width: 400px; height: 35px;
	border: 1px solid #007f4d;
	padding: 5px;
	margin: 0; margin-left: auto; margin-right: auto;
}

/*
=============
MSG
=============
*/

label.contact {
	float: left;
	display: block;
	position: relative;
	width: 200px; height: 15px;
	text-align: left;
	padding-bottom: 2px;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}

/*
=============
MSG
=============
*/

.msg1, .msg2, .errMsg {
	width: 90%;
	font-size: 11px;
	text-align: center;
	padding: 5px;
	margin: 0; margin-left: auto; margin-right: auto; margin-top: 5px; margin-bottom: 5px;
}

.msg1 {
	border: 1px solid #3f84ac;
	background-color: #57b2e6;
}

.msg2 {
	border: 1px solid #4d8c35;
	background-color: #78c859;
}

.errMsg {
	border: 1px solid #be2121;
	background-color: #efb4b4;
}

.msg1 a:link {
	color: #000000;
}

.msg1 a:hover {
	text-decoration: underline;
}

.msg2 a:link {
	color: #000000;
}

.msg2 a:hover {
	text-decoration: underline;
}

.errMsg a:link {
	color: #000000;
}

.errMsg a:hover {
	text-decoration: underline;
}

/*
=============
MESSAGES
=============
*/

.convoHeader {
	float: left;
	width: 100%;
	font-weight: bold;
}

.convoDate {
	width: 100%;
	margin-bottom: 10px;
}

.msgBody {
	float: left;
	width: 100%;
}

select.msg {
	width: 300px;
	margin: 0; margin-bottom: 3px;
}

textarea.msg {
	width: 300px; height: 15px;
	margin: 0;
}

.msgBox1 {
	background: url('../images/msgBox-TopLeft.png');
}

.msgBox2 {
	background: url('../images/msgBox-Top.png');
}

.msgBox3 {
	background: url('../images/msgBox-TopRight.png');
}

.msgBox4 {
	background: url('../images/msgBox-SideLeftT.png');
}

.msgBox5 {
	width: 100%;
	background-color: #f8f8f8;
}

.msgBox6 {
	background: url('../images/msgBox-SideRightT.png');
}

.msgBox7 {
	background: url('../images/msgBox-SideLeftB.png');
}

.msgBox8 {
	width: 100%;
	background-color: #d9d9d9;
}

.msgBox9 {
	background: url('../images/msgBox-SideRightB.png');
}

.msgBox10 {
	background: url('../images/msgBox-BottomLeft.png');
}

.msgBox11 {
	background: url('../images/msgBox-Bottom.png');
}

.msgBox12 {
	background: url('../images/msgBox-BottomRight.png');
}

/*
=============
PROFILE
=============
*/

.profileCol1 {
	float: left;
	width: 250px;
}

.profileCol2 {
	float: left;
	width: 350px;
}

.mug {
	border: 2px solid #000000;
}

.thumb {
	margin: 0; margin-left: 3px; margin-right: 3px;
	border: 1px solid #000000;
}

.thumbCol {
	width: 100px;
}

.profileHead {
	float: left;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 3px;
}

input.proInput1 {
	float: left;
	width: 400px;
	margin: 3px;
	margin-left: 0;
	color: #515151;
}

input.proInput2 {
	float: left;
	width: 100px;
	margin: 3px;
	margin-left: 5px;
	color: #515151;
}

select.proSelect {
	float: left;
	color: #515151;
}

.profileRow {
	float: left;
	width: 100%; height: 18px;
}

textarea.proTextarea {
	float: left;
	width: 500px; height: 35px;
	padding: 3px;
	margin: 0;
}

/*
=============
TRIAL
=============
*/

input.trialInput {
	width: 125px;
	margin: 0; margin-right: 10px;
}

.trialRow {
	width: 100%;
}