/* Colours used */
/*----------------



------------------*/

/*@import	url(other_pages.css);*/

/* Main elements
------------------*/
*	{
	margin:0;
	padding:0;
}

body	{
	font-size:62.5%;
	background-color: #000;
	background-image: url(../images/background/fibre.gif);
	background-repeat: repeat;
	font-family: Tahoma, Geneva, sans-serif;
}

/* SBMH to correct font-size difference */
* html body {
	font-size:x-small; /* for IE5/Win */
	f\ont-size:62.5%; /* for other IE versions */
}
h1,h2,h3,h4,h5	{
	font-weight:normal;
}

h1	{
	font-size:1.7em;
	font-weight: normal;
	color: #333;
	margin-top: 20px;
	background-color: #EBEBEB;
	margin-right: 20px;
	padding-left: 5px;
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

h2	{
	font-size:1.7em;
	font-weight: normal;
	color: #333;
	margin-top: 20px;
	margin-right: 20px;
}
.arrow {
	float: right;
}


h3	{
	font-size:1.2em;
	font-weight: bold;
	color: #333;
	margin-top: 20px;
	margin-right: 20px;
}

h4	{
	font-size:1.4em;
}
h5	{
	font-size:1em;	
}
p	{
	font-size:1.2em;
}
a	{
	text-decoration:none;
}
a:hover	{
	text-decoration:none;
}
a img	{
	border:0;
}
li	{
	list-style:none;
}
/*
============================
main divs
============================
*/

#wrapper {
	position: relative;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #F1F1F1;
	margin-top: 30px;
	border-bottom-width: medium;
	border-bottom-style: none;
	border-top-width: medium;
	border-right-width: medium;
	border-left-width: medium;
}
#header {
	position: relative;
	width: 900px;
	height: 85px;
	background-color: #FFF;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
}
#header a img {
	margin-top: 28px;
	margin-left: 28px;
	float: left;
	
}
#header p {
	font-size: 1.4em;
	float: right;
	margin-top: 35px;
	margin-right: 28px;
	color: #666;
}
#header p span {
	color: #7A28A2;
	font-weight: bold;
}

#header a:link {
	color: #76009D;
	font-weight: bold;
}
#header a:visited {
	color: #666;	
}
#header a:hover {
	color: #6C3293;	
}
#header a:active {
	color: #6C3293;	
}
#main_focus {
	position: relative;
	width: 900px;
	height: 268px;
	background-image: url(../images/main_focus/background.png);
	background-repeat: repeat-x;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: medium;
	border-left-width: 0px;
	border-bottom-color: #333;
}
#main_focus p {
	font-size: 1.3em;
	color: #333;
	line-height: 1.8em;
	margin-left: 28px;
	margin-top: 15px;
}
#main_focus_img {
	float: right;
	display: block;
	margin-top: 20px;
	margin-right: 50px;
}
#main_focus_img_pss {
	float: right;
	display: block;
	margin-top: 10px;
	margin-right: 50px;
}
#main_focus div {
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	width: 500px;
}
#main_focus div img {
	margin-top: 20px;
	margin-left: 28px;
}
ul#menu li a.current, ul#menu li a.current:hover {
	height: 23px;
	background-color:#EBEBEB;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #6C3293;
}
ul#menu {
	position: relative;
	width: 160px;
	height: 270px;
	background-color:#F1F1F1;
	float: left;
	padding-top: 20px;
}
ul#menu li a {
	font-size: 1.3em;
	height: 25px;
	width: 115px;
	display: block;
	margin-left: 20px;
	padding-top: 10px;
	color: #333;
	padding-left: 5px;
}

ul#menu a:hover {
	height: 23px;
	background-color:#EBEBEB;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#content {
	position: relative;
	width: 740px;
	background-color:#F1F1F1;
	float: right;
}
#content p {
	font-size: 1.1em;
	color: #333;
	margin-right: 20px;
	line-height: 1.8em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
	padding-bottom: 20px;
	margin-top: 20px;
}
#content ul {
	font-size: 1.1em;
	margin-top: 20px;
	margin-left: 15px;
	line-height: 1.6em;
	color: #333;
}
#content ul li {
	list-style-type: disc;
}

#content ul.clients {
	font-size: 1.1em;
	margin-top: 20px;
	margin-left: 0px;
	line-height: 1.8em;
	color: #333;
	float:left;
	margin-right:60px;
	margin-bottom: 0px;

}
#content ul.clients li {
		list-style-type: none;
}
#content a:link {
	color: #333;	
}
#content a:visited {
	color: #333;	
}
#content a:hover {
	color: #6C3293;	
}
#content a:active {
	color: #6C3293;	
}
.thumbs {
	margin-top:20px;
}
.thumbs img {
	margin-right:20px;
}
#footer {
	position: relative;
	width: 900px;
	height: 90px;
	background-color:#F1F1F1;
	float: right;
}

#footer ul  {
	float: right;
	width: 740px;
	margin-top: 35px;
}

#footer ul li  {
	float: left;
	padding: 3px;
	color: #666;
}
#footer ul li.redispeed	{
    float:right;
    margin-right:20px;
	border:none;
	}
#footer ul li.redispeed a {
	border:none;
	}
	
#footer ul li a  {
	display:block;
	height:16px;
	border-left:1px solid #666;
	padding-left: 5px;
	color: #666;
}
#footer ul li span {
	display:block;
	padding-top:1px;
}
#footer ul li a:hover  {
	color: #6C3293;
	text-decoration:underline;
}
#footer div  {
	width: 93px;
	margin-left: 25px;
	margin-top: 10px;
	float: left;
}
#footer div img  {
	margin-bottom: 5px;

}
input, textarea {
	color:#333;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.1em;
	padding: 3px;
	width: 300px;
}
input[type=submit] {
	width:auto;
	font-size: 1em;
}

textarea {
	height:100px;
	
}
/*
============================
classes
============================
*/

	.bold	{
		font-weight:bold;
	}
	.bold_italic	{
		font-style:italic;
		font-weight:bold;
	}
	.clear	{
		clear:both;
	}
#form {
	font-size: 1.1em;
	color: #333;
}
.imageFloat {
	float: right;
	padding-top: 20px;
	padding-right: 20px;
}

