﻿body {
}
.Search
{
    /*
	background: url(../images/search_bg.png) no-repeat top right;	
	*/
    position: absolute;
    right: -1px;	
    top: 140px;
    display: block;
    outline: none;
	width: 180px;
	height: 25px;
	text-align:right;	
}

.search_bg2
{
	background: url(../img/osara.gif);
	background-color:White;
	background-repeat:no-repeat;
}

.ustmenu
{
    position: absolute;
    right: 8px;	
    top: 3px;
    display: block;
    outline: none;
	width: 180px;
	height: 20px;
	text-align:right;	
}

.clock
{
    position: absolute;
    right: 11px;	
    top: 167px;
    display: block;
    outline: none;
	width: 300px;
	height: 20px;
	text-align:right;
	font-family: Tahoma;
	font-size: 5pt;
	color: #000000; 	
}

.font1
{
	position: absolute;
    right: 358px;	
    bottom: -2px;
    font-family: Tahoma;
	font-size: 8pt;
	color: #ffffff; 	
}
.company_name
{
    position: absolute;
    left: 50px;	
    top: 40px;
    display: block;
    outline: none;
	width: 300px;
	height: 50px;
	text-align:left;
	font-family: Tahoma;
	font-size: 14pt;
	color: #ffffff; 	
}

.serhatlogo
{
	background: url(../images/logo.png) no-repeat;
	display: block;
	text-indent: -9000px;
	outline: none;
	width: 185px;
	height: 105px;
	
	}

.title
{
    left: 90px;	
    top: 19px;	
    width: 600px;	
    position: absolute;	    
    height: 32px;
    font-family:Tahoma;
    font-size:11pt;
    font-weight:bold;
    color:#ffffff;
}

/* SITE STRUCTURE
------------------------------------------------------------- */

.container
 {
	background: # right top repeat-y;
	/*border-bottom: 8px solid #d3d3d3; */
	position: relative;
	/*text-align: left;*/
	min-height: 100%;
	height: auto !important;
	height: 100%;
	padding: 0;
	margin: 0 auto;
	margin-top: 10px;
	width: 920px; /* Set this to the Height of #footer */
	}
#header, #footer{
	width: 920px;
	display: block;
	position: relative;
	}

#header {
	margin: 0 auto;
	position: relative;
	}
