﻿@charset "utf-8";
/* CSS Document */

/*========Common Css========*/
.clearfix::before, .clearfix::after, .container::before, .container::after {
    display: table;
    content: " ";
}
ul{margin:0; padding:0;}
.clearfix:after{clear:both;}

body{margin: 0; box-sizing:border-box;}

/*CONTAINER'S STYLE STARTS HERE*/
.container{width: 1170px;
           padding-right: 15px;
           padding-left: 15px;
           margin-right: auto;
           margin-left: auto;
           }
/*CONTAINER'S STYLE ENDS HERE*/

/*HEADER'S STYLE STARTS HERE*/
.header{display: inline-block; width: 100%;}
/*HEADER'S STYLE ENDS HERE*/

/*COMPANY LOGO DIV STARTS HERE*/
.companylogo {}
/*COMPANY LOGO DIV ENDS HERE*/

/*MENUBAR DIV STARTS HERE*/

/*MENUBAR PANEL ENDS HERE*/

/*BANNER STARTS HERE*/
.banner{width:100%;}
/*BANNER ENDS HERE*/

/*BODY STARTS HERE*/
.contentBody{height:auto; width:100%; overflow:hidden;}
/*BODY ENDS HERE*/

.leftPanel {display:none;}

/*MIDDLE PANEL GOES HERE*/
.middlePanel{height:auto;float: left; width: 75%; overflow: hidden; position: relative;}
/*MIDDLE PANEL ENDS HERE*/

/*RIGHT PANEL GOES HERE*/
.rightPanel{height:auto; float:right; width:23.7%; overflow:hidden; margin-left: 15px;}
/*RIGHT PANEL ENDS HERE*/

.clrBoth{clear:both; font:0px; height:0px; width:0px; padding:0px; margin:0px; }

/*FOOTER GOES HERE*/
.footer{}
/*FOOTER ENDS HERE*/