/* 
    Document   : alparslanizolasyon.com
    Created on : 15.Sep.2009
    Author     : yavuz süleyman kirez
    Description:
 */

/* 
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

/* CSS RESET v1.0 | 20080212 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, 
q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
{	margin: 0; 	padding: 0; 	border: 0; 	outline: 0; 	font-size: 100%;	vertical-align: baseline;	background: transparent;}
body {	line-height: 0;	text-align:center; background:#F0F0F0 url(/i/bgtepe.gif) repeat-x;	font-family:arial,verdana; padding: 0px; margin-top:0px;}
ol, ul {	list-style: none;}
blockquote, q {	quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {	content: '';	content: none;}

/* remember to define focus styles! */
:focus {	outline: 0;}

/* remember to highlight inserts somehow! */
ins {	text-decoration: none;}
del {	text-decoration: line-through;}

/* tables still need 'cellspacing="0"' in the markup */
table {	border-collapse: collapse;	border-spacing: 0;}


/* END OF CSS RESET */

/* Let's start the game*/

.red	{color:#CC0000; float:left;}

	
	#header {
		background:none;
		margin:31px 0 25px ;
		line-height:0;
		height:39px;
		display:block;
		overflow:hidden;
		
		
	}
	
	#bar {
		font-size:15px;
		color:#333;
		font-weight:bold;
		margin:0px;
		height:39px;
		background: url(/i/bgnav.gif) repeat-x;
		display:block;
		overflow:hidden;
		line-height:38px;
	}
		
		#bar a{
		margin:0px 40px;
		color:#666;
		font-weight:bold;
		text-decoration:none;
		}
		
		#bar a:hover{
		margin:0px 40px;
		color:#000;
		font-weight:bold;
		text-decoration:none;
		}
		
	#kabuk{
		width:900px;
		overflow:hidden;
		margin:16px auto 0;
	}
	
	.icerik1 {
		width:610px;
		overflow:visible;
		float:left;

	}
	
	.icerik2 {
		width:282px;
		overflow:visible;
		float:right;
		
		
	}
	
	
	.manset {
		width:600px;
		background:#f0f0f0;
		margin-right:10px;
	    display: block;
		
	}
	
	.hizmet {
		width:278px;
		overflow:visible;
		text-align:left;
		line-height:11px;
		border:1px solid #CCC;
		background:#fff url(/i/bgh.gif) repeat-x;
		margin-bottom:10px;
			}
	
		.hizmet h1 {
			font-size:13px;
			font-weight:bold;
			margin-left:8px;
			margin-bottom:10px;
			margin-top:8px;
			text-align:center;
			}
		
		.hizmet h2 {
			font-size:12px;
			font-weight:normal;
			margin-left:8px;
			margin-bottom:0px;
			color:#444;
		}
	
	.img278 {
		
		overflow:visible;
		margin-bottom:0px;
		line-height:1px;
		padding:0px;
		
	
	}
	
	.gecis {
		width:190px;
		margin-right:13px;
		background:#fff url(/i/bgg.gif) no-repeat scroll 0 0;
		margin-top:10px;
		height:190px;
		float:left;
		text-align:left;
		line-height:14px;
		display:inline
	}
	
			.gecis h1 {
			margin:2px 10px;
			font-size:12px;
			font-weight:bold;
			}
			.gecis img {
			margin:10px;
			
			}
			
			.gecis p {
			margin:2px 10px;
			font-size:10px;
			font-weight:normal;
			color:#333;
			}
			
			.gecis a {
			color:#cc0000;
			text-decoration:none;
			font-weight:bold;
			}
			
			.gecis a:hover {
			color:#FF0000;
			text-decoration:none;
			font-weight:bold;
			}
			
	.hakkimizda {
		width:600px;
		height:190px;
		background:#f0f0f0 url(/i/bghakkimizda.gif) no-repeat;
		text-align:justify;
		font-size:11px;
		color:#333;	
		float:left;
		margin-top:10px;
		font-family:verdana;
	}
			.hakkimizda p {
			margin:10px;
			line-height:14px;
			}
			
			.hakkimizda h1 {
			margin:16px 10px 2px;
			font-weight:bold;
			}
	
	.footer {
		width:900px;
		margin:12px auto 2px;
		border-top:1px solid #ccc;
		color:#666;
		font-size:10px;
		line-height:20px;
	}