/*-------------------------------------------------------+
| The One Point - Content Management System
| http://www.theonepoint.co.uk/
+--------------------------------------------------------+
| Author: David Carr  Email: d.carr@theonepoint.co.uk
+--------------------------------------------------------+*/

#main a:active, #main a:link, #main a:visited {
	 text-decoration:underline !important;
	 color:#000;
	 font-weight:normal;
}

.mceContentBody a:link, .mceContentBody a:visited, .mceContentBody a:active {
	 text-decoration:underline !important;
	 color:#000;
	 font-weight:normal;
}

a {
	 text-decoration:none;
	 color:#3399CC;
	 font-weight:normal;
}

a:hover {
	 text-decoration:underline;
	 color:#3399CC;
	 font-weight:normal;
}

#tinymce h1, h2, h3, h4, h5 {
	  color:#3399cc;
	  font-weight: bold; font-family: 'AllerBold',sans-serif;
}

#tinymce h1 {
	font-size:20px;
	line-height:1em;
	padding-bottom:5px;
	padding-top:10px;
}


#tinymce h2 {
	  font-size: 13px;
	  padding-bottom:10px;	
}

#tinymce h3 {
	  font-size: 10px;
	  margin: 0 0 0.5em 0;
	  font-weight:bold;
}

#tinymce h4 {
	 font-size: 9px;
	  line-height: 1.3em;
	  margin: 0 0 0.5em 0;
	  color:#000;
	  font-weight:bold;
	  margin:0 0 0.6em 0;
}

#tinymce h5 { 
	  font-size: 8px;
	  line-height: 1.5em;
	  color:#000;
}

.thumb {
	background-color:#EEEEEE;
	border:1px solid #999999;
	float:left;
	margin:0 2px 15px 0;
	padding:5px;
}

/* text ------------------------------------------------------------------------ */
#tinymce p {
	  font-size: 12px;
	  line-height: 16px;
	  margin: 0 0 1em 0;
}

p.news{
 	  font-size: 0.6em;
	  line-height: 18px;
	  margin: 0 0 1em 0;
}



strong, b {
	  font-weight: bold;
}

.clear {
  	clear: both;
}

.f-left {
  	float: left;
	margin-right:5px;
}

.f-right {
  	float: right;
}	

.testimonail-logo {
	float:left; 
	width:140px;
}

.testimonail-info {
	float:left;
	width:370px; 
	margin-left:10px
}

.it {
	color:#009999;
	}
.it a{
	color:#009999 !important;
	}
.comms {
	color:#006699;
	}
.comms a{
	color:#006699 !important;
	}
.media {
	color:#ff9933;
	}
.media  a{
	color:#ff9933 !important;
	}
.broadband {
	color:#cc3399 !important;;
	}
.broadband  a{
	color:#cc3399 !important;
	}
	
.red {
	  font-size: 13px;
	  padding-bottom:10px;
	  color:#FF0000;
}
