﻿body {
	font: normal 12px Arial, Helvetica, Verdana, sans-serif;
}
h1, h2, h3, h4 {
	font-weight: normal;
}
h1 {
	font-size: 28px;
}
h2 {
	font-size: 18px;
}

.ExploreTransitions #pnlBottom {
	color: #fff;
}
.ExploreTransitions #pnlBottom h2 {
	color: #252525;
	font-size: 24px;
	margin-bottom: 12px;
}
.AClearDifference {
	color: #6b7b84;
}
.AClearDifference h3 {
	/*color: #8db624;*/
	color:#505412;
}
.AClearDifference #pnlMiddleL2 h3 {
	font-size: 18px;
}
.AClearDifference #pnlMiddleL3 h3 {
	font-size: 16px;
}
.AClearDifference #pnlMiddleL2-1 h2 {
	font-size: 36px;
}
.AClearDifference #pnlMiddleL3-1 h2 {
	font-size: 18px;
}
.TheTechnology #pnlContent {
	color: #fff;
}
.TheTechnology #pnlBottom-1 h2 {
	border-bottom: solid 1px #fff;
	font-size: 20px;
	margin: 0 15px;
}
/** Register **/
.Register h1 {
    color: #515151;
    font-size: 38px;
    font-weight: normal;
    width: 555px;
}
.Register h2 {
    color: #3a7fd4;
    font-size: 14px;
    font-weight: bold;
}
.Register p {
    color: #5b5b5b;
    margin-bottom: 25px;
    margin-top: 10px;
}
.Register .pnlQuestions p {
    margin-top: 0;
}
.Register legend {
    color: #4470a6;
    font-size: 18px;
    font-weight: normal;
}
.Register label {
    color: #4b5c71;
    display: block;
}
.Register .pnlQuestions label {
    color: #343638;
    float: left;
    padding-right: 15px;
    width: 241px;
}
.Register .pnlQuestions label[for="ctl00_PlaceHolderMain_chkPromotions"], .Register .pnlQuestions label[for="ctl00_PlaceHolderMain_chkNewsletter"] {
    float: right; 
    padding-left: 10px;
    padding-right: 0;
    width: 367px;
}
.Register input[type="text"] {
    background: url("../images/bgTextInput.jpg") 0 0 repeat-x;
    border: solid 1px #e1e1e1;
    color: #4b5c71;
    font-size: 24px;
    height: 30px;
    padding: 2px;
    width: 380px;
}
.Register .pnlQuestions td label {
    display: inline;
    float: none;
    padding-left: 10px;
    width: auto;
}


/** Where to Buy **/
.WhereToBuy #pnlContentInner {
	color: #fff;
	font-size: 16px;
}
.WhereToBuy h1 {
	font-size: 40px;
	width: 520px;
}
.WhereToBuy p {
	margin-bottom: 25px;
	width: 540px;
}
.WhereToBuy #pnlContent li {
	list-style: none;
	position:relative;
}
.WhereToBuy label, .WhereToBuy span {
	display: block;
	margin-bottom: 10px;
}
.WhereToBuy input {
	background: url(../images/bgWTBInput.png) 0 0 no-repeat;
	border: none;
	color: #fff;
	font-size: 28px;
	height: 36px;
	padding: 7px;
	width: 269px;
}
.WhereToBuy input#btnSubmit {
	background: url(../images/btnWTBSubmit.jpg) 0 0 no-repeat;
	border: none;
	cursor: pointer;
	height: 27px;
	margin: 56px 0 0 168px;
	text-indent: -8000px;
	width: 116px;
}


