body {
	font-size:11px;
	margin:0;
	padding:0;
	background:#FFFFFF;
	color:#000000;
}

body, td, div  {
	font: normal normal normal 11px/13px Arial,Helvetica,Sans-serif;
	text-align:left;
}

#body {
	background:#000000;
	color:#000000;
}

a {
	color:#000000;
	text-decoration:none;
}

p {
	margin-top:0px;
	margin-bottom:10px;
}

input, select, input, textarea {
	font-size:11px;
}

/* Homepage */

#horizon {
	text-align:center;
	position:absolute;
	top:50%;
	left:0px;
	width:100%;
	height:1px;
	overflow:visible;
	visibility:visible;
	display:block;
}
#content {
	margin-left:-300px;
	position:absolute;
	top:-220px;
	left:50%;
	width:600px;
	height:440px;
	visibility:visible;
	text-align:center;
}

.homepage_logo {
	text-align:center;
	margin:40px 0px 120px 0px;
}

.homepage_nav {
	text-align:center;
}

.homepage_nav a {
	margin:0px 17px 0px 17px;
}

.homepage_login {
	text-align:center;
	margin:40px 0px 0px 0px;
}

/* Normal Page */

.tab {
	height:15px;
	padding:1px 0px 0px 20px;
	cursor:pointer;
}

.tab li.normal {
	display:inline;
	list-style:none;
	float:right;
	margin-right:6px;
}

.tab li.normal a.normal {
	font-weight:normal;
	text-decoration:none;
}

.services_selected a.normal, .services_selected a.normal:hover { color:#FFFFFF; }
.services_normal a.normal, .services_normal a.normal:hover { color:#000000; }

.services_selected, .services_hover {
	background-position: left center;
	background-repeat: no-repeat;
	color:#FFFFFF;
	font-weight:bold;
}

#colours_company .services_selected, #colours_company .services_hover {  background-color:#ccc; background-image:url(/images/tab_bgnd_company.gif); }
#colours_services .services_selected, #colours_services .services_hover { background-color:#D5006E; background-image:url(/images/tab_bgnd_services.gif); }
#colours_online .services_selected, #colours_online .services_hover { background-color:#ccc; background-image:url(/images/tab_bgnd_online.gif); color:#000000; }

.services_normal {
	background:none;
	color:#000000;
	font-weight:normal;
}

.tab_content {
	margin:10px 10px 4px 10px;
}

.tab_content_right_buttons {
	margin:10px 0px 0px 10px;
}

.tab_content_right_buttons ul, .tab_content_right_buttons li {
	margin:0;
	padding:0;
	display:inline;
}

.tab_content_right_buttons li a {
	text-decoration:none;
	color:#CC0000;
	margin-right:10px;
}

.html_right ul {
	margin-left:10px;
	padding-left:10px;
}

/* Quote Form */

.quote_form .input, .quote_form .input_small {
	font-size:11px;
	width:90px;
}

.quote_form .input_small {
	width:50px;
}

.quote_form .textarea, .quote_form .textarea_large {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:11px;
	width:90px;
	height:50px;
}

.quote_form .textarea_large {
	width:300px;
	height:80px;
}

.form_error {
	color:#FF0000;
	background-color:#FFFFCC;
}




