/* Universal Tags*/
html > body * {
	outline:none;
}
body {
	margin:0;
	padding:0;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#3e3d3d;
	line-height:18px;
	background:#fff;
	}
h1, h2, h3, h4, h5, h6, form, label, input, legend, textarea, select, ul, ol, li, dl, dt, dd, p, div {
	margin:0px;
	padding:0px;
	}

ol {
	list-style-type:decimal;
	}
ul{	
	list-style:none;
	}	
li {
	margin:0;
	padding:0;
	}
	
			
p{
	padding-bottom:25px;
	font:normal 12px Arial, Helvetica, sans-serif; 
	color:#3e3d3d;
	line-height:20px;
	text-align:left;
	}
.below{
	padding-bottom:30px;
	}	
p.comment{
	font:normal 11px Arial, Helvetica, sans-serif; 
	color:#f00;
	line-height:18px;
	text-align:left;
	padding:5px 5px 5px 5px;
	}		
h1 {
	font-size:22px;
	line-height:26px;
	color:#000;
	padding-bottom:15px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	}
h4 {
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#004f87;
	padding-bottom:10px;
	font-weight:bold;
	}
h2{ font-size:15px;}
	
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	padding-bottom:5px;
	font-weight:bold;
	}

img {
	border:none;
	margin: 0px;
	padding: 0px;
	}
a,
a:active,
a:visited {
	padding-top:10px;
	color: #267bb1;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}

.cl{ clear:both;}

/*Layout CSS*/
#wrapper{
	margin:0px auto;
	width:974px;
}
.header{
	float:left;
	width:974px;
	padding:0px 0px 0px 0px;
	
	}
#logo {
	float:left;
	width:271px;
	margin-top:10px;
	margin-left:10px;
	background:transparent;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/myindiaconnerction_logo.png', sizingMethod='crop');
	}
#header-right{
	float:left;
	width:670px;
	height:20px;
	margin-top:12px;
	text-align:right;
	}

.top-link{
	color:#999;
	font-size:11px;
	padding:0px 5px;
	text-decoration:none;
	}
.top-link a{
	color:#999;
	text-decoration:none;
	padding:0px 5px;
	}
.top-link a:hover{
	color:#000;
	text-decoration:none;
	}
.phone{ font-size:20px; margin-top:18px;}	
	
.nav{ background: url(../images/nav-bg.jpg) repeat-x; border-radius:5px 5px; -moz-border-radius:5px 5px; -wbkit-border-radius:5px 5px; -o-border-radius:5px 5px; -ms-border-radius:5px 5px;}
.nav ul{ margin-left:20px;}
.nav ul li{ display:inline; margin:0 20px;}
.nav ul li a{ padding:10px 20px; color:#fff; display:block; float:left; font-size:14px; font-weight:bold;}
.nav ul li a:hover{ background:#000; text-decoration:none;}
.nav ul li a.active{ background:#000; text-decoration:none;}
.banner{ padding-top:15px;}
.content{ margin-top:20px;}
.left{ width:200px; float:left;}
.right{ width:750px; float:right;}

ul.leftList li{ background:url(../images/callout_redarrow.gif) no-repeat scroll 0 7px; padding-left:10px;}
.callout_box {
    background: url("../images/rightcol_callout_top.gif") no-repeat ;
    width: 185px; padding:10px 20px; margin-top:10px;}
	
.callout_box_bot {
    background: url("../images/rightcol_callout_bot.gif") no-repeat scroll 50% top rgba(0, 0, 0, 0);
    height: 4px;
    width: 185px;
}

.head{ background:#f2f2f2; padding:20px; font-weight:bold; font-size:20px; border:1px solid #ccc; border-radius:5px 5px; -moz-border-radius:5px 5px; -wbkit-border-radius:5px 5px; -o-border-radius:5px 5px; -ms-border-radius:5px 5px; line-height:30px;}

.footer{ border-top:1px solid #ccc; margin-top:20px; margin-bottom:15px;}
.product span img{ border:1px solid #ccc; margin-right:15px;}
.product{ margin:15px 0;}
table tr td{ vertical-align:top; padding-bottom:15px;}
input[type="text"], textarea{ border:1px solid #ccc;}
input[type="text"]{ height:20px;}

.leftHead{   border-bottom: 1px solid #CCCCCC;
    font-size: 18px;
    margin-left: 3px;
    margin-top: 4px;
    padding-bottom: 8px;
    width: 180px;}
.leftHead span{color:#fe0000;}
.prohead{ font-size:16px; border-bottom:1px dotted #ccc; color:#000000; padding-bottom:8px; margin-bottom:10px;}
.product p{ padding-bottom:8px !important;}