/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Title : Firefite Stylesheet
Author : Sujeet Ghanvat
URL : http://cooldevil.org/

Created : Jul,  2006
Modified: 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */
/* Universal */
* { margin:0;padding: 0; }
   
 body {
	font-size: 62.4%;       /* Resets 1em to 10px */
	background-color : #fff;
	font-family : 'Trebuchet MS';
}

#page {
	text-align : center;
	width : 800px; /*776px;*/
	border : 0px solid black;
	background-color : #fff;
	height : 450px;
	margin : 0 auto;
	font-size : 1.2em;
}

#menu {
	height :73px;
	width : 520px;
	float : left;
	background-color: white;
	margin-bottom : 20px;
	}

#logo	{
	xpadding-right: 10px;
	float : left;
	xheight : 700px;
	width : 250px;
	}

#content 	{
	text-align : left;
	height : 50em;
}

#footer {
        float : left;

}

.cont	{
	width : 200px;
	xheight : 150px;
	margin-bottom : 10px;
	margin-left : 10px;
	xbackground-color : yellow;
}

.cont1	{
	width : 480px;
	xheight : 150px;
	margin-bottom : 20px;
	margin-left : 5px;
	}

.cont2	{
	width : 150px;
	xheight : 100px;
	margin-left: 10px;
	margin-bottom : 20px;
	xbackground-color : yellow;
}
.cont3	{
	width : 300px;
	xheight : 150px;
	margin-bottom : 20px;
	margin-left : 5px;
	}
	
.cont4	{
	background-image : url('../images/firefighter.gif');
	background-repeat : no-repeat;
	width : 300px;
	margin-bottom : 20px;
	margin-left : 20px;
	position : relative;
}


.blck	{
	display : block;
	padding-bottom : 10px;
	}
	
.left {
	padding: 2px;
	float : left;
	
}
img.left {
	border : 1px dashed #777;
	margin-right : 4px;
}
	
img.left2 {
	padding: 2px;
	float : left;
	margin-right : 4px;
}
	
.right {
	float : right;
}

ul,li.bulleting {
	margin: 0 0 0 0.5em;
	list-style-image: url('../images/bullet.png');
	line-height: 1.5em;
}

/*
Theme: Leandro Pessoa
Author: Simple and Clean
URL: http://www.leandropessoa.com.br
Country: Brazil
*/
#specs {border-spacing:1px;font:10px 'Verdana', Arial, Helvetica, sans-serif;background:#E7E7E7;color:#666666;}
td, th{padding:4px;}
#specs thead th{text-align:center;background:#F5F5F5;color:#666666;border:1px solid #ffffff;text-transform:uppercase;}
#specs tbody th{font-weight:bold;}
#specs tbody tr{background:#EBF8FE;text-align:left;}
#specs tbody tr.odd{background:#ffffff;border-top:1px solid #ffffff;}
#specs tbody th a:link, tbody th a:visited{color:#666666;padding:3px 0px 0px 18px;background:url(http://firefite.co.in/images/tables/ico_novajanela.gif);background-repeat:no-repeat;}
#specs tbody th a:hover{color:#009900;}
#specs tbody tr td{height:25px;background:#EBF8FE;border:1px solid #ffffff;}
#specs tbody tr.odd td{background:#ffffff;border-top:1px solid #ffffff;}
#specs td a:link, table td a:visited{color:#666666;text-decoration:none;font-weight: bold;}
#specs td a:hover{color:#009900;text-decoration:underline;font-weight: bold;}
#specs a[title^="Download"]{background:url(http://firefite.co.in/images/tables/icPADRAO.gif) no-repeat center;padding:20px 0px 0px 15px;}
#specs tbody td a[href="http://www.firefite.co.in"]{margin:0 auto;height:15px;border-bottom:0;padding:3px 0px 0px 18px;font-weight:bold;color:#FF8601;background:url(http://firefite.co.in/images/tables/check.gif);background-repeat: no-repeat;}


/*MASCOT*/
#layer1 {
	position: absolute;
        background-image:url("../images/firefighter.gif");
        background-repeat:no-repeat;
	width: 235px;
	height: 380px;
	left: 620px;
	top: 150px;
	border: 1px dotted #000;
	padding: 10px;
}

#layer1 p {
max-width:200px;
}

#close {
	float: right;
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 80px;
left: -100px; /*position where enlarged image should offset horizontally */

}