/* global reset */
html, body, div, span, 
h1, h2, h3, h4, h5, h6, p, 
a, em,  img, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}


body {
	padding: 0; 
	font: normal 100% Arial, Helvetica, sans-serif !important; 
	color:#0064aa !important;
	text-align:left;
	background: #fff url('../../../images/bg2.jpg') top repeat-x; 
	}

#container {
	margin: 0px auto;
	border: 1px solid #508adc;
	width: 960px;
	background: #fff url('../../../images/bg.jpg') top repeat-x; 
}

#header {
 	height: 127px;
	width: 960px	
}

#content {
	width: 660px;
	float: right;
	padding: 13px ;
	font-size: 80%;
	margin-right: 5px;
}

#contentWrapper {
	background:url('../../../images/bgWave2.jpg') bottom repeat-x; 
	width: 960px;

}
*+html #contentWrapper {
	margin: 20px 0 0 0
}

#midColumn {
	float: left;
	width: 410px;
		padding: 0 0 50px 0
}
	
#rightColumn {
	float: right;
	width: 220px;	
}

#midColumnWide {
	width: 660px;
	float: left;
}

#footer {
	background-color: #0064aa;
	color: #fff;
	height: 80px;
	font-size: 80%;
	text-align: center;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	color: #00CCFF;
}

#topNav{
	float: left;
	width: 960px;
	font-size: 85%;
	background: #00aeef url('../../../images/navbg.jpg') bottom repeat-x;
	height: 40px;
}

#topNav ul  {
	width: 960px;
	height: 40px;

}


#topNav li {
	list-style:none;
	float: left;
	height: 33px;
	position:relative

}

#topNav a {
	display: block;
	text-decoration:none;
	color: #fff;
	border-right: 1px dotted #00aeef;
	padding: 11px 29px 10px 29px;
}

#topNav a:hover {
	text-decoration:none;
	color:#00aeef;
	padding: 11px 29px 10px 29px;
	border-bottom: 5px solid #00AEFF;
}


#topNav a.head:hover  {
    border-bottom: none;
}

#topNav a.current {
	border-bottom: 6px solid #00AEFF;
	padding: 11px 29px 10px 29px;
	}

#topNav li:last-child a {
	border-right: none;
}

#topNav li ul{
	display: block;
	position: absolute;
	width: 150px;
	top: 100%;
	left: 0;
	padding: 0;
	margin: 0;
	font-weight: normal;
	background-color: #0088cc;
	z-index: 100;

}

#topNav li ul li {
	font-size: 100%;
	width: 150px;
	background-color: #0088cc;
}

#topNav li ul li a, #topNav li ul li a:hover, #topNav li ul li a.current
{
	color: #fff;
	text-decoration:none;
	padding: 11px 8px 8px 8px;
	display:block;
	font-weight: normal;
}

#topNav li ul li a.current, #topNav li ul li a:hover {
	background-color: #0066ae;
	border-bottom: none;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;

}

#nav li { /* all list items */
	float: left;
	 /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	z-index: 100
}


#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


/* Rounded corner boxes */

.rounded {
	border: 1px solid #00aeef;
  	-moz-border-radius:1.5ex;
  	-webkit-border-radius:1.5ex;
	width: 210px; 
	padding: 10px;
	margin: 0 0 10px 0;
	background: #f1f6fc
}

.rounded-left {
	width: 255px;
	background-color: #0064aa;
	color: #fff;
	font-size: 85%;
	 -moz-border-radius:1.5ex;
  	-webkit-border-radius:1.5ex;
	padding: 10px 0;
	margin: 10px 0 0 6px;
}

.rounded-pic {
	 -moz-border-radius:1.5ex;
  	-webkit-border-radius:1.5ex;
	width: 233px;
	margin: 0 0 10px 0
}


.rounded-img {
	margin: 10px 0 3px 6px;
	font-size: 80%;
	color: #fff;
	background-image:url('../../../images/bgWave.jpg'); 
	height: 170px; 
	width: 255px;
	text-align:center; 
	line-height: 135%; 
	 -moz-border-radius:1.5ex;
  	-webkit-border-radius:1.5ex;
	padding: 10px 0
} 

.rounded-img a {
	margin-right: 6px;
} 

.rounded-img a, .rounded-left a {
	text-decoration:none;
	color: #fff;
}

.rounded-img a:hover, .rounded-left a:hover {
	text-decoration:none;
	color:aqua;
} 
	
.rounded-img p, .rounded-left p{
	text-align: center;	
}

#subNav .rounded ul  {
	list-style:none;
	margin-left: -15px;
	margin-top: -10px;


}


#subNav .rounded li {
	list-style:none;
	padding-top: 4px;
	list-style-image:none;
} 

.rounded #subNav {
	font-size: 95%;
	}

#subNav {
	margin: 10px 0 0 0;

}


#subNav li {
	width: 2200px;
	padding: 2px;
	list-style-image:none;
	margin-left: 10px;
	list-style: none;
}

#subNav li:hover {

}

#subNav li a:hover, #subNav li.current {
	font-weight: bold
}

.rightBox {
	border: 1px solid #00aeef;
  	-moz-border-radius:1.5ex;
  	-webkit-border-radius:1.5ex;
	width: 200px; 
	padding: 10px;
	margin: 0 0 10px 10px;
	background: #f1f6fc;
	float: right;
}

#blog {
	padding-top: 20px;
	width: 250px;
	margin-left: 7px;
	font-size: 75%;
	color: #0066FF;
	text-align: center;
	position: relative
}

#blog img {
	margin: 0 0 5px 0;
}

#blog a:first-child {
	margin-right:8px;
}

#blog a {
 color: #00aeef;
}



/* Generic styles */

h1 {
	font-size: 1.3em;
	color: #0064aa;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h2 {
	font-size: 1.2em;
	color: #336FB8;
	font-weight: bold;
	margin: 10px 0;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
}

td {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 5px;
}

#content li {
	
	margin-left: 15px;
}

a {
	text-decoration: none; 
	color:navy;
}

a:hover {
	text-decoration:none;
	color:#00AEEF;
}

h3 {
	margin: 0 0 5px 0;
}

h3 a{
	text-decoration: none; 
	font-size: 110%;
	font-weight:bold;
	background: url(../../../images/bullet3.gif) right no-repeat;
	padding-right: 12px
	
}

a:hover.promoLink {
	text-decoration: none; 
	color:#00AEEF;
	padding-right: 15px;
	padding-top: 5px;
	font-size: 120%;
}

/* Fiddly bits and bobs */

#contact-box {
	margin: 60px 0 0 6px
}

*html #contact-box {
	margin: 10px 0 0 6px
}

*+html #contact-box {
	margin: 10px 0 0 6px
}

ul.inlineList {
	padding-left: 5px;
	padding-right: 5px
	
}

li.inlineList  {
	display: inline;
	list-style:disc;
	padding-left: 15px;
	padding-right: 5px;
}


form .middleColumn {
	margin: 0 0 3px 0;
	width: 400px;	
}



.Actions {
	margin: 10px 0 0 310px
}

form label {
	margin: 0 0 0 2px
}

form .middleColumn textarea {
	width: 400px
}

form input {
	color: #009;
	font-size: 100%;
	font-weight: normal
}	

img.left {
	float: left;
	margin-right: 8px;
}


ol li {
	list-style-image: none;
}

.alignBoxRight {float: right; margin-left: 5px; margin-right: 10px; width: 230px; margin-top: -230px;}
.alignBoxRight2 {float: right; margin-left: 5px; margin-right: 10px; width: 235px; margin-top: 5px;}

li.lifePurpose  {
	margin-top: 1px;
}

li.lifePurpose:hover {
	background-image: url('');
	background-repeat:no-repeat;

}

.topPadding {
	padding-top: 7px;
}

.paypalBox {
	color: #06C;
	width: 220px;
	float: right;
	margin-top: 20px;
}

.paypalBox img {
	float: right;
	margin-right: 60px;
	margin-top: -22px;
	
}

img {
	border: none;
}

.testimonial {
font-size: 87%;
padding-left: 5px;


}
.closeQuote {
padding-left: 25px;
padding-bottom: 5px;
margin-left: 3px;
}

.bottomMargin {
	margin-bottom: 7px;
	margin-left: 2px;
}

.small {
	font-size: 85%;
}

#payment {
	width: 590px;
	margin: 20px 0 100px 0
}

#payment form {
	border: 1px solid #66ccff;
	padding: 6px;
	margin: 0 0 3px 0
}

.paypal-heading {
	float: left;
	width: 400px
}

.paypal-details {
	width: 400px
}

.paypal-cost {
	float: left;
	width: 20px
}

.paypal-button {
	float: left;
	width: 100px;
	margin: 0 0 0 40px
}

.paypalbox {
	float: right;
	margin: 0 0 20px 20px
}

.no-display {
	display: none;
}

.right {
	float: right;
	margin: 0 0 0 5px
}

.left {
	float: left;
	margin: 0 5px 0 0
}

#rightColumn>img {
	margin: 0 0 7px 0
}

.social-text {
	width: 110px;
	height: 60px;
	position: absolute;
	display: block;
	top: 150px;
	right: 30px
	
}

#CommenterURL {
	display: none !important;
}

/* online shop */

.product-box { margin: 10px 0; padding: 0 0 15px 0; border-bottom: 1px solid #a3cde0; min-height: 190px }
.product-photo-home { float: right; margin: 0 0 0 30px; padding: 2px; border: 1px solid #5ca2c4}
.product-cost { float: right; width: 160px; margin: -30px 0 0 0;}
.product-cost img { margin: 7px 0 0 0;}
.product-photo-details {float: right; margin: 0 0 300px 30px; padding: 2px 2px 15px 2px; border: 1px solid #5ca2c4}
.download-price {margin: 0 0 0 20px;}
.download-button {margin: 15px 0 0 17px;}




ul.latest-blog  {
	margin: 0 0 10px 0;
	font-size: 110%;
	padding: 0 10px 0 0;
	text-align: left;
}

.latest-blog li {
	list-style: none
}

.date {
	font-size: 85%;
	padding: 0 0 5px 0
}

.blog-text {
	font-size: 90%;
}

.latest-blog-title {
	text-align: left !important
}

#online-shop {
	width: 230px;
	height: 118px;
	background: url(/images/online-shop.jpg) no-repeat;
	margin: 0 0 10px 0
}

#online-shop a {
	display: block;
	width: 200px;
	padding: 50px 15px 20px 15px;
	color: #fff;
	text-align:center
}