/* 
 * GEDON.com Stylesheet
 * Copyright (C) 2010 GEDON A.S.
 *
 * Written by Tekin Ozbek, April-May 2010.
 * tekin@tekinozbek.net
 *
 */

@font-face {
	font-family: "Lucida Grande";
	src: local("Lucida Grande"), url(fonts/LG.ttf);
}

@font-face {
	font-family: "Lucida Sans Unicode";
	src: local("Lucida Sans Unicode"), url(fonts/LSU.ttf);
}

@font-face {
	font-family: "Zapf Humanist";
	src: url(fonts/ZH.ttf);
}

body {
	margin:0;
	overflow-y:scroll;
}

#header {
	height:200px;
	background-image:url(images/back.png);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#F0F0F0;
	border-bottom:1px solid #e1e1e1;
}

	#headermain {
		height:150px;
		background-image:url(images/back.png);
		background-repeat:repeat-x;
		background-position:top;
		background-color:#F0F0F0;
		border-bottom:1px solid #e1e1e1;
	}

#banner {
	width:789px;
	margin:0 auto;
}

#title {
	width:784px;
	margin:0 auto;
	font-family:"Lucida Grande", "Trebuchet MS", Arial, sans-serif;
	letter-spacing:0px;
	padding:7px 5px 5px 5px;
}

	#title h1 {
		font-family:"Zapf Humanist", "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
		font-size:24px;
		font-weight:normal;
		margin:0 0 5px;
	}
	
	#title small {
		font-size:13px;
	}
	
	#title a {
		font-size:13px;
		color:#0000AA;
		text-decoration:none;
	}
	
	#title a:hover {
		text-decoration:underline;
	}
	
	#title span.invisible {
		font-size:1px;
		color:#F0F0F0;
	}
	
#contents {
	width:784px;
	padding:10px 0;
	margin:0px auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

	#contents h1 {
		font-family:"Lucida Grande", "Trebuchet MS", Arial, sans-serif;
		font-size:18px;
		font-weight:normal;
		margin:0 0 10px 0;
	}
	
	#contents h2 {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:14px;
		font-weight:normal;
		font-style:italic;
		margin:0;
	}
	
	#contents h3 {
		font-family:"Lucida Grande", "Trebuchet MS", Arial, sans-serif;
		font-size:18px;
		font-weight:normal;
		margin:10px 0 10px 0;
	}
	
	#contents .underlined {
		padding-bottom:2px;
		border-bottom:1px solid #BBB;
	}
	
	#contents .cleartop {
		margin-top:30px;
	}
	
	#contents p {
		margin:5px 0 0 0;
	}
	
	#contents a {
		color:#555;
	}
	
	#contents a:hover {
		color:#0000C0;
	}
	
#footer {
	background-color:#F7F7F7;
	border-top:1px solid #E1E1E1;
	border-bottom:1px solid #e1e1e1;
	padding-top:3px;
	padding-bottom:3px;
}

#copyright {
	width:784px;
	margin:0 auto;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	color:#666;
}

	#copyright a {
		color:#666;
		text-decoration:none;
	}
	
	#copyright a:hover {
		color:#333;
		text-decoration:underline;
	}
	
	#copyright .right {
		float:right;
	}

.row-even {
	background-color:#f6f6f6;
}
.row-odd {
	background-color:#e6e6e6;
}

.rightside {
	margin-left:10px;
}

.backtotop {
	float:right;
	font-size:11px;
	padding-right:5px;
}