/*
Design Name: Gupse İnternet Teknolojileri
Design URL: http://www.gupse.net/
Description: Erteks Tela Elyaf tasarım ve kodlaması...
Author: Tercan Keskin
Author URI: http://www.tercan.net
Version: 1.0.0

Changelog:
v2.0 - 30.03.2010
*/

/* ------------------------------------------------------------
	Reset Style Import
------------------------------------------------------------ */

@import url('reset.css');

/* ------------------------------------------------------------
	Main Styles
------------------------------------------------------------ */

body { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px; background: #f7f2f0 url('images/body_bg.png') repeat-x; }

h1 { font-size: 24px; }
h2 { font-size: 20px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

.h05 { height: 5px; }
.h10 { height: 10px; }
.h15 { height: 15px; }
.h20 { height: 20px; }
.h05, .h10, .h15, .h20 { line-height: 1px; font-size: 1px; }

.clear { clear: both; }

.left { float: left; }
.right { float: right; }

img { border: none; }
img a { border: none;}

img.left { float: left; border: none; padding: 6px 0 0 0; }
img.right { float: right; border: none; padding: 0 0 0 6px; }

blockquote { border-left: 1px solid #A5ABAB; margin: 15px; padding: 0 12px 0 12px; }

code { font-family: "Courier New", Courier, monospace; }

a { color: #66428a; text-decoration: none; outline: none; }
a:hover { text-decoration: none; }


/* ------------------------------------------------------------
	Container
------------------------------------------------------------ */

#container { width: 980px; margin: 0 auto; padding: 0; }

/* ------------------------------------------------------------
	Header
------------------------------------------------------------ */

#header { float: left; width: 980px; height: 160px; background: url('images/header_bg.png') no-repeat; }

.headerleft { float: left; width: 270px; height: 150px; }
.logo img { width: 270px; height: 150px; }

#content { float: left; width: 960px; padding: 10px 10px 0 10px; background: url('images/content_bg.png') repeat-y; }

#index { width: 690px; float: left; padding-left: 10px; }
	.type .text { font-family: 'Trebuchet MS', Tahoma, Verdana, Arial; font-size: 14px; line-height: 20px; }
	.type .text h1 { float: left; width: 370px; margin-bottom: 10px; padding-left: 30px; line-height: 31px; font-size: 18px; color: #66428a; background: url('images/text_h1_bg.gif') no-repeat; }
	.type .text img { float: right; margin-left: 10px; padding: 3px; border: 1px solid #b4b1af; background: #fff; }

	#index img.eliaph { float: left; margin: 10px 0; } 
	#index .eliaph { float: left; margin-bottom: 20px; } 
/* ------------------------------------------------------------
	Side Left
------------------------------------------------------------ */

#sideleft { float: left; width: 250px; margin-bottom: 10px; }
	#sideleft ul.menu { display: block; float: left; margin-bottom: 10px; font-family: Arial; }
	#sideleft .menu li { float: left; clear: left; }
	#sideleft .menu li a { display: block; float: left; width: 220px; height: 30px; background: url('images/menu_bg.png') no-repeat left top; padding-left: 30px; line-height: 30px; color: #d5fff9; text-decoration: none; font-size: 12px; font-weight: bold; }
	#sideleft .menu li a:hover { color: #fff; background-position: 0 -30px}

/* ------------------------------------------------------------
	Footer
------------------------------------------------------------ */

#footer { float: left; width: 940px; height: 70px; margin: auto; padding: 10px 10px 0 10px; background: url('images/footer_bg.gif') no-repeat; }

	#footer .top { float: left; width: 960px; height: 30px; font-size: 12px; font-weight: bold; color: #860d3c; }
	#footer .left { float: left; width: 860px; font-size: 11px; color: #333; line-height: 16px; }
	#footer .left a { color: #333; }

	#footer .right { float: right; width: 60px; padding: 12px 6px 0 0; text-align: right; }

#sitebottom { width: 980px; height: 20px; margin: 0 auto; padding: 0; background: url('images/sitebottom_bg.gif') no-repeat; }