html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {outline: 0;}
body {line-height: 1;color: black;}
ol, ul {list-style: none;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {text-align: left;font-weight: normal;}
blockquote:before, blockquote:after,
q:before, q:after {content: '"';}
blockquote, q {quotes: '"' '"';}

/*-----------------------------------------------------------------------------------------------*/
/*                                          GENERAL STYLES                                       */
/*-----------------------------------------------------------------------------------------------*/

body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.6em;
	color: #999;}
	
p {margin: 15px 0; font-family: Arial, Helvetica, sans-serif;}

h1 {font-size: 1.4em;}
h2 {font-weight: bold;}

a {color: #8CA3AF; font-weight: bold; text-decoration:none;}
a:hover {color: #999;}

strong {font-weight: bold;}

textarea {white-space: nowrap;}

/*-----------------------------------------------------------------------------------------------*/
/*                                          GENERAL LAYOUT                                       */
/*-----------------------------------------------------------------------------------------------*/

body {background: #000;}


	#main {width: 630px; height: 694px; margin-top: 0px; position: relative; float: left; background: transparent  url(../../productfinder/images/satellite_image_of_india.jpg) no-repeat;}
	
	.tTip {
	width: 80px;
	position: absolute;
	cursor: pointer;
	color: #fff;
}
	.tip {color: #333;}
	
		#cloud1 {
	top: 106px;
	left: 199px;
}
		#cloud2 {
	top: 156px;
	left: 209px;
}
		#cloud3 {
	top: 180px;
	left: 194px;
}
		#cloud4 {
	top: 195px;
	left: 164px;
}
		#cloud5 {
	top: 210px;
	left: 284px;
}

	#cloud6 {
	top: 279px;
	left: 124px;
}

	#cloud7 {
	top: 311px;
	left: 130px;
}

	#cloud8 {
	top: 335px;
	left: 72px;
}

	#cloud9 {
	top: 341px;
	left: 175px;
}

	#cloud10 {
	top: 390px;
	left: 102px;
}

	#cloud11 {
	top: 413px;
	left: 155px;
}

	#cloud12 {
	top: 386px;
	left: 264px;
}

	#cloud13 {
	top: 408px;
	left: 268px;
}

	#cloud14 {
	top: 478px;
	left: 144px;
}

	#cloud15 {
	top: 527px;
	left: 218px;
}

	#cloud16 {
	top: 538px;
	left: 288px;
}

	#cloud17 {
	top: 582px;
	left: 185px;
}

	#cloud18 {
	top: 306px;
	left: 427px;
}


	#disclaimer {
	color:#fff;
	position:absolute;
	top:650px;
	left:20px;
}
			
				
/*-----------------------------------------------------------------------------------------------*/
/*                                         TOOLTIP STYLES                                        */
/*-----------------------------------------------------------------------------------------------*/

.tip {
	width: 212px;
	padding-top: 37px;
	overflow: hidden;
	display: none;
	position: absolute;
	z-index: 500;
	background: transparent url(images/tipTop.png) no-repeat top;}
	
.tipMid {background: transparent url(images/tipMid.png) repeat-y; padding: 0 25px 20px 25px;}
.tipBtm {background: transparent url(images/tipBtm.png) no-repeat bottom; height: 32px;}

