/* CSS Document Developed by Avishek Nath from Aditi Infosys © All rights Reserved. */
/* Global Style*/

*{ 
padding:0px;
margin:0px;

}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:12px;
	line-height:20px;
	background:transparent url(../images/bg.jpg) repeat-x left top;
 }

 
a {
 text-decoration: none;
 color:#999
}
a:hover {
 text-decoration: underline;}
 
form {
	margin: 0px;
	padding: 0px;
}
.clear{
clear:both;
}

.f-left{
	float:left;
}

.f-right{
	float:right;
}

h1{
	color:#b01f26;
	font-size:22px;
	padding-bottom:10px;
	font-weight:bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding:0px 0 10px 0;
	border-bottom:1px dotted #CCC;
	margin-bottom:10px;
}

h2{
	font-size:14px;
	padding-bottom:10px;
	color:#666666;
}


.grey{
color:#666666;
}

.redtxt{
color:#d02626;
}

.redtxt a{
color:#d02626;
}

p{
padding-bottom:10px;
}

#wrapper{
	margin:0 auto;
	width:1002px;
}
 
#contentarea{
float:left;
width:1000px;
}

 
#logo{
float:left;
}

#callnow{
float:right;
font-size:18px;
margin-top:20px;
line-height:24px;
font-family:Arial, Helvetica, sans-serif;
}

#topmenus{
float:left;
width:100%;
font-size:13px;
margin-top:1px;
text-transform:uppercase;
}

#topmenus a.current{
background:#2d2d2d;
padding:10px 10px;
color:#FFF;
float:left;
}

#topmenus a:hover{
background:#2d2d2d;
padding:10px 10px;
color:#FFF;
float:left;
text-decoration:none;
}

#topmenus a{
color:#FFF;
float:left;
text-decoration:none;
padding:10px 10px;
}

 
#header{
float:left;
background:url(../images/header-bg.jpg) no-repeat left top;
padding:15px 10px 0 20px;
position:relative;
width:980px;
margin-top:3px;
*margin-top:0px;
margin-left:-5px;
}

 
 
.heading{
float:left;
width:100%;
padding:5px 0;
text-indent:10px;
color:#FFF;
font-size:16px;
background:#d02626;
}

#sidebar ul{
list-style:none;
padding:0;
margin:10px 0 0 10px;
}

#sidebar ul li{
float:left;
width:100%;
background: url(../images/arrow.png) no-repeat left;
padding:0 0 0 25px;
}
 
#maincontent{
float:left;
width:980px;
padding:10px 10px 0 10px;
 
 
}


#leftcontent{
float:left;
width:660px;
margin:0 0 0 10px;
border-right:1px solid #dedede;
padding:0 20px 0 0;
min-height:250px;
}

#content-full{
float:left;
width:960px;
margin:0 0 0 10px;
 
padding:0 20px 0 0;
min-height:250px;
}


.highlight{
font-size:14px;
color:#444444;
font-weight:bold;
}

#sidebar  {
float:left;
width:265px;
padding:0;
margin:0;
margin:0 0 0 20px;
}
 
.picthumb{
float:left;
margin:0px 5px 8px 0px;
border:2px solid #CCCCCC;
}

.lists{
margin-left:10px;
float:left;
list-style:none;
font-size:12px;
color:#444;
}

.lists li{
background: url(../images/arrow.png) no-repeat left 3px;
padding:0 0 6px 25px;
}

 

#footer{
width:100%;
background:#191919 url(../images/footer-bg.jpg) repeat-x left top;
padding:60px 0 0 0;
float:left;
height:40px;
color:#CCC;
}

#footerwrap{
width:1000px;
margin:0 auto;
 
}

.viewmore a{
display:block;
padding:2px 10px;
color:#FFF;
background:#8e1f21;
}

.viewmore a:hover{
display:block;
text-decoration:none;
padding:2px 10px;
color:#FFF;
background:#444;
}


#enquiry{
width:100%;
}

#enquiry label {
	float: left;
	height: auto;
	width: 140px;
	color: #333333;
	font-size:13px;
}
#enquiry .inputbox{
	float: left;
	width: 250px;
	height:22px;
	margin-bottom: 6px;
	border:2px solid  #CCC;
}

#enquiry .textarea{
	float: left;
	width: 250px;
	height:60px;
	margin-bottom:0px;
	border:2px solid  #CCC;
	overflow:hidden;

}
 
 
#enquiry .btns {
	float: left;
	font-size:12px;
	padding:5px 10px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
 	color:#CCC;
	border:none;
	background: #444;
 
 
}

.colhd{
background:#333;
color:#FFF;
font-size:14px;
font-weight:bold;
padding:8px 0 0 5px;}


.colelement1{
background:#CCC;
border-bottom:1px solid #FFF;
color:#333;padding:5px;}

.colelement2{
background: #dedede;
border-bottom:1px solid #FFF;
color:#333;padding:5px;}