html { height: 99%; overflow: hidden; }
body { background: #000 url(../graphics/bg_body.gif) no-repeat right top; height: 99%; color: #000; }
a:link, a:visited { color: #990000; text-decoration: none; border-bottom: 1px dotted #333; }
a:hover { color: #ff0000; }
a:active { color: #333; }

/* Additional Margin Styles */
.no_margin_left { margin-left: 0px; }
.no_margin_right { margin-right: 0px; }
.no_margin_bottom { margin-bottom: 0px; }
.margin_top_10 { margin-top: 10px; }
.margin_bottom_5 { margin-bottom: 5px; }

/* Centralise the design */
#first_container { margin: 0 auto; display: table; height: 100%; position: relative; width: 960px; }
#second_container { position: absolute; top: 30%; vertical-align: middle; width: 100%; }
#third_container { position: relative; top: -163px; width: 960px; }

/* Additional Footer Styles */
.footer { color: #444; font-size: 12px; padding-top: 3px; padding-left: 3px;}

/* Navigation Styles */
.nav a { display: block; width: 75px; height: 450px; }
.nav li { display: block; float: left; margin: 0px; padding: 0px; height: 450px; overflow: hidden; }
.nav .link_1 { background:url(../graphics/bg_navbar.gif) 0px 0px;}
.nav .link_2 { background:url(../graphics/bg_navbar.gif) 502px 0px;}
.nav .link_3 { background:url(../graphics/bg_navbar.gif) 402px 0px;}
.nav .link_4 { background:url(../graphics/bg_navbar.gif) 302px 0px;}
.nav .link_5 { background:url(../graphics/bg_navbar.gif) 202px 0px;}
.nav .link_6 { background:url(../graphics/bg_navbar.gif) 102px 0px;}
.nav .link_1:hover { background:url(../graphics/bg_navbar.gif) 0px 520px; }
.nav .link_2:hover { background:url(../graphics/bg_navbar.gif) 502px 520px;}
.nav .link_3:hover { background:url(../graphics/bg_navbar.gif) 402px 520px;}
.nav .link_4:hover { background:url(../graphics/bg_navbar.gif) 302px 520px;}
.nav .link_5:hover { background:url(../graphics/bg_navbar.gif) 202px 520px;}
.nav .link_6:hover { background:url(../graphics/bg_navbar.gif) 102px 520px;}
.nav .width_small { width: 40px; }
.nav .width_large { width: 60px; }
.hidden { display: none; }

/* Content Styles */
.content { overflow: auto; height: 420px; padding: 10px 10px 10px 10px; margin-bottom: 10px; }
.background_white { background:#fff; }
.box_contact_left { float: left; width: 240px; }
.box_contact_right { float: right; width: 240px;  }

/* Jquery Styles - Slideshow */
#slideshow { position:relative; height:300px; overflow: hidden; margin-bottom: 10px; }
#slideshow IMG { position:absolute; top:0; left:0; z-index:8; opacity:0.0; }
#slideshow IMG.active { z-index:10; opacity:1.0; }
#slideshow IMG.last-active { z-index:9; }

/* Jquery Styles - Cover Flow */
.sliderGallery { overflow: hidden; position: relative; height: 380px; width: 570px; }
.sliderGallery UL { position: absolute; list-style: none; overflow: none; white-space: nowrap; padding: 0; margin: 0; }
.sliderGallery UL LI { display: inline; margin-left: -5px; }
.slider { width: 542px; height: 17px; margin-top: 360px; margin-left: 5px; padding: 1px; position: relative; background: url(../graphics/slider_bg.png) no-repeat; }
.handle { position: absolute; cursor: move; height: 17px; width: 181px; top: 0; background: url(../graphics/slider.png) no-repeat; z-index: 100; }

/* Page Headings */
h2 { font: bold 22px Helvetica, Arial, sans-serif; color: #ffffff; margin-top: 0px; margin-bottom: 5px; height: 24px; padding: 0px; }
h2 a { display: block; }
h2.welcome_antena { text-indent: -9999px; background: url(../graphics/page_titles.gif) no-repeat; }
h2.about_antena { text-indent: -9999px; background: url(../graphics/page_titles.gif) no-repeat 0px -33px; }
h2.what_we_do_antena { text-indent: -9999px; background: url(../graphics/page_titles.gif) no-repeat 0px -66px; }
h2.staff_antena { text-indent: -9999px; background: url(../graphics/page_titles.gif) no-repeat 0px -99px; }
h2.contact_antena { text-indent: -9999px; background: url(../graphics/page_titles.gif) no-repeat 0px -132px; }






