* { margin:0;
	padding:0;
}

html {height: 100%;}

body{
	position: relative;
	height: 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(#C7E1E1), to(#fff));
	background: -moz-linear-gradient(top, #C7E1E1, #fff);
	background:-o-linear-gradient(top, #C7E1E1, #fff);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C7E1E1', endColorstr='#FFFFFF');

}

.logo{
	position: relative;
	float: left;
	margin: 10px 0 10px 25px;
}

.navbox {
	position: absolute;
	float: left;
}

ul.nav {
	list-style: none;
	display: block;
	width: 150px;
	position: absolute;
	top: 80px;
	left: 25px;
	padding: 40px 0 60px 0;
	background: url(shad2.png) no-repeat;
	-webkit-background-size: 50% 100%;
}

li {
	margin: 5px 0 0 0;
}

ul.nav li a {
	-webkit-transition: all 0.3s ease-out;
	background: #3D7BBB url(border.png) no-repeat;
	color: #FFFFFF;
	padding: 7px 15px 7px 15px;
	-webkit-border-top-right-radius: 10px;
 	-webkit-border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	width: 100px;
	display: block;
	text-decoration: none;
	-webkit-box-shadow: 2px 2px 4px #888;
	-moz-box-shadow: 2px 2px 4px #888;
	box-shadow: 2px 2px 4px #888;
}

ul.nav li a:hover {
	background: #ebebeb url(border.png) no-repeat;
	color: #67a5cd;
	padding: 7px 15px 7px 30px;
}




.contact{
	position: absolute;
	float: left;
	top:450px;
	left: 50px;
	text-align:center;
}
			