/* CSS Document */

@import url("layout.css");
@import url("typography.css");
@import url("print.css") print;
@import url("Autocompleter.css");

#home-packages	{
	position:absolute;
	margin:-28px 0 0 50px;
	width:479px;
	height:133px;
	background:url(../images/home-packages.png) no-repeat;
	
}
#home-packages a	{
	
	
	
}

h1, h2, h3, h4	{
	font-size:14px;
	font-weight:normal;
}

h1,h2,h3,h4,p,ul,li,dl,dt,dd	{
	margin:0;
	padding:0;
}

.left	{
	float:left;
}
.right	{
	float:right;
}
img.left	{
	margin:0 8px 8px 0;
}


hr	{
	display:block;
	float:left;
	clear:both;
	width:100%;
	height:1px;
	margin:6px;
	line-height:1px;
	border:1px solid #DFDBC9;
}


img	{
	border:none;
}

a.newWin	{
	padding-right:9px;
	background:url(../images/iconWindow.gif) no-repeat 100% 50%;
}
a.pdf	{
	padding-right:16px;
	background:url(../images/iconPDF.gif) no-repeat 100% 50%;
}
a.noIcon	{
	padding-right:0;
	background:none;
}


#page-services dl dt:hover	{
	cursor:help;
}

#parvo	{
	font-size:13px;
}
#parvo th	{
	width:50%;
	border-bottom:1px solid #ccc;
}
#parvo td	{
	text-align:center;
	padding-top:6px;
	font-size:15px;
}

/* Mootools Tips */


.tool-tip {
	color: #fff;
	width: 209px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(../images/bubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(../images/bubble.png) bottom right;
}
 
.custom-tip {
	color: #000;
	width: 200px;
	z-index: 13000;
}
 
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}
 
.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}

.tool-tip li	{
	
	background:url(../images/bullet.gif) middle left;
	list-style-type:none;
}



