/*
Main styles for the website
*/

html, body {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	color: #000000;
}
div#mainContainer {
	background-position: 570px top;
	background-repeat: no-repeat;
	width: 806px;
	margin: 0 auto 0 auto;
	border: 1px solid #ffffff;
}
div#mainHeader h1 {
	margin: 25px 0 20px 15px;
	float: left;
}
div#mainHeader h1 a {
	width: 117px;
	height: 31px;
	display: block;
	background-image: url(../../../img/newWebsite/modern/main/logo.png);
}
div#mainHeader h1 a span {
	display: none;
}
div#mainBody {
	overflow: auto;
	width: 100%;
	margin-top: 10px;
}

/* ------------------------------------------------------------------------------------------ */
/* Defaults */
a {
	color: #065E7E;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.whatis {
	word-break: keep-all;
	margin: 5px;
}
img {
	border: none;
}
.hidden {
	display: none;
}
.right {
	float: right;
}
.left {
	float: left;
}
.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.clear {
	clear: both;
}
.success {
	color: #008800;
}
.error {
	color: #990000;
}
.marked {
	font-style: italic;
	color: #669AAD;
}
.labelcomment {
	font-weight: normal;
}
label.floatlabel {
	padding: 5px;
}
.big {
	font-weight: bold;
	font-size: 18px;
	color: #065E7E;
}
fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

/* ------------------------------------------------------------------------------------------ */
/* Error and Success */
div.errorbox {
	border: 1px solid #990000;
	background-color: #FDFAFA;
	padding: 5px 15px 10px 15px;
	margin: 10px 20px 10px 20px;
}
div.successbox {
	border: 1px solid #008800;
	background-color: #F7FCF7;
	padding: 5px 15px 10px 15px;
	margin: 10px 20px 10px 20px;
}
div.errorbox span.error, div.successbox span.success {
	font-weight: bold;
	display: block;
	padding-top: 5px;
}
div.errorbox span.description, div.successbox span.description {
	display: block;
	color: #000000;
}

/* ------------------------------------------------------------------------------------------ */
/* Get Started */
a.getstarted {
	/* background-image: url(../../../img/newWebsite/modern/pageContent/en/getstarted.png); */
	padding: 0;
	margin: 20px auto 20px auto;
	width: 556px;
	height: 65px;
	background-repeat: no-repeat;
	display: block;
	clear: both;
}
a.getstarted span {
	display: none;
}
a.getstarted:hover {
	background-position-y: -65px;
}

/* ------------------------------------------------------------------------------------------ */
/* General Overlay */
div#mainOverlayBg {
	display: none;
	z-index: 200;
	position: absolute;
	top: 0;
	width: 100%;
	background-color: #ffffff;
}
div#mainOverlay {
	display: none;
	z-index: 200;
	position: absolute;
	top: 0;
	width: 100%;
}
div#mainOverlay div {
	margin: 0 auto 0 auto;
	text-align: left;	
}
div#mainOverlay div h2 {
	margin: 15px 20px 0 20px;
	font-size: 16px;
}
div#mainOverlay div h3 {
	margin: 15px 20px 0 20px;
	padding: 0;
	font-size: 13px;
}
div#mainOverlay div p {
	margin: 10px 20px 0 20px;
}
div#mainOverlay div fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
div#mainOverlay div input {
	margin: 10px 20px 0 20px;
	border: 1px solid #337891;
}
div#mainOverlay div input.button {
	margin: 10px 20px 15px 15px;
	display: block;
	color: #669AAD;
	border: 1px solid #669AAD;
	background-color: #ffffff;
	font-size: 12px;
}
div#mainOverlay div span.submit {
	margin: 10px 15px 15px 15px;
	display: block;
	color: #669AAD;
}
div#mainOverlay a {
	padding: 0 5px 0 5px;
}

/* ------------------------------------------------------------------------------------------ */
/* Overlay Textbox */
div#overlayBox div.overlayText {
	display: none;
	width: 300px;
	border: 1px solid #337891;
	background-color: #FAFCFC;
	overflow: hidden;
}

/* ------------------------------------------------------------------------------------------ */
/* Overlay News */
div#overlayBox div#overlayNews {
	width: 400px;
}
div#overlayBox div#overlayNews h2, div#overlayBox div.overlayWhatis h2 {
	font-size: 10px;
}
div#overlayBox div#overlayNews h3, div#overlayBox div.overlayWhatis h3 {
	margin: 5px 20px 0px 20px;
	font-size: 14px;
}

/* ------------------------------------------------------------------------------------------ */
/* Overlay Loader */
div#mainLoader {
	display: none;
	z-index: 200;
	position: absolute;
	top: 0;
	width: 100%;
	background-color: #ffffff;
	text-align: center;
}

/* ------------------------------------------------------------------------------------------ */
/* password strenght meter */
#passwordStrength
{
        height:10px;
        display:block;
        float:left;
}
.strength0 { width:200px; background:#cccccc; }
.strength1 { width:40px; background:#ff0000; }
.strength2 { width:80px; background:#ff5f5f; }
.strength3 { width:120px; background:#56e500; }
.strength4 { width:160px; background:#4dcd00; }
.strength5 { width:200px;  background:#399800;}


/* ------------------------------------------------------------------------------------------ */
/* topbar */
div#topbar {
    background-image: url(../../../img/newWebsite/modern/main/topbar_bg.png);
    background-repeat: repeat-x;
    border-bottom: 1px solid #990000;
    height: 42px;
    color: #ffffff;
    font-size: 25px;
    text-align: center;
    padding-top: 8px;
}
#topbar a {
    color: #ffffff;
}
#topbarJustnow {
    display: inline;
    margin-right: 20px;
    font-style: italic;
}
#topbarRebate {
    display: inline;
    margin-right: 15px;
}
#topbarCoupon {
    font-size: 11px;
    margin-top: 0px;
    display: inline;
    font-style: italic; 
}


