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

@import 'reset.css';
@import 'default.css';

body{
	background:url(../images/bg.png) repeat-x;
	font-family:Helvetica Neue,Helvetica,Arial,sans-serif;
	text-align:center;
}
/* YAZI */
h1{
	font-size:28px;
}
h2{
	font-size:20px;
	margin-bottom:5px;
}
h3{
	font-size:16px;
	margin-bottom:5px;
	color:#6F0000;
}

h4{
	font-size:16px;
}

h5{
	font-size:14px;
}

a{
	color:#0044AA;
	text-decoration:none;
}

a:hover{
	
}

p{
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.3;
	margin-bottom:10px;
}

/* YAPI */
#container{
	width:956px;
	margin:0 auto;	
	text-align:left;
}

/* header */
#header{
	position:relative;

}
	#header h1{
		padding:5px 0;
	}
	#header h1 a{
		color:#000;
	}
	#header .nav{
		position:absolute;
		right:0;
		top:7px;
	}
	#header .nav li{
		display:inline;
		float:left;
		margin-right:10px;
	}
	#header .nav a{
		display:block;
		padding:3px;
		border:1px solid #000;
		color:#000;
	}
	#header .nav a:hover{
		color:#FFF;
		background:#000;
	}
	
	
	
#content-left{
	width:645px;
	float:left;
	display:inline;
}


#content-right{
	width:304px;
	float:left;
	display:inline;
}


#left{
	float:left;
	display:inline;
}


/* //header */
/* content */
#content{
	
	width:949px;
}

#welcome{
	background:url(../images/welcome.png) no-repeat;
	width:645px;
	height:134px;
	margin-left:-1px;
}

#welcome p{
	color:black;
	text-align:justify;
	width:620px;
	padding-top:25px;
	padding-left:3px;

}

#solalt{

	width:645px;
	height:310px;


}

#hizmet{
	background:url(../images/hizmetlerimiz.png) no-repeat;
	width:349px;
	height:310px;
	float:left;
	display:inline;

}


#hizmet ul{
	color:white;
	margin-top:10px;
	margin-left:20px;
	font-size:14px;
	margin-top:60px;

}

#hizmet li{
	margin-top:10px;

}


#resim{
	background:url(../images/resim.png) no-repeat;
	width:296px;
	height:310px;
	float:left;
	display:inline;
	margin-left:-40px;
	margin-top:-10px;

}

#duyuru{
	background:url(../images/duyuru.png) no-repeat;
	width:304px;
	height:338px;
	margin-left:-1px;
}


#haber{
	padding-top:65px;
}


#referans{
	background:url(../images/referanslar.png) no-repeat;
	width:304px;
	height:106px;
	margin-left:-20px;
	margin-top:-5px;

}





	/* section */
	.section{
		float:left;
		display:inline;
		width:724px;
	}

	/* //section */
	/* aside */
	.aside{
		float:left;
		display:inline;
		width:200px;
		
	}
	.aside h2{
	}
	.aside .post{
		padding:0;
		border:none;
	}
	.aside .post h3{
		font-size:14px;
	}
	/* //aside */
/* //content */


#footer{
	background:url(../images/footer.png) repeat-x;
	height:76px;
	
	
}

#footer a,p{
	color:white;
	
	
}