/*
Theme Name: Kika
Theme URI: http://www.hellokika.com/portfolio
Description: Designed by Kitana McNew. 
Version: 1
Author: Kitana McNew
Author URI: http://www.hellokika.com/
*/

body {
	background: #fcedf4;
}

#pagina {
   margin: 0;
	padding: 30px 0 0 0;
   width: 966px;
	height: 658px;
   margin: auto;
}

#header {
   width: 966px;
   height: 112px;
   background-image: url(images/top-hk1.png);
   background-repeat: no-repeat;
}

#header2 {
   width: 966px;
   height: 149px;
   background-image: url(images/top-hk2.png);
   background-repeat: no-repeat;
}

#header3 {
   width: 966px;
   height: 139px;
   background-image: url(images/top-hk3.png);
   background-repeat: no-repeat;
}



/* --------------- Nav --------------- */

#navigation {
   margin: 0;
	padding: 0;
	width: 966px;
	height: 195px;
	background-image: url(images/navigator.png);
	background-repeat: no-repeat;
}
ul.nav { 
	margin: 0; 
	padding: 0;
}
ul.nav li {
	list-style: none;	
	display: inline;
	padding: 0;
	height: 195px;
	text-align: center;
}
ul.nav li span {
   display: none;
} 

.nav1 a {
   background: transparent;
	width: 314px; height: 195px; margin: 0; float: left;}
.nav1 a:hover {
   background: url(images/navigator2.png);
	width: 314px; height: 195px; background-position: 0;
}
.nav2 a {
   background: transparent; 
	width: 272px; height: 195px; margin: 0; float: left;}
.nav2 a:hover {
   background: url(images/navigator2.png); 
   width: 272px; height: 195px; background-position: -314px 0;
}
.nav3 a {
   background: transparent; 
	width: 380px; height: 195px; margin: 0; float: left;}
.nav3 a:hover {
   background: url(images/navigator2.png); 
   width: 380px; height: 195px; background-position: -586px 0;
}


#footer {
   width: 966px;
	height: 26px;
	background: url(images/top-hk5.png) top center no-repeat;
	font-size: 11px;
   text-align: center;
	font-size: 11px;
   font-family: tahoma; 
   color: #958871;
}


/* --------- LINKS ----------- */
a { 
   color: #F18787;
   text-decoration: none; 
}
a:hover { 
   color: #443323;
   text-decoration: none; 
}
