/*******************************
*	IPHONE CSS 	
*	client: Kipa
*	client site: kipa.com.tr
* 	agency: Spacesheep 
*	generated: 28.09.2009
********************************/

/*-----------------------------
RESET STYLES
-----------------------------*/

html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6{
	margin:0;
	padding:0;
	-webkit-text-size-adjust:none;
	}
body{
	font-size: 10px;
	}
ul, li, ol, dl, dd, dt{
	list-style:none;
	padding:0;
	margin:0;
	}
a{
	text-decoration:none;
	}
	
	/*-----------------------------
	BASIC PAGE STYLING
-----------------------------*/

body{
	background:#fff000;
	font-family: Helvetica;
	color:#999;
	}
p{
	font-size:12px;
	padding-bottom:8px;
	}
a{
	color:#fff000;
	text-decoration:none;
	}

/*-----------------------------
	HEADINGS
-----------------------------*/

h1{
	display:block;
	width:112px;
	height:41px;
	background-image:url(images/logo.gif);
	text-indent:-5000px;
	}

/*-----------------------------
	BASIC LAYOUT
-----------------------------*/

#page_wrapper{
	padding-top:20px;
	background:#000 url(images/page_background.gif) repeat-x;
	overflow:auto;
	}




#header { width:240px; height:105px; margin:25px 0 -15px 0; }
  #header h1.kipa_logo {  width:240px; height:76px; position:relative; margin-top:-2px; background:transparent url("../images/header/h1_kipa_logo.png") no-repeat; text-indent:-9999px; }
  #header h1.kipa_logo a { width:240px; height:76px; display:block; }
  #header .menu { margin:4px; }
    #header .menu ul { width:240px; }
    #header .menu ul li { float:none !important; }
      #header .menu ul li a {display:block; height:45px !important; width: 240px !important; text-indent: 5px !important; background: #fff !important;  }



/*-----------------------------
	ORIENTATION CLEVERNESS
-----------------------------*/

#content_left,
#content_right,
#content_normal,
#content_flipped{
	display:none;
	}


/*-----------------------------
	HIDDEN ELEMENTS 
-----------------------------*/

.main , #container { display: none; }

