/*@charset "utf-8";
 
 * AZU, 2011
 *
 * Bu belge beş ana bölümden oluşur.
 * 
 *   1. Internet Tarayıcı Sıfırlama (Browser Reset)
 *   2. Site Şablonu (Site Layout)
 *   3. Yazı Biçimleri (Type Styles)
 *   4. Sayfa Biçimleri (Page Styles)
 *   5. Form Biçimleri(Form Styles)
 * 
 * ------------------------------------------------------------
  
/*
 * 1. Internet Tarayıcı Sıfırlama (Browser Reset)
 *
 * ------------------------------------------------------------
*/
@import url('reset.css');

/* 
 * 2. Site Şablonu (Site Layout)
 *
 * ------------------------------------------------------------
*/

/* Header  */
div#wrapper { width: 994px; margin: 0 auto; overflow: hidden; }

div#header {
	width: 100%;
	height: 149px;
	position: relative;
	background: url(header-back.jpg) no-repeat;
	background-image: url(header-back.jpg);
}

/* Content  */
div#content { float: left; width: 744px; padding: 0; position: relative; overflow: hidden; background: url(index_bg.jpg) repeat-y; z-index: 1; }

div#imgSlider { width: 744px; height: 344px; overflow: hidden; }

div#mainContent { width: 100%; }

/* Right Side  */
div#rightSide { width: 250px; float: right; position: relative; background: #f3f3f5; padding: 0; z-index: 2; }

/* Secondary Content  */
div#secondaryContent { width: 250px; height: 255px; padding: 0 0 30px; background: #f3f3f5; }

/* Footer  */
div#footerBack { background: url(footer-border.png) repeat-x 0 24px; }

div#footer { width: 994px; height: 99px; margin: 0 auto; }

/* Global */
.clear-float { }

/* 
 * 3. Yazı Biçimleri (Type Styles)
 *
 * ------------------------------------------------------------
  Default font settings.
  The font-size percentage is of 16px. (0.75 * 16px = 12px)
*/

html { font-size: 100.01%; }

body { font-size: 75%; color: #3b3b3b; font-family: Tahoma, Helvetica, sans-serif; line-height: 1.5em; }

/* Başlıklar (Headings)  */
h1, h2, h3, h4, h5, h6 { font-weight: 400; color: #111; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }

h2 { font-size: 2em; margin-bottom: 0.75em; }

h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }

h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }

h5 { font-size: 1em; font-weight: 700; margin-bottom: 1.5em; }

h6 { font-size: 1em; font-weight: 700; }

/* Metin öğeleri (Text Elements)  */
p { margin: 0 0 1.5em; }

blockquote { color: #666; font-style: italic; margin: 1.5em; }

strong, dfn {
	font-weight: bold;
	text-align: left;
}

em, dfn { font-style: italic; }

sup, sub { line-height: 0; }

abbr, acronym { border-bottom: 1px dotted #666; }

address { font-style: italic; margin: 0 0 1.5em; }

del { color: #666; }

pre { white-space: pre; margin: 1.5em 0; }

pre, code, tt { font: 1em 'andale mono' , 'lucida console' , monospace; line-height: 1.5; }

/* @Font-Face  */
@font-face { font-family: 'HelveticaLTProBoldCondensed'; src: url('helvetica-lt-pro-bold-cond-webfont.eot'); src: url('helvetica-lt-pro-bold-cond-webfontd41d.eot') format('embedded-opentype'), url('helvetica-lt-pro-bold-cond-webfont.woff') format('woff'), url('helvetica-lt-pro-bold-cond-webfont.ttf') format('truetype'), url('helvetica-lt-pro-bold-cond-webfont.svg') format('svg'); font-weight: normal; font-style: normal; }

@font-face { font-family: 'FuturaBTLight'; src: url('futura-lt-bt-webfont.eot'); src: url('futura-lt-bt-webfontd41d.eot') format('embedded-opentype'), url('futura-lt-bt-webfont.html') format('woff'), url('futura-lt-bt-webfont.ttf') format('truetype'), url('futura-lt-bt-webfont.svg') format('svg'); font-weight: normal; font-style: normal; }

@font-face { font-family: 'FuturaBTMedCon'; src: url('futura-md-cn-bt-webfont.eot'); src: url('futura-md-cn-bt-webfontd41d.eot') format('embedded-opentype'), url('futura-md-cn-bt-webfont.html') format('woff'), url('futura-md-cn-bt-webfont.ttf') format('truetype'), url('futura-md-cn-bt-webfont.svg') format('svg'); font-weight: normal; font-style: normal; }

@font-face { font-family: 'FuturaLtBTLight'; src: url('futura-lt-light-webfont.eot'); src: url('futura-lt-light-webfontd41d.eot') format('embedded-opentype'), url('futura-lt-light-webfont.html') format('woff'), url('futura-lt-light-webfont.ttf') format('truetype'), url('futura-lt-light-webfont.svg') format('svg'); font-weight: normal; font-style: normal; }

/* 
 * 4. Sayfa Biçimleri (Page Styles)
 *
 * ------------------------------------------------------------
*/
/* Page */
body { background: #333b39 url(body-back.png) repeat-x; font-size: 11px; }

a { text-decoration: none; color: #9bc1db; }

a:hover { text-decoration: underline; }

/* Header  */
#siteLogo { float: left; padding-left: 25px; padding-top: 15px; height: 105px; background: url(logo-reflection.png) no-repeat 25px 88px; }

#siteSlogan { padding-right: 25px; padding-top: 45px; color: #47494f; font-family: Georgia; font-size: 23px; font-style: italic; text-align: right; line-height: 120%; }

div#mainMenu {
	width: 880px;
	height: 33px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #FF0000;
	font-family: 'FuturaBTMedCon';
	font-size: 16px;
}

ul#socialLinks { width: 250px; height: 33px; position: absolute; right: 0; bottom: 0; padding-right: 10px; background: #FF0000; }

ul#socialLinks li { float: right; line-height: 33px; padding-left: 22px; padding-right: 16px; }

ul#socialLinks li a { color: #ccc; }

/* Image Slider */

/* Content  */
div.cBlock { width: 186px; float: left; }


div.cBlock h3 { margin-bottom: 8px; font-family: 'FuturaBTMedCon'; font-size: 16px; color: #000; line-height: 41px; height: 38px; text-indent: 20px; background: #ffcb08 url(vert-splitter.jpg) no-repeat right center; }

/*div.cBlock img {float:right;margin-right:4px;margin-bottom:4px;}*/
div.cBlock p { padding: 10px 10px 0; text-align: justify; margin: 0; }

/* Side Bar  */
div#sideBar { width: 250px; height: 344px; background: url("news-block-back.png") repeat-y scroll 0 0 transparent; left: -19px; position: relative; padding: 0 0 0 19px; }

div#haberler-src { float: left; margin: 0 0 0 18px; display: block; width: 220px; height: 240px; }

ul.news { float: left; width: 214px; margin-left: 18px; border-bottom: 1px solid #8b8b8c; }

ul.news li {
	width: 100%;
	float: left;
	border-bottom: 1px #8b8b8c solid;
	font-family: Tahoma, Helvetica, sans-serif;
}

ul.news li h4 { font-family: 'HelveticaLTProBoldCondensed'; font-size: 16px; margin: .5em 0; }
ul.news li a {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}

div#rightSide h3 {
	margin: 0 18px 0;
	padding-top: 18px;
	padding-bottom: 5px;
	font-family: Calibri;
	font-size: 22px;
	border-bottom: 1px solid #8b8b8c;
}

ul.news p { margin-bottom: 1em; }

p.newsImage { float: left; border: 1px solid #fff; margin-right: 1em; margin-top: 4px; }

ul#cycleNav { position: absolute; top: 25px; right: 10px; }

ul#cycleNav li { width: 13px; height: 13px; float: left; padding-right: 8px; }

a#iconNext { background: url(icon-arrow-up.png) no-repeat; display: block; text-indent: -9999px; }

a#iconPrev { background: url(icon-arrow-down.png) no-repeat; display: block; text-indent: -9999px; }

p#allNews { float: left; margin-top: 9px; padding: 0 18px; }

p#allNews a { color: #000; }

p#allNews a:hover { text-decoration: underline; }

/* Secondary Content */


/********************** arama **************************/

div#searchBar { width: 100%; height: 21px; background: #fff; display: block; padding: 7px 8px 10px 22px; position: relative; }

input.searcharea { float: left; display: block; margin: -2px 0 0 10px; background: url(searchBar.png) no-repeat; border: none; height: 24px; width: 180px; padding: 3px 0 0 7px; color: #929ea9; font-size: 11px; }

input#lb_search { float: left; height: 24px; }
div#pnl_arama { width: 190px; height: 28px; }

ul#certificates { text-align: center; }

ul#certificates li { display: inline; }

/* Footer */
div#footer { font-family: Arial; font-size: 11px; color: #000000; }

#footerLogo { }

#copyright { font-family: 'FuturaBTMedCon'; font-size: 14px; color: #000000; padding-top: 35px; margin-bottom: 0; }

#disclaimer { color: #000000; }

#venusAjans { float: right; margin-top: -50px; color: #cbd1d2; }

#venusAjans a { color: #8f989a; }

#venusAjans a:hover { text-decoration: underline; }

/* Master */

div#mastercontent { display: block; position: relative; padding: 0; width: 784px; }

div#mastericerik { float: left; width: 684px; position: relative; display: block; padding: 20px 30px; font-size: 12px; line-height: 22px; }

div#masterbaslik { float: left; width: 714px; display: block; background: #FFCB08; padding: 14px 0 14px 30px; font: 14px 'FuturaBTMedCon'; }
div#masterbaslik h3 { padding: 0; margin: 0; color: #000; }

div.contact-form { float: left; position: relative; display: block; }

div.contact-form ul { width: 185px; float: left; position: relative; margin-right: 10px; }

div.contact-form p { float: left; margin: 0; }

div.contact-form .contact-send { float: right; position: relative; display: block; clear: both; margin: 10px 5px; }

.text { float: left; width: 180px; display: block; position: relative; }

div#diller { float: right; width: 305px; position: relative; display: block; margin-top: 16px; }

div.dil { float: left; display: block; margin-right: 10px; }

div.dil img { vertical-align: middle; margin-right: 5px; }

div.dil a { color: #999; }



.form-button-image { border: 1px solid #FFCB08; background: #FFCB08; padding: 10px; margin: 10px 0; font-family: Tahoma, Geneva, sans-serif; font-size: 13px; cursor: pointer; color: #000; }

.form-button-image:hover { background: #fbf0dc; color: #000; }

input.text, textarea.text { border: 0; background: #eee; padding: 8px; font-size: 11px; width: 95%; outline: none; resize: none; }
input.text:focus, textarea.text:focus { -moz-box-shadow: 0 0 2px 2px #FFCB08; -webkit-box-shadow: 0 0 2px 2px #FFCB08; box-shadow: 0 0 2px 2px #FFCB08; background: #fbf0dc; }
#box-table-c input.text, #box-table-c textarea.text { border: 0; background: #fff; border: 1px #ccc solid; padding: 5px; font-size: 11px; width: 95%; outline: none; resize: none; }
#box-table-c input.text:focus, #box-table-c textarea.text:focus { -moz-box-shadow: 0 0 2px 2px #00307A; -webkit-box-shadow: 0 0 2px 2px #00307A; box-shadow: 0 0 2px 2px #00307A; background: #CDE2F3; }
.form-left { margin: 10px 0 5px; font-family: Tahoma, Geneva, sans-serif; font-size: 13px; width: 100%; display: inline; float: left; }
.form-right { border-bottom: 1px #ddd solid; padding: 5px 0; width: 100%; display: inline; float: left; }
.form-contact h4 { font-family: Tahoma, Geneva, sans-serif; color: #000; font-size: 18px; width: 100%; display: inline; float: left; margin: 10px 0 0; }


.checkbox, .radio { width: 19px; height: 25px; padding: 0 5px 0 0; background: url(checkbox.html) no-repeat; display: block; clear: left; float: left; }
.radio { background: url(radio.png) no-repeat; }
.select { position: absolute; width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */ height: 21px; padding: 0 24px 0 8px; color: #000; font: 12px/21px arial,sans-serif; background: url(select.png) no-repeat; overflow: hidden; }

span.select { background: url(select.png) no-repeat scroll 0 0 transparent; color: #000; font: 12px/21px arial,sans-serif; height: 21px; overflow: hidden; padding: 0 24px 0 8px; position: absolute; width: 158px; }

.tips { float: right; width: 292px; position: relative; border: 1px #6baa2d solid; background: #f2f9ea; color: #000; padding: 10px; }
.tip-yellow { width: 100%; height: auto; padding: 5px; background: #fffcdf; border: 1px #ddac00 solid; }


p#sikayetFormu { margin: 10px auto; width: 106px; }
