/*
              Title:          default.css 
      
              Author:         Global Web Limited
              Version:        73 
              Filename:       css/default.css 
              Date:           09:46 11 January 2010
              File Type:      Style Sheet
      
              Copyright:      Copyright (c) 1994-2009 Global Web Limited.
                              All rights reserved.
      
              Address:        Global Web Limited
                              Twin Spires Business Park
                              Mugiemoss Road
                              Bucksburn
                              Aberdeen
                              AB21 9BG
                              United Kingdom
      
              Telephone:      +44 1224 454000
              Fax:            +44 1224 454001
              E-mail:         support@globalweb.co.uk
      	      Web:            http://www.globalweb.co.uk/
      
      */
      

body {
font-size:8pt;
font-family:Tahoma, Arial, Helvetica, sans-serif;
line-height:12pt;
color: #4d4d4d;
margin: 0;
}
img { border: 0;}
.header {
width: 900px;
margin: 15px auto;
}
h1, h2, h3 { 
color: #000; 
text-transform: capitalize;
}
h1 { font-size: 120%; }
h2 { font-size: 110%; }
h3 { font-size: 100%; }
a { color: #CC0000; }
/*Tab Menu Styling*/
.menuTabs {
font-size: 9pt;
line-height: 15px;
background:#fff url(../images/menu.gif) repeat-x;
height: 27px;
}
.menuTabs ul {
list-style:none;
margin: 0 auto;
padding:0 0 0 27px;
width:900px;
}
.menuTabs li {
float:left;
background:url(../images/tabs.gif) no-repeat 0 -4px;
margin:0;
padding:0 0 0 12px;
}
.menuTabs a:link,.menuTabs a:visited {
float:left;
display:block;
color:#fff;
background:url(../images/tabs.gif) no-repeat 100% -4px;
text-decoration:none;
margin:0;
padding:7px 18px 5px 9px;
}
.menuTabs #current {
background:url(../images/tabs.gif) no-repeat 0 -84px;
}
.menuTabs #current a {
color:#cc0000;
background:url(../images/tabs.gif) no-repeat 100% -84px;
}

/*Content*/
.content {
width: 900px;
margin: 20px auto;
}
.contentLeft {
width: 560px;
margin-right: 20px;
float: left;
}
.mainImg {
float: right;
margin: 0 0 5px 5px;
}
.contentRight {
width: 320px;
float: left;
}
.kmoPanel img {
margin: 7px 77px;
}
.rosettaPanel img {
margin: 7px 52px;
}
.bottomContainer {
width: 560px;
float: left;
}
.experiencePanel, .servicesPanel {
width: 275px;
float: left;
border-top: 1px solid #000;
}
.experiencePanel {
margin-right: 10px;
}
.experiencePanel img {
float: left;
margin: 0 5px 5px 0;
}
.servicesPanel img {
float: right;
margin: 0  0 5px 5px;
}
/*Footer*/
.footer {
clear: both;
float: left;
margin-top: 20px;
width: 900px;
padding: 10px 0;
border-top: 2px solid #CC0000;
}
/*****Misc******/
.asterix {
color: red;
}
.enquiry {
width: 60%;
} 
