@charset "utf-8";
/* CSS Document */

body {
	padding:0px;	
	margin:0 auto; 
	font-family: Calibri;
	font-size:18px;
}

.clear{
clear:both;
}

.wrapper{
	margin: 0 auto;
	width: 1000px;
	
}
p{
    color: #000;
    line-height: 20px;
    margin: 0px;
    padding: 15px 15px 0px;
    text-align: justify;
    text-transform: none;
}
/** Header CSS **/

.header{
	min-width:1260px;
	width: 100%;
	height: 140px;
	float:left;
	background:url(../images/header.png) 0 0 repeat-x #000000;
	position:relative;	
}

.logo{
	margin-left:100px;
	margin-top:15px;
	float:left;
	width:122px;
	height: 120px;
	background:url(../images/logo.png) no-repeat;
}

#social-box-right
{
	float:left;
	width:1000px;
	height: 50px;	
	margin-top:5px;
}

.social-box-right
{
	float:right;
	width: 200px;	
	height: 30px;
}

.social-box-right img
{
	margin:0px 0px 0px 10px;
	border:1px solid 000000;
	
}
/*menu*/
#menubox{
	float:right;
	width:1020px;
	height: 140px;	
}

#menu{
	width:858px;
	height: 49px;
	float:left;
	background:url(../images/menu.png) no-repeat;
	box-shadow: 0px 1px 8px #ffffff;
}
	
.menu_items{
	width:858px;
	height: 49px;
	margin: 0px 0px 0px 0px;
	color:#000000;
	font-size: 12px;	
    font-family: Copperplate Gothic light;
	font-weight:bold;	
}

.menulink{
	width: 211px;
	height: 49px;
	text-transform:uppercase;
	text-decoration:none;
	color:#000000;
	float:left;
}

.menuimage{
	float: left;
	margin-top: 10px;
	margin-left: 40px;
}
.menutext{
	float: right;
	margin-top: 20px;
	margin-right: 70px;
}
.menulink:hover{
	width: 211px;
	height: 49px;
	color: #ffffff;
	background:#000000;
}

.selected{
	width: 211px;
	height: 49px;
	background:#000000;
	color: #ffffff;
}

/*Banner*/
#banner-box{
	
	width:1050px;
	height:360px;
	float:left;
	margin-top:10px;
	margin-left:-30px;
	
}

.banner{
	float:left;
	width:1050px;
	height:360px;
}

/*light logo part*/
.body1 {
	width: 100%;
	background:url(../images/bg_top3_repeat.jpg) 0 0 repeat-x;
}
.main {
	width:1000px;
}
.left {
	float:left;
	margin-left:80px;
}
h3 {
	font-size:25px;
	color:#182125;
	padding:20px 10px 0px 0px;
	letter-spacing:-1px;
	font-family: Copperplate Gothic Bold;
}
h3 span {
	color:#f68121;
}

/*three box part*/
#box-three{
	height:auto;
	width:1000px;
	float:left;	
	margin-left:30px;
	margin-top:-10px;
}
.home-box{
	width : 100%;
	height: auto;
	background:url(../images/home-box.png) 0 0 repeat-x;
	margin-top:-10px;
}
.white-overlay{
	height: 350px;
	background:url(../images/white-overlay.png) 0 0 repeat-x;
	z-index: -1;

}
.home-inner-box{
	width : 280px;
	height: 270px;
	background: #f4f4f4;
	float:left;
	box-shadow: 0px 1px 11px #000000;
	font-family: Trebuchet MS,Verdana,Ariel,Helvetica;
	line-height: 25px;
	font-size: 14px;		
	margin: 40px 50px 0px 0px;
}
.home-inner-box-header{
	float:left;
	width:280px;
	height: 20px;
	color:#000000;
	font-size: 18px;	
	text-align:center;
	padding:5px 0px 10px 0px;
    font-family:Trebuchet MS,Verdana,Ariel,Helvetica;
	background:url(../images/innerrmenu.png);
	box-shadow: 0px 1px 1px #f6983a;
	
}

.home-inner-box-content{
	float:left;	
	width:280px;
	height: 220px;	
	color:#1b1919;
	background:url(../images/boxbg.png) 0 0 no-repeat;    
	
}

.home-inner-box-content p {
	line-height:20px;	
	margin: 5px 5px 5px 5px;
}

/*about us part*/	
.about-us{
	width:720px;
	height:180px;
	float:left;
	margin-top:20px;
	box-shadow: 0px 1px 11px #000000;
	background:#FFFFFF;
}
.h1box{
	width:720px;
}
.h1{
	font-family: Trebuchet MS,Verdana,Ariel,Helvetica;
	font-size:18px;
	font-weight:bold;
	float:left;
	color:#f68e30;
	margin-left:25px;
	
}
.home-inner-box-content1{
	float:left;	
	font-size: 14px;	
	color:#1b1919;
	font-family: Trebuchet MS,Verdana,Ariel,Helvetica;
	line-height: 25px;
	margin: -5px 10px 10px 10px;
}
.service-links{
	width:250px;
	height:180px;
	float:right;
	border-radius:8px;	
	margin-top:20px;
	margin-right:10px;
	background:#ffffff;
	box-shadow: 0px 1px 11px #000000;
}
.service-links-inner-box{
	width:200px;
	height:auto;
	float:left;
	color: #000;
    line-height: 20px;
    margin: 0px;
    text-transform: capitalize;
	font-size:15px;
	
}

.service-links-inner-box ul li{
	width:200px;
	list-style:square;
	padding:5px 5px 5px 5px;
	
}

.service-links-inner-box ul li a{
	color:#000000;
	
}
/*Footer Css*/

#footer{
	background:#2d2825; 
	height:190px;
	width:100%;
	box-shadow: 0px 1px 11px #000000;
	margin-top:10px;
}

#footer p{
	font-family: Trebuchet MS,Verdana,Ariel,Helvetica;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;	
	text-align:center;
	font-weight:bold;
}

#footer p a{
	font-family: Trebuchet MS,Verdana,Ariel,Helvetica;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;	
	text-align:center;
	font-weight:bold;
}


.footer-wrapper{
	width:1000px;
	margin: 0 auto;
}

.footer-box {
    width: 230px;
    float: left;
    padding: 20px;
    height: auto;
	margin-left:60px;
	
}

.footer-head {
    color: #FFF;
    font-size: 13px;
    padding: 0px 0px 5px;
    text-transform: uppercase;
    font-family: Trebuchet MS,Verdana,Ariel,Helvetica;
	font-weight:bold;
}

.footer-box ul {
    padding: 0px;
    margin: 15px;
    list-style-image: url(../images/list-arrow.png);
}

.footer-box ul li {
    margin: 3px 0px 0px;	
}

.footer-box ul li a {
    font-family: Trebuchet MS,Verdana,Ariel,Helvetica;
    font-size: 12px;
    color: #BEBDBD;
    text-transform: capitalize;
    text-decoration: none;
}

.footer-box ul li a:hover {
    font-family: Trebuchet MS,Verdana,Ariel,Helvetica;
    font-size: 12px;
    color: #FFFFFF;
    text-transform: capitalize;
    text-decoration: none;
}
/*product page*/

.body2 {
	background:url(../images/bg_top5_repeat.jpg) top center repeat-x;
	border:0px solid ;
}
.main1 {
	width:1000px;
	height:auto;
}
h1 {
	font-size:18px;
	color:#182125;
	/*padding:20px 10px 10px 0px;*/
	padding:15px 0px 20px 10px;
	font-family: Trebuchet MS,Verdana,Ariel,Helvetica;
	margin-top:0px;
	margin-left:10px;
}

h1 span {
	color:#f68121;
}

#mainPan{
	width:1000px; 
	height:auto;
	float:left;
	margin-top:0px;
}
/*----Left Panel----*/
#leftPan{width:700px; float:right;}
#leftPan1{width:700px; float:left;}

/*----Right Panel----*/
#rightPan{width:250px; float:left;}
#rightPan1{width:250px; float:right;margin-right:10px;}
#right_box{
	float:right;
	height:inherit;
	width:280px;
	height:auto;
	text-align: justify;
	background:#dadada;
	border-radius: 25px;
	}

.rightbox{
	float:left;
	height:auto;
	width:250px;
	margin:15px 0px 0px 10px;
	background:#dadada;
	/*box-shadow: 0px 1px 11px #dadada;*/
	border:1px solid #6E6E6E;
	
}
.rightbox1{
	float:right;
	height:auto;
	width:250px;
	margin:50px 0px 0px 10px;
	/*box-shadow: 0px 1px 11px #ffffff;*/
	border:1px solid #6E6E6E;
	
}

#contentarea{
	height:auto;
	width:1000px;
	box-shadow: 0px 5px 20px #000000;
}

.contentbox{
	color:#ffffff;
	background: #ffffff;
	float:left;
	height:inherit;
	width:1000px;
	margin:0px 0px 0px 0px;
	box-shadow: 0px 1px 11px #000000;
	border: 2px solid #CCCCCC;
    border-radius: 25px;
}

.contentboxsmall{
	color:#000000;
	background: #dadada;
	border:1px solid #CCCCCC ;
	float:left;
	height:inherit;
	width:970px;
	font-family: Trebuchet MS,Verdana,Ariel,Helvetica;
	font-size:13px;	
	margin:15px 0px 15px 0px;
	margin-left:15px;
	box-shadow: 0px 1px 11px #000000;
}

.content{
	width:700px;
	float:right;
	color:#000000;	
	margin-top:40px;

}
/*productinner page*/
#leftPaninner{width:460px; float:left;}
#rightPaninner{width:500px; float:right;}
.leftboxinner{
	color:#ffffff;
	background: #dadada;
	border:1px solid #CCCCCC;
	float:left;
	height:auto;
	width:460px;
	margin:15px 0px 0px 10px;
	/*box-shadow: 0px 1px 11px #ffffff;*/
	border:1px solod #000000;
	
}
.contentinner{
	width:500px;
	float:right;
	color:#000000;	
	margin-top:0px;

}
.contentinner ul li{
	width:400px;
	list-style:square;
	padding:5px 5px 5px 5px;
}
/*contact us*/
.address {
	width: 320px;
	height: 250px;
	text-align:left;
	margin:10px 10px 10px 80px;
	padding: 0px 0px 0px 0px;
 }
 #map_canvas {
	width: 500px;
	height: 300px;
 }
 #textPoint  {
	color:#f68121;
	font-weight:bold;
	font-size:14px;
	text-transform:uppercase;
}
.contentus{
	width:1000px;
	float:left;
	color:#000000;	
	margin-top:20px;
	margin-left:20px;
	margin-right:20px;
}
.header-text{
	margin:20px 0px 0px 50px;
	height:auto;
	font-family: Arial,Tahoma;
	font-size: 20px;
	border: #603 dotted; 
	padding: 10px 10px 10px 10px; 
    border: none;
	color: #1C488A;
	font-weight:bold;
    letter-spacing: 2px;
}
 .formClass{
	text-align: center;
	margin: 5px 5px 5px 5px;
	}
.contact-formname {
    padding-top: 5px;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    font-family: Arial,Tahoma;
    font-weight: bold;
	text-align: left;
	width: 200px;
	margin-left:50px;
}	
.form-imptxt {
    color: #C40408;
    font-weight: bold;
	text-align: left;	
}
.textbox {
    width: 170px;
    height: 25px;
    border: 1px solid #C2C2C2;
}

.textbox300 {
    width: 300px;
    height: 25px;
    border: 1px solid #C2C2C2;
}

.textarea {
    width: 300px;
    height: 100px;
    border: 1px solid #C2C2C2;
}

.button-form {
    background: none repeat scroll 0% 0% #FFAF23;
    border: 1px solid #EA9F1B;
    height: 30px;
    width: 80px;
}







