/* CSS Document */

/* =MAIN LAYOUT
---------------------------------------------------- */

* {
    padding: 0;
    margin: 0;
    }
	
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	}

body {
    color: #333;

    font: normal 11px/19px "Lucida Grande", arial, verdana, helvetica, sans-serif;
	}

hr {
	display: none;
	}

#container {
	position: relative;
	min-height: 100%;
	height: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: auto;
	background: #fff url(../images/bg_container.jpg) bottom center no-repeat;
	}

html>body #container {
	height: auto;
	}

body.haritalar #container
{
	background:#fff;
}

#icerik {
	padding-bottom:45px;


	}
	
#footer {
	position: absolute;
	bottom: 0;
	height: 30px;
	text-align:center;
	background-color: #2c4c74;
	width: 100%;

	}

	

	

#footer p {
	width: 400px;
	font-size: .8em;
	margin: 0 auto;
	line-height: 30px;
	}

#footer a{
	color: #fff;
	border: 0;
	background: none;
	}

#footer a:hover {
	color: #CCCCCC;
	}

#footer img {
	padding: 5px 20px;
	}	


					
#header {
	background: url(../images/bg_header.gif) top left repeat-x;
	text-align: center;
	height: 73px;
	}

#header-inner {
	width: 760px;
	margin: 0 auto;
	
	}

#header-baslik {
	width: 500px;
	margin: 0 auto;
	float: left;
	text-align: left;
	}
	
#header-baslik h1{
	color:#fff;
	display:block;
	padding: 10px 0 0 13px;
	}
	
	
#header-baslik h2{
	color:#fff;
	margin: 0;
	padding: 10px 0 0 13px;
	}
	
	
#header-baslik h3{
	color:#fff;
	font-weight:bold;
	margin: 0;
	padding: 3px 0 0 13px;
	font-size: 18px;
	}


#main {
	text-align: left;
	padding: 5px 15px;
	}

#main-inner {
	position: relative;
	width: 730px;
	margin: 0 auto;	
	}

#content {
	float: left;
	width: 460px;
	margin: 0;
	}

#content-wide {
	background: #fff;
	padding: 10px 30px;
	}

#sidebar {
	float: right;
	width: 240px;
	line-height: 16px;
	color: #777;
	margin: 0;
	}





/* =NAVIGATION
---------------------------------------------------- */

#nav {
	text-align: center;
	background-color: #2c4c74;
	}

#nav-inner {
	position: relative;
	width: 800px;
	padding: 0 15px;
	margin: 0 auto;
	}

#nav-box {
	float: left;
/*	width: 240px;*/
	height: 30px;
	}

#nav-box ul {
	position: relative;
	/*width: 730px;*/
	height: 30px;
	margin: 0;
	padding: 0;
	}

#nav-box ul li {
	list-style: none;
	position: absolute;
	background: url(../images/nav_bg.gif);
	margin: 0;
	padding: 0;
	line-height: 30px;
    }

    #nav-box ul li, #nav-box a {
        height: 30px;
	    display: block;
        }

    #nav-box ul li a {
        text-indent: 3px;
        text-decoration: none;
        border: 0;
        padding: 0;
        background-position: 0 0;
        background-repeat: no-repeat;
		color: #FFFFFF;
		font-weight: bold;

        }

	#nav-box ul li a:hover {
	background-color:#3f6da5;
		}

#n1 {left: 0; width: 90px;}
#n2 {left: 91px; width: 90px;}
#n3 {left: 182px; width: 90px;}
#n4 {left: 273px; width: 90px;}
#n5 {left: 364px; width: 90px;}
#n6 {left: 455px; width: 90px;}
#n7 {left: 546px; width: 90px;}
#n8 {left: 637px; width: 90px;}
#n9 {left: 738px; width: 30px;}
#n10 {left: 769px; width: 30px;}


body.anasayfa #n1 a {background: url(../images/nav_bga.gif); color: #333333;}
body.repa #n2 a, body.repa #n2 a:hover {background: url(../images/nav_bga.gif); color: #333333;}
body.haritalar #n3 a, body.haritalar #n3 a:hover {background: url(../images/nav_bga.gif); color: #333333;}
body.haritalar_alt #n3 a, body.haritalar_alt #n3 a:hover {background: url(../images/nav_bga.gif); color: #333333;}
body.lisans #n4 a, body.lisans #n4 a:hover {background: url(../images/nav_bga.gif); color: #333333;}
body.hizmetler #n5 a, body.hizmetler #n5 a:hover {background: url(../images/nav_bga.gif); color: #333333;}
body.metodoloji #n6 a, body.metodoloji #n6 a:hover {background: url(../images/nav_bga.gif); color: #333333;}
body.linkler #n7 a, body.linkler #n7 a:hover {background: url(../images/nav_bga.gif); color: #333333;}
body.yardim #n8 a, body.yardim #n8 a:hover {background: url(../images/nav_bga.gif); color: #333333;}









/*  SAG MENU
------------------------------------------------- */


ul.sagmenu {
	list-style: none;
	margin: 0 0 10px 0;
	}

	ul.sagmenu li {
		border-bottom: #e4e6dd solid 1px;
		padding: 0;
		margin: 0;
		background: none;
		}

	ul.sagmenu li a, ul.sagmenu li a:hover {
		padding: 2px 3px;
		border: 0;
		display: block;
		}

	ul.sagmenu li a:hover {
		background: #F4F5F2;
		}

	ul.sagmenu li a.active, ul.sagmenu li a.active:hover {
		font-weight: bold;
		background: #e4e6dd;
		color: #4d4f4d;
		}

	ul.sagmenu ul {
		margin: 3px 0 5px 0;
		}

	ul.sagmenu ul li {
		border-bottom: 0;
		display: inline;
		}

		ul.sagmenu ul li a {
			margin: 0 0 0 10px;
			}

/* =LINKS
---------------------------------------------------- */

a {
	color: #334a66;
	text-decoration: none;
	padding: 1px 0;
	border-bottom: #c8cdba solid 1px;
	}

	a:hover {
		background: #e9ebe3;
		color: #4d4f4d;
		border-bottom: #4d4f4d solid 1px;
		}

small a {
	color: #555;
	}


a img, a.img, a.img:hover {
	border: 0;
	text-decoration: none;
	background: none;
	}

a.btn {
	background: #fff url(../images/bg_btn.gif) bottom left repeat-x;
	padding: 3px 7px;
	border-left: #ddd solid 1px;
	border-top: #ddd solid 1px;
	border-bottom: #ccc solid 1px;
	border-right: #ccc solid 1px;
	font-weight: bold;
	}

	a.btn:hover {
	background: #fff;
	}

/* =HEADERS
---------------------------------------------------- */

h2 {
	font-weight: normal;
	font-size: 21px;
	line-height: 22px;
	color: #4d4f4d;
	margin: 0 0 10px 0;
	padding: 5px 0 0 0;
	letter-spacing: -1px;
	}

	h2 span {
		color: #663300;
		}

	h2 .other, h3 .other {
		font-size: 12px;
		font-weight: normal;
		letter-spacing: normal;
		}

h3 {
	color: #666633;
	font-size: 16px;
	line-height: 19px;
	font-weight: normal;
	border: 0;
	margin: 0 0 5px 0;
	padding: 10px 0 0 0;
	}

	h3 a {
		color: #4d4f4d;
		}

h3.graphic {
	text-indent: -9999px;
    height: 30px;
    padding: 0 !important;
    background-position: top left;
    background-repeat: no-repeat;
    }



#sidebar h3, #activity h3 {
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	text-transform: uppercase;
	color: #4d4f4d;
	padding: 10px 0 5px 0;
	border-bottom: #c8cdba solid 1px;
	}

#activity h3 {
	text-align: left;
	}

h4 {
	font-size: 13px;
	line-height: 15px;
	color: #003399;
	margin: 0 0 1px 0;
	font-weight: normal;
	}

/* =TEXT
---------------------------------------------------- */

p {
	margin: 0 0 10px 0;
	}

.standout {
	color: #003399;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	border-bottom: #c8cdba solid 1px;
	margin: 0 0 10px 0;
	}

small {
	font-size: 10px;
	color: #777;
	}

div.box {
	background: #e9ebe3;
	padding: 10px 10px 5px 10px;
	}



p.right {
	float: right;
	}

.hide {
	display: none;
	}


ul.punto {
	list-style-type: none;

}

ul.punto li {
	display: block;
	background: url('../Images/punto.gif') no-repeat;
	margin:0;
	padding:0 0 3px 10px;
	background-repeat:no-repeat;
	background-position:3px 5px;
	text-indent: 5px;
	
	}
/* =images
---------------------------------------------------- */



img.left {
	float: left;
	margin: 0 15px 10px 0;
	}

img.right {
	float: right;
	margin: 0 0 10px 15px;
	}

/* self-clearing floats
---------------------------------------------------- */
#header:after,
#main-inner:after,
div.nav-block:after,
#activity-inner:after,
#nav:after,
#nav-box:after,
#community:after,
ul.wineries:after,
ul.varietals:after,
ul.tabs:after,
.wine-details:after,
.images:after,
.profile-header:after,
.comments ol li:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }
    
    
/* REPA WEB CSS
---------------------------------------------------*/

table 
{
	/*background-color: rgb(246,242,235);*/
	/*background-color: rgb(229,224,220);*/
	/*background-color: white;*/
}


/* POPUP CSS
--------------------------------------------------------*/
body.popup {
	background:url(../images/bg_popup.gif) top left repeat-x #FFFFFF;
	text-align: center;
    font: normal 12px/14px "Lucida Grande", arial, verdana, helvetica, sans-serif;
	color:#2c4c74;
	margin:0;
	padding:0;
	}
	
h3.popup{
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px;
	border-bottom-color: #fff;
	border-bottom-style: solid;
	margin: 0;
	margin-bottom: 15px;
	padding: 20px 0 15px 0;
	}
	
h3.haritalar{
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px;
	border-bottom-color: #2c4c74;
	border-bottom-style: solid;
	margin: 0;
	padding: 20px 0 5px 0;
	}
	
.kapat {
	position:absolute;
	bottom: 10px;
	right: 5px;
	}

.btn {
 color: #2c4c74;
 background-color: #ebebeb;
 font-family: "Lucida Grande", arial, verdana, helvetica, sans-serif;
 border: 1px solid;
 border-color: #959595;
 filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffcccccd',EndColorStr='#ffffffff');
 width:80px;
 }


table.popup
{
    font: normal 12px/14px "Lucida Grande", arial, verdana, helvetica, sans-serif;
}

.txt
{
	font: normal 12px/14px "Lucida Grande", arial, verdana, helvetica, sans-serif;
	color:Black;
}

/* -----------------------------------*/

	
.frm {
	color: #2c4c74;
	background: #cecbe6;
	border: 1px solid #003366;
	}

.notice {
	FONT-SIZE: 90% 
	}
			
.info { 
	FONT-WEIGHT: bold; COLOR: #008000 
	}
			
.error { 
	FONT-WEIGHT: bold; COLOR: #800000 
	}