@charset "utf-8";
/* CSS Document */

body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#666666;
}

img {
	border:0;
}


a:link, a:visited {
	text-decoration:underline;
	color:#666666;
}

a:hover {
	text-decoration:none;
	color:#62c4dd;
}

p {
	margin-top:8px;
	margin-bottom:8px;
	line-height:18px;
}

li {
	line-height:18px;
}

.title {
	font-size:18px;
	color:#62c4dd;
	
	margin-top:18px;
	margin-bottom:8px;
	line-height:18px;
}

.small, small p {
	font-size:10px;
	line-height:16px;
}

.white {
	color:#FFF;
}

.white a:link, .white a:visited {
	color:#FFF;
}

.white a:hover {
	color:#666666;
}

.bold {
	font-weight:bold;
}





/* menu without Flash */

.menu {
	list-style:none;
	height:77px;
	margin:0;
	padding:0;
}

.menu li {
	float:left;
}

.menu li a:link, .menu li a:visited {
	width:110px;
	height:77px;
	text-align:center;
	float:left;
	list-style:none;
	list-style-type:none;

	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	color:#666666;
	
	line-height:81px;
}

.menu li a:hover {
	background-image:url(../pics/cloud.png);
	background-position:top;
	width:110px;
	height:77px;
	background-repeat:no-repeat;
	

}


.price {
	position:relative;
	top:35px;
	left:170px;
	color:#666666;
	font-weight:bold;
}


