@charset "utf-8";
/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	margin-top:0px;
	margin-bottom:0px;
	background:#c94122 url(images/bg-body.gif) repeat-x left top;
	
}
#header {
	width:936px;
	margin-left:auto;
	margin-right:auto;
	
}

#logo {
	margin-top:10px;
	width:95px;
	float:left;
}
#page {
	width:936px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
}

.tc-innertext {
	background-image:url(images/tc-innertext.png);
	background-repeat:no-repeat;
	width:936px;
	height:6px;
}
.mid-innertext {
	background-image:url(images/bg-innertext.png);
	background-repeat:repeat-y;
	width:896px;
	padding:10px 20px;
}
.bc-innertext {
	background-image:url(images/bc-innertext.png);
	background-repeat:no-repeat;
	width:936px;
	height:6px;
}
h1, h2 {
	padding:0px; margin:0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
}
h1 {
	font-size:24px;
	font-style:italic;
}
h2 {
	font-size:18px;
	
}
p { text-align:justify;}
#phone {
	float:right;
	margin-top:15px;
	font-size:18px;
	color:#fff;
	
}
#phone .mumbai {
	background:url(images/icon-indiaphone.gif) no-repeat;
	padding-left:30px;
	
}
#phone .us {
	background:url(images/icon-usphone.gif) no-repeat;
	padding-left:30px;
	margin-top:5px;
}
#phone .uk {
	background:url(images/icon-ukphone.gif) no-repeat;
	padding-left:30px;
	margin-top:5px;
}
#leftcol {
	float:left;
}

#leadform {
	background:url(images/bg-leadform.gif) no-repeat;
	width:334px;
	height:234px;
	float:right;
	padding:10px;
}
#leadform .form {
	margin-left:121px;
	margin-top:15px;
}
#leadform .leadtxtfield {
	width:120px;
}
#footer {
	padding:10px 0;
	color:#FFF;
}

#footer a {
	color:#fff;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}

.icon-service {
	float:left;
	margin-left:2px;
	margin-right:7px;
	width:171px;
}
