﻿body
{
    /*background-image: url('../img/pageBackground.gif');
    background-repeat: repeat;*/
    background-color: White;
    text-align: center;
    font-family: Georgia;
    padding-top: 0px;
    margin: 0px;
    color: #666666;
}

body #mainContainer
{
    text-align: center;
}

body #divBody,
body #header
{
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

body #divBody
{
	background-color: White;
}

a img
{
	border: 0px;
	border-style: none;
}

body #headerBg
{
	width: 100%;
    background-image: url('../img/header_bg.gif');
    background-repeat: repeat-x;
}

body #header
{
    position: relative;
    top: 0px;
    left: 0px;
}

body #headerBg,
body #header
{
	height: 236px;
}

.content
{
    padding: 20px 27px 0px 27px;
    text-align: left;
    clear: both;
}
.blueDashDotLine
{
    height: 3px;
    width: 100%;
    background-image: url('../img/dotted_delimiter.gif');
    background-repeat: repeat-x;
    margin-top: 11px;
    margin-bottom: 11px;
}
#logoLink
{
    height: 214px;
    width: 379px;
    background-image: url('../img/logo.gif');
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top: 69px;
    left: 27px;
    text-align: left;
    float: left;
}

#headerContent
{
    margin-left: 502px;
    width: 560px;
    height: 200px;
}
#bottomContent
{
    background-image: url('../img/header_gradient_bg.gif');
    background-position: top left;
    background-repeat: repeat-x;
}
#headerLoginForm
{
    padding-top: 17px;
    padding-bottom: 15px;
    text-align: right;
    padding-right: 65px;
}
.headerText, .headerQuoteMarks
{
    color: White;
    font-size: 36px;
    text-align: right;
}
.headerQuoteMarks
{
    font-size: 72px;
}
#headerQuestion
{
    background-image: url('../img/header_question.gif');
    background-repeat: no-repeat;
    width: 496px;
    height: 82px;
}
#headerAnswer
{
    background-image: url('../img/header_answer.gif');
    background-repeat: no-repeat;
    background-position: bottom left;
    width: 191px;
    height: 28px;
    padding-top: 23px;
}
#blotImg
{
    position: absolute;
    top: 174px;
    left: 740px;
    text-align: left;
}
.pinkColor, h1
{
    color: #e10266;
}
.greyColor, h2
{
    color: #666666;
}
h1, h2
{
    margin-bottom: 0px;
    margin-top: 0px;
    font-weight: normal;
}
h1
{
    font-size: 45px;
}
h2
{
    font-size: 30px;
}
p
{
    margin-bottom: 25px;
}
ol#list
{
    padding-left: 27px;
    margin-left: 0px;
}
#footer
{
    font-size: 12px;
    padding-bottom: 20px;
}

#footer a, #footer a:hover, #footer a:visited
{
    color: #23a2d8;
}
#footer a, #footer a:visited
{
    text-decoration: none;
}
#footer a:hover
{
    text-decoration: underline;
}

#headerLoginForm a, #headerLoginForm a:hover, #headerLoginForm a:visited
{
    color: white;
}
#headerLoginForm a, #headerLoginForm a:visited
{
    text-decoration: none;
}
#headerLoginForm a:hover
{
    text-decoration: underline;
}

.font22
{
    font-size: 22px;
}
.font25
{
    font-size: 25px;
}
#beforeStickyHeader, #afterStickyHeader
{
    padding: 0px 0px 20px 10px;
    clear: both;
}
.beforeSticky, .afterSticky
{
    float: left;
}
.beforeStickyLastImg, .afterStickyLastImg
{
    margin-left: 770px;
}
.beforeStickyLastImg, .beforeSticky, .afterSticky, .afterStickyLastImg
{
    width: 192px;
    height: 240px;
}
.stickySteps, .stickySteps p
{
    text-align: center;
}
.stickySteps p
{
    padding: 0px 30px 0px 30px;
    margin: 0px;
    font-size: 14px;
}
#headerAndEmailField
{
    height: 140px;
}
#headerAndEmailField div#left
{
    width: 380px;
    float: left;
    padding-top: 40px;
}
#headerAndEmailField div#right
{
    width: 340px;
    margin-left: 485px;
    padding-top: 70px;
    padding-left: 140px;
    background-image: url('../img/dotted_trail.gif');
    background-repeat: no-repeat;
    background-position: top left;
}

.formTextBox
{
	height: 30px;
    border: solid 1px #8faab5;
    background-color: #eff1f2;
    padding: 8px 10px 2px 10px;
    font-size: 18px;
}

#headerAndEmailField div#right .formTextBox
{
    width: 200px;
}
#headerAndEmailField div#right span, 
#headerAndEmailField div#right input, 
#headerLoginForm img, 
#headerLoginForm input, 
.verticalAllignedInputs img, 
.verticalAllignedInputs input,
.verticalAllignedInputs span
{
    display: inline-block;
    vertical-align: middle;
}

#headerLoginForm .loginTextBox
{
    background-image: url('../img/login_textbox_bg.gif');
    background-position: top left;
    background-repeat: no-repeat;
    width: 133px;
    height: 23px;
    padding: 7px 10px 3px 10px;
    border-style: none;
    background-color: Transparent;
    font-size: 16px;
}

.submitForm
{
	padding-top: 40px;
}

.submitForm div.left
{
    width: 630px;
    float: left;
     background-image: url('../img/dotted_trail2.gif');
    background-repeat: no-repeat;
    background-position: top right;
}
.submitForm div.right
{
    width: 320px;
    margin-left: 635px;
    /*padding-left: 160px;*/
   
    text-align: right;
}

.submitForm div.right .formTextBox
{
    width: 300px;
    margin-top: 5px;
}

.popupMessage
{
	border: solid 1px #7e0000;
	width: 260px;
	padding-left: 14px;
	padding-right: 14px;
	background: White;
}

.popupMessageHidden
{
	border: solid 1px #7e0000;
	width: 260px;
	padding-left: 14px;
	padding-right: 14px;
	background: White;
	display: none;
}

.popupMessageHeader
{
	font-size: 13px;
	background-color: #7e0000;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	color: White;
	text-align: -moz-center;
}

.popupMessageBody
{
	padding-top: 7px;
	padding-bottom: 7px;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.hiddenButton
{
	display: none;
	visibility: hidden;
	width: 0px;
	height: 0px;
	position: absolute; 
	left: -50px; 
	top: -50px;
	border: none;
	padding: 0px;
	margin: 0px;
	font-size: 0px;
}

#clickandstickPowered
{
    height: 23px;
    width: 252px;
    background-image: url('../img/clickandstick_powered.gif');
    background-repeat: no-repeat;
    display: block;
    text-align: left;
    float: left;
}

.itemNumber
{
	float: left;
}

.itemText
{
	margin-left: 40px;
}

/*******************************************************************************/
/*                          Packages                                           */
/*******************************************************************************/

#packages
{
	padding-top: 40px;
}

.pakageContent
{
	width: 186px;
	border: solid 1px #b4b4b4;
	float: left;
}

.packageHeader
{
	font-size: 30px;
	padding: 10px;
	height: 43px;
	position: relative;
	top: 0px;
	left: 0px;
}

.freePrice,
.basicPrice,
.proPrice
{
	width: 87px;
	height: 88px;
	position:absolute;
	top: -16px;
	right: 5px;
}

.freePrice
{
	background: #eff1f2 url('../img/price_free.gif') no-repeat scroll top left;
}

.basicPrice
{
	background: #eff1f2 url('../img/price_basic.gif') no-repeat scroll top left;
}

.proPrice
{
	background: #eff1f2 url('../img/price_pro.gif') no-repeat scroll top left;
}

#basic, #pro
{
	margin-left: 5px
}

.odd
{
	background-color: #eff1f2;
}

.even
{
	background-color: #f9f9fa;
}

.pakageItem
{
	padding: 10px;
}

.itemTitle
{
	width: 90px;
	float: left;
	text-align: left;
	font-size: 14px;
}

.itemValue
{
	width: 65px;
	margin-left: 95px;
	text-align: right;
}

.itemValue,
.itemTitle
{
	height: 30px;
}

.numberValue
{
	font-size: 24px;
}

.numberValue,
.packageHeader
{
	color: #3a3a3a;
}

.YesValue,
.NoValue
{
	font-size: 18px;
}

.YesValue
{
	color: #577c0a;
}
	
.NoValue
{
	color: #be2727;
}

.unlimitedValue
{
	font-size: 16px;
	color: #248e94;
}

.clearFix
{
	clear: both;
	height: 1px;
}

.passwordWatermark
{
    text-align: left;
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
    visibility: hidden;
    cursor: text;
    font-family: Georgia;
}

.fieldHolder
{
    position: relative;
}

.loginFormFields
{
	float: left;
	margin: 3px;
}
