@font-face {
	font-family: 'futura-std-book';
	src: url('../fonts/futura-std-book.eot');
	src: local('☺'), 
	url('../fonts/futura-std-book.woff') format('woff'), 
	url('../fonts/futura-std-book.ttf') format('truetype'), 
	url('../fonts/futura-std-book.svg') format('svg');
}



ul,li{
	list-style-type:none;
	}	
*{
	margin:0;
	padding:0;
	border:none;
	}
a{
	background-color:inherit;
	text-decoration:none;
	outline:none;
        -webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}

a:hover{
	opacity:0.99;
	background-color:inherit;
	text-decoration:none;
	}
img{
	max-width:100%;
	height:auto;
	border:0 none;
	}		

.speacer{
    clear: both;
    line-height: 0;
    font-size: 0;
}

h1 { font-size:28px; }

h2 { font-size:24px; }

h3 { font-size:20px; }

h4 { font-size:16px; }

p { line-height:18px; 
text-align: justify;
}


.brdr {
	width:100%;
	height:2px;
	background:url(../images/bordrRpt.png) repeat-x;
	margin:15px 0;
}

label.error {
	font-size:11px !important;
}
	

body {
	background-color:#eee;
        background-image:url(../images/pattern.png);
        background-repeat: repeat;
	font:14px arial;
	color:#333;
}

#wrapper {
	max-width:980px;
	margin:0 auto;
}

header {
	width:980px;
	background:#fefefe;
	position:relative;
}

.shadow {
	width:1000px;
	height:350px;
	background:url(../images/shadow.png) no-repeat;
	position:absolute;
	left:-10px;
	bottom:-32px;
}

#headerTop {
	width:96%;
	padding:10px 20px;
	display:inline-block;
}

.logo {
	float:left;
	position:absolute;
        left: 20px;
        top: 85px;
}

.menu {
	font-family: 'futura-std-book';
}

#banner_sec {
	width:735px;
	height:248px;
	position:relative;
        float: right;
       
}


.menuContent {
	visibility:hidden;
}

#banner {
	overflow: hidden;
	width:100%;
	position: absolute;
	z-index:1;
	height:248px;
	top:0;	
        
}

#banner li {
	width:100%;
	height:300px;
	background-repeat: repeat-x;
	background-position: center top;
}

#banner .bannerText {
	margin:0 auto;
	height:270px;
	position:relative;	
	overflow:hidden;
}

#banner h1, #banner h2, #banner p {
	position: absolute;
	z-index:20;
	left:0px;
}

#banner h1 {	
	top:65px;
	width:400px;
	font-family: Times New Roman;
	font-size:30px;
	font-weight:normal;
}

#banner h2 {	
	top:120px;
	width:420px;
	font-size:28px;
	font-weight:100;
	font-family: Times New Roman;	
} 

#banner p {
	top:125px;
	width:400px;
	font-size:13px;
	color:#666;
	line-height:18px;
}

#banner p a {
	line-height:25px;
	font-size:12px;
	text-decoration:underline;
	font-weight:bold;
}

#banner .icon {
	position:absolute;
	top:0;
        right: 0;
}

#banner .icon img{
    left: 415px;
}
#banner .bannerImage{}

#banPanel1 h1, #banPanel1 h2, #banPanel1 a,#banPanel2 h1, #banPanel2 h2, #banPanel2 a,#banPanel3 h1, #banPanel3 h2, #banPanel3 a{
    color:#892b25
}

#banner a:hover{color:#999999}

#bodySec {
	width:96%;
	background:#fefefe;
	display:inline-block;
	margin:25px 0;
	padding:20px;
	-moz-box-shadow:    0px 2px 6px #cfcfcf;
  	-webkit-box-shadow: 0px 2px 6px #cfcfcf;
  	box-shadow:         0px 2px 6px #cfcfcf;
}

.bodySec {
	float:left;
        width: 100%;
}

.like{
       float: right;
       }
        
.bodySec img{
    float: right;
    margin-top: 15px;
}

.pic{
 margin-left: 20px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    	-moz-box-shadow:    0px 2px 6px #cfcfcf;
  	-webkit-box-shadow: 0px 2px 6px #cfcfcf;
  	box-shadow:         0px 2px 6px #cfcfcf;
            
}

.panes .pane {
	display:none;
}

.panes, .panes2 {
	width:69%;
	height:auto;
	margin-bottom:35px;
        float: left;
}

.heading, .heading2{
	width:258px;
	padding:10px 20px;
	box-shadow: 0px 3px 3px #cfcfcf;
	font-size:18px;
	font-family: georgia;
	color:#810a0a;
	border-bottom:1px solid #fff;
	border-top:1px solid #f3f3f3;
	background: #f3f3f3;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3f3f3'); 
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f3f3f3));
	background: -moz-linear-gradient(top,  #ffffff,  #f3f3f3);
}

.nobg{
    width: 93.8%;
}

.box {
	width:260px;
	padding:15px 20px;
	box-shadow: 0px 3px 3px #cfcfcf;
	margin-bottom:20px;
	background: #f3f3f3;
	display:inline-block;
}


footer {
	max-width: 980px;
	padding-bottom:20px;
}

footer p {
    font-size: 12px;
	margin-bottom:5px;
        color:#6f6f6f;
        text-align: center !important;
}

footer a {
	color:#6f6f6f;
}

footer a:hover {
	color:#810a0a;
}

.left_box, .left_box2 {
	padding:20px;
	box-shadow: 0px 3px 3px #cfcfcf;
	display:inline-block;
	background: #f3f3f3;
}

.panes1 .pane {
	display:none;
}

.panes1 {
	width:600px;
	height:auto;
	background: #f3f3f3;
}

.panes .pane {
	display:none;
}

.panes3 {
	width:560px;
	height:auto;
	padding:20px;
	box-shadow: 0px 3px 3px #cfcfcf;
	background: #f3f3f3;
}



.how_work {
	width:300px;
        margin-right: 20px;
        float: left;
}

.how_work .left_box {
	width:258px !important;
        height: 230px;
}

.small{
height: 112px !important;
}

.small2{
height: 46px !important;
padding-top: 0px;
}

.nomg{
    margin-right: 0;
    height:205px;
}

.nomg2{
       margin-right: 0;
    height:102px; 
}

.input,.input2,.select,.area,.input3 {
    height:18px;
    width: 90%;
    margin-bottom: 15px;
	padding:5px 10px;
	background:inherit;
	border-radius:5px;
	-moz-border-radius:5px;
        box-shadow:1px 1px 4px rgba(0,0,0,0.4);
	-moz-box-shadow:1px 1px 4px rgba(0,0,0,0.4);
	-webkit-box-shadow:1px 1px 4px rgba(0,0,0,0.4);
	-khtml-box-shadow:1px 1px 4px rgba(0,0,0,0.4);	
}
.submit, .reset{
	margin-top:0px;
	background:inherit;
	cursor:pointer;
        margin-right: 15px;
        height: 37px;
        width: 88px;
}

.submit{
        background:url(../images/submit.png) no-repeat;
 	}
        
.submit:hover{
        background:url(../images/submit_hover.png) no-repeat;
        }
        
.reset{
        background:url(../images/reset.png) no-repeat;     
        }
        
.reset:hover{
        background:url(../images/reset_hover.png) no-repeat;
        }
        
.input:focus,.input2:focus,.select:focus,.area:focus,.input3:focus{
	background:#f1f1f1;
	color:#333333;
	}
         
        .table a{
            color: #333333;
        }
        
                .table a:hover{
            color: #810a0a;
        }
        
        .panes2{
            width: 100%;
            margin-bottom: 0;
        }

        .heading2{
            width: 96%;
        }
        .left_box2{
            width: 96%;
        }
        
        #wowslider-container1{
            display: none;
        }
        
        .ws_images{
            display: none;
        }
        
        #main-nav{
            display: none;
        }
        
        .form_container{
	float:left;
	margin:0 5%;
	-moz-border-radius: 8px;
	 border-radius: 8px;
	 text-align:center;
	 width:64%;	
}
.pan_1{
	margin:2% 0;
	}
.pan_2{
	display:none;
	}
.text_form,.text{
	float:left;
	width:38%;
	text-align:left;
	font-size:14px;
	line-height:18px;
	color:#000000;
	font:bold 14px/28px Georgia,"Times New Roman",Times,serif;
	}
.text{
	width:50%;
	margin-right:2%;
	}
.input2,.select,.area,.input3{
	width:50%;
	height:20px;
	}
.select{
	width:54%;
        height:30px;
        padding: 3px 0;
        color: #333333;
	}
.area{
	height:60px;
	}
.input3{
 width: 28%;    
  }        
.input:focus,.input2:focus,.select:focus,.area:focus,.input3:focus{
	background:#f1f1f1;
	color:#333333;
	}

.op_h,.op_h2{
float: left;
margin: 8px 20px;
 } 
 .op{
 float: left;
 margin: 4px 5px;
 } 
 
 .bd_part{
   width: 33%;
   float: left;
 }
 
 .bd_part p a{
     color: #333333;
 }
 a:hover, a.active{
      background: url(../images/selected-right-sub.png) no-repeat right 0;
 }
 
 .client{
     margin-bottom: 20px;
 }
 .client_left{
     float: left;
     width: 12%;
     margin-right: 10%;
 }
 
 .client_left img{
     margin-top: 0 !important;
 }
  .client_right{
     float: left;
     width: 78%;
 }