/* 
    Document   : hilalpetrol.com
    Created on : 18.Dec.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:#E8EBEF url(/img/stripe.png) repeat;	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;}

	#canvast {
		width:1080px;
		background:#FFF;
		overflow:hidden;
		margin:20px auto 20px;
	}

	#canvas {
	width:1000px;
	margin:0 auto;
	overflow:hidden;
	}

	#header {
	width:1000px;
	background:#FFF;
	margin:20px auto 14px;
	overflow:hidden;
	
	}
	
	#header img {
	margin:20px 0 0;
	background:#FFF;
	float:left;
	}
	
	#menu {
		width:1000px;
		line-height:32px;
		margin:20px 0 0px 0px;
		font-size:11px;
		font-family:arial;
		font-weight:normal;
		color:#ccc;
		text-align:center;
		background:#fff;
		float:left;
		border-bottom:1px solid #ccc;
		border-top:1px solid #ccc;
	}
	
	#menu a {
		font-size:11px;
		font-weight:bold;
		color:#666;
		background:#fff;
		text-decoration:none;
		padding:4px 10px;
	}
	#menu a:hover{
		font-size:11px;
		font-weight:bold;
		color:#fff;
		background:#032b72;
		text-decoration:none;
	}
	
	.alan {
		width:1000px;
		font-family:arial;	
		line-height:20px;
		margin:0 0 60px;
	}
	
	.alan p {
		font-family:arial;
		font-size:13px;
		color:#444;
		text-align:justify;
		margin-bottom:20px;
		
	}
	
	.alan img {
		margin-left:20px;
		margin-bottom:20px;
		margin-top:6px;
		float:right;
	}
	
	.footer {
		width:1000px;
		margin:6px auto;
		border-top:1px solid #CCC;
	}
	
	.footer img {
		margin:10px auto;
		
	}
	
	.footer p {
		font-size:10px;
		font-family:arial;
		line-height:14px;
		color:#999;
		margin:2px auto;
		width:900px;
		text-align:center;
		
	} 

