@charset "UTF-8";




/* CSS Document */

body
{
	background-color: #FFF;
	background-image: url('images/bg6.jpg');
	background-repeat: no no-repeat;
	background-position: left top;
	background-attachment:fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
} 

body,td,th {
	color: #FFF;
	font-size:12px;
}

a {
	font-family: 'Andada', serif;
	font-size: 11pt;
	color: #FFF;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #FFF;
}

a:hover {
	text-decoration: underline;
	color: #699;
}

a:active {
	text-decoration: none;
	color: #FFF;
}

#main_Div {
	display: block;
	float: right;
	top: 100px;
	height: 1400px;
	width: 600px;
	position: relative;
	z-index: 1;
	margin: 0px;
	padding: 0px;
	clear: both;		
}

/* kite */

#apDiv1 {
	position:absolute;
	left:300px;
	top:1500px;
	width:118px;
	height:213px;
	z-index:-10;
	background-image:url(images/kite.png);
	background-attachment:scroll;
}

/* birds */

#apDiv2 {
	position:absolute;
	left:300px;
	top:870px;
	width:259px;
	height:119px;
	z-index:-10;
	background-attachment:scroll;
	background-image:url(images/birds.png);
}


.header {
	font-family: 'Rancho', serif;
	font-size: 42px;
	font-color: #FFF;
}

.copy_type {
	font-family: 'Andada', serif;
	font-size: 14px;
	font-color: #FFF;

}

/* stars */
#apDiv4 {
	position:absolute;
	left:0px;
	top:0px;
	width:933px;
	height:141px;
	z-index:-20;
	right: 0px;
	display:block;
	margin-left: -40px;
}
/* stars */


#cloud {
	display: block;
	float: right;
	height: 312px;
	width: 1450px;
	position: absolute;
	z-index: -13;
	margin-left: -40px;
	right: 0px;
}

#airplane {
	position: relative;
	top: 40px;
	left: 0px;
	padding-right: 50px;
	width: 784px;
	height: 182px;
	z-index: -9;
	float: right;
	background-image: url(images/plane.png);
	background-repeat: no-repeat;
}

#balloon {
	background-image: url(images/balloon2.png);
	display: block;
	width: 266px;
	height: 378px;
	position: fixed;
	left: 100px;
	z-index: -15;
	margin-top: 60px;
}



/*break*/

#navi {
	height: 50px;
	margin-top: 50px;
	z-index: 500;
}

#menu {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #426d9c), color-stop(40%, #0f67a1), color-stop(100%, #1384d1));
	background: -moz-linear-gradient(top, #426d9c, #0f67a1, #1384d1);
	
	background-image:url(images/bg2.jpg);
	

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	line-height: 50px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	z-index: 500;
}

#content {
	width: 750px;
	margin: 0 auto;
	margin-bottom: 25px;
	padding: 30px 0;
	text-align: left;
}

ul {
	padding: 0;
}

ul li {
	list-style-type: none;
	display: inline;
	margin-right: 15px;
}

ul li a {
	color: #fff;
	text-decoration: none;
	padding: 3px 7px;

	text-shadow: 1px 1px 1px #000;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	-webkit-transition-property: color, background;
	-webkit-transition-duration: 0.5s, 0.5s;
}

ul li a:hover {
	color: #FFF;
	-webkit-transition-property: color, background;
	-webkit-transition-duration: 0.5s, 0.5s;
}

.default {
	width: 400px;
	height: 50px;


}

.fixed {
	position: fixed;
	top: -5px;
	left: 0;
	width: 100%;

	-webkit-box-shadow: 0 0 40px #222;
	-moz-box-shadow: 0 0 40px #222;
	box-shadow: 0 0 40px #222;
}
