body {
	background-color:#E2F4FD;
	background-repeat:no-repeat;
	background-position: top right;
	margin:0px;
	padding:18px;
	font-family: Century Gothic, Arial;
	color:#00ADEF;
	font-size:100%;
}
td {
	font-size:90%;
}
h1 {
	font-size:100%;
	font-weight:600;
	color:#E51737;
	margin:0px;
	text-transform: uppercase;
}
h2 {
	font-size:100%;
	font-weight:normal;
	color:#E51737;
	margin:0px;
}
h3 {
	font-size:120%;
	font-weight:bold;
	color:#00ADEF;
	margin:0px;
}

.right_float {
	color:#E51737;
	float: right; 
	width: 20%; 
	margin-top: 40px;
	margin-right: 10px;
}

.right_float h6 {
	font-size:110%;
	font-weight:bold;
	color:#00ADEF;
	margin:0px;
}

.right_float li {
	padding-bottom:0px;
}

.right_float ul {
	padding-bottom:0px;
	text-indent: 1px;
	list-style-position: outside;
	list-style-type: square;
	margin: 2px;
	padding-left: 15px;
	
	/*	ul {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 12px;
			font-style: normal;
			line-height: 2em;
			font-weight: normal;
			font-variant: normal;
			text-transform: none;
			color: #00CC33;
			text-decoration: none;
			background-color: #CCCCCC;
			text-indent: 5px;
			list-style-position: outside;
			list-style-image: url(arrow.gif);
			padding: 6px;
			
			} */
}

.right_float a {
	text-decoration: none;
}

.button {
	/* border:1px solid #E51737; */
	border:1px solid #00ADEF;
	width:200px;
	text-align:center;
	font-weight:bold;
	/* color:#E51737; */
	color:#00ADEF;
	font-size: 90%;
}
.button a {
	text-decoration:none;
	/* color:#E51737; */
	color:#00ADEF;
}
.button a:hover {
	text-decoration:none;
	/* color:#00ADEF; */
	color:#E51737;
}
		
/* RA 23/04/2008: Added by Roland */
input {
	border:1px solid #00ADEF;
	width: 200px;
}

input[type="text"] {
	border:1px solid #00ADEF;
	width: 200px;
}

input[type="checkbox"] {
	border: none;
	width: 14px;
}

input[type="radio"] {
	border: none;
	width: 14px;
}

input[type="submit"] {
	/* border:1px solid #E51737; */
	border:1px solid #00ADEF;
	width: 200px;
	text-align:center;
	font-weight:bold;
	/* color:#E51737; */
	color:#00ADEF;
	background-color: #E2F4FD;
	cursor: pointer;
}

input[type="submit"]:hover {
	/* color:#00ADEF; */
	color:#E51737;
}
/* RA 23/04/2008: End of additions by Roland */

a {
	color:#E51737;
}

#get_in_contact .content {
	font-size:90%;
}
.content ul{
	list-style:square; 
	color: #E51737;
}

li {
	padding-bottom:10px;
}
.navigation {
	position:absolute;
	z-index:1000;
}
.navigation_landing {
	position:absolute;
}
.navigation2 {
	position:absolute;
	left:293px;
	z-index:1001;
}
.navigation table, .navigation2 table, .navigation_landing table {
	border-top:1px solid #E51737;
	width:260px;
}

.navigation td, .navigation2 td, .navigation_landing td {
	border-bottom:1px solid #E51737;
}
.title, .title_landing, .content {
	position:relative;
	padding-top:280px;
	width:100%;
}
.content {
	padding-bottom:90px;	
	border-bottom:1px solid #00ADEF;
	z-index:0;
}
* html .content {
}

.title_landing {
	padding-top:180px;
}

.content_landing {
	position:relative;
	padding-top:20px;
	/*padding-bottom:10px;	*/
	border-bottom:1px solid #00ADEF;
}
.logo {
	float:right;
	position:absolute;
	bottom:10px;
	right:0px;
}
.adsense {
	width:100%;
	height:100px;
	background-color:#ffffff;
}
.pink {
	color:#E51737;
}
.numbered {
	list-style-type:decimal-leading-zero;
	color:#E51737;
}
* html .numbered {
list-style-type:decimal;
}
.numbered span {
	color:#00ADEF;
}

.bluetext {color:#00ADEF;
}
	
	
.flash {
	float:right;
}
.footer {
	position:relative;
	bottom:0px;
	font-size:80%;
}

#sublist li {
	list-style-type: inherit;
	list-style-position: inside;
	margin-left: -20px;
	margin-top: 5px;
	padding-bottom: 0px;

}
/* RA 23/04/2008: Causing problems with input field widths and button widths
#sign_up {
	width:800px;
}

#registration_table input {
	width: 200px;	
}
*/

table#registration_table td {
	border-spacing: 10px;
}

.label {
    padding-right: 100px;
    text-align: right;
}

/* RA 07/05/2008: Added styles for the Order page */
.order_package_center_text {
	width: 400px;
	padding: 0px 20px 0px 0px;
}

.order_form_center_text {
	width: 360px;
	padding: 0px 0px 0px 0px;
}

.order_option_title {
	font-size:100%;
	font-weight:600;
	color:#E51737;
}

.order_option_indent {
	margin: 0px 0px 6px 10px;
	color:#E51737;
}

