/*----------------------------------------------------------------------------- 
GLOBAL RESET - Standardizes elements across all browsers
-----------------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
img { border:0; }
ol,ul { list-style:none; }
a { text-decoration:none; }


/*----------------------------------------------------------------------------- 
GLOBAL STYLING - Elements that are applied throughout the site
-----------------------------------------------------------------------------*/
body {
	background: #fff;
	font-size: 10pt;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #3a2f24;

}

a { color: #00b0ea;
		
}

h1 {
	color: #00b0ea;
	font-size: 35px;
	margin-bottom: 27px;
}

h2 {
	color: #fff;
	font-size: 16px;
	padding: 5px;
}

h2 a{
	color: #fff;
	
}

h3 {
	font-size: 12pt;
	text-indent : 20px;

}

h4 {
	font-size: 12pt;
}


#wrapper {
	width: 921px;
	margin: 0 auto;
	background: #fff;
	border: none;
	border-top: none;
	border-bottom: none;
	padding: 0 0px;
}

#header {
	width: 921px;
	height: 150px;
	margin: 0 0 0px 0;
}

#topmenu {
	width: 921px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 41px;
	margin-left: 0;
}

/*----------------------------------------------------------------------------- 
SIDEBAR
-----------------------------------------------------------------------------*/
#sidebar {
	width: 204px;
	float: left;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/*----------------------------------------------------------------------------- 
CONTENT
-----------------------------------------------------------------------------*/
#main {
	
	width: 683px;
	float: right;
	padding: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#thumbnail {

}

#thumbnail .thumb {
	height: 122px;
	width: 122px;
	display: block;
	background-image: url(i/photo_bg.gif);
	float: left;
	
	
}

#thumbnail a:hover .thumb{
	background-image: url(i/photo_bg_over.gif);
    }

#thumbnail .thumbv {
	height: 122px;
	width: 122px;
	display: block;
	background-image: url(i/video_bg.gif);
	float: left;
}
#thumbnail a:hover .thumbv{
	background-image: url(i/video_bg_over.gif);
    }


#thumbnail img {
	padding: 1px;
}



#thumbnail .plegend {
	font-size: 9pt;
	font-style: italic;
	display: block;

	padding-top: 8px;
}

#main a {
	text-decoration: underline;
}

#main p {
	text-indent : 21px;
	
}

#main a:hover {
	color: #ff4c00;
	text-decoration: none;
}

#main li {
	color: #00b0ea;
	text-decoration: none;
	font-weight: bold;
	font-size: 10pt;
	margin-left: 21px;
}

#main .legend {
	font-weight: bold;
	font-size: 9pt;
	font-style: italic;
	display: block;

	padding-top: 5px;
}

#dikkat {
	background: #ffede6;
	padding: 5px;
}

#dikkat .metin {
	color: #ff4c00;
	font-weight: bold;
}

#faydali {
	background: #f2f6ec;
	padding: 5px;
}

#faydali .metin {
	color: #79A342;
	font-weight: bold;
}


/*----------------------------------------------------------------------------- 
FOOTER
-----------------------------------------------------------------------------*/
#footer { 
	font-size: 10px;
	width: 921px;
	clear: both;
	margin-right: 0;
	margin-bottom: 40px;
	margin-left: 0;
	padding-top: 73px;
	padding-bottom: 50px;
}

#footer a { 
	color: #3a2f24;
}

#footer a:hover {
	text-decoration: underline;
}

#footadres {
	background: #d8d5d3;
	width: 188px;
	float: left;
	padding: 8px;
}


#foottxtlinks {
	width: 698px;
	background: #d8d5d3;
	float: right;
	padding: 8px;
	text-align: center;
}
