﻿/*------------------------------------------------------------------
[Firma Stylesheet]

Project:		Ostim Web
Version:		1.1
Last change:	14/06/08 [fixed Float bug, vf]
Assigned to:	M Savas AYIK, Ersin Yamacı
Primary use:	Web Site
-------------------------------------------------------------------*/
@import "MainStyle.css";

/* Page Direction */
.BodyBG			{ background-color: #C2C2C2; height: 100%;}
#PageMain		{ background-color: #FFF; 
      			  line-height: 1.3em; 
      			  text-align: left; font-size: 95%; 
      			  margin: 0px auto; width: 952px;
     			  position: relative;
     			  height:auto !important; /* real browsers */
				  height:100%; /* IE6: treaded as min-height*/
				  min-height:100%; /* real browsers */
   			    }
   			    
/* Menu */
#navProfil		{ height: 35px; }
#navMenu		{ height: 100%; }
#navMenu ul		{ list-style-type: none; }
#navMenu ul li	{ float: left; display:inline; padding: 5px; height: 100%; }

/* Sol Menu */
#SolMenu		{ background-color: Red; height: 100%; width: 180px;
					top: 35px;
					position: absolute;
					overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
					background-color: Red; 		  
    				/*style="height: 100% auto; width: 150px;padding:0; margin:0;"*/
        		}

#Content		{ padding: 5px; width: 765px; margin: 0 auto; background-color: #FFF;  height: 100%; clear: both; }


.FirmaDetay		{ background-color: White; width: 765px; height: 100%; }
.FirmaBaslik	{
	background-color: Red;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	width: 558;
	color: #194a7b;
	float: right;
	right: 0px;
	font-family: arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.BaslikBorder
{
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #d9c176;
	border-bottom-color: #d9c176;
	border-left-color: #d9c176;
}



.Vitrin			{ width: 290px; font-family: Arial; font-size: 12px; color: #000; }
.Vitrin .Baslik { border: 1px solid #c2d3d8; padding-left: 5px; line-height: 23px; height: 23px; color: #25486b; background: url(  "/images/vitrin_ust.png" ) no-repeat; }
.VitrinIc		{ padding: 5px;	border: 1px solid #c2d3d8; color: #FFF; }