/* main colours
      blue: #00518E
      yellow: #FCC101
*/

/***** sitewide settings *****/

html {
  background: #689CC6;
/*
//  background: #EAEAEA;
//  background: #689CC6;    // nice blue*/
  background-image: url('../graphics/background8.png');
}

h1 {
  font-family: verdana, arial, tahoma;
  font-size: 24px;
  font-weight: bold;
  color: #222222;
}

h2 {
  font-family: verdana, arial, tahoma;
  font-size: 18px;
  font-weight: bold;
  color: #222222;
}

h3 {
  font-family: verdana, arial, tahoma;
  font-size: 14px;
  font-weight: bold;
  color: #222222;
}

div.outer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 450px;
  text-align: center;
//  background-image: url('../graphics/top_shadow5.png');
  background-repeat: repeat-x;
}

div.container-background {
  position: relative;
  left: 0px;
  top: 0px;
  width: 1200px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

div.container {
  position: relative;
  left: 0px;
  top: 0px;
  width: 1200px;
  height: 1000px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  background-image: url('../graphics/homepage_background7.png');
  background-repeat: no-repeat;
}

div.menu {
  position: absolute;
  left: 100px;
  top: 220px;
  width: 1000px;
  height: 60px;
  border: 0px solid #FF0000;
}

div.menu_item{
  position: absolute;
  left: 0px;
  top:0px;
  width: 160px;
  height: 60px;
  background-image: url('../graphics/menu_button_background_off.png');
  border: 0px solid #0F0;
  cursor: hand; cursor: pointer;
}

div.menu_item_text{
  position: absolute;
  left: 0px;
  top: 16px;
  width: 100%;
  font-family: arial, verdana, tahoma;
  font-size: 24px;
  color: #888;
  text-align: center;

}

div.banner_images {
  position: absolute;
  left: 140px;
  top: 320px;
  width: 600px;
  height: 200px;
  background-image: url('../graphics/banner_image_1.png');
  border: 0px solid #F00;
}

div.image_devices {
  position: absolute;
  left: 800px;
  top: 320px;
  width: 286px;
  height: 176px;
  background-image: url('../graphics/image_devices_2.png');
  border: 0px solid #F00;
}

div.page_text {
  position: absolute;
  left: 140px;
  top: 560px;
  width: 700px;
  font-family: verdana, arial, tahoma;
  font-size: 16px;
  line-height: 22px;
  color: #777;
  text-align: justify;
  border: 0px solid #F00;
  visibility: hidden;
}

div.latest_website {
  position: absolute;
  left: 680px;
  top: 700px;
  width: 400px;
  border: 0px solid #F00;
  font-family: verdana, arial, tahoma;
  font-size: 12px;
  line-height: 22px;
  color: #777;
  text-align: right;
}

div.face_game_link {
  position: absolute;
  left: 680px;
  top: 820px;
  width: 400px;
  border: 0px solid #F00;
  font-family: verdana, arial, tahoma;
  font-size: 12px;
  line-height: 22px;
  color: #777;
  text-align: right;
}

div.technical_drawing {
  position: absolute;
  left: 140px;
  top: 680px;
  width: 700px;
  height: 190px;
  background-image: url('../graphics/technical_drawings2.png');
  border: 0px solid #F00;
  display: none;
}

div.slide_out_area {
  position: absolute;
  left: 600px;
  top: 520px;
  width: 514px;
  height: 200px;
  border: 0px solid #0F0;
  overflow: hidden;
}

div.slide_out_website {
  position: absolute;
  left: 330px;
  top: 0px;
  width: 200px;
  height: 60px;
  border: 0px solid #F00;
  background-image: url('../graphics/slide_out_websites_off.png');
  cursor: hand; cursor: pointer;
}

div.slide_out_logo {
  position: absolute;
  left: 330px;
  top: 80px;
  width: 200px;
  height: 60px;
  border: 0px solid #F00;
  background-image: url('../graphics/slide_out_logos_off.png');
  cursor: hand; cursor: pointer;
}

div.so_website_background{
  position: absolute;
  left: 400px;
  top: 500px;
  width: 500px;
  height: 250px;
  border: 1px solid #444;
  border-radius: 25px;
  background-image: url('../graphics/websites/website_1.png');
  visibility: hidden;
}

div.so_website_image{
  left: 0px;
  top: 0px;
  width: 500px;
  height: 250px;
  border-radius: 25px;
  overflow: hidden;
}

div.web_ind_left{
  position: absolute;
  left: 30px;
  top: 254px;
  width: 88px;
  height: 12px;
}

div.web_ind_right{
  position: absolute;
  left: 382px;
  top: 254px;
  width: 88px;
  height: 12px;
}

div.web_ind{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 8px;
  height: 8px;
  background: #FFF;
  border: 1px solid #AAA;
}

div.web_desc{
  position: absolute;
  left: 0px;
  top: 268px;
  width: 500px;
  font-family: verdana, arial, tahoma;
  font-size: 18px;
  color: #444;
  text-align: center;
}

table.web_desc{
  width: 100%;
}

td.web_desc_left{
  width: 40%;
  font-size: 10px;
  font-style: italic;
  text-align: right
}

td.web_desc_right{
  width: 60%;
  font-size: 12px;
  text-align: left;
}

div.so_website_roundabout_background_bevel{
  position: absolute;
  left: 205px;
  top: 395px;
  width: 690px;
  height: 460px;
  border: 1px solid #bbb;
  border-radius: 25px;
  background-image: url('../graphics/roundabout/roundabout_background_bevel2.png');
  visibility: hidden;
}

div.so_website_roundabout_background{
  position: absolute;
  left: 210px;
  top: 400px;
  width: 680px;
  height: 450px;
  border: 1px solid #888;
  border-radius: 25px;
//  background-image: url('../graphics/websites/website_1.png');
  background: #689CC6;
  background-image: url('../graphics/background8.png');
//  background-image: url('../graphics/roundabout/roundabout_background.png');
  visibility: hidden;
}

div.so_website_roundabout_background_shadow{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 680px;
  height: 450px;
//  border: 1px solid #888;
  border-radius: 25px;
  background-image: url('../graphics/roundabout/roundabout_background_shadow.png');
}
div.so_website_visit_ind{
  position: absolute;
  left: 280px;
  top: 354px;
  width: 120px;
  height: 40px;
  border: 0px solid #F00;
  background-image: url('../graphics/roundabout/web/visit_site_ind2.png');
  z-index: 400;
//  visibility: hidden;
}

div.so_logo_background{
  position: absolute;
  left: 400px;
  top: 580px;
  width: 500px;
  height: 250px;
  border: 1px solid #444;
  border-radius: 25px;
  background-image: url('../graphics/transparency_50.png');
  visibility: hidden;
}

div.close_window {
  position: absolute;
  left: 480px;
  top: -20px;
  width: 40px;
  height: 40px;
  background: #FFF;
  background-image: url('../graphics/close_window3.png');
  border: 1px solid #444;
  border-radius: 20px;
  cursor: hand; cursor: pointer;
}

div.close_window:hover {
  background: #AAA;
  background-image: url('../graphics/close_window3.png');
  cursor: hand; cursor: pointer;
}

div.close_roundabout_window {
  position: absolute;
  left: 660px;
  top: -20px;
  width: 40px;
  height: 40px;
  background: #FFF;
  background-image: url('../graphics/close_window3.png');
  border: 1px solid #444;
  border-radius: 20px;
  cursor: hand; cursor: pointer;
  z-index: 500;
}

div.close_roundabout_window:hover {
  background: #AAA;
  background-image: url('../graphics/close_window3.png');
  cursor: hand; cursor: pointer;
}

div.nav_left {
  position: absolute;
  left: -20px;
  top: 105px;
  width: 40px;
  height: 40px;
  background: #FFF;
  background-image: url('../graphics/nav_left3.png');
  border: 1px solid #444;
  border-radius: 20px;
  cursor: hand; cursor: pointer;
}

div.nav_left:hover {
  background: #AAA;
  background-image: url('../graphics/nav_left3.png');
  cursor: hand; cursor: pointer;
}

div.nav_right {
  position: absolute;
  left: 480px;
  top: 105px;
  width: 40px;
  height: 40px;
  background: #FFF;
  background-image: url('../graphics/nav_right3.png');
  border: 1px solid #444;
  border-radius: 20px;
  cursor: hand; cursor: pointer;
}

div.nav_right:hover {
  background: #AAA;
  background-image: url('../graphics/nav_right3.png');
  cursor: hand; cursor: pointer;
}

div.visit_site {
  position: absolute;
  left: 150px;
  top: 230px;
  width: 200px;
  height: 30px;
  background: #FFF;
  font-family: verdana, arial, tahoma;
  font-size: 18px;
  color: #444;
  text-align: center;
  padding-top: 5px;
  border: 1px solid #444;
  border-radius: 15px;
  cursor: hand; cursor: pointer;
}

div.visit_site:hover {
  background: #AAA;
  cursor: hand; cursor: pointer;
}

div.sub_page {
  position: absolute;
  left: 140px;
  top: 760px;
  width: 900px;
  height: 200px;
  font-family: verdana, arial, tahoma;
  font-size: 14px;
  line-height: 20px;
  color: #777;
  border: 0px solid #F00;
}

div.sub_page_heading {
  font-family: verdana, arial, tahoma;
  font-size: 24px;
  color: #999;
  font-weight: bold;
}

div.footer_minor {
  position: absolute;
  left: 0px;
  top: 900px;
  width: 1200px;
  font-family: verdana, arial, tahoma;
  font-size: 10px;
  color: #777;
  border: 0px solid #F00;
  text-align: center;
}


a.latest_website:link {color: #777; text-decoration: underline;}
a.latest_website:visited {color: #777; text-decoration: underline;}
a.latest_website:hover {color: #555; text-decoration: underline;}
a.latest_website:active {color: #777; text-decoration: underline;}

a.top_links:link {color: #FFFFFF; text-decoration: none;}
a.top_links:visited {color: #FFFFFF; text-decoration: none;}
a.top_links:hover {color: #FFF000; text-decoration: underline;}
a.top_links:active {color: #FFFFFF; text-decoration: none;}

a.main_menu:link {color: #2754A8; text-decoration: none;}
a.main_menu:visited {color: #2754A8; text-decoration: none;}
a.main_menu:hover {color: #FF9900; text-decoration: none;}
a.main_menu:active {color: #2754A8; text-decoration: none;}

a.main_menu_selected:link {color: #FF9900; text-decoration: none; background: #2754A8; border: 0px solid #FF9900; background-image: url('../graphics/button_background.jpg');}        /* FCC101 */
a.main_menu_selected:visited {color: #FF9900; text-decoration: none; background: #2754A8; border: 0px solid #FF9900; background-image: url('../graphics/button_background.jpg');}
a.main_menu_selected:hover {color: #FF9900; text-decoration: none; background: #2754A8; border: 0px solid #FF9900; background-image: url('../graphics/button_background.jpg');}
a.main_menu_selected:active {color: #FF9900; text-decoration: none; background: #2754A8; border: 0px solid #FF9900; background-image: url('../graphics/button_background.jpg');}

a.footer_link:link {color: #AAAAFF; text-decoration: underline;}
a.footer_link:visited {color: #AAAAFF; text-decoration: underline;}
a.footer_link:hover {color: #FFFFFF; text-decoration: underline;}
a.footer_link:active {color: #AAAAFF; text-decoration: underline;}

a.navbar_home:link {color: #FCC101; text-decoration: none;}
a.navbar_home:visited {color: #FCC101; text-decoration: none;}
a.navbar_home:hover {color: #AAAAFF; text-decoration: none;}
a.navbar_home:active {color: #FCC101; text-decoration: none;}

a.std_link:link {color: #FFF000; text-decoration: underline;}
a.std_link:visited {color: #FFF000; text-decoration: underline;}
a.std_link:hover {color: #FFF000; text-decoration: underline;}
a.std_link:active {color: #FFF000; text-decoration: underline;}

a.starfish:link {color: #AAAAFF; text-decoration: none;}
a.starfish:visited {color: #AAAAFF; text-decoration: none;}
a.starfish:hover {color: #FFFFFF; text-decoration: underline;}
a.starfish:active {color: #AAAAFF; text-decoration: none;}

a.mail_link:link {color: #FFFFFF; text-decoration: underline;}
a.mail_link:visited {color: #FFFFFF; text-decoration: underline;}
a.mail_link:hover {color: #FCC101; text-decoration: underline;}
a.mail_link:active {color: #FFFFFF; text-decoration: underline;}

a.mail_link2:link {color: #333333; text-decoration: underline;}
a.mail_link2:visited {color: #333333; text-decoration: underline;}
a.mail_link2:hover {color: #0000FF; text-decoration: underline;}
a.mail_link2:active {color: #333333; text-decoration: underline;}

div.contact_text {
  width: 420px;
  border: 0px solid #FF0000;
  font-family: verdana, arial, tahoma;
  font-size: 16px;
/*  font-style: italic;*/
  color: #333333;
  text-align: justify;
}

div.contact_panel {
  position: absolute;
  left: 530px;
  top: 300px;
  width: 300px;
  background: #5187E3;
  font-family: verdana, tahoma, arial;
  font-size: 18px;
  color: #FFFFFF;
  border: 2px solid #164397;
  padding: 20px;
  text-align: center;
}

div.portfolio {
  position: absolute;
  left: 50px;
  top: 960px;
  width: 800px;
  height: 300px;
  border: 1px solid #888888;
}

div.portfolio_sub {
  position: absolute;
  left: 50px;
  top: 1280px;
  width: 800px;
  font-family: verdana, arial, tahoma;
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
}

div.marquee {
  font-family: verdana, tahoma, arial;
  font-size: 12px;
  color: #FFFFFF;
}

/*
table.contact {
  width: 100%;
  font-family: verdana, tahoma, arial;
  font-size: 10px;
  color: #FFFFFF;
  border: 1px solid #FF0000;
}

td.contact_left {
  width: 55%;
  text-align: right;
  padding: 5px;
  border: 1px solid #00FF00;
}

td.contact_right {
  width: 45%;
  padding: 5px;
  border: 1px solid #00FF00;
}
*/
div.contact_message_sent {
  width: 350px;
  border: 1px solid #FF0000;
  font-family: verdana, arial, tahoma;
  font-size: 18px;
  color: #FF0000;
  text-align: center;

}

div.enquiry_submitted {
  position: absolute;
  left: 280px;
  top: 515px;
  width: 180px;
  height: 82px;
  background-image: url('../graphics/thankyou.gif');
}
