*{
	padding:0px;
	margin:0px;
}


p{
	padding:5px 0;
}
/* COMMON */

#wrapper{
	width:1000px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	background:#FFF;
}

#top_head{
	width:1000px;
	height:150px;
	float:left;
	background:#0f0f0f;
}

#logo{
	width:400px;
	height:150px;
	float:left;
	background:url(../images/logo.gif) no-repeat;
}

#follow_us_main{
	width: 600px;
	height: 150px;
	float: left;
}

/*-- Navigation --*/
#menu{
	width:1000px;
	height:50px;
	float:left;
	border-top:2px solid #292929;
	background:url(../images/menu_bg.gif) repeat-x;
}

#menu ul {
	
}

#menu ul li{
	list-style:none;
	float:left;
	width:auto;

	
}

#menu ul li a {
	text-decoration: none;
	color: #999999;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	height: 31px;
	display: block;
	font-weight: normal;
	padding: 0px 20px 3px 20px;
	text-transform: uppercase;
	padding-top: 15px;
	margin-left: 2px;
	width: auto;
	background-image: url(../images/menu_line.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
}
#menu ul li a:hover {
	color:#FFF;
	height:31px;
	font-weight:normal;
	background:url(../images/menu_bg_over.gif) repeat-x;

}

#menu ul li a.active {
	color:#FFF;
	height:31px;
	font-weight:normal;
	background:url(../images/menu_bg_over.gif) repeat-x;
}
/*-- Navigation --*/
/*--- Drop Down --*/
.drop_menu {
	padding: 0;
	margin: 0;
	list-style-type: none;
	width: 1000px;
	height: 50px;
	float:left;
	border-top:2px solid #292929;
	background:url(../images/menu_bg.gif) repeat-x;
}
.drop_menu li {
	float: left;
}
.drop_menu li a {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	height: 31px;
	display: block;
	font-weight: normal;
	padding: 15px 20px 3px 20px;
	text-transform: uppercase;
	width: auto;
	background-image: url(../images/menu_line.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	border:none;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
/* Submenu */
.drop_menu ul {
	position: absolute;
	left: -9999px;
	top: 50px !important;
	list-style-type: none;
	z-index:999;
}
.drop_menu li:hover {
	position: relative;
	background:url(../images/menu_bg_over.gif) repeat-x;
	color:#FFF;
}
.drop_menu li:hover ul {
	left: 0px;
	top: 30px;
	background:rgba(0,0,0,.9);
	padding: 0px;
}
.drop_menu li:hover ul li a {
	display: block;
	width:288px;
	text-indent: 15px;
	background:none;
	border-bottom:1px solid #333;
	color:#FFF;
}
.drop_menu li:hover ul li a:hover {
	color:#FFF;
	margin-left:0px;
}
/*--- Drop Down --*/
#banner{
	width:1000px;
	height:315px;
	float:left;
	background:#000;
}

/* --------------------COMMON-------------------- */

#bottom_nav_main{
	width:980px;
	height:auto;
	float:left;
	padding:0px 10px 0px 10px;
	background:#FFF;
}

#latest_projects_main{
	width:980px;
	height:150px;
	float:left;
	background:url(../images/projects_bg.gif) repeat-x;
	margin-top:5px;
}

#latest_project_head{
	width:54px;
	height:145px;
	float:left;
	background:url(../images/latest_projects.png) no-repeat;
}

#company_details_testimonial{
	width:980px;
	height:auto;
	float:left;
	padding-top:10px;
	padding-bottom:10px;
}

#left_nav{
	width:640px;
	height:auto;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 22px;
	font-size:12px;
	text-align:justify;
	color:#666;
}

#company_details_head{
	width:640px;
	height:50px;
	float:left;
	background:url(../images/welcome_head.gif) no-repeat;
	border-bottom:1px solid #999;
	padding-bottom:5px;
}

#company_details{
	width:640px;
	height:auto;
	float:left;
	padding-top:10px;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 22px;
	font-size:12px;
	text-align:justify;
}

#right_nav{
	width:319px;
	height:500px;
	float:left;
	padding-left:10px;
	margin-left:10px;
	border-left:1px dotted #CCC;
}

#testimonail_head{
	width:319px;
	height:43px;
	float:left;
	background:url(../images/testimonial_head.gif) no-repeat;
}

#testimonial_contents{
	width:309px;
	height:120px;
	float:left;
	padding:5px;
	overflow:hidden;
}

h1{
	font-family:"Trebuchet MS", Arial, Tahoma;
	font-size:12px;
	color:#666;
	font-style:italic;
	text-align:justify;
	line-height:20px;
	font-weight:normal;
	padding-top:10px;
}

h2{
	font-family:"Trebuchet MS", Arial, Tahoma;
	font-size:13px;
	color:#333;
	font-style:italic;
	text-align:justify;
	line-height:20px;
	font-weight:bold;
	margin-top:10px;
	border-bottom:1px dotted #CCC;
	padding-bottom:5px;
}

h3{
	font-family:"Trebuchet MS", Arial, Tahoma;
	font-size:13px;
	color:#CCC;
	font-style:italic;
	text-align:right;
	line-height:20px;
	font-weight:bold;
	margin-top:10px;
	padding-bottom:5px;
	padding-right:20px;
}

h4{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#333;
	font-weight:bold;
	margin-bottom:10px;
	text-transform:uppercase;

}

h5{
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 22px;
	font-size:12px;
	text-align:justify;
	font-weight:normal
}



#download_brochure{
	width:319px;
	height:65px;
	float:left;
	padding-top:15px;
}

#facebook_head{
	width:319pc;
	height:40px;
	float:left;
	margin-top:5px;
}

#facebook_like_box{
	width:319px;
	height:160px;
	float:left;
}

#footer_main{
	width:1000px;
	height:80px;
	float:left;
	background:#0f0f0f;
}

.footer_links{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#CCC;
	text-align:center;
	padding-top:10px;
	text-transform:uppercase;
}

.footer_copy_right{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#CCC;
	text-align:center;
	margin-top:10px;
	text-transform:none;
}

a:link {
	color: #CCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCC;
}
a:hover {
	text-decoration:underline;
	color: #CCC;
}
a:active {
	text-decoration: none;
	color: #FFF;
}

/* CONTACT US*/

#contact_head{
	width:53px;
	height:346px;
	float:left;
	background:url(../images/contact_us.png) no-repeat;
}

#contact_us_nav_main{
	width:980px;
	height:auto;
	float:left;
	background:url(../images/projects_bg.gif) repeat-x;
	margin-top:5px;
}

#get_filed_main{
	width:480px;
	height:auto;
	float:left;
	padding-top:20px;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 22px;
	font-size:12px;
	text-align:justify;
}

.text1{
	width:330px;
	height:22px;
	border:1px solid #999;
	outline:none;
	padding:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#616161;
	font-weight:normal;
	border-radius:6px;
}

.text_area{
	width:330px;
	height:80px;
	border:1px solid #999;
	outline:none;
	padding:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#616161;
	font-weight:normal;
	border-radius:6px;
}

#contact_us_details{
	width:430px;
	height:auto;
	float:left;
	*padding-left:10px;
	margin-left:15px;
	padding-top:20px;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 22px;
	font-size:15px;
	text-align:justify;
	padding-bottom:20px;
}


/* ABOUT US*/
#about_us_head{
	width:640px;
	height:30px;
	float:left;
	border-bottom:1px solid #999;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom:5px;
	padding-top:10px;
	font-size:23px;
}

.visit_official{
	width:130px;
	height:20px;
	float:left;
	background:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFF;
	margin-top:15px;
	padding:3px;
	border-radius:6px;
	padding-bottom:3px;
	padding-left:10px;
	margin-left:220px;
}

.visit_official:hover{
	background:#bf2121;
	text-decoration:none;
}

.brand_details{
	width:980px;
	height:auto;
	float:left;
	padding-top:10px;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 22px;
	font-size:12px;
	text-align:justify;
	padding-bottom:15px;
	border-bottom:1px dotted #CCC;
	margin-bottom:20px;
}

#certification{
	width:620px;
	height:106px;
	float:left;
	background:url(../images/certification.gif) no-repeat;
}

#project_scroll{
	width:926px;
	height:120px;
	float:left;
	padding-top:25px;
}

.text_button{
	width:70%;
	height:29px;
	background:#212121;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#FFF;
	font-weight:normal;
	border:none;
	margin-left:2px;
	border-radius:4px;
}

.text_button:hover{
	background:#c12222;
	cursor:pointer;
}

.application_main{
	width:980px;
	height:auto;
	float:left;
	padding-top:10px;
	padding-bottom:15px;
	border-bottom:1px dotted #CCC;
	margin-bottom:15px;
}

.application_image_description{
	width:204px;
	height:160px;
	float:left;
}

.application_image_box{
	width:200px;
	height:100px;
	float:left;
	border:2px solid #CCC;
}

.application_image{
	width:200px;
	height:110px;
	float:left;
	border:2px solid #CCC;
}

.application_description{
	width:204px;
	height:30px;
	float:left;
	margin-top:10px;
}

.application_ccontents{
	width:761px;
	height:auto;
	float:left;
	margin-left:15px;
}

.application_head{
	color:#CCC;
	background:#333;
	padding:5px;
}

.application_head:hover{
	color:#CCC;
	text-decoration:underline;
}

.read_more{
	width:60px;
	height:20px;
	float:left;
	background:#a91918;
	padding:4px;
	border-radius:3px;
	margin-top:10px;
}

.read_more:hover{
	background:#0f0f0f;
}

.application_contents_details{
	width:761px;
	height:auto;
	float:left;
}

.products_sub_head{
	color:#000;
	font-size:18px;
	font-weight:bold;
}

.products_line_height{
	line-height:25px;
}

.design_main{
	width:450px;
	height:auto;
	padding:10px;
	float:left;
	border-radius:8px;
	background:#CCC;
	margin-top:20px;
	margin-left:20px;
}

.design_head{
	width:450px;
	height:30px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	text-transform:uppercase;
	padding-bottom:20px;
}

#media{
	width:313px;
	height:176px;
	float:left;
	margin-bottom:15px;
}

.services_table {
	color: #7A7A7A;
}
.services_table   td {
	padding: 10px;
}
.services_table  th {
	color: #F66;
	text-align: left;
	padding: 4px;

}
.services_table tr {
	border-bottom-width: 0px;
	border-bottom-style: dashed;
	border-bottom-color: #E8E8E8;
}

.ps{
	text-transform: none;
	padding-top:10px;
	text-align:right;
	float:right;
	padding-right:15px;
}

.red{
	color:#b80101;
}

.blue{
	color:#0056ff;
}

.img-left{
	float:left;
	margin:0 8px 8px 0;
}

.txt-bold{
	font-weight: bold;
}

.lg-txt{
	font-size: 18px;
	display:block;
	padding-bottom:15px;
	color:#333;
}

.full-container{
	width: 100%;
	float: left;
}

.products-logo{
	padding-top:20px;
}

.products-logo img{
	float: left;
	margin-right:15px;
}

.service-wrap{
	width:31.3%;
	height: 185px;
	padding:1%;
	float:left;
}

.service-box{
	width:100%;
	height:150px;
	float:left;
	position:relative;
}

.service-info{
	width:100%;
	height:100%;
	position:absolute;
	z-index:999;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.service-info:hover{
	background:rgba(0,0,0,.7);
	cursor:pointer;
	
}

.info-btn{
	width: 120px;
	height: 24px;
	background: #333333;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	display: none;
	color: #FFF;
	text-align:center;
	padding:6px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.service-info:hover .info-btn{
	display:block;
	text-decoration: none;
	color:#FFF;
}

.service-name{
	font-size: 17px;
	color: #444;
	font-weight: 700;
	padding-top: 5px;
	display:block;
}

.phone{
	color:#A8A8A8;
	float: right;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	padding:15px 15px 0 0; 
}

.gmap{
	width:100%;
	height:250px;
	float:left;
	background:#FFF;
}