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

/*****Main Wrapper*****/
body{ background-image: url(../images/bg.jpg); background-attachment:fixed; background-repeat:no-repeat;}
.main_wrapper{
	width:960px;
	height:auto;
	border:1px solid #fff;
	margin-left:auto;
	margin-right:auto;
	margin-top:40px;
	overflow:visible;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow:0px 0px 8px #a0a0a0;
	-moz-box-shadow:0px 0px 8px #a0a0a0;
	-webkit-box-shadow:0px 0px 8px #a0a0a0;
	background:#FFF;
	margin-bottom: 0;
}

/*****main nav menu and header*****/
.menu{
	width:960px;
	height:90px;
	background-image:url(../images/menu.png);
	background-repeat:no-repeat;
	margin-bottom:25px;
	margin-right: auto;
	margin-left: auto;
}
.menu_shadow{width:920px; height:23px; background-image:url(../images/shadowmenu.png); background-repeat:no-repeat; margin-bottom:20px;}

#mainNav ul li { 
	font-family:"Times New Roman", Times, serif; 
	font-style:italic;
	color:#FFF;
	font-size: 14px; 
	line-height: 13px;
	float: left;
	z-index: 99; 
	position: relative;
	font-weight:bold;
}
#mainNav ul li a { 
	display: block; 
	padding: 4px;
	padding-right: 30px;
	color:#FFF;
	text-decoration:none;
}
#mainNav ul li a:hover { 
	color:#333; 
}
#mainNav ul li a.secondLevel {
	padding-right: 40px;
	background: url(../images/dropdown_arrow.png) right top no-repeat;
}
#mainNav ul li a.secondLevel:hover {
	background: url(../images/dropdown_arrow.png) right bottom no-repeat;
}
#mainNav ul li a.secondLevel.current {
	background: url(../images/dropdown_arrow.png) right bottom no-repeat;
}
#mainNav ul li a.current {
	color:#CCC;
}
#mainNav ul li ul { 
	z-index: 99; 
	visibility: hidden; 
	position: absolute; 
}
#mainNav ul li ul li {
	width: 178px;

}
#mainNav ul li ul li a { 
	font-size: 10px;
	line-height: 14px;
	padding: 8px; 
	width: 160px; 
	background:#6bc9fb; 
	border: 1px solid #d6d6d6; 
	border-bottom: none;
	font-weight:normal;
}
#mainNav ul li ul li a:hover {
	background: #ececec;
}
#mainNav ul li ul li a.lastBox {
	border-bottom: 1px solid #d6d6d6;
}
#mainNav ul li ul li ul { 
	top: 0; 
	left: 178px;
}
#mainNav ul li:hover ul ul { 
	visibility: hidden; 
}
#mainNav ul li:hover ul, #mainNav ul li ul li:hover ul { 
	visibility: visible; 
}
.clearfix {
	display: inline-block;
}
.fl {
	float: right;
	margin-top: 21px;
}
.list li {
	padding: 7px;
	padding-left: 18px;
	background: url(../images/list_symbol.png) left center no-repeat;
}
.nav li {
	width: 260px;
}
.nav li a {
	font-size: 12px;
	display: block;
	padding: 10px;
	padding-left: 18px;
	width: 230px;
	background: url(../images/list_symbol.png) 1px center no-repeat;
	border-top: 1px solid #d6d6d6;
}
.nav li a.lastBox {
	border-bottom: 1px solid #d6d6d6;
}
.contactList li {
	margin: 10px 0;
}
#navBar {
	width: 960px;
	height:90px;
	
}
/*****logo*****/
#logo {
	float: left;
	height: 50px;
	width: 250px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	margin-top: 15px;
	margin-left: 10px;
}



/*****SOCIAL ICONS*****/
div#socialIcons {
	text-align: center;
	width: 375px;
	position: relative;
	float: right;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
a.socialicon {display: inline-block; width: 25px; height: 25px; background-image: url(../images/social_icons.png); background-repeat: no-repeat; margin: 0 5px 20px; text-indent: -999px; overflow: hidden; }
a#rss {background-position: 0px 0px;}
a#twitter {background-position: -26px 0px;}
a#facebook {background-position: -52px 0px;}
a#flikr {background-position: -78px 0px;}
a#myspace {background-position: -104px 0px;}
a#linkedin {background-position: -130px 0px;}
a#youtube {background-position: -156px 0px;}

a#rss:hover {background-position: 0px -26px;}
a#twitter:hover {background-position: -26px -26px;}
a#facebook:hover {background-position: -52px -26px;}
a#flikr:hover {background-position: -78px -26px;}
a#myspace:hover {background-position: -104px -26px;}
a#linkedin:hover {background-position: -130px -26px;}
a#youtube:hover {background-position: -156px -26px;}
.social_wrap{
	width:960px;
	height:35px;
	background-image:url(../images/pagetitleback.png);
	background-repeat:no-repeat;
	margin-top:0px;
	margin-bottom:15px;
	margin-right: auto;
	margin-left: auto;
	
}

/*****COMMENT*****/

.comment_wrap{width:920px; height:90px; margin:0 auto; margin-top:25px; margin-bottom:25px;}


		.bigtext a { font-size:22px; 
		font-weight:bold; 
		font-family:"Times New Roman", Times, serif;
		color:#159ECC;
		font-style:italic; 
		width:278px; 
		text-align:center; 
		padding-top:15px; 
		display:block;}
		.smalltext a { font-size:11px;  
		color:#595959; 
		width:278px; 
		text-align:center;display:block; text-decoration:none;}
		.bigtext a:hover { color:#111; text-decoration:none; }
		.smalltext a:hover { color:#595959; text-decoration:none; }
	
		.bigbutton {
			
			float:right; margin-right:14px;
			background: transparent url(../images/mbutton.png) no-repeat top right;
			width:278px;
			height:81px;

		}
			.bigbutton:hover {
				color:#111;
				text-decoration:none;float:right;
				background: transparent url(../images/mbutton.png) no-repeat bottom right;
			}
			
		
			.bigtextwrap {
				float:left;
				width:500px;
				margin:5px 0 0 0;
				margin-left:20px;
			}
				.bigtitle {
					font-size:24px; letter-spacing:-1px; color:#4d4d4d; font-weight:bold; font-style:italic;
				}
					.bigtitle a{
						color:#4d4d4d;
					}
					.bigtitle a:hover{
						color:#111; text-decoration:none;
					}
				.bigdesc {
					font-size:18px; color:#8B8B8B; padding-top:5px;
				}
.clr{clear:both;}



/*****CONTENT*****/

.portfoliobox{
	width:275px;
	height:187px;
	float:right;
	background-image:url(../images/frame.png);
	background-repeat:no-repeat;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	
}
#newsletter_wrap {
	height: 85px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/newsletter.png);
	background-repeat: no-repeat;
}
#newsletter_port {
	float: left;
	width: 550px;
	height: 85px;
}

.content_text {
	float: left;
	height: 100%;
	width: 275px;
	margin:15px;
}
.content_text p{font:12px "Times New Roman", Times, serif; color:#999;}
.pic{width:250px; height:145px;  margin-top:11px; margin-left:11px; border:none !important;}



.readmore a {
 	float: left;
	margin:40px 25px 0 0;
	background: url(../images/header-btnsmall.png) no-repeat;
	width: 115px;
	height: 25px;
	line-height:25px;
	text-align:center;
	font-size:14px;
	text-decoration: none;
	color:#FFF;
	font-weight:normal;
	font-family:"Times New Roman", Times, serif;
}
.readmore a:hover {
 background-position: 0 -25px;
 font-family:"Times New Roman", Times, serif;
}

.readmore_small a {
 	float: left;
	margin:15px 25px 15px 0;
	background: url(../images/readmore_small.png) no-repeat;
	width: 75px;
	height: 16px;
	line-height:15px;
	text-align:center;
	font-size:10px;
	text-decoration: none;
	color:#FFF;
	font-weight:normal;
	font-family:"Times New Roman", Times, serif;
}
.readmore_small a:hover {
 background-position: 0 -16px;
font-family:"Times New Roman", Times, serif;
}
.port_wrap{
	width:920px;
	height:100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 45px;
	margin-left: auto;
}
.newsletter_form{
	width: 300px;
	height: 85px;
	float: right;
	margin-left: 34px;
}
.newsletterbar {
	display:block;
	width:292px;
	height:30px;
	background:url(../images/newsletterbar.png) 0 0 no-repeat;
	float:right;
	overflow:hidden;
	margin-top:15px;
	
}



/*****FOOTER*****/

.foot_link li{display:block; width:100px; height:30px; padding-top:5px; font:14px}
.foot_link li a{text-decoration:none; font-size:14px; color:#666;
list-style:url(../images/side_arrow_off.jpg) inside;
}
.foot_link li a:active{font-size:14px; color:#666;}
.foot_link li a:hover{font-size:14px; color:#000;}


#footer_wrap {
	height: 300px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 55px;
}
.item{
	width:165px;
	margin-right:20px;
	float:left;
	position:relative;
	margin-top: 18px;
				}
				.item h3{
					margin:0;
					color:#09F;
					font-family:"Times New Roman", Times, serif;
					font-style:italic; 
					
					font-size:16px;
					font-weight:normal;
					margin-bottom:25px;
				}
				 ul.reg{
					list-style:none;
					padding:17px 0 0 0;
					margin:0;
				}
			ul.reg li{
					background:url(../images/divider.png) repeat-x bottom;
					padding-bottom:2px;
				}
					ul.reg a{
					padding:12px 10px 12px 10px;
					display:block;
					color:#999999;
					font-size:13px;
					text-decoration:none;
					text-indent:10px;
					background:0 16px no-repeat url(../images/footer_arrow.jpg);
				}
.footer_text{
	width:220px;
	height:200px;
	float: left;
	font:12px Arial, Helvetica, sans-serif;
	color:#999;
	margin-top: 15px;
	
}
.footer_form{
	width:300px;
	height:200px;
	float:left;
	margin-left: 15px;
}
.footer_form .label span{ color:#575757; }
	.footer_form form{ background:transparent url('../images/skin/back_ground_footer_form.png') no-repeat 0px 0px; }
	.footer_form input, #footer_form textarea{ color:#333; }
	.footer_form .btn{ background:transparent url('../images/skin/button_send.png') no-repeat 0px 0px; }
	.footer_form #response{ background:none; }
	.footer_form #response p{ color:#000; }
		.footer_form .label{ margin-top:10px; width:280px; }
	.footer_form .label img{ float:left; margin:0px 10px 0px -5px; padding:0px; }
	.footer_form .label h4{ float:left; margin:12px 0px 0px 0px; padding:0px; line-height:18px; }
	/* IE 7 HACK */
	*:first-child+html .footer_form .label h4 { margin-top:-12px; }
	.footer_form .label span{ display:block; font-size:11px; }
	.footer_form form{ clear:both; width:284px; height:175px; margin-top:-10px; }
	.footer_form fieldset{ padding:0px; border:none;}
	.footer_form input, .footer_form textarea{ padding:5px 10px; background:none; border:none;}
	.footer_form input{ margin-bottom:7px; width:260px; height:20px;}
	.footer_form textarea{ margin-top:3px; width:260px; height:70px; overflow:hidden; }
	.footer_form .btn{
	float:right;
	margin:-5px 20px 0px 0px;
	width:65px;
	height:40px;
	cursor:pointer;
	background-image:url(../images/skin/button_send.png);
}
.footer_form h3{font:16px "Times New Roman", Times, serif; color:#09F; font-weight:normal; font-style:italic; margin-bottom:10px;}
.footer_text h3{font:16px "Times New Roman", Times, serif; color:#09F; font-weight:normal; font-style:italic; margin-bottom:45px; }

.divider{width:960px; height:10px; margin:0 auto; background-image:url(../images/footerBg.png); background-repeat:no-repeat;}
.divider1{width:100%; height:10px; margin:0 auto; background-image:url(../images/footerBg.png); background-repeat:no-repeat;}
.authorDate {
	border-color:#695C44;
	border-bottom:1px dashed #CCC;
	color:#666666;
	font-family:Tahoma;
	font-size:10px;
	font-variant:normal;
	font-weight:lighter;
	letter-spacing:3px;
	text-transform:uppercase;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/*****COPYRIGHT*****/


.copyright{width:960px; height:55px; margin:0 auto; margin-top:15px;}
.copyright_social{width:375px; height:100%; float:right;}
.copyright_text{width:375px; height:100%; float:left; font:14px "Times New Roman", Times, serif; color:#333; font-style:italic;}




/* Page-title Styling */
.page-title{
	width:960px;
	height:85px;
	background:url(../images/pagetitleback.png);
-moz-border-radius:3px;
	-webkit-border-radius:3px;
	margin-top:35px;
}
#page-title1{
	width:960px;
	margin:0px auto;
}
.title h1{
	margin:23px 0px 0px 18px;
	float:left;
	font:24px "Times New Roman", Times, serif; color:#666;
	text-shadow:1px 1px #FFF;
	font-weight:bold;
}
.description{
	width:635px;
	float:left;
	margin-top: 23px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.description p{
	font:12px "Times New Roman", Times, serif; color:#999; font-style:italic;
}
.dot-separator-title{
	width:64px;
	height:39px;
	margin-top:22px;
	background-image:url(../images/dot-separator.png);
	background-position:center;
	background-repeat:repeat-y;
	float:left;
}


/*****ABOUT*****/
#about_rightwrap {
	float: right;
	width: 250px;
	margin-top: 35px;
	margin-right: 20px;
}
#about_rightwrap h2 {
	font:16px "Times New Roman", Times, serif;
	font-style:italic;
	color:#09C;
	margin-top:23px;
	margin-bottom:23px;

}
#about_rightwrap h2 span {
	font:12px "Times New Roman", Times, serif;
	color:#333;
	font-style:italic;

}
#about_rightwrap p {
	font:12px "Times New Roman", Times, serif;
	color:#999;


}
#about_rightwrap h3{font:16px "Times New Roman", Times, serif;color:#09F; font-style:italic; }
#about_leftwrap {
	float: left;
	height: 100%;
	width: 620px;
	margin-left: 20px;
	margin-top: 35px;
}
#about_leftwrap p{
	color:#999;
	line-height:20px;
	margin-top:15px;
	margin-bottom:15px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
#about_leftwrap h2{font:20px "Times New Roman", Times, serif; color:#09C; font-style:italic; margin-bottom:25px;}
.shadow_620{
	width: 620px;
	height: 18px;
	background-image: url(../images/shadow_620.png);
	background-repeat: no-repeat;
	margin-top: -25px;
}
.shadow_250{width:250px; height:9px; background-image:url(../images/shadow_250.png); background-repeat:no-repeat; }

.breaker {
	display:block;
	overflow:hidden;
	height:8px;
	
	background:url(images/breaker.png) 0 0;
}
/*****BLOG*****/


#blog_rightwrap {
	float: right;
	width: 230px;
	margin-top: 45px;
	margin-right: 20px;
}
#blog_leftwrap {
	float: left;
	height: 100%;
	width: 620px;
	margin-left: 20px;
	margin-top: 35px;
}
#blog_leftwrap h2{margin-top:55px;
	margin-bottom:7px;}
#blog_leftwrap h2 a{font:18px "Times New Roman", Times, serif;
	font-style:italic;
	color:#09C;
	text-decoration:none;}
#blog_leftwrap h2 a:hover{
	font-style:italic;
	color:#333;
	text-decoration:underline;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}	
	#blog_leftwrap p{
	color:#999;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
}
.blog_topshadow{
	width:620px;
	height:13px;
	background-image:url(../images/blog/blog_topshadow.png);
	background-repeat:no-repeat;
	float: left;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#blog_rightwrap h3{
	font:16px "Times New Roman", Times, serif;
	font-style:italic;
	color:#09F;
	margin-top: 25px;
	margin-bottom: 15px;
}
.blog_link{float:left; margin-top:25px;}
.blog_link li{float:left; margin-left:0; margin-top:0; margin-right:10px; margin-bottom:0px;}
.blog_link li a{text-decoration:none; color:#666; text-shadow:1px 0 px 1px 0px #FFF;}
.blog_link li a:hover{color:#09F;}
.blog_link{
	color:#999;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
.blog_link li.by{
	padding:0 0 0 20px; 
	background:url(../images/user.png) left center no-repeat;}
.blog_link li.in{ padding:0 0 0 20px; background:url(../images/star.png) left center no-repeat;}
.blog_link li.with{padding:0 0 0 20px; background:url(../images/comment.png) left center no-repeat;}
.blog_link li.mail{padding:0 0 0 20px; background:url(../images/email.png) left center no-repeat;}
ul.tags_sidebar {
	display: inline;
	float: left;
	width: 230px;
	margin-top: 15px;
	margin-bottom: 35px;
}
ul.tags_sidebar li { display: inline; float: left; margin-right: 5px; height: 20px; -moz-border-radius:2px; -webkit-border-radius:2px; border: 1px solid #e7eaea; margin-bottom: 5px; }
	ul.tags_sidebar li:hover { display: inline; float: left; margin-right: 5px; background-color:#09F; color: #fffeff; }
	ul.tags_sidebar li a { line-height: 20px; font-size: 12px; color: #9f9f9f; padding: 5px; }
		ul.tags_sidebar li a:hover { text-decoration: underline; color: #fffeff; }

.block_posts ul li{
overflow: hidden;
padding: 7px;
padding-left: 0;
border-bottom: 1px solid #ddd;
font-size: 10px;
}
.block_posts ul li a{font:14px "Times New Roman", Times, serif; color:#666; text-decoration:none;}
.block_posts a {
display: block;
font-size: 12px;
}

.block_posts img {
float: left;
background-color: #FFFFFF;
padding: 3px;
margin-right: 5px;
border: 1px solid #E0E0E0;
}
.block_post ul li a:hover {
	font:14px "Times New Roman", Times, serif;
color:#09F;
text-decoration: underline;
}
hr{
border:0;
margin: 20px 0px 10px 0px;
color:#eaeaea;
background-color:#eaeaea;
height: 1px;
}

.block_posts ul li a:link{font:14px "Times New Roman", Times, serif; color:#666; font-style:italic;}
.block_posts ul li a:hover{font:14px "Times New Roman", Times, serif; color:#09F; font-style:italic;}
	
	/*****PORTFOLİO*****/
.portfolio_wrapper{
	width:920px;
	height:100%;
	margin-top: 35px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	
	}
	.portfolio_wrapper1{
	width:850px;
	height:100%;
	margin-top: 35px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	
	}
.portfolio_divider{width:920px; height:10px; margin:0 auto; background-image:url(../images/footerBg.png); background-repeat:no-repeat;}
.portbox_medium{
	width:425px;
	height:218px;
	background-image:url(../images/frame_medium.png);
	background-repeat:no-repeat;
	float:left;
	margin-top: 45px;
}
.portbox1_medium{
	width:425px;
	height:218px;
	background-image:url(../images/frame_medium.png);
	background-repeat:no-repeat;
	float:right;
	margin-top: 45px;
}		
.port_text{
	float: left;
	height: 100%;
	width: 425px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
}
.port_text1{
	float: right;
	height: 100%;
	width: 425px;
	margin-top: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
	}
.port_text p{
	color:#999;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
}
.port_text1 p{
	color:#999;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
}
.portbox_big{
	width:400px;
	height:275px;
	float:left;
	background-image:url(../images/portfolio_1.png);
	background-repeat:no-repeat;
	margin-top: 35px;
}
.porttext_big{
	width:500px;
	height:100%;
	float:left;
	margin-top: 35px;
	margin-left: 15px;
}
.porttext_big h2{font:16px "Times New Roman", Times, serif; font-style:italic; color:#09F; margin-bottom:25px;}
.porttext_big p{
	color:#999;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
}
.porttext_big h2 a{font:18px "Times New Roman", Times, serif;
	font-style:italic;
	color:#09C;
	text-decoration:none;}
.porttext_big h2 a:hover{
	font-style:italic;
	color:#333;
	text-decoration:underline;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}	

/*****ENDPORTFOLİO*****/

/*****CONTACT*****/
#contact_leftwrap {
	float: left;
	height: 100%;
	width: 650px;
	margin-left: 20px;
	margin-top:0px;
}
#contact_rightwrap{
	width:220px;
	height:100%;
	float:right;
	margin-right:20px;
	margin-top: 45px;
}
#commentform input[type=text]{padding:7px; width:300px; margin-bottom:10px; font-size:11px; color:#7e7e7e; border:1px solid #d1d1d1;  -moz-border-radius:4px; -webkit-border-radius:4px; margin-right:15px;}
#commentform textarea{padding:7px; width:600px; height:137px; margin-bottom:10px; color:#7e7e7e; overflow:auto; border:1px solid #d1d1d1;  -moz-border-radius:4px; -webkit-border-radius:4px;}
#commentform input[type=text]:focus, #commentform textarea:focus{border:1px solid #bfbfbf; box-shadow: 0 0 2px #666666;}
#commentform p{margin-bottom:0 !important; position:relative; font-family:"Times New Roman", Times, serif; color:#666;}
#commentform p span{font-family:"Times New Roman", Times, serif; font-style:italic; font-size:10px; color:#999;}
#commentform label{position:absolute; top:7px; right:5px; display:block; width:15px; height:15px; text-indent:-9999px;}
#commentform input.error, #commentform textarea.error{border:1px solid #ffa3a3; -moz-border-radius:4px; -webkit-border-radius:4px;}
#commentform input.valid, #commentform textarea.ok{border:1px solid #7ce460;}
#commentform input.error{padding:7px 7px;}
.map{
	width:650px;
	height:206px;
	background-image:url(../images/googlemap.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-bottom: 25px;
	margin-top: 45px;
}
#contact_leftwrap h3{
	font-style:italic;
	color:#09F;
	margin-bottom:25px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}
.pic_big{width:380px; height:232px; margin-left:11px; margin-top:11px;}
#contact_rightwrap h3{font:16px "Times New Roman", Times, serif; font-style:italic; color:#09F; margin-bottom:10px; margin-top:15px;}
.pic_medium{width:405px; height:185px; margin-left:11px; margin-top:7px;}
#contact_rightwrap h4{font:16px "Times New Roman", Times, serif; font-style:italic; color:#09F; margin-bottom:25px; margin-top:35px;}
.pic_medium{width:405px; height:185px; margin-left:11px; margin-top:7px;}
#contact_rightwrap p{font:14px "Times New Roman", Times, serif; color:#666; line-height:25px; font-style:italic; }
.contact_text{
	font: 12px "Times New Roman", Times, serif;
	font-style: italic;
	color: #999;
	text-align: center;
}
.contact_text1{
	font: 12px "Times New Roman", Times, serif;
	font-style: italic;
	color: #999;
	padding: 10px;
	text-align: center;
}

/*****İMAGEHOLDER and HOVERSTYLE*****/
.img-bg{
	top:11px;
	left:12px;
	position:relative;
	overflow:hidden
}

.img-bg {
	width:250px;
	height:145px;
	
}

.imgbg_port1{
	top:11px;
	left:11px;
	position:relative;
	overflow:hidden
}

.imgbg_port1 {
	width:380px;
	height:232px;
	
}


span.roll {
	background:url(../images/zoom.gif) center center no-repeat #000;
	height: 145px;
	position: absolute;
	width: 250px;

	-webkit-box-shadow: 0px 0px 4px #000;
	-moz-box-shadow: 0px 0px 4px  #000;
	box-shadow: 0px 0px 4px  #000;
}
span.roll_port1 {
	background:url(../images/zoom.gif) center center no-repeat #000;
	height: 232px;
	position: absolute;
	width: 380px;

	-webkit-box-shadow: 0px 0px 4px #000;
	-moz-box-shadow: 0px 0px 4px  #000;
	box-shadow: 0px 0px 4px  #000;
}
span.roll_port2 {
	background:url(../images/zoom.gif) center center no-repeat #000;
	height: 184px;
	position: absolute;
	width: 405px;
	-webkit-box-shadow: 0px 0px 4px #000;
	-moz-box-shadow: 0px 0px 4px  #000;
	box-shadow: 0px 0px 4px  #000;
}
span.roll_blog {
	background:url(../images/zoom.gif) center center no-repeat #000;
	height: 185px;
	position: absolute;
	width: 620px;

	-webkit-box-shadow: 0px 0px 4px #000;
	-moz-box-shadow: 0px 0px 4px  #000;
	box-shadow: 0px 0px 4px  #000;
}
span.roll_about {
	background:url(../images/zoom.gif) center center no-repeat #000;
	height: 254px;
	position: absolute;
	width: 620px;

	-webkit-box-shadow: 0px 0px 4px #000;
	-moz-box-shadow: 0px 0px 4px  #000;
	box-shadow: 0px 0px 4px  #000;
}
.imgbg_port2{
	top:9px;
	left:11px;
	position:relative;
	overflow:hidden
}

.imgbg_port2 {
	width:405px;
	height:184px;
	
}
.imgbg_blog{

	position:relative;
	overflow:hidden
}

.imgbg_blog {
	width:620px;
	height:185px;
	
}
.imgbg_about {
	width: 620px;
	height: 280px;
	background-image: none;
}
.imgbg_about{

	position:relative;
	overflow:hidden
}


/*****PAGİNATİON*****/

.pagenavi{
	clear:both;
	margin-top: 35px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-bottom: 35px;
}
.pagenavi a, .pagenavi a:visited{
	color:#767778;
	background-color:#fff;
	padding:2px 8px;
	margin-right:5px;
	border:solid 1px #e4e4e4;
	-moz-border-radius: 4px; /* Firefox */
	-webkit-border-radius: 4px; /* Safari, Chrome */
	border-radius: 4px; /* CSS3 */
}
.pagenavi a:hover{text-decoration:none;background-color:#e4e4e4;}
.pagenavi a.current{
	background-color:#e4e4e4;
	color:#767778;
	}
.btn_contact{
	float:left;
	width:65px;
	height:40px;
	cursor:pointer;
	background-image:url(../images/skin/button_send.png);
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 35px;
	margin-left: 0px;
	border:none;
}

.newsletterbar #hide{ background-color:transparent; border:none; margin-top:5px; margin-left:18px; text-align:left; font:12px "Times New Roman", Times, serif; color:#999; font-style:italic; }

/*****SERVİCES*****/

#services_leftwrap{
	float: left;
	height: 100%;
	width: 650px;
	margin-left: 20px;
	margin-top:35px;
	background-color: #FFF;
}
	
	#services_rightwrap{
	width:220px;
	height:100%;
	float:right;
	margin-right:20px;
	margin-top: 45px;
}
.services_one{
	width:290px;
	height:150px;
	float:left;
	margin-left:25px;
	margin-top: 45px;
}
.services_two{
	width:290px;
	height:150px;
	float:right;
	margin-right:25px;
	margin-top: 45px;
	
}
.services_text{font:12px "Times New Roman", Times, serif; color:#999; line-height:20px;}

.services_one h2 a{font:18px "Times New Roman", Times, serif;
	font-style:italic;
	color:#09C;
	text-decoration:none;}
.services_one h2 a:hover{
	font-style:italic;
	color:#333;
	text-decoration:underline;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}
.services_two h2 a{font:18px "Times New Roman", Times, serif;
	font-style:italic;
	color:#09C;
	text-decoration:none;}
.services_two h2 a:hover{
	font-style:italic;
	color:#333;
	text-decoration:underline;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}
#services_rightwrap h3{font:16px "Times New Roman", Times, serif; color:#09F; margin-bottom:10px; margin-top:7px; font-style:italic;}	
.baslik1{font-family: "times new roman",times,serif;
color:#666;
font-size: 14px;
font-weight: bold;
font-variant: small-caps;
letter-spacing: 3.2pt;
word-spacing: 0.4pt;
line-height: 1.1;
 }
.yazi1{font:12px "Times New Roman", Times, serif; color:#999;}
.slider_wrapabout{
	width: 620px;
	height: 280px;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.ortala{ margin-left:auto; margin-right:auto;}
.soldanmargin{ margin-left:10px;}
.contact_text {
	text-align: center;
}
.resim{ padding:5px; background:#CCC; border:1px color:#666; margin-left:5px;}


.tooltip{
    display: inline;
    position: relative;
}
.tooltip:hover:after{
    background: #333;
    background: rgba(0,0,0,.8);
    border-radius: 5px;
    bottom: 26px;
    color: #fff;
    content: attr(title);
    left: 20%;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 220px;
}
.tooltip:hover:before{
    border: solid;
    border-color: #333 transparent;
    border-width: 6px 6px 0 6px;
    bottom: 20px;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 99;
}
.urunlerbaslik{ font-family:"Times New Roman", Times, serif;
color: #306DF0;
font-size: 18px;
font-weight: bold;
font-style: italic;
line-height: 1.4;
}