body {
	color: #5b5b5b;
	background: #d4edff url('/images/bodybg.gif') repeat-x;
	font-family: "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
	margin: 0px;
	font-size: 12px;
}

a, a:link, a:active, a:visited {
	color: #0187c5;
	text-decoration: none;
}

a:hover {
	color: #0187c5;
	text-decoration: underline;
}

.clearit {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: px; /*for IE*/
}

img {
	border: 0px;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 15px 0;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 11px 0;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	margin: 0 0 6px 0;
}

h4 {
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	margin: 0 0 6px 0;
}


h5 {
	font-size: 10pt;
	color: #0083e1;
	font-weight: bold;
	margin: 0px;
	margin: 0 0 6px 0;
}
hr {
	color: #eee;
	background-color: #eee;
	height: 1px;
	margin-left: 10px;
	margin-right: 10px;
	border: 0;
}

table {
	width: 100%;
    border-collapse: separate;
    border-spacing: 0px 0px
}

table td {
	border-bottom: solid 1px #dadada;
	padding: 3px;
}

tr.lastRow td {
	border-bottom: 0;
}

input {
	padding: 3px;
	border: 1px #dadada solid;
	background-color: #fafafa;
}

input.blueInput {
	background: url('/images/buttonblueinput.gif');
	border: 1px #06416F solid;
	height: 22px;
	width: auto;
	padding: 3px 12px 3px 12px;
	color: #fff;
	font-weight: bold;
    text-shadow: #163551 0 -1px 1px;
}

input.greenInput {
	background: url('/images/buttongreeninput.gif');
	border: 1px #066F0A solid;
	height: 22px;
	padding: 3px 12px 3px 12px;
	color: #fff;
	font-weight: bold;
    text-shadow: #163551 0 -1px 1px;
}

.imgPreload {
	display: none;
	width: 0px;
	height: 0px;
}

#wrap {
	width: 95%;
	margin: 0 auto 0 auto;
}

#header {
	height: 97px;
	margin-top: 29px; margin-bottom: 20px;
	color: #fff;
	background: #bce3ff url('/images/header.gif') right top no-repeat;
}

#logo {
	width: 192px; height: 68px;
	padding-left: 30px; padding-top: 5px;
	float: left;
}

#headerContent {
	height: 97px;	
	float: left;
	background: url('/images/headerLeft.gif') no-repeat;
}

ul#primaryNav {
	margin-left: 185px;	margin-top: 55px;
	list-style-type: none;
	text-align: bottom;
}

#primaryNav li {
    padding-left: 16px;
    position: relative;
    float: left;
    font-weight: bold;
    font-size: 15px;
}

#primaryNav li a {
    float: left;
    text-decoration: none;
    color: #fff;
}

.headerLinks {
	text-align: right;
	color: #fff;
	padding-top: 27px;
	padding-right: 30px;
}

.headerLinks p {
	margin: 3px;
}

.headerLinks a {
	color: #fff;
	text-decoration: underline;
}

.headerLinks a:hover {
	text-decoration: none;
}

#subHeader {
	padding: 0 40px 0 40px;
}

#infoBox {
	float: left;
	margin-left: 5%;
}

#counterBox {
	text-align: right;
}

.counterGreenText {
	background: #5bb800;
	color: #fff;
	font-size: 17px;
	padding-left: 2px; padding-right: 2px;
	margin-right: 1px;
}

.counterBoxLine {
	margin-bottom: 5px;	
}

#footer {
	font-size: 11px;
	margin-top: 50px;
	padding: 20px;
	border-top: #0083e1 solid 1px;
	color: #0187c5;
}

.siteSubHeadings {
	color: #2e2e2e;
	font-size: 12px;
}

.headLine {
	padding-left: 4px; padding-right: 90px; padding-top: 4px; padding-bottom: 0px;
	font-size: 12px;
	color: #fff;
	background: url('/images/headLine1.gif') #0083e1 no-repeat top right;
	z-index: 1;
}

.headLineInactive {
	padding-left: 4px; padding-right: 90px; padding-top: 4px; padding-bottom: 0px;
	font-size: 12px;
	color: #fff;
	background: url('/images/headLine2.gif') #8dcfff no-repeat top right;
	z-index: 0;
}

.headLine:hover, .headLineInactive:hover {
	color: #fff;
	background: url('/images/headLine3.gif') #656565 no-repeat top right;
}

.headLine a, .headLine a:link, .headLine a:active, .headLine a:visited, .headLine a:hover, .headLineInactive a, .headLineInactive a:link, .headLineInactive a:active, .headLineInactive a:visited, .headLineInactive a:hover {
	color: #fff;
	text-decoration: none;
}

.headLineAdd {
	height: 3px; width: 100%;
	background: #0083e1;
	z-index: 2;
	margin-bottom: 10px;
}

.subContentDiv {
	padding-left:  10px;
	padding-right: 10px;
	line-height: 150%;
	margin-bottom: 15px;
}

.subContentDiv table tr {
	border: 0;
}
 	
#contentWrap {
	margin: 18px;
	padding: 16px;
	background-color: #ffffff;
	border: 1px #dadada solid;
}

.yellowBox, .orangeBox, .blueBox {
    padding: 10px;
	background-color: #ddf2ff;
	margin-bottom: 15px;
}

.greenBox {
    padding: 10px;
	background-color: #daffca;
	margin-bottom: 15px;
}

.redBox {
    padding: 10px;
	background-color: #ffdec9;
	margin-bottom: 15px;
}

span.successAlert {
	background-image: url(/images/icons/accept.png);
	padding-left: 19px;
	background-repeat: no-repeat;
}

span.pendingAlert {
	background-image: url(/images/icons/error.png);
	padding-left: 19px;	
	background-repeat: no-repeat;
}

span.errorAlert {
	background-image: url(/images/icons/exclamation.png);
	padding-left: 19px;	
	background-repeat: no-repeat;
}

.leftContent {
	width: 65%;
	float: left;
}

.rightContent {
	width: 33%;
	float: right;
}

/*** index page ***/

.itemDiv{
	float: left;
	margin-right: 3px;
	text-align: center;
	vertical-align: top;
	margin-bottom: 20px;
}

.itemImage {
	background-color: #ffffff; 
	width: 250px; height: 200px;
	border: 5px solid #eeeeee;
	text-align: center;
	margin: 0 auto 0 auto;
}
 
.indexGreenBox {
	background: url('/images/bluebg.gif') #076bb2;
	color: #ffffff;
	padding: 15px;
	float: left;
	margin-bottom: 15px;
	width: 60%;
} 


.indexBlueBox {
	background: url('/images/howitworksbackground.png') repeat-x;
	float: right;
	width: 36%;
} 
 	
 	
.indexGreenBox a, .indexGreenBox a:link, .indexGreenBox a:active, .indexGreenBox a:visited {
	color: #ffffff;
	text-decoration: underline;
}
 	
/*** index page ***/ 	

/*** signup page ***/

#signupFormLeft {
	width: 71%;
	float: left;
}

#signupFormRight {
	width: 27%;
	float: right;
}

.signupForm {
	margin-bottom: 10px;
}

.signupFormTitle {
	float: left;
	width: 180px;
}

.signupFormField input {
	width: 200px;
}

.signupFormDesc {
	background: url('/images/arrowgreen.png') no-repeat top left #6bcb0d;
	height: 22px;
	margin-left: 400px;
	color: #fff;
	line-height: 22px;
	padding-left: 15px;
	display: none;
}

.signupItemDesc {
	text-align: center;
}

#usernameStatusCorrect, #usernameStatusIncorrect, #email2StatusCorrect, #email2StatusIncorrect, #password2StatusCorrect, #password2StatusIncorrect, #skeyStatusCorrect, #skeyStatusIncorrect {
	background: url('/images/correct.png');
	width: 22px;
	height: 22px;
	display: none;
	margin-left: 400px;
}

#usernameStatusIncorrect, #email2StatusIncorrect, #password2StatusIncorrect, #skeyStatusIncorrect {
	background: url('/images/incorrect.png');
}

/*** signup page ***/


/*** faq ***/

.faqHeadline {
	background: #f4f4f4;
	border-bottom: 1px #dadada solid;
	padding-left: 14px;
	line-height: 200%;
    cursor: pointer;
}	

.faqContent {
	padding: 14px;
}
	
/*** faq ***/

/*** login ***/

.loginForm {
	margin-bottom: 10px;
}

.loginFormTitle {
	float: left;
	width: 180px;
}

.loginFormField input {
	width: 200px;
}

#loginFormContent {
	margin-left: 180px;
}

/*** login ***/

/*** refer page ***/

input#referInput {
	font-size: 14px; 
	text-align: center;
	width: 400px;
	height: 20px;
	border: 2px #dadada solid;
}

#referItemBox {
	text-align: center;
}

/*** refer page ***/

/*** shop page ***/

.shopItemDiv {
	text-align: center;
	margin: 10px;
	float: left;
	border: 6px #f1f1f1 solid;
	padding: 5px;
}

.shopItemDiv:hover {
	border-top: 6px #0083e1 solid;
	border-bottom: 6px #0083e1 solid;
}

/*** shop page ***/

/*** offers page ***/

#offerOverview .headLine, #offerOverview .headLineInactive {
	padding-right: 40px;
}

/*** offers page ***/


/*** banner page ***/

input.bannerInput {
	font-size: 14px; 
	text-align: center;
	width: 300px;
	height: 20px;
	border: 2px #dadada solid;
	margin-top: 4px;
}

input.bannerInput2 {
	font-size: 14px; 
	text-align: center;
	width: 190px;
	height: 20px;
	border: 2px #dadada solid;
	margin-top: 4px;
}

/*** banner page ***/