/* -----------------------------------------------
 * The style sheet for the main TMS site
 * 
 * Site:	tmsols.co.uk
 * Date: 	22/12/2008
----------------------------------------------- */

html, body
{
	margin: 0;
	padding: 0;
	background: #fff;
	color: #000;
}

body
{
	font-family: Tahoma;
	font-size: 10pt;
} 

/* =STRUCTURE
----------------------------------------------- */

#container
{
	margin: 0 auto;
	width:900px;
	background-color: #eee;
}

#header 
{
	height:170px;
	background-image: url('../images/header.jpg');
	position:relative;
}

#logo
{
	position:relative;;
	left:5px;
	top:5px;
}

.maincontent 
{
	float:left;
	text-align:justify;
	padding-bottom:10px;
}

.one
{
	width:900px;	
}

.two
{
	width:690px;
}

#sidebar
{
	width:200px;
	float:left;
	margin:5px 0 5px 0;
}

#footer
{
	background-color: #333;
	color:#ccc;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	padding:5px
}

.news
{
	float:left;
	width:305px;
	margin: 20px 0 0 20px;
	padding:5px;
}

#load
{
	display: none;
	position: absolute;
	right: 5px;
	top: 180px;
	background: url(../images/ajax-loader.gif);
	width: 43px;
	height: 11px;
	text-indent: -9999em;
}

a.pp_itemcattitle
{
	display:block;
	padding:5px;
}

div.pp_itemcat
{
	padding:2px 5px 2px 5px;
}

div.pp_left
{
	float:left;
	padding:0 0 4px 0;
}

div.pp_right
{
	float:right;
}

.sbitem
{
	width: 185px;
	padding: 5px;
	margin: 5px 0 5px 0;
	background: #DCDFE4 url('../images/sidebar_bg.jpg') no-repeat;
	border: #C4C9D0 solid 1px;
}

.contactmap
{
	float: left;
	margin: 0 0 0 20px;
	border: 1px solid #CCCCCC;
	height:270px;
	width:590px;
}

.contacttitle {	
	background-color:#F0AB1B;
	background-image:url('../images/icon_email.gif');
	background-position:98% 50%;
	background-repeat:no-repeat;
	border-bottom:1px solid #eee;
	padding:5px;
	color:#FFFFFF;
	font-size:12pt;
	font-weight:bold;
}

.contactdetails
{
	margin: 0 0 0 20px;
	width:250px;
	float: left;
	background-color: #F4D869;
}

.robot
{
	margin: 12px 20px 0 20px;
	border-top: #DCDFE4 solid 2px;
	border-bottom: #DCDFE4 solid 2px;
	background-color: #ffffff;
	padding: 10px 0 10px 20px;
}


/* =NAV
----------------------------------------------- */

#menu
{
	background: #333;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

#menu li
{
	float: left;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

#menu a
{
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
}

#menu a:hover
{
	background: #F7BE35 url("../images/hover.png") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;                    
}                  

/* =HEADINGS & PARAGRAPHS
----------------------------------------------- */

h1
{
	margin: 0px;
}

.maincontent h2, .maincontent p, .maincontent h3
{
	padding: 0 20px 0 20px;
}

.maincontent h2
{
	margin: 20px 0 0 0;
}


.maincontent h3
{
	font-size: 10pt;
	text-decoration:underline;
	 margin: 10px 0 10px 0;
}

.maincontent p
{
	margin:15px 0 15px 0;
}


.sbitem h3
{
	font-size: 11pt;
	margin: 0 0 5px 0;
}

.bold
{
	font-weight: 600;
	color: #834694;
}

.news h2
{
	padding: 0;
	margin: 0;
}

.contactdetails p
{
	padding: 5px;
	margin: 0px;
}

.news p
{
	padding: 0;
}
/* =LISTS
----------------------------------------------- */
#sidebar ul
{
	margin: 0 0 0 5px;
	padding: 0 0 0 10px;
	list-style: square;
} 

#sidebar li
{
	margin: 0;
	padding: 0;
}

.maincontent ul
{
	margin: 0 20px 0 20px;
	padding: 0 20px 0 20px;
	list-style: square;
}

.maincontent li
{
	margin: 0;
	padding: 0;
}

.news ul
{
	list-style:none;
	padding:2px 0 2px 5px;
	margin:0;
}

.news li
{
	padding:3px 0 3px 0;
}

ul#productportfolio
{
	list-style-type:none;
	padding: 0 20px 0 20px;
	margin:0px;
	}

li#productportfolio
{
	background-color:#eee;
	margin:0 0 4px 0;
	padding:0;
}

/* =LINKS
----------------------------------------------- */
a:link, a:active, a:visited
{
	color: #834694;
}

a:hover
{
	color: #F8A835;
}

div.pp_left a
{
	background-image:url('../images/bullet_go.png');
	background-position: left center; 
	background-repeat: no-repeat;
	padding-left:20px;
}

div.pp_right a
{
	background-position: right center; 
	background-repeat: no-repeat;
	padding-right:20px;
}

.news ul a
{
	background-image:url('../images/bullet_go.png');
	background-position: left center; 
	background-repeat: no-repeat;
	padding-left:20px;
}


#footer a:link, #footer a:active, #footer a:visited
{
	color: #ccc;
	font-weight: bold;
}

#footer a:hover
{
	color: #F8A835;
}

/* =MISC
----------------------------------------------- */

.clear
{
	float: none;
	clear: both;
}

img
{
	border-style: none;
}

.center
{
	text-align: center;
}

.paddingtop
{
	padding-top: 10px;
}

.padbottom
{
	padding-bottom: 10px;
}

.lines {background-color:#834694;}
.non-geo {background-color:#C74A78;} 
.mobile {background-color:#9FA174;}
.office {background-color:#35A100;}
.billing {background-color:#D49A28;}
.callhandling {background-color:#65BBDE;}
a.pp_itemcattitle {color:#fff;}

.floatright
{
	float:right;
}

.floatleft
{
	float:left;
}

.padleft
{
	padding-left:10px;
}

.ps
{
	width:370px;
}

.ps li
{
	padding: 3px 0 3px 0;
}












/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #778;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #778;
 border-bottom: none;
 background: #D5FBFF;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
 color: #000;
 background: #AAE;
 border-color: #227;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #aaa;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}
