@charset "utf-8";
/* CSS Document */
/* ----------------------------------------------------
Screen Stylesheet for http://www.infocommarketing.com
Updated: 17/09/2012
Author: Mohd Musharif Khan
Website: http://www.ferotech.com
------------------------------------------------------- */

@import url('../font/stylesheet.css');
@import url('../font/stylesheet1.css');
@import url('../font1/stylesheet.css');
/* -------------------- Resets --------------------- */
body, form, fieldset, ol, ul, li, h1, h2, h3, h4, h5, h6, p {
	margin:0;
	padding:0;
}
img {
	border:0;
	vertical-align:bottom;
}
.clear {
	clear:both;
	margin:0px;
	padding:0px;
	height:0px;
}
/* ------------------ Typography ------------------- */
h1, h2, h3, h4, h5, h6 {
	margin:0;
}
p, ul, ol {
	font:normal 14px 'myriad_proregular', Arial, sans-serif;
	color:#4d4d4d;
	line-height:18px;
}
ul {
	margin:0;
	list-style:none;
}
h1 {
	font-size:43px;
	color:#f9a21a;
}
h2 {
	font-family: 'myriad_pro_condbold', Arial, sans-serif;
}
h3 {
	font-family:'myriad_pro_condbold';
}
h4 {
	font-size:1.3em;
}
h5 {
	font-size:1.2em;
}
h6 {
	font-size:1.1em;
}
/* -------------------- Forms ---------------------- */
fieldset {
	border:none;
}
form :focus {
	outline:0;
}
input, select, textarea {
	font-family:Arial, Helvetica, sans-serif;
}
label {
	cursor:pointer;
	vertical-align:middle;
}
input {
	vertical-align:middle;
}
textarea {
	overflow:auto;
}
/* -------------------- Layout --------------------- */
* html #wrap {
	height: 100%; /* height 100% in IE6 */
}
/* ------------------- Links ---------------------- */
a {
	text-decoration:none;
	color:#106cb1;
	outline:0;
}
a:visited {
	color:#106cb1;
}
a:hover, a:focus, a:active {
	visibility:visible;
	text-decoration:none;
}
.f-right {
	float:right;
}
.f-left {
	float:left;
}
.p-abs {
	position:absolute;
}
.p-rel {
	position:relative;
}
.p-fx {
	position:fixed;
}
.z-ind1 {
	z-index:5;
}
.z-ind2 {
	z-index:6;
}
.z-ind3 {
	z-index:7;
}
.z-ind4 {
	z-index:8;
}
.z-ind5 {
	z-index:9;
}
.z-ind6 {
	z-index:10;
}
.z-ind7 {
	z-index:11;
}
.mg-r10 {
	margin-right:10px;
}
.mg-r142 {
	margin-right:105px;
}
.wdt215 {
	width:250px;
}
.wdt398 {
	width:432px;
}
.pad30 {
	padding-left:30px;
	padding-top:50px;
}
.pad30 p {
	line-height:20px;
}

.mrg-b{margin:0px 0 15px;}
.mrg-T{margin:15px 0 5px;}