@charset "utf-8";
/* CSS Document */

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

body{
	background-image:url(../img/bg1.jpg); background-repeat:no-repeat;
        background-size: 100%;
	margin:0px;
	padding:0px;
        background-attachment: fixed;
}

a{
	text-decoration:none;
	color:#FFF;
}


.main_wrapper{
	width:943px;
	height:1093;
	margin:0px auto 0px auto;
}

/****************************header**************************/

.header{
	width:943px;
	height:100px;
	float:left;
	padding:20px 0px 0px 0px;
}

.logo{
	width:355px;
	height:62px;
	float:left;
}

.contact_details{
	width:173px;
	height:40px;
	float:right;
	margin-top: 30px;
}

.contact_us{
	width:173px;
	height:10px;
	float:right;
	font:bold 11px Tahoma, Geneva, sans-serif;
	color:#666;
	text-align:right;
}
	

.contact_no{
	width:250px;
	height:30px;
	float:right;
	font:bold 17px Tahoma, Geneva, sans-serif; 
	text-align:right;
	color:#666;
}


.navigation{
	width:943px;
	height:27px;
	float:left;
	background: -webkit-gradient(linear, left top, left bottom, from(#3f393b), to(#242225));
    background: -moz-linear-gradient(100% 100% 90deg, #3f393b, #242225) repeat scroll 0 0 transparent;
    progid: DXImageTransform.Microsoft.gradient(startColorstr='#3f393b', endColorstr='#242225');
	border:1px solid #2f292b;
	font:bold 11px "Segoe UI", Arial, sans-serif;
	
}

.top_navi_links{
	border: 1px solid black;
	border-bottom-style:none;
	border-top-style:none;
	border-left-style:none;
	padding: 6px 20px 8px 20px;
	text-decoration:none;
	/*color:#FFF;*/
}

.top_navi_links:hover{
	color:#322e31 !important;
	/*background:#F93;*/
	background:-webkit-gradient(linear,top, bottom, from(#e2cda0 60%), to(#fbe225 ));
	background:-webkit-linear-gradient(top, #e2cda0 60%, #fbe225 );
	background:-moz-linear-gradient(top, #e2cda0 60%, #fbe225 );
	background:-ms-linear-gradient(top,#e2cda0 60%, #fbe225 );
	background:-o-linear-gradient(top, #e2cda0 60%, #fbe225 );
}

.top_navi_links a:hover{
	color:#322e31 !important;
}

ul li{
	display:inline;
	list-style:none;
	float:left;
}

.social_icons_wrapper{
	width:42px;
	height:19px;
	float:right;
	margin: 4px;
}

.social_icon{
	width:19px;
	height:19px;
	float:left;
}

/*****************banner********************/

.banner{
	width:943px;
	height:357px;
	float:left;
	margin:5px auto 5px auto;
}

/***********Content Area***************************/

.content_wrapper{
    position: relative;
	width:943px;
	float:left;
	margin:0px auto 0px auto;
	background-color:#FFF;

}

.ad_box{
	width:300px;
	height:190px;
	float:left;
	margin:5px;
	padding-left:7px;
	padding-top:15px;
}

.left_content_area{
	width:615px;
	height:255px;
	float:left;
}

.text_box_wrapper{
	width:900px;
	float:left;
	padding: 30px 0px 5px 18px;
}

.welcome_text{
        margin-top: -30px;
        margin-bottom: 35px;
	height:33px;
	float:left;
	font-family: Segoe UI;
        font-weight: lighter;
	font-size:35px;
	color:#4b262e;
}

.h_1{
	width:115px;
	height:20px;
	float:left;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#999;
	margin: 8px 0px 0px 0px;
}

.text_box_1{
	width: 900px;
	font-family: Segoe UI;
	font-size:15px;
	text-align:justify;
	color:#333;
	float: left;
        margin-bottom: 10px;
}

.detail_box_wrapper{
	width:590px;
	height:244px;
	float:left;
	
}

.h_2{
	width:125px;
	height:25px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:17px;
	color:#909090;
	
}

.detail_container{
	width:270px;
	height:95px;
	float:left;
	margin:5px;
}

.pic_box{
	width:77px;
	height:77px;
	float:left;
	margin:0px 10px 0px 0px;
	border:1px solid #CCC;
	padding:3px;
}

.pic_hedding{
	width:160px;
	height:15px;
	float:left;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	font-size:11px;
}

.note{
	width:170px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	text-align:justify;
	float:left;
	margin: 5px 0px 4px 0px;
}

.more_bt{
	width:45px;
	height:15px;
	float:left;
}

/**********footer**************/

.footer_wrapper{
    position: relative;
	height:97px;
	margin:0px;
	bottom:0px;
	
}

.footer_nav{
	background:#393939;
	width:100%;
	height:33px;
}


.footer_navi_links{
	font-family:"Segoe UI", Arial, sans-serif;
	font-weight:bold;
	color:#FFF;
	font-size:10px;
	border:1px solid #999;
	border-left-style:none;
	border-top-style:none;
	border-bottom-style:none;
	padding: 0px 20px 0px 20px;
	margin: 10px 0px 0px 0px;
}

/*.footer_navi_links:hover{
	color:#F90;
}*/

ul li a:hover{
	color:#F90;
}

.footer_nav_wrapper{
	width:350px;
	height:33px;
        margin-left: auto;
        margin-right: auto;
}

.footer{
	background:#161515;
	width:100%;
	height:64px;
}

.copyright_logo_wrapper{
	width:943px;
	height:64px;
	margin:0px auto 0px auto;
}

.copyright{
	width:260px;
	height:45px;
	float:left;
	font-family:"standard 07_57 caps";
	font-size:10px;
	text-align:left;
	color:#929292;
	margin: 25px 0px 0px 0px;
}

.footer_logo{
	width:90px;
	float:right;
	margin: 15px 0px 0px 0px;
	
}

.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}