/********************************************
AUTHOR:  			Levent Kurt 
WEBSITE:   		http://www.netfirma.com.tr

/* top elements */
body {
	margin: 0; 	padding: 0;
	font-family : 'Trebuchet MS', Tahoma, sans-serif;
	font-size: 8pt;
	color: #333 ;
	background-color: #fff;
	text-align:center;
}

/* links */
a { background: inherit; text-decoration: none; }
a:hover { background: inherit; text-decoration: underline; }

/* headers */
h1, h2, h3 { font: normal 1em 'Trebuchet MS', Tahoma, Sans-serif; }
h1 { font-size: 11pt ; color: #fb2c22; font-weight: bold;}
h2 { font-size: 12pt; color: #65944A; text-transform: uppercase; }
h3 { font-size: 11pt; color: #333; font-weight: bold; }

p, h1, h2, h3 {
	margin: 10px 15px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;		
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 10px 15px;	
}
th strong {
	color: #fff;
}
th {
	background: #74A846;
	height: 29px;
	padding-left: 11px;
	padding-right: 11px;
	color: #fff;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
}
tr {
	height: 30px;
}

td img {
	border: solid 3px #333; 
}
/* end - table */



/***********************
	  LAYOUT
************************/

#wrap {
	margin:0;padding:0;
	background: #FFFFFF url(bg.jpg) repeat-x;
}

#header-content, #content, #footer-content {
	width: 760px;
}

/* header */
#header {
	height: 100px;
	text-align: center;	
}

#header-content {	
	margin: 0 auto; padding: 0;
	position: relative;
}

#header-content #logo {
	position: absolute;	
	margin: 0; padding: 0;			
	/* change the values of left and top to adjust the position of the logo */
	top: 0; left: -19px;
}



#header-content #slogan {
	position: absolute;	
	font-family:'Trebuchet Ms', Sans-serif;
	font-size:14px;
	font-weight:bold;
	text-transform: none;
	color: #333;	
	margin: 0; padding: 0;
	/* change the values of left and top to adjust the position of the slogan */
	top: 55px; right: -5px;
}

/* header menu */
#header-content ul {
	position: absolute;
	right: -5px; top: 15px;
	font-family:'Trebuchet MS', sans-serif;
	font-size:1.3em;
	font-weight:bold;
	color: #FFFFFF;
	list-style: none;
	margin: 0; padding: 0;		
}
#header-content li {
	display: inline;
}
#header-content li a {
	float: left;
	display: block;
	padding: 3px 12px;	
	color: #333;
	background-color: #a4a4a4;
	text-decoration: none;
	border-right: 1px solid #b9b9b9;
}
#header-content li a:hover {
	background: #fff;
	color: #000;
}
#header-content li a#current  {
	background: #6e6e6e;
	color: #fff;
}

/* header photo */
.headerphoto {
	margin: 0 auto;
	width: 780px;
	height: 240px;
	padding: 10px 10px 10px 10px; 
	background: #FFFFFF url(headerphoto.jpg) no-repeat center;
}

/* content */
#content-wrap {
	clear: both;
	float: left;
	width: 100%;
	background-color: #FFFFFF ;	
}

#content {
	text-align: left;	
	padding: 0;
	margin: 0 auto;	
}

/* sidebar */
#sidebar {
	float: right;
	width: 30%;
	margin: 0 0 0 0; padding: 0;	
}	

.sidebox {
	background: #EEEEEE;
	color:#555555;
	border: 1px solid #E4E4E4;
	margin-bottom: 10px;
	font-family : 'Trebuchet MS', Tahoma, sans-serif;
	font-size: 8pt;
	
}

/* sidebar menu */
#sidebar ul.sidemenu {
	list-style:none;
	margin: 10px 0 15px 0;
	padding: 0;
	background: #F2F2F2;			
}
#sidebar ul.sidemenu li {
	padding: 0px 10px;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:normal;
	color: #333;
	height: 1.5em;	
	padding:.3em 0 .3em 15px;
	line-height: 1.5em;
	border-bottom: 1px dashed #D4D4D4;
	text-decoration:none;
}
#sidebar ul.sidemenu a.top{	
	border-top: 1px dashed #D4D4D4;
}
#sidebar ul.sidemenu a:hover {
	padding: .3em 0 .3em 10px;
	border-left: 5px solid  #65944A;
	color: #65944A;		
}

/* main */
#main {
	float: left;
	width: 68%;
	margin: 0 0 10px 0; padding: 0;	
}
#main h1 {
	padding: 10px 0px 0px 5px;
	margin: 0 10px 0 10px;
	border-bottom: 1px solid #EEEEEE; 	
	
}

#mains {
	float: left;
	width: 100%;
	margin: 0 0 10px 0; padding: 0;	
}
#mains h1 {
	padding: 10px 0px 0px 5px;
	margin: 0 10px 0 10px;
	border-bottom: 1px solid #EEEEEE; 	
	
}
#mains div {
	margin: 0; padding: 0;
	font-family : 'Trebuchet MS', Tahoma, sans-serif;
	font-size: 12pt;
	border: 1px solid #e4e4e4;
}

/* footer */
#footer {
	clear: both;
	height:70px;
	font: normal 11px tahoma;
	text-align: center;
	background: #b9b9b9 url(footerBg.jpg) repeat-x;
	
}

#footer-content {	
	margin: 0 auto;
	padding-top:35px;
	text-align:center;
	color:#333;
}

#footer-content a {
	text-decoration: none;
	color: #333;
}

#footer-content a:hover {
	text-decoration: underline;
}


/* additional classes */
.clear { clear: both; }


.foto
{
 	width: 95%;
	float: left;
	border-top: 2px dashed #e4e4e4;
}

.foto img
{
 	width: 175px;
	height: 120px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
}
 
.foto a img
{	
	border: solid 3px #e4e4e4; 
	text-decoration: none;
}
 
.foto a:hover img
{
  	border: solid 3px #333;
	text-decoration: none; 
}

.style0,
.style0 td {
	font: tahoma normal;
	font-size: 13px;
}

.style1,
td img {
	border: solid 0px; 
	font-size: 13px;
	font-weight: bold;
	color:#333333;
}

