﻿body, html {
    margin: 0;
    padding: 0;
}
ul#tabs {
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 10px 0 0 0;
    height: 23px;
   border-bottom: 1px solid #6c6c6c;
    background: rgb(218, 218, 218);
    /*background: url(img/background.gif) repeat-x top;*/
}
ul#tabs li {
    float: left;
    margin: 0 5px;
    height: 23px;
    text-align: center;
    width: 130px;
    background: transparent url(img/tab.png) no-repeat scroll top;
 
   
}
ul#tabs li:hover {
    border-bottom: 1px solid white;
    background: white;
}
ul#tabs a {
    display: block;
    height: 100%;
    text-decoration: none;
    color: white;
    font: 12px Tahoma,;
}
ul#tabs li:hover,
body#link1 li#tab1,
body#link2 li#tab2,
body#link3 li#tab3,
body#link4 li#tab4,
body#link5 li#tab5,
body#link6 li#tab6  {
   background: transparent url(img/tab_hover.png) no-repeat scroll top;
     
}
ul#tabs a:hover,
body#link1 li#tab1 a,
body#link2 li#tab2 a,
body#link3 li#tab3 a,
body#link4 li#tab4 a,
body#link5 li#tab5 a ,
body#link6 li#tab6 a
{
	    color: black;
}
ul#tabs span {
    display: block;
    padding: 4px 10px 0 10px;
}
div#wrapper {
    position: relative;
    min-height: 1000px;
}
div#header {
    background-color:#2a476f;
    position: relative;
}
div#iframe {
    position:relative;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin-top: 50px;
    border-top: 1px solid black;
}
iframe {
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

