@charset "utf-8";

	html {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	background-position: center top;
	position: relative;
	top: 0px;
	}
	
	body {
	background-color: #FFFFFF;
	padding: 0px;
	background-position: left top;
	height: auto;
	position: relative;
	background-repeat: repeat;
	color: #000000;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	}

	#logobar {
	font-size: 18px;
	font-weight: bolder;
	background-repeat: repeat-x;
	background-position: center center;
	padding: 0px;
	height: 150px;
	width: 100%;
	color: #FFFFFF;
	font-style: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	top: 0px;
	line-height: normal;
	background-image: url(img/Vin3D_bcgr.gif);
	}

	#logo{
	padding: 0px;
	height: 150px;
	width: 1024px;
	z-index: 1;
	background-image: url(img/Vin3D1.jpg);
	background-repeat: no-repeat;
	}
	
	#vintorg{
	height: 78px;
	width: 320px;
	z-index: 2;
	background-image: url(img/vintorg.jpg);
	background-repeat: no-repeat;
	position: absolute;
	top: 53px;
	left: 700px;
	}
	
    #tabs{
        margin-right: 0px;
		margin-top: 4px;
        padding: 0;
        background: transparent;
        voice-family: "\"}\"";
        voice-family: inherit;
        padding-left: 0px;
    }
    #tabs ul{
        font: bold 13px Arial, Verdana, sans-serif;
        margin:0;
        padding:0;
        list-style:none;
    }
    #tabs li{
        display:inline;
        margin:0 0 0 0;
        padding:0;
        //text-transform:uppercase;
    }
    #tabs a{
        float:left;
        //background:#A3BBE6 no-repeat left top;
		background:transparent no-repeat left top;
        margin:0 0 0 0;
        padding:0 0 1px 3px;
        text-decoration:none;
    }
    #tabs a span{
        float:left;
        display:block;
        background: transparent no-repeat right top;
        padding:4px 9px 2px 6px;
    }
    #tabs a span{float:none;}
    #tabs a:hover{background-color: #7E94B9; color: white;}
    #tabs a:hover span{background-color: #7E94B9;}
    #tabHeaderActive span, #tabHeaderActive a { background-color: #42577B; color:#fff;}
	
	.window_header {
	  background: #BBBBBB;
	  font-weight: bold;
	  font-size: 13px;
	  font-family: Arial, Verdana, sans-serif;;
	  height: 25px;
	  padding:-0px 0px 0px 0px;
	  opacity:1;
	  filter:alpha(opacity:100);
	  user-select: none;
	}

	.window_main {
	  position: absolute;
	  top: 0px;
	  left: 0px;
	  display: block;
	}

	.window_inner {
	  position: relative;
	  top: -5px;
	  left: -5px;
	  border: #888888 1px solid;
	  background: #DFE0E5;
	}
	
	a:link {
		color: #157AD5;
		text-decoration: none;
		-moz-outline:none;
		outline:none;
		ie-dummy:expression(this.hideFocus=true);
	}
	a:visited {
		text-decoration: none;
		color: #0080FF;
		-moz-outline:none;
		outline:none;
		ie-dummy:expression(this.hideFocus=true);
	}
	a:hover {
		text-decoration: none;
		color: #ea3421;
		-moz-outline:none;
		outline:none;
		ie-dummy:expression(this.hideFocus=true);
	}
	a:active {
		text-decoration: none;
		-moz-outline:none;
		outline:none;
		ie-dummy:expression(this.hideFocus=true);
		color: #157AD5;
	}

