/* Para Safari */
::selection {
background: #D6156C;
color:#fff;
}

/* Para Firefox */
::-moz-selection {
background: #D6156C;
color:#fff;
}

body {
background:#fff url(../images/bg.gif) repeat-x top;
}

a {
color:#426A6B;
text-decoration:none;
}

h1#logo {
background:url(../images/logo.gif) no-repeat;
clear:left;
display:block;
float:left;
height:29px;
margin:18px 0 0;
overflow:hidden;
width:140px;
border-bottom:0;
padding-bottom:18px;
}

h1#logo a {
display:block;
height:44px;
line-height:100px;
text-indent:-9999px;
width:220px;
}

div#footer h2, div#footer h2 a {
font-size:17px;
line-height:20px;
color:#7badaf;
font-weight:normal;
margin:14px 0 0 0;
letter-spacing:0.5px;
}

div#footer h2 a:hover {
text-decoration:underline;
}

.footText {
padding:10px 0;
border-top:1px solid #abc08b;
margin-top:18px;
}

div#footer {
margin-bottom:9px;
border-top:1px solid #afd7d9;
border-bottom:1px solid #afd7d9;
margin-top:25px;
}

div#footer h5 {
color:#ebeff2;
margin-bottom:9px;
}

div#footer a{
color:#222;
font-weight:bold;
}



	.tTip {
		cursor: pointer; 
		color: #666; 
		text-align:center;
		font-weight: bold;
		width:460px;
		position:absolute;
	}
	.tip {color: #333;}

	#cloud1{
		left:0;
	}
	
	#cloud1 img{
		margin-top:100px;
	}
	
	
	#cloud2 {
		right:0;
	}
	
	#cloud2 img{
		margin-top:100px;
	}
				
/*-----------------------------------------------------------------------------------------------*/
/*                                         TOOLTIP STYLES                                        */
/*-----------------------------------------------------------------------------------------------*/

.tip {
	width: 324px;
	padding-top: 26px;
	overflow: hidden;
	display: none;
	position: absolute;
	z-index: 500;
	background: transparent url(../images/tipTop.png) no-repeat top;
	color:#fff;
	}
	
.tipMid {
	background: transparent url(../images/tipMid.png) repeat-y; 
	font-size:23px;
	padding:0 25px 9px;
	}
.tipBtm {background: transparent url(../images/tipBtm.png) no-repeat bottom; height: 48px;}