table {
	border-spacing: 0;
	border-radius: 10px;
	text-align: center;
}
td {
	border: 1px solid #E6E6E6;
	padding: 3px 3px;
}
.noborder td {
	border: 0px;
	padding: 3px 3px;
}
td:FIRST-CHILD {
	text-align: left;
}
thead {
	background-color: #F9F9F9;
	font-weight: bold;
}
.container {
	width: 900px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #343434;
}
.center {
	text-align: center;
}
.left {
	float: left;
}
.right {
	float: right;
}
.formpanel {
	background-color: #eee;
	width: 400px;
	height: 220px;
	padding: 10px;
	border-radius: 6px;
}
.formpanel2 {
	background-color: #eee;
	width: 800px;
	height: auto;
	padding: 10px;
	margin: 25px 0;
	border-radius: 6px;
}
.logosub {
	font-family: Arial, Helvetica, sans-serif;
}
.menu2 {
	list-style-type: none;
	padding: 0;
	margin-top: 0;
}
form {
	font-size: 14px;
}
#signin p {
	font-size: 14px;
}
.menu2 ul {
	padding-top: 0px;
}
.menu2 li {
	display: inline;
	padding: 0;
}
.menu2 a {
	text-decoration: none;
	color: #C52100;
	font-size: 12px;
	padding-left: 0;
}
.menu2 a:hover {
	color: red;
}
#signin {
	text-align: center;
}
.link {
	text-decoration: none;
	color: #C52100;
}
.link:hover {
	color: #C52100;
}
.menuitem {
	padding: 0 5px;
	border-right: 2px solid #7D7D7D;
}

.formpanel2 select {
        font-size: 15px;
        color: #605f5f;	
	padding: 7px;
	margin: 5px;
	width: 310px;
}

.formpanel td,
.formpanel2 td {
	padding: 0 12px;
}

.formpanel button,
.formpanel2 button {
	margin: 20px 0;
}

.formpanel input,
.formpanel2 input {
	font-size: 15px;
	color: #605f5f;
	border-radius: 5px;
	border: 1px solid #ddd;
	padding: 7px;
	width: 260px;
	margin: 5px;
}
.firstpage ul {
	margin-top: 100px;
}
.firstpage img {
	margin-top: 80px;
	width: 300px;
}
.dereklogo {
	width: 180px;
}
.logosub {
	margin: 0;
	padding-top: 25px;
	font-size: 12px;
}
.page {
	margin-top: 50px;
}
.subsection {
	height: 100px;
}
.navbutton {
	color: #002DD1;
}
.navbutton:hover {
	color: #67B9F5;
}
.sectionbuttons {
	margin: 50px 0;
}
.thirdpage, .fourthpage, .fifthpage, .sixthpage, .seventhpage {
	margin-top: 200px;
}
#table1 td {
	border: 1px solid #e6e6e6;
	cell-spacing: 0;
}
#table3 td {
	text-align: left;
}
#table3 {
	margin: 0 0;
}
.widelist li {
	margin: 10px 0;
}
#enrol {
	margin: 30px;
}
button {
	border: 1px solid #9c9c9c;
	border: 1px solid rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 .05em rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 0 .05em rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 0 .05em rgba(0, 0, 0, 0.4);
	margin: 5px;
	padding: 10px;
}
button {
	-moz-border-radius: .3em;
	border-radius: .3em;
}
button {
	border-top: 1px solid #fff;
	/* Fallback style */

	border-top: 1px solid rgba(255, 255, 255, 0.5);
	;
}
button:hover {
	box-shadow: 0 0 .1em rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 0 .1em rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 0 .1em rgba(0, 0, 0, 0.4);
}
button:active {
	/* When pressed, move it down 1px */

	position: relative;
	top: 1px;
}
#gobutton, #enrolnow {
	width: 260px;
	padding: 7px;
	color: #FFC859;
	font-size: 20px;
	background: #1b1b1b;
	background: -webkit-gradient(linear, left top, left bottom, from(#727171), to(#1b1b1b));
	background: -moz-linear-gradient(-90deg, #727171, #1b1b1b);
 filter: progid: DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#727171', EndColorStr='#1b1b1b');
}
#gobutton:hover, #enrolnow:hover {
	background: #727171;
	background: -webkit-gradient(linear, left top, left bottom, from(#1b1b1b), to(#727171));
	background: -moz-linear-gradient(-90deg, #1b1b1b, #727171);
 filter: progid: DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#1b1b1b', EndColorStr='#727171');
}
#gobutton:active, #enrolnow:active {
	background: #1b1b1b;
}
.enrolnow {
	width: auto;
	padding: 14px 10px 16px 10px;
	font-size: 16px;
}
.scaleoffees {
	width: auto;
	padding: 14px 10px 16px 10px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	background: #C52100;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF2A00), to(#C52100));
	background: -moz-linear-gradient(-90deg, #FF2A00, #C52100);
 filter: progid: DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#FF2A00', EndColorStr='#C52100');
}
.scaleoffees:hover {
	background: #FF2A00;
	background: -webkit-gradient(linear, left top, left bottom, from(#C52100), to(#FF2A00));
	background: -moz-linear-gradient(-90deg, #C52100, #FF2A00);
 filter: progid: DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#C52100', EndColorStr='#FF2A00');
}
.scaleoffees:active {
	background: #C52100;
}
.contactderek {
	vertical-align: middle;
	width: auto;
	padding: 10px;
	color: #FFC859;
	font-size: 12px;
	font-weight: bold;
	background: #1b1b1b;
	background: -webkit-gradient(linear, left top, left bottom, from(#727171), to(#1b1b1b));
	background: -moz-linear-gradient(-90deg, #727171, #1b1b1b);
 filter: progid: DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#727171', EndColorStr='#1b1b1b');
}
.contactderek:hover {
	background: #727171;
	background: -webkit-gradient(linear, left top, left bottom, from(#1b1b1b), to(#727171));
	background: -moz-linear-gradient(-90deg, #1b1b1b, #727171);
 filter: progid: DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#1b1b1b', EndColorStr='#727171');
}
.contactderek:active {
	background: #1b1b1b;
}

.skypelink1 { 
	background-color: #f2f2f2;
	float: left;
}

.skypelink2 { 
	background-color: #cccccc;
	float: left;
	font-weight: bold;
}

.skypedivider1 {
	height: 40px;
	width: 27px;
	background: url('../images/arrow1.jpg') no-repeat;
	float: left;	
}	

.skypedivider2 {
	height: 40px;
	width: 27px;
	background: url('../images/arrow2.jpg') no-repeat;
	float: left;	
}	

.skypedivider3 {
	height: 40px;
	width: 27px;
	background: url('../images/arrow3.jpg') no-repeat;
	float: left;	
}

.skypedivider4 {
	height: 40px;
	width: 27px;
	background: url('../images/arrow4.jpg') no-repeat;
	float: left;	
}

.skypedivider5 {
	height: 40px;
	width: 27px;
	background: url('../images/arrow5.jpg') no-repeat;
	float: left;	
}

.arrowhome1 {
	height: 40px;
	width: 67px;
	background: url('../images/arrow-home1.jpg') no-repeat;
	float: left;	
}

.arrowhome2 {
	height: 40px;
	width: 67px;
	background: url('../images/arrow-home2.jpg') no-repeat;
	float: left;	
}

.arrowhome3 {
	height: 40px;
	width: 67px;
	background: url('../images/arrow-home3.jpg') no-repeat;
	float: left;	
}

.menubar {
	height: 50px;	
}

.menubar p {
	height: 40px;
	padding:0;
}

.menubar a {
	color: #996600;
	line-height: 40px;
}

.footer {
	background-color: #00aded;	
	color: #fff;
}

.footer p{
	color: #fff;
}

.headerbackground {
	height: 342px;
	background: url('../images/homepage-background.jpg') no-repeat;
	background-position: center;
	margin-top: -30px;
}

#currency {
  font-size: 16px;
  font-weight: bold;
  color: #605f5f;
  border-radius: 5px;
  border: 1px solid #ddd;
  padding: 5px;
  width: 90px;
}

#enrol label.error {
	border-radius: 4px;
	border: 1px solid #ddd;
	padding: 4px;
	color: #f22;
	background-color: #fafafa;
	margin: 10px 0 0 0;
	float: right;
}

.checkbox-container {
	position: relative;
	margin:5px 5px 10px 5px;
}

.checkbox-container label {
	display: block;
	margin:30px 0;
}

.checkbox-container label.error {
	position: absolute;
	margin:0 0;
	bottom:-2px;
	left:28px;
}
