/* 
Title:     Nova Enerji Sistemleri Ana Stil �ablonu
Author:    bilgi@nkare.com
Updated:   May 04 2007
*/

body {
  margin: 0;
  padding: 0;
  font-family: "Lucida Grande", Verdana, sans-serif;
  font-size: 10pt;
  color: #000;
  }

/* Layout
---------------------------------------------------------- */

#main {
  width: 720px;
  padding: 0 10px;
  margin: 0 auto;
  }

#header {
  height: 100px;
  width: 720px;
  margin: 0 auto;
  }

#header-image {
  margin: 0 auto;
  height: 200px;
  padding: 0;
  width: 720px;
  }

/* content */

#content {
  float: left;
  width: 420px;
  padding: 0 10px 0 25px;
  background: #fff url(../img/content-bg.gif) no-repeat;
  }

#content a, a:visited {
  padding: 4px;
  color: #666;
  text-decoration: none;
  }
#content a:hover {
  padding: 4px;
  color: #f7440e;
  text-decoration: none;
  }
#content h1 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: normal;
  color: #1a990d;
  }
#content h2 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  color: #d41229;
  line-height: 1.4em;
  }
#content p {
  padding-right: 10px;
  }
#content ul {
  list-style: none;
  padding: 5px;
  }
#content ul li {
  padding: 0 25px;
  background: url(../img/tik.gif) no-repeat 0 7px;
  }

/* sidebar */

#sidebar {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  float: right;
  font-size: 8pt;
  width: 265px;
  height: auto;
	background-color: #fff;
	padding: 15px 0 10px 0;
	border-top: 2px solid #ccc;
	}
#sidebar ul {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  list-style: none;
  padding: 0;
  color: #fff;
  line-height: 1.7em;
  }
#sidebar ul li {
  font-size: 8pt;
  color: #666;
  padding: 0;
  }
#sidebar h1 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: normal;
  color: #1a990d;
  padding-left: 0;
  }
#sidebar h3 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-bottom: 1px dotted #b9be85;
  font-size: 9pt;
  font-weight: normal;
  text-transform: uppercase;
  color: #a1ad1a;
  padding: 0;
  }

/* footer */

#footer {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px;
  line-height: 1.7em;
  width: 420px;
  height: 60px;
  margin: 20px auto;
  text-align: left;
  color: #666;
  border-top: 1px solid #ededed;
  }
#footer a, a:visited {
  font-size: 8pt;
  margin: 0;
  padding: 0;
  }
#footer a:hover {
  font-size: 8pt;
  margin: 0;
  padding: 0;
  }

/* Pages
---------------------------------------------------------- */

/* news */

#news {
  font-family: "Lucida Grande", Verdana, sans-serif;
  font-size: 10pt;
  color: #666;
  line-height: 1.7em;
  }
#news h2  {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  color: #d41229;
  padding: 0;
  margin-top: 20px;
  }

.newsdate {
  font-family: "Lucida Grande", Verdana, sans-serif;
  font-size: 10px;
  color: #999;
  }

#news h2 a, a:visited {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px dotted #f8ced3;
  color: #d41229;
  padding: 0;
  background-color: #fff;
  }
#news h2 a:hover {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px dotted #d41229;
  color: #d41229;
  background-color: #fff;
  padding: 0;
  }

/* contact */

#contact p {
  font-size: 8pt;
  color: #666;
  line-height: 1.7em;
  }

#contact h2 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  color: #d41229;
  line-height: 1.4em;
  }

/* about */

#about {
  font-family: "Lucida Grande", Verdana, sans-serif;
  font-size: 10pt;
  color: #666;
  line-height: 1.7em;
  }
#about h2  {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  color: #d41229;
  padding: 0;
  margin-top: 20px;
  }
#about ul {
  padding: 10px;
  }

/* Navigation & Logo
---------------------------------------------------------- */

#nav {
  float: right;
  height: 100px;
  width: 520px;
  color: #bbbbbb;
  background-color: #fff;
  }
#nav ul {
  font-size: 12pt;
  text-decoration: none;
  padding: 40px 0px 0 0;
  margin: 0;
  list-style: none;
  text-align: right;
  }
#nav ul li{
  display: inline;
  }
#nav ul li a, a:visited {
  font-family: "Lucida Grande", Verdana, sans-serif;
  font-weight: normal;
  font-size: 8pt;
  color: #555;
  background-color: #f5f5f5;
  padding: 8px;
  border: 0;
  text-decoration: none;
  }
#nav ul li a:hover {
	color: #fff;
	padding: 8px;
  margin: 0;
	background-color: #d41229;
	border: 0;
	text-decoration: none;
	}

/* logo */

#logo {
  float: left;
	width: 200px;
	height: 100px;
	background: #fff url(../img/logo.gif);
	}
#logo img  {
	display: block;
	}

/* Form
---------------------------------------------------------- */	

form {
  font-family: "Lucida Grande", Verdana, sans-serif;
  width: 400px;
  padding-left: 0;
  }

label {
  font-size: 8pt;
  font-weight: bold;
  }

.input {
  font-family: "Lucida Grande", Verdana, sans-serif;
  background-color: #fff;
  color: #333;
  padding: 5px;
  }

.textarea {
  background-color: #fff;
  font-family: "Lucida Grande", Verdana, sans-serif;
  font-size: 10pt;
  color: #333;
  padding: 0;
  }

  /* Accordion */

.toggler {
  border-bottom: 1px dotted #f8ced3;
  color: #d41229;
  margin: 0;
  padding: 8px 5px;
  cursor: pointer;
  font-family: "Lucida Grande", Verdana, sans-serif;
  font-size: 8pt;
  font-weight: normal;
  }
.element {
  padding-left: 20px;
  line-height: 1.4em;
  }
 
.element p {
  margin: 0;
  padding: 4px;
  font-size: 8pt;
  color: #666;
  border-bottom: 1px dotted #ececec;
  }

.float-right {
  padding:10px 20px;
  float:right;
  }

/* Gallery
---------------------------------------------------------- */

#gallery a, a:visited {
  color: #666;
  text-decoration: none;
  font-size: 8pt;
  }
#gallery a:hover {
  color: #033541;
  text-decoration: none;
  font-size: 8pt;
  }
#gallery img {
  padding: 2px;
  margin: 2px;
  border: 3px solid #899dbc;
  vertical-align: middle;
  }

#gallery ul {
  padding: 0;
  list-style: none;
  }
#gallery li {
  margin: 3px;
  padding: 5px 0 5px 0;
  border-bottom: 1px solid #e9e9e9;
  }
#gallery a:hover img {
  padding: 2px;
  border: 3px solid #f06410;
  vertical-align: middle;
  }
#gallery a:visited img {
  padding: 2px;
  border: 3px solid #899dbc;
  vertical-align: middle;
  }

/* Errors */

.fieldWithErrors {
  padding: 2px;
  background-color: #ECECEC;
  display: table;
  }

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
  }

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
  }

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
  }

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
  }
