/******************************************************************************/
/*                         MAIN LAYOUT CSS FILE                               */
/******************************************************************************/
/*
Theme  : Track24
Author : Dmitri Lakachauskis <dmitri@telenet.lv>
Version: 1.0
Date   : 2006/12/12
*/

/*
==========================General=============================*/

/* hide ie5/mac \*/
html, body {
    height: 100%;
}
/* end hide ie5/mac */

body, h1, h2, h3, h4, p, ul, li, form, fieldset {
    margin: 0;
    padding: 0;
}
body {
    font-size: 12px;
    font-family: arial, verdana, sans-serif;
    color: #a6a6a6;
}
body.sgl {
    background: #050808 url(http://www.track24.co.uk/themes/t24/images/bg/main.gif) repeat-x left top;
}

dl {
    margin: 0 0 0.5em;
}
p {
    margin-bottom: 0.5em;
}
a {
    color: #FFFFFF;
    text-decoration: none;
}
a:hover {
    color: #ff0000;
    text-decoration: none;
}
a:focus {
    outline: none;
}
img {
    border: none;
}
hr {
    border-top: 1px dotted #999;
    border-bottom: 0px;
    height: 1px;
}


/*
======================Global layaout==========================*/
#outer-wrapper {
	margin: 0 auto;
    padding: 0 17px;
	width: 769px;
	min-height: 100%;
    background-color: #000000;
	text-align: left;
}

/* hiding from ie5/mac \*/
* html #outer-wrapper {
    height: 100%;
}
/* end hide ie5/mac */

#inner-wrapper {
    padding: 20px 0;
}

#content {
    line-height: 1.4em;
}


/*
=========================Header===============================*/
#header {
    position: relative;
    padding-top: 14px;
    height: 56px;
	border-bottom: 1px solid #4c4c4c;
	font-size: 0.8em;
}
#logo {
	position: absolute;
}
#members {
	position: absolute;
	right: 6px;
	top: 22px;
	text-transform: uppercase;
}
#members ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#members li {
    padding: 0;
	color: #7b8e92;
}
#members li.thickbox a {
    padding-left: 14px;
    background: url(http://www.track24.co.uk/themes/t24/images/bullet/square1.gif) no-repeat 1px -16px;
    text-decoration: none;
}
#members li.thickbox a:hover {
    background: url(http://www.track24.co.uk/themes/t24/images/bullet/square1.gif) no-repeat 1px 2px;
}


/*
=========================Footer===============================*/
#footer {
	/* height: 30px; */
}


/*
======================Main Content============================*/

h1 {
    padding-bottom: 0.5em;
    margin-bottom: 0.3em;
    color: #ff0000;
    font-size: 0.9em;
    font-weight: normal;
    text-transform: uppercase;
}
h2 {
    margin-top: 0.8em;
    margin-bottom: 0.3em;
    font-size: 1em;
    font-weight: normal;
    color: #ff0000;
}
#content ul {
    margin: 0.5em 0 0.5em 0.7em;
    padding-left: 0.5em;
    list-style-position: outside;
    list-style-image: url('http://www.track24.co.uk/themes/t24/images/bullet/square2.gif');
}
li {
}


/*
==================Default Forms Styling=======================*/

fieldset {
    padding: 10px 0;
    border: none;
}
fieldset h3 {
    font-size: 1em;
    color: #666666;
}
#content form ul {
    position: relative;
    margin: 0;
    padding: 0;
    width: 99%;
    list-style-position: outside;
    list-style-image: none;
}

#content form li {
    display: block;
    margin: 0;
    padding: 1px 4px 6px 9px;
    line-height: 1.8em;
    list-style-type: none;
}
form li.focused {
    background: #EEF7D4;
}

form li div {
    float: left;
    display: inline;
    margin-right: 5px;
    color: #666666;
}
form li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
form li p {
    clear: both;
    font-size: 9px;
    line-height: 13px;
}


/*
===================Form Elements Styling======================*/
input, select, textarea {
    font-size: 100%;
}
textarea {
    font-family: arial, verdana, sans-serif;
}

#content input.text, #content select.select, #content textarea.textarea {
    border-width: 1px;
    border-style: solid;
    border-color: #7c7c7c #c3c3c3 #ddd #c3c3c3;
    background: #fff url(../images/fieldbg.gif) repeat-x top;
}

input.text {
    padding: 2px 0;
}
form label {
    font-weight: normal;
    color: #a6a6a6;
}

/* SIZES */
.third {
	width:32% !important;
}
.half {
	width:48% !important;
}
.full {
	width:100% !important;
}
input.small, select.small {
	width:25%;
}
input.medium, select.medium {
	width:50%;
}
input.large, select.large, textarea.textarea {
	width:99%;
}
input.tags {
	width:315px;
}
textarea.small {
	height:5.5em;
}
textarea.medium {
	height:10em;
}
textarea.large {
	height:20em;
}

/* BUTTONS */
.button {
    font-size: 110%;
    margin-right: 5px;
    /*border: 1px solid #666;*/
}

/*
====================Form Fields Layout========================*/
/* --
Definition lists are used to display fields labels and values
-----*/
dl.onSide dt {
    float: left;
    width: 120px;
    padding-right: 20px;
    text-align: right;
}
dl.onSide dd{
    margin-left: 140px;
    margin-bottom: 0.5em;
}
dl.onTop dd {
    margin: 0;
}
dd .error {
    display: block;
}

/*
======================No forms layout=========================*/
div.fieldsetlike { /*
--------------------- as some pages don't use forms/fieldsets
- e.g. user/profile, we have to put data in a fieldset like
- div to have same render ------------------------------------*/
    padding: 10px 0;
}
div.fieldsetlike h3 {
    font-size: 1em;
    color: #666666;
}

/*
==================Default Tables Styling======================*/
/*  In a transition period, we'll use a sglTable class to style tables
    Everyone is encouraged not to use tables for layout purposes
    TODO: remove this when all layout tables have been replaced */
.wide {
    width: 60%;
}
.large {
    width: 85%;
}
table {
    margin: 0 0 1em;
    border-collapse: collapse;
    font-size: 1em;
}
table .nowrap {
    white-space: nowrap;
}
.sglTable td, .sglTable th {
    border-width : 0 0 1px 0;
	border-style : solid;
	border-color : #a6a6a6;
	padding : 2px 5px;
	vertical-align : top;
}
.sglTable th {
    text-align: left;
    border-bottom-color: #666666;
}
th a {
    display: block;
    color: #666 !important;
}
tr.expand td {
    border-bottom: none;
}
td.expand {
    padding: 1em 5px;
}
th.sortedAsc a {
    background: url('http://www.track24.co.uk/themes/t24/images/th-sortAsc.gif') 95% 50% no-repeat;
    color: #66A326 !important;
}
th.sortedDesc a {
    background: url('http://www.track24.co.uk/themes/t24/images/th-sortDesc.gif') 95% 50% no-repeat;
    color: #66A326 !important;
}
th a:hover {
    text-decoration: none;
    color: #66A326 !important;
}
tr.alternateRow td, tr.backDark {
    background-color: #FBFFEF; /*F0FFD9*/
}
tr.selectedRow td {
    background: #F6F5F2; /*D0DCE0*/
}
tr.rowHover td, tr:hover td {
  background: #F0FFD9; /*E0EFB8*/
}



/*
======================Messages & Errors=======================*/
.message {
    text-align: center;
}
.message div {
    width: 60%;
    margin: 1em auto;
    padding: 0.5em;
    -moz-border-radius: 0.3em;
}
.errorMessage {
    border: 2px solid #FF3300;
    color: #FF3300;
}
.infoMessage {
    border: 2px solid #66A326;
    color: #7b8e92;
}
.error, .required {
    color: #FF3300;
}

/* PEAR Errors
  --------------------*/
div.errorContainer {
    width: 80%;
    margin: 1em auto;
    padding: 0.5em;
    border: 2px solid #FF3300;
    -moz-border-radius: 0.3em;
    font-family: arial;
}
div.errorHeader {
    margin-bottom: 0.5em;
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.3em;
    color: #FF3300;
}
div.errorContent {
    text-align: left;
}


/*
========================Miscellaneous=========================*/
.floatLeft {
    float: left;
}
.floatRight {
    float: right;
}
.clear {
    clear: both;
}
.spacer {
    clear: both;
    display: block;
    visibility: hidden;
    line-height: 1px;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.center {
    text-align: center;
}
.hide {
    display: none;
}
.narrow {
    width: 45%;
}
.full {
    width: 100%;
}
.button {

}
.noBg {
    background: none;
}
pre.codeExample {
    padding: 1em;
    background-color: #909090;
    border: 1px solid #666666;
    border-left: 5px solid #666666;
    font-size: 1em;
}

/*
========================Miscellaneous2=========================*/

.tipOwner {
    position: relative;
    cursor: help;
    }
.tipOwner .tipText {
    display: none;
    position: absolute;
    top: 0;
    left: 105%;
    border: 1px solid transparent;
    border-color: #ffffff #333333 #333333 #ffffff;
    background-color: #FFE5F8;
    color: #184a84;
    text-align: center;
    width: 15em;
    padding: 2px 5px;
        -moz-opacity: 0.85;
    }
.tipOwner:hover .tipText {
    display: block;
}

/*
TO REMOVE WHEN ALL TEMPLATES ARE CONSOLIDATED
======================Default Theme BC========================*/
.wideButton {
    /* use button instead */
    width: 8em;
}


/*
========================Easy clearing method=========================*/
.clearfix:after {
    content: ".";
    display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    /* hide ie5/mac \*/
    height: 1%;
    display: block; /* restore block display for ie6 */
    /* end hide ie5/mac */
}


/*
========================Track24: elements=========================*/

/* lines */
div.line-dotted {
    height: 1px;
    line-height: 1px;
    background: url(http://www.track24.co.uk/themes/t24/images/bg/line_dotted.gif) repeat-x left center;
}

/* links */
a.bullet {
    padding-left: 15px;
    background: url(http://www.track24.co.uk/themes/t24/images/bullet/square1.gif) no-repeat 1px -15px;
    text-decoration: none;
}
a.bullet:hover {
    background: url(http://www.track24.co.uk/themes/t24/images/bullet/square1.gif) no-repeat 1px 3px;
}
a.bullet-hover {
    padding-left: 15px;
    background: url(http://www.track24.co.uk/themes/t24/images/bullet/square1.gif) no-repeat 1px 3px;
    text-decoration: none;
    color: #ff0000;
}

a.print-icon {
    padding-left: 15px;
    background: url(http://www.track24.co.uk/themes/t24/images/bullet/print.gif) no-repeat 1px -11px;
    text-decoration: none;
}
a.print-icon:hover {
    background: url(http://www.track24.co.uk/themes/t24/images/bullet/print.gif) no-repeat 1px 3px;
}
/******************************************************************************/
/*                        BLOCKS STYLE CSS FILE                               */
/******************************************************************************/
/*
Theme  : Track24
Author : Dmitri Lakachauskis <dmitri@telenet.lv>
Version: 1.0
Date   : 2006/12/12
*/

/*
====================Top Navigation Block======================*/
#top-nav {
    margin-top: 5px;
    font-size: 0.8em;
}
#top-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#top-nav li {
    float: left;
    margin-left: 7px;
    padding: 0;
	width: 90px;
	line-height: 1.8em;
    text-transform: uppercase;
}
#top-nav li a {
    display: block;
    margin-bottom: 5px;
	height: 20px;
	background: url(http://www.track24.co.uk/themes/t24/images/bg/nav_button.gif) no-repeat 0 -29px;
	text-indent: 5px;
	color: #909090;
}
#top-nav li a:hover, #top-nav li.current a {
	background: url(http://www.track24.co.uk/themes/t24/images/bg/nav_button.gif) no-repeat 0 0;
	color: #FFFFFF;
}
#top-nav li.first, #top-nav ul li:first-child {
    margin-left: 0;
}

/*
====================Sub-navigation Block======================*/
#sub-nav {
	font-size: 1.1em;
	position: relative;
}
#sub-nav ul {
    margin: 0;
    margin-top: 14px;
    padding: 0;
    list-style: none;
}
#sub-nav ul li {
	float: left;
	margin-right: 14px;
	padding: 0;
	line-height: 1.3em;
	position: relative;
}
#sub-nav ul li a {
	display: block;
	margin-bottom: 7px;
	color: #909090;
}
#sub-nav ul li a:hover, #sub-nav ul li.current a {
    color: #FFFFFF;
}
#sub-nav ul li.bullet a {
	background: url(http://www.track24.co.uk/themes/t24/images/bullet/arrow1_down.gif) no-repeat 0 5px;
    text-indent: 15px;
}

/* second level */
#sub-nav li ul {
    margin-top: 15px;
    position: absolute;
    top: 17px;
    width: 300px; /* ie7 fix */
}
#sub-nav li ul li {
	margin-bottom: 7px;
	font-size: 0.8em;
	line-height: 1em;
}
#sub-nav ul li.current ul li a {
    background: none;
    text-indent: 0;
    color: #909090;
}
#sub-nav ul li.current ul li.current a {
    color: #FFFFFF;
}
#sub-nav li ul li.bullet a {
    text-indent: 20px;
}


/*
====================Product-navigation Block======================*/
#product-nav {
    margin-bottom: 25px;
}
#product-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-image: none;
}
#product-nav ul li {
    padding: 0;
    float: left;
    margin-right: 7px;
}
#product-nav ul li a {
    dipsplay: block;
}
#product-nav ul li a img {
    display: block;
}


#product-nav-devider {
    position: absolute;
        top: 50px;
        left: 0;
    width: 769px;
}/*
======================CustomLoginMgr==========================*/
#custom-login {
    padding-top: 10px;
}
/*
form#custom-login label {
    font-weight: normal;
    color: #a6a6a6;
}
*/
form#custom-login input {
	border: 1px solid transparent;
	border: none;
	padding: 4px;
	width: 240px;
	font-size: 1.1em;
	color: #333;
}
#custom-login dl.onTop {
    margin: 0;
}
#custom-login dl.onTop dt {
    margin-top: 10px;
}
#custom-login dl.onTop dd {
    margin-top: 5px;
}
#custom-login a {
	display: block;
	margin-top: 7px;
	width: 80px;
	background-color: #666666;
	font-size: 0.8em;
	text-indent: 11px;
	line-height: 2.1em;
	text-transform: uppercase;
}
#custom-login a:hover {
	background-color: #ff0000;
    color: #000000;
}

/*
======================HomepageMgr==========================*/
#content-flash div.intro p {
    font-size: 1.1em;
    line-height: 1.4em;
    text-transform: uppercase;
    color: #FFFFFF;
}
#content-flash p {
    margin-bottom: 1.1em;
}
#content-flash p a {
    color: #bfbfbf;
    text-decoration: underline;
}

/* Boxes */
#intro-articles {
    margin-top: 17px;
}
#intro-articles .box {
	float: left;
	margin-left: 20px;
	padding-top: 11px;
	width: 176px;
	background: url(http://www.track24.co.uk/themes/t24/images/bg/line_dotted.gif) repeat-x left top;
}
#intro-articles .first {
    margin-left: 0;
}
#intro-articles .box .wrap {
    position: relative;
	height: 14.1em;
    padding-bottom: 2.5em;
	background: url(http://www.track24.co.uk/themes/t24/images/bg/line_dotted.gif) repeat-x left bottom;
}
#intro-articles .box a.bullet {
    position: absolute;
    left: -1px;
    bottom: 1.2em;
/*
    font-size: 1.1em;
*/
}
#intro-articles .box img.firstImage-left {
    display: block;
    margin-bottom: 9px;
}
#intro-articles .box p {
    margin-top: 5px;
    font-size: 0.9em;
    line-height: 1.5em;
}

/*
========================Layouts=========================*/
#content-left {
    margin-top: 106px;
    padding-right: 25px;
}
#content-right {
    position: relative;
    margin-top: 67px;
    padding-left: 264px;
    padding-right: 53px;
}

/* images */
#content-left img.firstImage-right {
    position: relative;
    top: -2em;

    display: block;
    float: right;
    margin-left: 2em;
    margin-bottom: 1em;
}
#content-right img.firstImage-left {
    position: absolute;
    left: 0;
    top: 2.2em;
}
#content-right #content-products img.firstImage-left {
    top: auto;
}
#content-right img.image-icon {
    position: absolute;
    left: 185px;
}

/* paras */
#content-left p, #content-right p {
    margin-bottom: 1em;
}
#content-left p.intro-text, #content-right p.intro-text {
    margin-bottom: 1em;
    font-size: 1.2em;
    line-height: 1.3em;
    color: #cccccc;
}
#content-right p.dotted-up {
    margin-bottom: 0.5em;
    padding-top: 0.8em;
    background: url(http://www.track24.co.uk/themes/t24/images/bg/line_dotted.gif) repeat-x left top;
}
#content-left p.dotted-down {
    padding-bottom: 1em;
    background: url(http://www.track24.co.uk/themes/t24/images/bg/line_dotted.gif) repeat-x left bottom;
}
#content-left p.dotted-down-short {
    padding-bottom: 1em;
    background: url(http://www.track24.co.uk/themes/t24/images/bg/line_dotted_short.gif) no-repeat left bottom;
}

/* list */
#content-left ul, #content-right ul {
    /* line-height: 2em; */
}

/* left block */
#content-right div.left-block {
    position: absolute;
    left: 0;
    top: 2.8em;
    width: 205px;
    padding-bottom: 0.3em;
    background: url(http://www.track24.co.uk/themes/t24/images/bg/line_dotted.gif) repeat-x left bottom;
}

#content-products img.firstImage-left {
    left: 75px;
}
#content-products h2 {
    margin-bottom: 0.7em;
    font-size: 0.9em;
    text-transform: uppercase;
}

#content-product-item div.left-block {
    top: 8em;
}


/*
========================About=========================*/
#about-hotspots {
    position: absolute;
    left: 0;
    top: -13px;
    width: 769px;
    height: 80px;
}
#about-hotspots #rollover {
    position: absolute;
	left: 0;
	top: 27px;
	width: 120px;
	z-index: 100;
}
#about-hotspots ul {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-image: none;
}
#about-hotspots ul li {
    padding: 0;
}

/* image */
#about-hotspots a:hover {
    border: none; /* fixes ie6 */
}
#about-hotspots a .hotspot {
    position: absolute;
    top: 15px;
    cursor: pointer;
    height: 51px;
}

/* text */
#about-hotspots a .copy {
    position: absolute;
    left: 0;
    top: 0;
    width: 205px;
    height: 70px;
    background-color: #000000;
    visibility: hidden;
    z-index: 200;
    font-size: 0.9em;
}
#about-hotspots a:hover .copy {
    visibility: visible;
    color: #cccccc;
}
#about-hotspots a .copy .hotspot-title {
    text-transform: uppercase;
    font-size: 1.1em;
}

/* line */
#about-hotspots a .line {
    position: absolute;
    top: 67px;
    left: 0px;
    height: 5px;
    width: 100px;
    background: url(http://www.track24.co.uk/themes/t24/images/bg/line_dotted_red.gif) no-repeat right top;
    visibility: hidden;
    z-index: 300;
}
#about-hotspots a:hover .line {
    visibility: visible;
}

/* step 1 */
#about-hotspots .step-1 a .hotspot {
	left: 264px;
	width: 59px;
	background: url(http://www.track24.co.uk/themes/t24/../../images/Image/icon_flow_step_01.gif) no-repeat 0 0;
}
#about-hotspots .step-1 a:hover .hotspot {
	background: url(http://www.track24.co.uk/themes/t24/../../images/Image/icon_flow_step_01_over.gif) no-repeat 0 0;
}
#about-hotspots .step-1 a .line {
    width: 281px;
}

/* step 2 */
#about-hotspots .step-2 a .hotspot {
	left: 323px;
	width: 79px;
	background: url(http://www.track24.co.uk/themes/t24/../../images/Image/icon_flow_step_02.gif) no-repeat 0 0;
}
#about-hotspots .step-2 a:hover .hotspot {
	background: url(http://www.track24.co.uk/themes/t24/../../images/Image/icon_flow_step_02_over.gif) no-repeat 0 0;
}
#about-hotspots .step-2 a .line {
    width: 342px;
}

/* step 3 */
#about-hotspots .step-3 a .hotspot {
	left: 402px;
	width: 48px;
	background: url(http://www.track24.co.uk/themes/t24/../../images/Image/icon_flow_step_03.gif) no-repeat 0 0;
}
#about-hotspots .step-3 a:hover .hotspot {
	background: url(http://www.track24.co.uk/themes/t24/../../images/Image/icon_flow_step_03_over.gif) no-repeat 0 0;
}
#about-hotspots .step-3 a .line {
    width: 420px;
}

/* step 4 */
#about-hotspots .step-4 a .hotspot {
	left: 450px;
	width: 88px;
	background: url(http://www.track24.co.uk/themes/t24/../../images/Image/icon_flow_step_04.gif) no-repeat 0 0;
}
#about-hotspots .step-4 a:hover .hotspot {
	background: url(http://www.track24.co.uk/themes/t24/../../images/Image/icon_flow_step_04_over.gif) no-repeat 0 0;
}
#about-hotspots .step-4 a .line {
    width: 498px;
}

/* step 5 */
#about-hotspots .step-5 a .hotspot {
	left: 538px;
	width: 88px;
	background: url(http://www.track24.co.uk/themes/t24/../../images/Image/icon_flow_step_05.gif) no-repeat 0 0;
}
#about-hotspots .step-5 a:hover .hotspot {
	background: url(http://www.track24.co.uk/themes/t24/../../images/Image/icon_flow_step_05_over.gif) no-repeat 0 0;
}
#about-hotspots .step-5 a .line {
    width: 572px;
}

/* step 6 */
#about-hotspots .step-6 a .hotspot {
	left: 626px;
	width: 71px;
	background: url(http://www.track24.co.uk/themes/t24/../../images/Image/icon_flow_step_06.gif) no-repeat 0 0;
}
#about-hotspots .step-6 a:hover .hotspot {
	background: url(http://www.track24.co.uk/themes/t24/../../images/Image/icon_flow_step_06_over.gif) no-repeat 0 0;
}
#about-hotspots .step-6 a .line {
    width: 675px;
}


/*
========================Hotspots circle=========================*/
div.circle-big {
    background: url(http://www.track24.co.uk/themes/t24/images/hotspots_circle_01.gif) no-repeat left top;
}
div.circle-small {
    background: url(http://www.track24.co.uk/themes/t24/images/hotspots_circle_02.gif) no-repeat left top;
}
#hotspots-circle {
    position: absolute;
    left: 0;
    top: 3px;
    width: 205px;
    height: 220px;
}
#hotspots-circle ul {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-image: none;
}
#hotspots-circle a .hotspot {
    position: absolute;
    width: 51px;
    height: 51px;
    cursor: pointer;
}
#hotspots-circle a .small {
    width: 41px;
    height: 41px;
}
#hotspots-circle div.line-dotted {
    height: 12px;
}
#hotspots-circle a:hover {
    border: none;
}

/* text */
#hotspots-circle a .link {
    position: absolute;
    left: 10px;
    top: 230px;
    width: 205px;
    visibility: hidden;
}
#hotspots-circle a:hover .link {
    visibility: visible;
}
#hotspots-circle a .small-link {
    left: 15px;
    top: 190px;
    width: 170px;
    color: #cccccc;
}
#hotspots-circle a .link span.header {
    color: #ff0000;
}

/* icons */
#hotspots-circle .step-1 a .hotspot {
    top: 0px;
	left: 89px;
    background: url(http://www.track24.co.uk/themes/t24/../../images/Image/icon_tracking.gif) no-repeat 0 0;
}
#hotspots-circle .step-1 a:hover .hotspot {
    background: url(http://www.track24.co.uk/themes/t24/../../images/Image/icon_tracking_over.gif) no-repeat 0 0;
}
#hotspots-circle .step-2 a .hotspot {
    top: 29px;
	left: 155px;
    background: url(http://www.track24.co.uk/themes/t24/../../images/Image/icon_consultancy.gif) no-repeat 0 0;
}
#hotspots-circle .step-2 a:hover .hotspot {
    background: url(http://www.track24.co.uk/themes/t24/../../images/Image/icon_consultancy_over.gif) no-repeat 0 0;
}
#hotspots-circle .step-3 a .hotspot {
    top: 99px;
	left: 10px;
    background: url(http://www.track24.co.uk/themes/t24/../../images/Image/icon_crisis.gif) no-repeat 0 0;
}
#hotspots-circle .step-3 a:hover .hotspot {
    background: url(http://www.track24.co.uk/themes/t24/../../images/Image/icon_crisis_over.gif) no-repeat 0 0;
}
#hotspots-circle .step-4 a .hotspot {
    top: 156px;
	left: 51px;
    background: url(http://www.track24.co.uk/themes/t24/../../images/Image/icon_monitoring.gif) no-repeat 0 0;
}
#hotspots-circle .step-4 a:hover .hotspot {
    background: url(http://www.track24.co.uk/themes/t24/../../images/Image/icon_monitoring_over.gif) no-repeat 0 0;
}
#hotspots-circle .step-5 a .hotspot {
    top: 29px;
	left: 21px;
    background: url(http://www.track24.co.uk/themes/t24/../../images/Image/icon_command.gif) no-repeat 0 0;
}
#hotspots-circle .step-5 a:hover .hotspot {
    background: url(http://www.track24.co.uk/themes/t24/../../images/Image/icon_command_over.gif) no-repeat 0 0;
}
#hotspots-circle .step-6 a .hotspot {
    top: 156px;
	left: 125px;
    background: url(http://www.track24.co.uk/themes/t24/../../images/Image/icon_customer-support.gif) no-repeat 0 0;
}
#hotspots-circle .step-6 a:hover .hotspot {
    background: url(http://www.track24.co.uk/themes/t24/../../images/Image/icon_customer-support_over.gif) no-repeat 0 0;
}
#hotspots-circle .step-7 a .hotspot {
    top: 99px;
	left: 165px;
    background: url(http://www.track24.co.uk/themes/t24/../../images/Image/icon_training.gif) no-repeat 0 0;
}
#hotspots-circle .step-7 a:hover .hotspot {
    background: url(http://www.track24.co.uk/themes/t24/../../images/Image/icon_training_over.gif) no-repeat 0 0;
}
#hotspots-circle .step-small-1 a .hotspot {
	left: 78px;
	top: 5px;
    background: url(http://www.track24.co.uk/themes/t24/../../images/Image/icon_small_personnel.gif) no-repeat 0 0;
}
#hotspots-circle .step-small-1 a:hover .hotspot {
    background: url(http://www.track24.co.uk/themes/t24/../../images/Image/icon_small_personnel_over.gif) no-repeat 0 0;
}
#hotspots-circle .step-small-2 a .hotspot {
	left: 141px;
	top: 50px;
    background: url(http://www.track24.co.uk/themes/t24/../../images/Image/icon_small_vihicle.gif) no-repeat 0 0;
}
#hotspots-circle .step-small-2 a:hover .hotspot {
    background: url(http://www.track24.co.uk/themes/t24/../../images/Image/icon_small_vihicle_over.gif) no-repeat 0 0;
}
#hotspots-circle .step-small-3 a .hotspot {
	left: 122px;
	top: 125px;
    background: url(http://www.track24.co.uk/themes/t24/../../images/Image/icon_small_aircraft.gif) no-repeat 0 0;
}
#hotspots-circle .step-small-3 a:hover .hotspot {
    background: url(http://www.track24.co.uk/themes/t24/../../images/Image/icon_small_aircraft_over.gif) no-repeat 0 0;
}
#hotspots-circle .step-small-4 a .hotspot {
	left: 32px;
	top: 125px;
    background: url(http://www.track24.co.uk/themes/t24/../../images/Image/icon_small_locations.gif) no-repeat 0 0;
}
#hotspots-circle .step-small-4 a:hover .hotspot {
    background: url(http://www.track24.co.uk/themes/t24/../../images/Image/icon_small_locations_over.gif) no-repeat 0 0;
}
#hotspots-circle .step-small-5 a .hotspot {
	left: 15px;
	top: 50px;
    background: url(http://www.track24.co.uk/themes/t24/../../images/Image/icon_small_tracking.gif) no-repeat 0 0;
}
#hotspots-circle .step-small-5 a:hover .hotspot {
    background: url(http://www.track24.co.uk/themes/t24/../../images/Image/icon_small_tracking_over.gif) no-repeat 0 0;
}
#hotspots-circle .step-small-6 a .hotspot {
	left: 68px;
	top: 63px;
	width: 60px;
	height: 60px;
    background: url(http://www.track24.co.uk/themes/t24/../../images/Image/icon_c4i.gif) no-repeat 0 0;
}
#hotspots-circle .step-small-6 a:hover .hotspot {
    background: url(http://www.track24.co.uk/themes/t24/../../images/Image/icon_c4i_over.gif) no-repeat 0 0;
}
