@charset "UTF-8";
/* CSS Document */
#headerPop {
width:439px;
height:64px;

}
#capWindow {
	width:439px;
	display:block;
	background-color: #E0E0DA;
margin:0;
min-height:360px;
height:auto;
padding-bottom:20px;
}
*html #capWindow {
height:360px;
width:438px;
}

#capWindow h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	background-color: #333;	
	display:block;
	width:410px;
	height:20px;
	padding:4px 0;
	float:left;
}

#servBut a, #servBut a:hover, #servBut a:active {
	background-image: url(../../images/layout/icon.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	width:400px;
	height:25px;
	padding:6px 0 0px 30px;	
	text-align:left;
	margin-left:14px;
	overflow:hidden;
	margin-bottom:5px;

}
*html #servBut a, *html #servBut a:hover, *html #servBut a:active {
	padding:6px 0 11px 30px;	
height:30px;

}
#servBut a:hover {
	background-image: url(../../images/layout/icon.png);
	background-repeat: no-repeat;
	background-position: left -31px;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	text-decoration: none;	

}

