@charset "utf-8";
/* CSS Document */

body {
	background: #ECECF3;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	letter-spacing: 0px;
}
h1, h2, h3 {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-weight : bold;
}
h1 {
	font-size:24px;
	font-weight: bold;
	color: #005C82;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #005C82;
}
h3 {
	font-size: 14px;
	font-weight:bold;
	color: #005C82;
	text-decoration: underline;
}
#wrap {
	margin: 0px auto;
	width: 980px;
	padding-right: 5px;
	text-align: justify;
	background: #ECECF3 url(../images/body-bg.png) top center repeat-y;
}
#header-topspace {
	height: 140px;
	background: url(../images/head_bg.png) no-repeat top;
}
#header-space {
	height: 100px;
	background: url(../images/logo.jpg) left no-repeat;
	border-right: 2px #999;
	padding-left: 10px;
	text-align: right;
	margin-left: 5px;
}
#language {
	margin-top: 40px;
	margin-right: 20px;
	float: right;
}
#searchForm {
	margin-right: 10px;
	float: right;
}
/* Navigation Bar */
#navigation {
	color: #000;
	padding: 5px;
	border: 0px solid #ccc;
	margin: 0;
	background-color: #EA881B;
	height: 20px;
}
#nav {
	/*background : #ec6a1c;*/
	height : 35px;
	border-bottom : 0px solid #666666;
}
#content-wrap {
	width: 970px;
	text-align: justify;
}
/* Search */

form {
	padding : 0 5px;
	border : 1px solid #D6D3D3;
	background: #fff url(../images/post-title.png) repeat-x;
}
form.search {
	background : transparent;
	border : none;
	margin-right: 5px;
}
form.search input.textbox {
	margin : 0;
	padding : 4px 4px;
	background : #fff url(../images/shade.gif) top repeat-x;
	color : #333;
}
form.search input.button {
	background : #eee;
	border: solid 1px #ddd;
	color : #333;
	width : 70px;
	height : 27px;
}
#content {
	width: 720px;
	padding-left: 10px;
	padding-top: 10px;
	min-height: 500px;
}
#content .divMenu a, #content .divMenu a:link, #content .divMenu a:active, #content .divMenu a:visited {
	text-decoration: none;
	font: 10px Tahoma, Geneva, sans-serif;
	font-weight: bold;
	padding: 5px 6px;
	background-color: #006699;
	color: #ffffff;
	margin-right: 0px;
}
#content .divMenu a:hover {
	color: #eee;
	background-color: #444;
}
#content h1 {
	margin-top : 10px;
	font : bold 1.2em Verdana, 'Trebuchet MS', Sans-serif;
	color: #F60;
	padding : 5px 0 5px 15px;
	border: 1px solid #D6D3D3;
	text-align : justify;
	background: url(../images/post-title.png) repeat-x;
	width: 700px;
}
#headerimage {
	margin: 1px 0px;
	padding: 5px;
	/*border: 1px solid #eee;*/
	width: 703px;
	vertical-align: middle;
}
#headerimage img {
	border: none;
}
/* Sidebar */

#sidebar {
	float : right;
	width : 230px;
	padding-right: 10px;
	padding-top: 15px;
	background : #fff;
	color: #333;
}
#sidebar img {
	margin: 15px 1px;
}
#sidebar h1 {
	margin-top : 0;
	padding : 5px 0 5px 5px;
	font : bold 1.2em Verdana, 'Trebuchet MS', Sans-serif;
	color : #F60;
	background: #fff url(../images/sidebar-title.png) repeat-x;
	border: solid 1px #D6D3D3;
	margin-bottom: -1px;
}
#sidebar .left-box {
	margin-top : 0;
	padding-left : 5px;
	padding-bottom: 10px;
}
#sidebar .left-box .text {
	margin-top : 0;
	padding: 4px 1px;
}
#sidebar ul.sidemenu {
	list-style : none;
	text-align : left;
	margin : 3px 0 2px 0;
	padding : 0;
	text-decoration : none;
}
#sidebar ul.sidemenu li {
	padding : 3px 2px 3px 0px;
	margin : 2px 0px;
	display: block;
	border-bottom: 1px solid #eee;
}
#sidebar ul.sidemenu li:hover {
	margin : 2px 0px;
	display: block;
}
#sidebar ul.sidemenu a {
	text-decoration : none;
	background-image : none;
	color: #069;
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 5px;
}
#sidebar ul.sidemenu a:hover {
	text-decoration : underline;
	color: #333;
}
/* Additional Formatting */

blockquote {
	margin : 10px;
	padding : 0 0 0 40px;
	border : 1px solid #D6D3D3;

	background : #F7F7F7 url(../images/quote.png) no-repeat;
}
.code {
	margin: 0;
	margin-right: 4px;
	padding : 10px 15px 10px 20px;
	text-align : left;
	display : block;
	overflow: hidden;
	/*background : #F7F7F7 url(code.png) no-repeat;*/
	border: 1px solid #D6D3D3;
	color: #333;
	border-left: 8px solid #638CAF;
}
.code ul {
	color: #069;	
}
ul, ol {
	color: #333;
}
ul span, ol span {
	color: #333333;
}
label {
	display : block;
	font-weight : bold;
	margin : 5px 0;
	color: #333333;
}
input[type="text"] {
	border : 1px solid #D7C3C3;
	font: 12px Arial, Helvetica, sans-serif;
	color : #333;
	background : #fff url(../images/shade.gif) top repeat-x;
	padding: 4px;
}
input[type="text"]:hover {
	border: 1px solid #603;
	background: #FFC;
}
input[type="submit"] {
	border : 1px solid #D7C3C3;
	font: bold 12px Arial, Helvetica, sans-serif;
	color : #000000;
	background : #fff url(../images/shade.gif) top repeat-x;
	background-color : #ffffff;
	padding: 3px;
}
textarea {
	padding: 4px;
	font: 12px Arial, Helvetica, sans-serif;
	border : 1px solid #D7C3C3;
	background-color : #ffffff;
	height : 100px;
	background : #fff url(../images/shade.gif) top repeat-x;
	display : block;
	color : #000;
	overflow: auto;
}
textarea:hover {
	border: 1px solid #603;
	background : #ffc;
}
input.button {
	margin : 0;
	font : bolder 12px Arial, Sans-serif;
	border : 1px solid #ccc;
	padding : 2px 3px;
	background : #fff;
	color : #131212;
}
.news-add {
	float: left;
}
/* Images */

img {
	border: none;
}
img.float-right {
	margin : 5px 0 10px 10px;
}
img.float-left {
	margin : 5px 10px 10px 0;
}
/* Post Footer */

.post-footer {
	padding : 8px;
	margin : 15px 0px 0px 0px;
	background-color : #F7F7F7;
	text-align: right;
}
.post-footer a, .post-footer a:link, .post-footer a:visited, .post-footer a:active {
	text-decoration: none;
	font-weight: bold;
	color: #F60;
}
.post-footer a:hover {
	text-decoration: underline;
	color:#666;
}
.post-footer .date {
	padding-left : 20px;
	margin : 0 10px 0 5px;
	text-align : right;
	font-size : 9px;
	color : #009DDC;
	text-decoration: underline;
}
#footer {
	background: #3A5D7A;
	padding-top: 10px;
	border-top: solid 5px #638CAF;
	padding-bottom: 10px;
	color: #ffffff;
	margin-top: 20px;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
}
#footer a:link {
	color: #ccc;
	text-decoration: none;
}
#footer a:visited {
	color: #ccc;
	text-decoration: none;
}
#contactForm {
	padding: 10px 0;
}
#contactImage {
	margin-top: 5px;
}
#contactTable {
	border: 1px solid #ddd;
	margin-top: 5px;
}
#contactTable td {
	border-bottom: 1px solid #fff;
}
#contactTable th {
	margin-top : 0;
	padding : 5px 0 5px 5px;
	font : bold 1.2em Verdana, 'Trebuchet MS', Sans-serif;
	color: #006699;
	background: #fff url(../images/sidebar-title.png) repeat-x;
	border: solid 1px #D6D3D3;
	margin-bottom: -1px;
}

/*-----------------------------------------------*/

.news-wide {
	border: 1px solid #efefef;
	margin-bottom: 10px;
}
.box_title {
	font-size: 14px;
	padding: 5px 10px;
	font-weight: bold;
	color: #006699;
	border-bottom: 1px solid #dddddd;
	text-transform: uppercase;
	background-color: #EEEEEE;
	margin-top: 0px;
}
.box_title:hover {
	text-decoration: underline;
}
.news_box {
	padding: 5px 10px;
}
#coverNews {
	margin-bottom: 10px;
	margin-top: 3px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#warning {
	color: #00CCFF;
	font-weight: bold;
	font-size: 12px;
	float: right;
	margin-right: 20px;
}
.noOrder {
	background-color: #F36;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	height: 40px;
	padding: 5px 10px;		
}
#contactOffice, #contactImage {
	padding: 5px 0px;
}
/*---------------- Ürünler Galerisi ----------------*/
.galerie {
	padding: 1px 0;
	margin-right: 3px;
	min-height: 1px;
	width: 680px;
}
.foto {
	float: left;
	display: inline;
	width: 156px;
	height: 138px;
	margin: 0 10px 16px 0;
	background-color: #eeeeee;
	text-align: center;
	border: 1px solid #cccccc;
	position: relative;
}
.foto img {
	margin: 13px auto 0 auto;
	border: 1px solid silver;
}
.foto:hover {
	background-color: #D6ECF8;
	border: 1px solid #82B7DF;
}
.foto p a, .foto p a:visited {
	font-size: 1.1em;
	color: #003960;
	font-weight: normal;
	margin-top: 6px;
}
.foto p a:hover {
	color: #eee;
	background-color: #09C;
	padding: 4px;
}
.foto p {
	margin-top: 6px;
	color: #003960;
}
/*---------------- Ürünler Galerisi ----------------*/

/*------------ detail list ---------------------*/

/*------------------table style---------------*/
.detailList table {
	border: 1px solid #dddddd;
}
.detailList table a {
	text-decoration: none;
	font-weight: bold;
	color: #09C;
	margin: 5px 5px;
	font-size: 11px;
}
.detailList table a:hover {
	color: #F39;
}
.detailList table td {
	text-align:left;
	padding: 4px 0px 4px 0px;
	padding-left: 25px;
	font-size: 12px;
	line-height: 20px;
	border-bottom: 1px dashed #ddd;
}
.detailList table td.editor {
	font-size: 12px;
	font-weight: normal;
}
.detailList tr {
}
.detailList th {
	background-color: #09C;
	color: #FFF;
	text-align: left;
	padding: 7px 20px;
}
.detailList #tableCaption {
	background-color: #09C;
	color: #FFC;
	text-align: left;
}
.detailList tr.odd {
	background-color: #f9f9f9;
	color: #222222;
}
.detailList tr.odd:hover {
	background-color: #FF9;
	color: #000;
}
.detailList tr.even {
	background-color: #f2f2f2;
	color: #222222;
}
.detailList tr.even:hover {
	background-color: #FF9;
	color: #000;
}
.quantity {
	color: #F30;
	font-weight: normal;
}
.unity {
	color: #093;
	font-weight: normal;
}
.standard {
	color: #663;
	font-weight: normal;
}
/*------------------table style---------------*/
/*------------ detail list ---------------------*/
#sectorImages {
	margin-top: 15px;
}

