/*
 * This file defines general styles that affect every page in the site.
 * Do not touch these styles unless you know exactly what you are doing!
*/

* { margin:0; padding: 0; }
body, html { height: 100%; background-color: #6B712B; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; }

/* *** general bottom level definitions *** */

/* folder */
#folder { background-image: url(../images/background-folder.jpg); background-repeat: no-repeat; background-position: 0 0; width: 851px; height: 698px; position: relative; margin-left: auto; margin-right: auto; }

/* nwu main site button */
a#nav-main { text-indent: -10000px; position: absolute; top: 615px; left: 54px; width: 81px; height: 61px; background: url(../images/nav-main.gif) no-repeat; }
a#nav-main:hover, a#nav-main.active { background-position: -90px 0px; }

/* *** main navigation *** */

/* basic list styling */
ul#navs { position: absolute; top: 180px; left: 40px; list-style-type: none; line-height: 0px; font-size: 0; }
ul#navs li { text-indent: -10000px; }
ul#navs li a { display: block; text-decoration: none; position: relative; }

/* individual nav styles */
a#nav-anasayfa 				{ margin-top: 40px; margin-left: 10px; height: 49px; width: 160px; background: url(../images/nav-anasayfa.gif) -0px 0 no-repeat; }
a#nav-facts 			{ margin-top: 3px; margin-left: 4px; height: 32px; width: 115px; background: url(../images/nav-facts2.gif) -45px 0 no-repeat; }
a#nav-hizmetler 		{ margin-top: 20px; margin-left: 11px; height: 50px; width: 160px; background: url(../images/nav-hizmetler.gif) -4px 0 no-repeat; }
a#nav-cost 				{ margin-top: 5px; margin-left: 14px; height: 31px; width: 88px; background: url(../images/nav-cost.gif) -50px 0 no-repeat; }
a#nav-referanslar 			{ margin-top: 20px; margin-left: 21px; height: 50px; width: 160px; background: url(../images/nav-referanslar.gif) -9px 0 no-repeat; }
a#nav-life 				{ margin-top: 6px; margin-left: 22px; height: 29px; width: 108px; background: url(../images/nav-life.gif) -55px 0 no-repeat; }
a#nav-iletisim 		{ margin-top: 20px; margin-left: 30px; height: 60px; width: 160px; background: url(../images/nav-iletisim.gif) -20px 0 no-repeat; }
a#nav-transfer 		{ margin-top: 0px; margin-left: 32px; height: 34px; width: 140px; background: url(../images/nav-transfer.gif) -66px 0 no-repeat; }
a#nav-international 	{ margin-top: 0px; margin-left: 38px; height: 37px; width: 123px; background: url(../images/nav-international.gif) -73px 0 no-repeat; }
a#nav-video 			{ margin-top: 0px; margin-left: 41px; height: 29px; width: 83px; background: url(../images/nav-video.gif) -74px 0 no-repeat; }
a#nav-prep 				{ margin-top: 8px; margin-left: 45px; height: 27px; width: 104px; background: url(../images/nav-prep.gif) -76px 0 no-repeat; }
a#nav-contact 			{ margin-top: 0px; margin-left: 52px; height: 33px; width: 91px; background: url(../images/nav-contact.gif) -83px 0 no-repeat; }

/* over and on states of each nav */
a#nav-anasayfa:hover, a#nav-anasayfa.active { background-position: -196px 0; }
a#nav-facts:hover, a#nav-facts.active { background-position: -176px 0; }
a#nav-hizmetler:hover, a#nav-hizmetler.active { background-position: -200px 0; }
a#nav-cost:hover, a#nav-cost.active { background-position: -190px 0; }
a#nav-referanslar:hover, a#nav-referanslar.active { background-position: -205px 0; }
a#nav-life:hover, a#nav-life.active { background-position: -195px 0; }
a#nav-iletisim:hover, a#nav-iletisim.active { background-position: -216px 0; }
a#nav-transfer:hover, a#nav-transfer.active { background-position: -206px 0; }
a#nav-international:hover, a#nav-international.active { background-position: -213px 0; }
a#nav-video:hover, a#nav-video.active { background-position: -214px 0; }
a#nav-prep:hover, a#nav-prep.active { background-position: -216px 0; }
a#nav-contact:hover, a#nav-contact.active { background-position: -223px 0; }