﻿.wlpeMessage {
	margin-bottom: 15px;
	font-weight: bold;
	color: #78c434;
}

.errors {
	margin-bottom: 15px;
}

.errors strong {
	color: #78c434;
}

body, div, table, td, h1, h2, h3, h4, h5, ul, li, p, form {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

body {
	background: #535353;
	margin: 0px;
	color: #333333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

a {	
	color: #474747;
}

a:hover {
	color: black;
	text-decoration: none;
}

img {
	border: none;
}

#container {
	width: 990px;
	margin: 0 auto;
}

#header-top {
	padding: 10px 15px;
}

#header {
	background: #1c1c1c url(../images/logo-green.png) no-repeat 28px 15px;
	height: 112px;
	margin-bottom: 5px;
}

#home-link {
	height: 112px;
	width: 230px;
	position: absolute;
	margin-top: 14px;
}

#header #search {
	float: right;
	padding: 25px;
	height: 25px;
}

#header #menu {
	clear: right;
	float: right;
	padding-right: 25px;
	margin-top: 5px;
}

#header #menu ul {

}

#header #menu ul li {
	margin-left: 25px;
	float: left;
}

#header #menu ul li a {
	height: 9px;
	display: block;
	text-decoration: none;
}

#header #menu ul li a:hover, #header #menu ul li a.active {
	background-position: 0px -9px !important;
}

#header #menu ul li a .hover {
	display: none;
}

#header #menu ul li a.expandable {
	padding-right: 15px;
	background: url(../images/menu/arrow.png) no-repeat right center;
}

#header #menu ul li ul {
	display: none;
	position: absolute;
	margin-top: 0px;
	padding-top: 6px;
	text-decoration: none;
	margin-left: -165px;
	width: 272px;
	height: 52px;
	background: url(../images/dropdown-bg2.png) no-repeat 6px;
	padding-left: 8px;
}

#header #menu ul li ul.shown {
	display: block;
}

#header #menu ul li ul:hover {
	cursor: pointer;
}

#header #menu ul li ul li {
	margin: 0px;
	display: block;
	float: left;
	font-size: 11px;
	margin-top: 7px;
}

#header #menu ul li ul li a, #header #menu ul li ul li a.active, #header #menu ul li ul li a:hover {
	display: block;
	width: 131px;
	height: 34px !important;
	background-position: 26px center !important;
	background-repeat: no-repeat !important;
}

#header #menu ul li ul li a.last, #header #menu ul li ul li a.last:hover {
	background-position: 4px center !important;
}

#header #menu ul li ul li a:hover {
	opacity: 0.6;
	filter:alpha(opacity=60);
}

/*#header #menu ul li ul li a.keeper {
	background: #00b6e1;
}

#header #menu ul li ul li a.messenger {
	background: #b80a37;
}*/

/*#header #menu ul li ul li a:hover {
	background: #262626;
}*/

#content-container {
	background: white;
	padding: 25px;
}

#content-container #right {
	width: 222px;
	padding-left: 25px;
}

#content-container #right #right-inner {
}

#content-container #content {
	width: 100%;
	line-height: 18px;
}

#content-container #content ul li {
	list-style-type: disc;
	margin-left: 12px;
}

#content-container #menu {
	padding-bottom: 5px;
	margin-left: -9px;
}

#content-container .divider {
	margin-bottom: 25px;
}

#content-container #menu li {

}

#content-container #menu a {
	float: left;
	padding-right: 9px;
	padding-left: 10px;
	border-right: 1px solid #acacac;
	color: #78c434;
	font-weight: bold;
	text-decoration: none;
}

#content-container #menu li a.last{
	padding-right: 0px;
	border: none;
}

#content-container #menu #user-box {
	float: right;
	font-size: 11px;
	color: #535353;
}

#content-container #menu #user-box a {
	color: #474747;
	border: none;
	border-left: 1px solid #acacac;
	float: none;
	margin-left: 10px;
}

#content-container #menu a:hover, #content-container #menu #user-box a:hover, .advanced-details a:hover, #content-container #menu a.active {
	color: black;
}

#content-container #footer {
	margin-top: 25px;
	margin-bottom: -10px;
	border-top: 1px dotted #d1d1d1;
	padding-top: 5px;
	color: #474747;
	font-size: 11px;
	font-weight: bold;
}

#content-container #footer a, .icons a {
	text-decoration: none;
}

.icons {
	margin-top: 15px;
	font-weight: bold;
}

.icons .icon-align {
	top: 3px;
}

#footer-container, #header-top #phone {
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	color: #9f9f9f;
	font-size: 11px;
}

#header-top #phone {
	float: right;
}

#footer-container {
	padding: 15px;
	padding-top: 30px;
	font-size: 9.5px;
	text-shadow: rgba(0,0,0,0.1) 0 1px 1px;
}

#footer-container a {
	color: #9f9f9f;
	text-decoration: none;
}

#footer-container a:hover {
	color: white;
}

#footer-container #register-for-updates {
	float: right;
	color: #cacaca;
	width: 210px;
}

#footer-container #register-for-updates .title {
	margin-bottom: 5px;
	font-weight: bold;
}

#footer-container #register-for-updates h3 {
	color: #cacaca;
}

#footer-container #register-for-updates .errors {
	margin-bottom: 10px;
	color: #78c434;
}

#footer-container #menu {
	color: #cacaca;
}

#footer-container #menu .title {
	float: left;
	width: 90px;
	margin-right: 10px;
	font-weight: bold;
	clear: left;
	margin-bottom: 8px;
}

#footer-container #menu .links {
	margin-bottom: 8px;
}

#footer-container #menu .links a {
	color: #cacaca;
}

#footer-container #menu .links a:hover {
	color: white;
}

#footer-container #menu .links span {
	padding: 0px 2px;
}

#footer-container #menu .links span.last {
	display: none;
}

#footer-container #footer {
	margin-top: 15px;
}

input {
	
	font-size: 11px !important;
	font-family: Arial, Helvetica, sans-serif;
}

#ajaxSearch_input, .form-text {
	border: none;
	border-top: 1px solid #949494;
	height: 14px;
	line-height: 18px;
	color: #666666;
	margin-bottom: 4px;
	font-weight: bold;
	padding: 2px 4px;
	padding-top: 2px;
}

#ajaxSearch_input, #footer-container #register-for-updates .form-text, .text-search {
	width: 200px;
}

#ajaxSearch_input, .text-search {
	float: left;
}

#ajaxSearch_submit {
	margin-left: -3px;
	background: url(../images/search-submit.png) no-repeat;
	width: 22px;
	height: 19px;
	border: none;
}

.submit-arrow {
	float: right;
}

.icon-align {
	position: relative;
	top: 2px;
	margin-right: 2px;
}

#content-bottom {
	background: #262626;
	margin-top: 5px;
	padding: 25px 15px;
	color: #eeeeee;
	line-height: 18px;
}

#content-bottom table {
	width: 100%;
}

#content-bottom .title {
	font-weight: bold;
	margin-top: -4px;
}

#content-bottom .date {
	color: #acacac;
}

#content-bottom table td {
	padding: 0px 10px;
	border-left: 1px dotted #454545;
}

#content-bottom table td p {
	display: inline;
}

#content-bottom table td.end {
	border: none;
}

#content-bottom table .home-page {
	width: 33%;
}

#content-bottom table .home-page a, .advanced-details a {
	text-decoration: none;
	color: #78c434;
	font-weight: bold;
}

#content-bottom table .home-page a.read-more {
	margin-left: 5px;
}

#content-bottom table .home-page a:hover {
	color: #eee;
}

#content-bottom.products-table {
	margin-top: 0px;
	padding: 0px;
}

#content-bottom.products-table td {
	height: 132px;
	padding-right: 120px;
	width: 25%;
	background-position: right bottom;
	background-repeat: no-repeat;
	border: none;
}

#content-bottom.products-table a {
	text-decoration: none;
	margin: 15px;
	margin-left: 5px;
	margin-right: 0px;
}

#content-bottom.products-table td a.title {
	font-size: 13px;
	font-weight: normal;
	line-height: 16px;
	display: block;
	color: white;
}

#content-bottom.products-table td a.find-out {
	font-weight: bold;
	font-size: 0.9em;
}

#content-bottom.products-table td a.find-out:hover {
	color: white;
}

#content-bottom.products-table td.how-does-it-work {
	background-image: url(../images/bottom/monitor.jpg);
}

#content-bottom.products-table td.how-will-it-save-me-money {
	background-image: url(../images/bottom/man.jpg);
}

#content-bottom.products-table td.how-will-it-improve-my-operation {
	background-image: url(../images/bottom/pad.jpg);
}

#content-bottom.products-table td.how-has-it-worked-for-others {
	background-image: url(../images/bottom/bed.jpg);
}

#content-bottom.products-table td.how-does-messenger-work {
	background-image: url(../images/bottom/mouse-hand.jpg);
}

#content-bottom.products-table td.how-will-messenger-make-me-money {
	background-image: url(../images/bottom/man.jpg);
}

#content-bottom.products-table td.how-has-messenger-worked-for-others {
	background-image: url(../images/bottom/do-not-disturb.jpg);
}

.quote {
	color: #cacaca;
	font-style: italic;
	margin-top: -8px;
}

#right .quote {
	color: #b2b2b2;
	font-family: Times New Roman, Palatino, serif;
	font-size: 1.3em;
	line-height: 1.6em;
}

.quote p {
	display: inline;
}

.quote span {
	position: relative;
	top: 12px;
	font-size: 32px;
	margin-right: 5px;
}

#right .quote span {
	font-size: 3em;
	color: #dbdbdb;
	font-style: normal;
	font-weight: bold;
	top: 18px;
}

#right .quote .author {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.8em;
}

.quote .author {
	font-style: normal;
	text-align: right;
	margin-top: 5px;
}

.quote .author strong {
	margin-left: 5px;
}

.clear {
	clear: both;
}

.divider {
	border-top: 1px dotted #d1d1d1;
}

h1.title-home-page {
	display: none !important;
}

h1 {
	margin-bottom: 15px;
}

.content-home-page {
	height: 310px;
	background: url(../images/home/keeper-bg.jpg) no-repeat right;
}

.content-home-page .inner, .right-home-page .inner {
	height: 250px;
}

.right-home-page {
	height: 310px;
	width: 299px;
	background: url(../images/home/messenger-bg.jpg) no-repeat right 30px;
	border-left: 1px dotted #b7b7b7;
	height: 100%;
	padding-left: 10px;
}

.right-home-page ul {
	width: 170px;
}

.button-find-out-more {
	background: url(../images/buttons/find-out-more.png) no-repeat;
	display: block;
	width: 142px;
	height: 26px;
}

#find-out-more-keeper:hover {
	background-position: 0px -26px;
}

#find-out-more-messenger {
	background-position: -142px 0px;
}

#find-out-more-messenger:hover {
	
	background-position: -142px -26px;
}

.button:hover {
	/*opacity: 0.7;*/
	
}

.advanced-details {
	clear: both;
	margin-bottom: 10px;
}

.advanced-details a {
	margin-right: 15px;
	clear: both;
	display: block;
	margin-bottom: 5px;
}

.icon-advanced {
	width: 14px;
	height: 14px;
	margin-right: 5px;
	float: left;
}

.email-friend-form-arrow {
	display: none;
	margin-left: 111px;
	margin-top: 15px;
}

#email-friend-form-container {
	display: none;
	padding: 15px;
	background: #eee;
}

#email-friend-form-container .loading {
	display: none;
	background: url(../images/loading_grey.gif) no-repeat center center;
	width: 16px;
	height: 16px;
	float: right;
	margin-top: 2px;
}

#email-friend-form-container h3 {
	display: inline;
	color: #78c434;
	margin-right: 15px;
}

#email-friend-form-container label {
	margin-right: 10px;
}

#email-friend-form-container .text {
	width: 110px;
	margin-left: 5px;
}

#email-friend-form-container .errors {
	margin-bottom: 10px;
}

#right .product-buttons a {
	width: 221px;
	height: 27px;
	display: block;
	margin-bottom: 10px;
}

#right .product-buttons #download-the-info-pack {
	background-image: url(../images/buttons/download-the-info-pack.png);
}

#right .product-buttons #watch-the-presentation {
	background-image: url(../images/buttons/watch-the-presentation.png);
}

#right .product-buttons #enquire-for-more-details {
	background-image: url(../images/buttons/enquire-for-more-details.png);
}

#right #login-form {
	display: none;
	margin-bottom: 30px;
	background: #eee;
	padding: 15px;
	margin-top: -25px;
	font-size: 0.9em;
	border-bottom: 1px dotted #d1d1d1;
}

#right #login-form #wlpeLoginButton {
	float: right;
}

#right #login-form label {
	width: 60px;
	float: left;
	clear: both;
}

#right #login-form input {
	margin: 0px;
	margin-bottom: 4px;
}

#content #login-form {
	/*margin-top: 20px;*/
}

.smaller {
	font-size: 0.9em;
}

h3, .ajaxSearch_result a {
	font-weight: normal;
	color: #535353;
	margin-bottom: 15px;
	font-size: 1.4em;
}

label {
	font-weight: bold;
}

#ContactForm label, #EnquiryForm label, #wlpeActivateForm label {
	float: left;
	width: 160px;
	display: block;
	margin-bottom: 5px;
}

#ContactForm .text, #EnquiryForm .text, #wlpeActivateForm .text {
	width: 220px;
}

.form_item {
	clear: both;
	margin-bottom: 5px;
}

.ajaxSearch_result, .ajaxSearch_resultsInfo {
	margin-bottom: 15px;
}

a.large-link {
	font-size: 1.6em;
	line-height: 1.4em;
}

/*#optii-page-28 #TB_title {
	display: none;
}*/

#TB_window iframe {
	border-right: 1px solid #262626;
	padding: 0px !important;
	margin-top: 0px !important;
}

/*.product-buttons #TB_window {
	background: white !important;	
}*/

#video-link {
	text-decoration: none;
	margin-bottom: 20px;
	display: block;
}

#video-link:hover {
	color: black;
}

#video-link:hover .video-overlay {
	opacity: 0.7;
}

#video-link img {
	margin-bottom: 5px;
}

.video-overlay {
	position: absolute;
	width: 220px;
	height: 150px;
	background: url(../images/video-overlay.png) no-repeat;
}

.article-row, .media-row {
	width: 25%;
	padding-right: 25px;
}

.article-row p, .article-fuller-row p {
	display: inline;
	margin: 0px;
}

.article-fuller-row {
	margin-bottom: 25px;
}

h4 {
	font-size: 1.1em;
}

#news-table, #media-table {
	width: 100%;
	margin-bottom: 25px;
	background: #eee;
	border: 15px solid #eee;
}

.ditto_currentpage {
	font-weight: bold;
	font-size: 1.2em;
	margin: 0px 15px;
}

.ditto_previous_off, .ditto_next_off {
	color: #888;
	font-size: 0.9em;
}

.message {
	margin-bottom: 15px;
}

.message_Messenger, .message_Keeper {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 5px;
	background: #c5223d;
	width: 600px;
}

.message_Keeper {
	background: #00a0d8;
}

#print-logo {
	display: none;
}

.popup_error {
	margin-bottom: 15px;
	color: #777;
}

.form_item .note {
	font-size: 0.8em;
}

#site-map {
}

.req {
	color: red;
	font-size: 12px;
}

.form_req {
	color: red !important;
}