
body, input, form, textarea {
	padding: 0px ; 
	margin: 0px;
	font-family: Tahoma, Helvetica, sans-serif;
	white-space: normal;
	font-size: 15px;
}	

img {
	border:0px;
}

#logo {
	position: absolute;
	left: 50%;
	top: 60px;
	margin-left: -190px;
	z-index: 10;
}

#footer {
	position: fixed;
	right: 5px;
	bottom: 15px;
	height: 20px;
	width: 250px;
	margin-left: -230px;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	color: #999;
	line-height: 20px;
	z-index: 10;
}

#footer a {
	color: #999;
	text-decoration: none;
}

#footer a:hover {
	color: #000;
	text-decoration: none;
}

#hotline {
	position: fixed;
	left: 10px;
	top: 20px;
	text-align: left;
	font-size: 14px;
	color: #1472B1;
	z-index: 10;
	font-weight: bold;
}

#hotline b {
	color: #999;
	font-weight: bold;
}

#menu {
	position: absolute;
	left: 50%;
	top: 20px;
	width: 700px;
	height: 40px;
	margin-left: -350px;
	text-align: center;
	z-index: 10;
}

#menu span {
	float: left;
	margin-right: 25px;
}

#menu span a {
	font-size: 18px;
	color: #999;
	text-decoration: none;
	font-weight: bold;
}

#menu span a:hover {
	color: #1472B1;
	text-decoration: none;
}




#milk {
	position: fixed;
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-color: #fff;
	opacity: 0.9;
	z-index: 0;
}



#content {
	position: absolute;
	left: 50%;
	top: 200px;	
	width: 700px;
	margin-left: -350px;
	color: #222;
	line-height: 20px;
	padding-bottom: 30px; 
	z-index: 10;
}




input {
	width: 300px;
	height: 20px;
	color: #121212;
}

textarea {
	width: 300px;
	color: #121212;
}

td {	
	height: 28px;
	vertical-align: top;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration:underline;
}	

li {
	margin-bottom: 5px;
	list-style: square;
}

ul {
	margin-left: -20px;
}

h1 {
	font-size: 23px;
	line-height: 15px;
}

.white {
	color: #fff;
}

.blu {
	color: #1472B1;
}

.bold {
	font-weight: bold;
}

.hov:hover {
	opacity:0.6;
}