@charset "UTF-8";

/* Written by: Anish Tripathi(Umbrella Interactive) for ION LAB*/
.body { margin:0; padding:0; }
#wrap {	margin:0 auto; width: 900px; }

ul, li { margin:0px; padding:0px; list-style-type:none; }
h1, h2, h3, h4 { margin:0px; padding:10px 0px; font-family: Verdana, Arial, Helvetica, sans-serif; color:#4a9daa; letter-spacing:-1px;}
h1 {font-size: 62px; letter-spacing:-4px; color:#333333;}
h4 {font-size: 30px; letter-spacing:-3px; color:#e27816;}
h2 {font-size: 20px;}
h3 {font-size: 14px;}
p, .content {	font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#333333; }

#content, .footer, .product1 { float: left; }

#aboutcontent h4 { padding-top: 30px;}
#aboutcontent a {color:#d96713; text-decoration:none;}
#teamblock img {float:left; padding-right: 15px;}
#teamblock {height: 160px;}
#teamblock a {text-decoration:none; color:#d96713;}
#left a {color:#d96713; text-decoration:none;}
#tag {float: right;}
#tag a{color:#333333;}

#morelink p a{
	text-decoration:none;
	float: left;
	width: 65px;
	background-color:#e2e2e2;
	color:#000000;
	padding: 8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	background-image:url(../imgs/more.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	margin-bottom: 15px;
	}


/* Header */
#header { height: 100px; }
#header img { padding: 10px 0px 10px 0px; }


/* Primary Nav*/
.cornerBox { 
	height: 36px;
	position: relative; 
	background:url(../imgs/navbg.gif) repeat-x;
	width: 100%; 
	}
	
.corner { 
	position: absolute; 
	width: 10px; 
	height: 10px; 
	background: url(../imgs/corners.gif) no-repeat; 	
	font-size: 0%; 	
	}
	
.cornerBoxInner { padding: 10px; }
.TL { top: 0; left: 0; background-position: 0 0; }
.TR { top: 0; right: 0; background-position: -10px 0; }
.BL { bottom: 0; left: 0; background-position: 0 -10px; }
.BR { bottom: 0; right: 0; background-position: -10px -10px; }



.cornerBox ul li {
	background-image: url(../imgs/sep.gif);
	background-repeat:no-repeat;
	/* padding: 11px 28px; */
    /* @swaroopch */
	padding: 11px 10px;
	float: left;

	}

.cornerBox ul li a{
	text-decoration: none;
	color: #ffffff;
	font-family: arial;
	font-size: 14px;
	padding: 20px;
	}

.cornerBox ul li#active	a{
	background-image: url(../imgs/tab.png);
	background-repeat:no-repeat;
	background-position:center;
	color: #333333;
	}

*html .cornerBox ul li#active a{
	padding-top: 2px;
	}


#flask {
	float: right;
	margin-top: -70px;
	margin-right: 30px;
	}
	

/* Product Feature */

#right {
	width: 450px;
	float: right;
	}
	
#left {
	width: 450px;
	float: left;
	}

.product1 {
	float: right;
	width: 900px;
	border-top: 1px solid #cccccc;
	}
	
.product1 img {
	float:left;
	}
		

.product1 ul {
	width: 500px;
	float: left;
	}		
		
		
.product1 ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 680px;
	padding-left: 25px;	
	font-weight:bold;
	margin-top: 15px;
	background-image:url(../imgs/tick.gif);
	background-repeat:no-repeat;
	color:#333333;
	}		


.product1 ul li a {
	color: #e27816;
	text-decoration:none;
	}		
				

/*Contact Form*/
#contactforml {float: left;}	
#contactformr {width: 500px; float: right; padding: 38px 0px 40px 50px;}		
.input {border: 1px solid#ccc; font-size: 26px; width: 400px; background-color:#f2f2f2; color:#666666;}
.button {
	text-decoration:none; 
	width: 65px; 
	background-color:#e2e2e2; 
	color:#000000; 
	padding: 5px;
	font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight: bold;
	background-image:url(../imgs/more.gif);	
	background-repeat:no-repeat; 
	background-position:bottom right;
	}


/* Footer */
.footer {
	border-top: 2px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 10px;
	width: 900px;
	background-color:#f2f2f2;
    padding-right: 10px; /* @swaroopch */
	}

.footer img {
	float: left;
	padding-left: 10px;
	}


.footer p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	padding-left: 10px;
	}
	
.footer ul {
	padding-top: 7px;
	}
	
.footer ul li a{
	list-style-type: none;
	float: left;
	padding-left: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#333333;
	}	

.content {
    padding-bottom: 20px;
}

.content ul {
    padding-left: 20px;
}

.content ul li {
    list-style-type: square;
}

.content ul#news li {
    padding-top:10px;
}
