/* The with-both class applies only in production, not in FCKeditor*/
body.main {
  margin: 0;
  padding: 0;
  background : #000000 url('images/footer_tile.jpg') repeat;
  font-size: 13px;
  text-align: center;
  font-family:Geneva,Arial,sans-serif;

}

h1, h2, h3 {
  font-family: Geneva, Arial, sans-serif;
  font-weight: normal;
  color: #aaaaaa;
}

h1 {
  font-size: 18pt;
  font-weight: 400;
  text-align: left;
  letter-spacing: -1pt;
  color: #005c92;
  margin-top: 0;
}

h2 {
  font-size: 12pt;
  font-weight: 600;
  text-align: left;
  color: #005c92;
  margin-top: 0;
  margin-bottom: 0;
}

p {
  font-family: Geneva, Arial, sans-serif;
  font-size: 9pt;
  text-align: left;
  color: #000000;
  line-height: 130%;
  margin: 0;
}

ul,li {
  font-family: Geneva, Arial, sans-serif;
  font-size: 9pt;
  text-align: left;
  color: #000000;
  line-height: 130%;
  margin-left: 0.75em;
  padding-left: 0.75em;
}

hr {
  width: 100%;
  border: none;
  background-color: #cccccc;
  color: #cccccc;
  height: 1px;
}

table {
  width: 100%;
  border-collapse: separate;
}

/* Links and Colours */

a.black:link {color: #000000; text-decoration: none;}
a.black:active {color: #000000; text-decoration: none;}
a.black:visited {color: #000000; text-decoration: none;}
a.black:hover {color: #c62026; text-decoration: none;}

a.white:link {color: #ffffff; text-decoration: none;}
a.white:active {color: #ffffff; text-decoration: none;}
a.white:visited {color: #ffffff; text-decoration: none;}
a.white:hover {color: #999999; text-decoration: none;}

.blue {color: #00549E}
.news {color: #000000; font-size: 12px; font-family: Geneva, Arial, sans-serif; font-weight: bold}

/* Header */

#header-wrap  {
  width : 100%;
  min-width : 950px;
  height : 120px;
  background : #000000 url('images/header_tile.jpg') repeat-x;
  padding : 0;
}

#header {
  width : 950px;
  height: 48px;
  background-image: url('images/header_back.png');
  background-repeat: no-repeat;
  margin : 0 auto;
  padding-top: 80px;
  position: relative;
}

#header ul.primary-links {
  font-size: 13px;
  color: #FFFFFF;
  text-align: left;
  text-transform: uppercase;
  position: absolute;
  top: 93px;
  left: 0;
}

#header ul.primary-links a {
  text-decoration: none;
  color: #FFF;
}

#header ul.primary-links a:hover {
  color: #999;
}

/* Page */

#page-wrap  {
  width : 100%;
  min-width : 950px;
  clear : both;
  background-color : #ffffff;
  background-image: url('images/page_back.jpg');
  background-repeat: repeat-x;
  padding : 0;
  text-align: left;
}

#page {
  width: 950px;
  margin: 0 auto;
  padding-top: 15px;
  padding-bottom: 40px;
}

#content-top {
  clear: both;
  margin-bottom: 20px;
}

#content-bottom {
  clear: both;
  margin-top: 20px;
}

.subcolumn {
  float: left;
  width: 300px;
  margin-right: 15px;
}

.first-subcolumn
{
	width: 300px;
}

.second-subcolumn,
.third-subcolumn
{
	width: 300px;
}

#left {
  width: 200px;
  float: left;
}

#left-top {
  width: 200px;
  height: 18px;
  background-image: url('images/left_nav_top.png');
}

#left-mid {
  width: 160px;
  padding-left: 20px;
  padding-right: 20px;
  clear: both;
  background-image: url('images/left_nav_mid.png');
  background-repeat: repeat-y;
}

#left-mid ul {
  margin: 0;
  padding: 0;
}

#left-mid li {
  font-size: 11px;
  font-family: Geneva, Arial, sans-serif;
  margin: 0;
  list-style: none;
  list-style-image: none;
  text-transform: uppercase;
  padding: 5px 0;
  border-bottom: 1px solid #CCC;
}

#left-mid li li {
  font-size: 11px;
  font-family: Geneva, Arial, sans-serif;
  margin-left: 10px;
  list-style: none;
}

#left-mid li a {
  color: #000;
  text-decoration: none;
}

#left-mid li a:hover {
  color: #C62026;
}


#left-bottom {
  clear: both;
  width: 200px;
  height: 18px;
  background-image: url('images/left_nav_bottom.png');
}

#middle {
  width: 549px;
  padding-left: 20px;
  padding-right: 20px;
  float: left;
  border-right: solid 1px #666666;
}

#right {
  width: 140px;
  float: left;
  margin-left: 20px;
}

#fix {
  clear: both;
  width: 950px;
}

/* Footer */

#footer-wrap  {
  width : 100%;
  min-width : 950px;
  height : 50px;
  clear : both;
  padding : 0;
  background-image: url('images/footer_tile2.png');
  background-repeat: repeat-x;
}

#footer {
  width : 950px;
  margin : 0 auto;
  padding : 20px 10px 20px 10px;
}

#footer p {
  margin: 0;
  padding: 10px 0;
  text-align: center;
  line-height: normal;
  letter-spacing: 1pt;
  font-family: Geneva, Arial, sans-serif;
  font-size: 10px;
  color: #d4d4d4;
}

#left .block h2 {
  color: #C62026;
  font-size: 16px;
  text-transform: uppercase;
  border-bottom: 1px solid #CCC;
  padding-bottom: 8px;
}

#left .block .content {
  padding-bottom: 20px;
}

.with-left #middle {
  padding-right: 0;
  width: 725px;
  border-right: 0;
}

.with-right #middle {
  padding-left: 0;
  width: 769px;
}

#page-wrap p
{
margin-bottom:10px;
}

#content-top .content
{
position : relative;
}
#main-scrolling-content
{
position: absolute;
bottom:0;
right:0;
top:0;
}

.btn {
	float: left;
	clear: both;
	background: url(images/btn_left.png) no-repeat;
	padding: 0 0 0 10px;
	margin: 5px 0;
}
.btn a{
	float: left;
	height: 40px;
	background: url(images/btn_stretch.png) repeat-x left top;
	line-height: 40px;
	padding: 0 10px;
	color: #fff;
	font-size: 1em;
	text-decoration: none;
	font-family:Geneva,Arial,sans-serif;
}
.btn span {
	background: url(images/btn_right.png) no-repeat;
	float: left;
	width: 10px;
	height: 40px;
}

.btn_navigation_blue { background-color: #005C92; }
.btn_navigation_red { background-color: #C62026; }

.breadcrumb
{
        display:inline;
}
.breadcrumb-wrapper
{
	display:inline;
        font-family:Geneva,Arial,sans-serif;
	margin-left:5px;
}

.floatright
{
float: right;
margin-left:5px;
}
.floatleft
{
float:left;
margin-right:5px;
}
.btn_wrapper
    {
        margin: 0 auto;
    }
    
#map_div {
        width: 450px;
        height: 300px;
        overflow: hidden;
        position: absolute;
    }
#map_table
{
width:280px;
}
#map_table .btn a
    {
        width:100px;
    }
    #map_content {
        position: absolute; /*background-image: url('/images/ght_map.png');*/
        overflow: hidden
    }

    #map_div a {
        color: #005C92;
        font-family: Arial, Verdana, sans-serif;
        text-decoration: none;
   }
.country {
        position: absolute;
        background: url('images/ght_map_bubble.png') no-repeat;
        height: 139px;
        width: 186px;
        padding: 10px;
    }
    #canada {
       top: 85px;
        left: 90px;
    }
#usa {
            left: 270px;
            top: 237px;
        padding-top: 2px;
	}
#usa .country_title
{
	font-size: 16px;
}

#usa a
{
	font-size:11px;
}
    #europe {
        left: 780px;
        top: 236px;
    }

    #asia {
        left: 1084px;
        top: 231px;
    }
    #australia {
        left: 1101px;
        top: 539px;
    }
    #southamerica
    {
        left: 324px;
        top:512px;
    }
#india {
  left: 928px;
  top: 347px;
}       

#uk {
  left: 596px;
  top: 130px;
}
    .location_content {
        display: none;
    }

.country_title
    {
        text-transform:uppercase;
        color: #C62026;
        font-size:24px;
    }
