@charset "utf-8";
@import url("fonts.css");
html {height:100%;}
body {
	margin:0; padding:0; height:100%;
	background-color:#ffffff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-align:left;
}
#wrap {
min-height:100%;
position:relative;
}
* html #wrap {height:100%}
/*header area*/
#header {
	margin:0;
	padding:0;
	height:80px;
}
#header_fix{
	width:746px;
	min-height:80px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #f0f0f0;
	position:relative;
}
#header_logo{
	width:160px;
	background-color: transparent;
	background-image: url(../images/teknobil_logo.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 66px;
	position:absolute;
	top:15px;
	left:8px;
}
	#header_spot{
	position:absolute;
	float:left;
	margin:0 10px;
	width:200px;
	top:57px;
	left:594px;
}
#header_flash{
	background-color:#f0f0f0;
	width:100%;
	height:272px;
}
#header_flash_fix{
	background-color:#f0f0f0;
	width:746px;
	height:245px;
	border-right:solid 1px #fff;
	background-image: url(../images/head_photo.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}


/*end header*/

p {margin:5px; padding:0;}

/*content area  // tüm içerik alanı*/
#content {
	margin: 0 auto;
}

#content_fix{
	width:746px;
	background-color:transparent;
}
#ContLeft{ width:350px; min-height:150px; float:left;}
#ContRight{ width:350px; min-height:150px; float:right; clear:right;}
#content_left{
	width:426px;
	height:420px;
	background-color:#f4f4f4;
	float:left;
}
#content_right{
	width:280px;
	height:420px;
	float:right;
}
#content_right_top{
	width:320px;
	height:120px;
	background-color:#f4f4f4;
}
#content_right_top_header{
	color:#333333;
	font-size:12px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#content_right_bottom{
	width:320px;
	background-color:#f4f4f4;
}

#inner-wrap {
	padding-bottom:80px;
}
#inner-wrap:after {
	content:" ";
	display:block;
	clear:both;
}
#left {
	float:left;
	width:160px;
	text-align:left;
	padding-left: 20px;
}
/*footer area*/
#footer {
	position:absolute;
	bottom:0;
	height:80px;
	background-color: #FFFFFF;
	width:100%;
	color:#333;
	text-align:left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f0f0f0;
}
#footer_fix{
	width:780px;
	min-height:30px;
	background-color:#FFFFFF;
}
#footer_wrap{
	margin-top:20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}
#footer_logo{
	background-image: url(../images/logo_footer.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 33px;
	width: 90px;
	float:left;
}
#footer_copyright{ float:right; width:400px;  padding-top:10px; }



/*navigations*/
#navgats{
	width:745px;
	height:27px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	background-color:#F0F0F0;
}


/* form area*/
.required{
	color:#333333;
}
fieldset{border:0 solid transparent;}
input,textarea{
	border:2px solid #cccccc;
	overflow:auto;
	background:#fefefe url(../images/bg-field.gif) repeat-x 0 0;
	margin:2px 0 0;
	padding:2px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
address{line-height:18px;font-size:12px;font-style:normal;color:#666666;float:right;padding:3px 0;}p{margin-top:5px;line-height:16px;}
fieldset{border:0 solid transparent;}
.submit{
	width:50px;
	height:24px;
	border:0 none;
	cursor:pointer;
	display:block;
	margin:4px 0 0;
	background-color: #fff;
	background-image: url(../images/btn-submit.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-top:15px;
	margin-right:15px;
}
.hide{ display:none;}
#form{width:300px;float:left;padding:15px 0 0;}
#form label{color:#666666;display:block;}
#form p.col,#client p.col{width:140px;}
#form p{width:140px;margin:0;padding:0 0 5px;}
.right{float:right;}
.left{ float:left;}


/*slide css*/
.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden;
	border-bottom-width: 0px;
	width: 330px; /*width of featured content slider*/
	min-height: 270px;
	border-top-width: 10px;
	border-right-width: 15px;
	border-left-width: 15px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #f0f0f0;
	border-right-color: #f0f0f0;
	border-bottom-color: #f0f0f0;
	border-left-color: #f0f0f0;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
background: white;
width: 330px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
/*filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;*/
}

.pagination{
	width: 340px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	background-color: #f0f0f0;
	padding: 5px 10px;
}

.pagination a{
	padding: 0 5px;
	text-decoration: none;
	color: #666;
	background-color: #f1f1f1;
}

.pagination a:hover, .pagination a.selected{
	color: #000;
	background-color: #FFFFFF;
}

/*Example CSS for demo ticker*/

#ajaxticker1{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	width: 300px;
	height: 70px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	margin-top: 25px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#ajaxticker1 div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
	background-color: #ffffff;
	margin-top:10px;
}
.message a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#00b5c8;
}
