
/* CSS Document */


* {
    margin: 0px;
    border: 0px;
    padding: 0px; 
    outline: none;
}

html, body {
    margin-right: 0px;
    margin-left: 0px;
    padding:0 auto; 
    height:100%; 
    background-color: #333333;
    font-family: sans-serif;
    text-align: center;
     
    border-left: none;
    border-right: none;
}

#container {
	width: 100%; 
	min-height:100%; 
	height: auto !important; 
	height: 100%; 
	margin:0 auto -200px; 
    padding: 0 auto;
	background-color: white;
    text-align: center;
    
    border:0px;
}

#div {
    border: none;
}

/*    ----------------------------------    */
/*    HEADER STYLING--------------------    */


#header {
    display: block;
	width: 100%; 
    min-width: 319px;
	height:123px; 
	margin: 0px auto; 
    padding: 0 auto;
    
    background-image:url(../images/theFam_2.png);
    background-repeat: no-repeat;
    background-position:right center;
    background-size:50%;
    
}

#topHeader {
    display: inline-block;
    height: 50px;
    width: 100%;
	max-width: 860px; 
    min-width: 319px;
    
}

.headerStripLogo {
    float:right;
    width: 115px;
	max-height: auto;
    margin-top: 23px;
    padding-right: 0px;
    margin-right: 12px;
}

.headerStripLogoBG{
    background-color: #0F5F9C; 
}

#headercontent {
    width: 100%;
	max-width: 860px; 
    min-width: 319px;
	max-height: 50px; 
	text-align:left;
	padding: 6px 0 20px;
	margin: auto ;
    border: 0px;
    
}


/*    ----------------------------------    */
/*    MAIN NAV MENUE STYLING------------    */


nav ul { 
  display: block;
  list-style: none;
  margin: 0px;
  padding: 0px;
  text-align: right;
  margin-right: 35px;
}
nav li {
  display: inline-block;
  margin: 0 5px;
  transition: all 0.3s;
}
nav a {
  display: block;
  color: white;
  transition: all 0.3s;
}
nav a:hover {
  color: #0F5F9C;
}

nav ul a:hover{
    font-weight:bold;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    text-shadow:0 1px 1px rgba(0, 0, 0, .1);
}

nav a:active {
  color: #fff;
  background-color: #0F5F9C; 
  border-bottom-width:0px;
  } 
nav span {
  display: block;
}

@media all and (min-width: 690px) {
  nav ul{
        display:inherit;
  }  
  nav li {
    margin: 0;
  }
  nav a {
    padding: 20px 20px 25px 20px;
    color:dimgray;
    font-weight: bold;
    background-color:white;
    transform: skewX(-20deg);
  }
  nav a:hover {
    color: #fff;
    background-color: #0F5F9C;
  }
  nav a:active {
    color: #fff;
    background-color: #0F5F9C;    
  } 
  nav span {
      margin: 0;  
      transform: skewX(20deg);
  } 
}

/*    ----------------------------------    */
/*    SUB-MENUE STYLING-----------------    */

#subMenueStripe{
    width:100%;
    height:auto;
    background-color:#0F5F9C; 
    border-top-color: #00afef;
    border-top-width: 0px;
    border-top-style: solid;
}

#subMenueBin{
    float:center;
    display: inline-block;
    max-width:860px;
    height: 50px;
    text-align: left;
    background-color: #0F5F9C;
    text-align: right; 
}

.subMenue{
    float:left;
    transform: skewX(-20deg);
    padding:0px;
    background-color: #ccc; 
    margin-top: 19px;
}

.subMenue a span{
}

.subMenue a{
    height:40px;
    color:#fff;
    font-size: 14px; 
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-stretch: semi-expanded;
    font-style: normal;
    font-weight:bold;
    background-color: #0F5F9C; 
    padding: 18px 18px;
}

.subMenue a:hover{
    color:#fff;
    background-color: #00afef; 
}

.moneyBttn {
    color:#fff; 
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-stretch: no;
    font-style: normal;
    font-weight:bold;
    padding: 4px 18px;
    background-color:crimson;
    border-top-left-radius: 20px; 
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px; 
    border-bottom-right-radius: 20px;
}

.headerMoneyBttn {
    color:#fff; 
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-stretch: no;
    font-style: normal;
    font-weight:bold;
    padding: 7px 18px;
    background-color:crimson;
    border-top-left-radius: 20px; 
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px; 
    border-bottom-right-radius: 20px;
}

.headerMoneyBttn:hover{
    background-color:#555;
}

#headerMoneyBttn{
    float:right;
    padding:0px;
    background-color: white; 
    margin:20px 15px 0px 0px;
}

.quoteBttn {
    color:#fff; 
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-stretch: no;
    font-style: normal;
    font-weight:bold;
    padding: 4px 18px;
    background-color:#999999;
    border-top-left-radius: 20px; 
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px; 
    border-bottom-right-radius: 20px;
}

.headerQuoteBttn {
    color:#fff; 
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-stretch: no;
    font-style: normal;
    font-weight:bold;
    padding: 7px 18px;
    background-color:#999999;
    border-top-left-radius: 20px; 
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px; 
    border-bottom-right-radius: 20px;
}

.headerQuoteBttn:hover{
    background-color:#555;
}

.currentHeaderBttn{
    background-color:#F0F0F0;"
}

.CurrentMenue{
    color:#fff; 
    background-color:#0F5F9C
}

.CurrentSub {
    color:#fff; 
    background-color:#0F5F9C;
}


/*    ----------------------------------    */
/*    GENERAL STYLING-------------------    */

a {
    text-decoration: none !important;
}

/*    ----------------------------------    */
/*    DIVISIONS STYLING-----------------    */

#DivisionMain {
    min-height: 450px;
    width: 100%;
    min-width: 319px;
	text-align:center;
	padding-top: 50px;
	margin: 0px ;
    background-color: #0F5F9C;
    background: #0F5F9C; /* For browsers that do not support gradients */
    border: none;
}

#DivisionSecondary {
    min-height: 450px;
    width: 100%;
    min-width: 319px;
	text-align:center;
	padding-top: 30px;
    padding-bottom: 5px;
	margin: 0px;
    background-color: #0F5F9C;
    background-image:url(../images/Equipment_2.png);
    background-repeat: no-repeat;
    background-position: top;
     
    outline: none;
    border-bottom-style: inset;
    border-bottom-width:medium;
    border-bottom-color: white;


}

#DivisionSecondary1 {
    max-width: 860px;
    height:auto;
    min-height: 250px;
    margin-top: 30px;
    padding: 8px;
    padding-top: 50px;
    margin: auto;
    background-color:none;
    opacity:100%;
     
    outline: none;
    border: 0px; 
}

.DivisionSecondary1 {
    max-width: 860px;
    min-height: 250px;
    margin-top: 30px;
    padding: 8px;
    padding-top: 50px;
    margin: auto;
    background-color:none;
    opacity:100%;
     
    outline: none;
    border: 0px;
    
    
}

#DivisionSecondary2 {
    min-height: 450px;
    width: 100%;
    min-width: 319px;
	text-align:center;
	padding-top: 30px;
	margin: 0px; 
    background-color: #0F5F9C;
    background-image:url(../images/Equipment_3.png);
    background-repeat: no-repeat;
    background-position: top;
    
    outline: none;
    border-bottom-style: inset;
    border-bottom-width:medium;
    border-bottom-color: white;
}

.DivisionTitles {
    color:white; 
	font-size: 30px; 
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-stretch: ultra-condensed;
    font-style: normal;
    font-weight:normal;  
}

.DivisionTitles2 {
    max-width:860px;;
    color:white; 
	font-size: 40px; 
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-stretch: ultra-condensed;
    font-style: normal;
    font-weight:normal; 
}

.DivisionMain {
    max-width: 180px;
    text-align: center;
    color: #333333; 
    opacity:0.9;
	font-size: 20px; 
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-stretch: ultra-condensed;
    font-style: normal;
    font-weight: normal;
    margin-top: 100px;
    
}

.DivisionMain2 {
    max-width: 180px;
    text-align: center;
    color:aliceblue; 
	font-size: 30px; 
    font-family: "Franklin Gothic Book", Verdana, Arial, Helvetica, sans-serif;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal;
}

.mainDivisionSecondary {
    max-width: 860px;
    min-height: 250px;
    text-align: center;
    color: white; 
	font-size: 15px; 
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-stretch: ultra-condensed;
    font-style: normal;
    font-weight: bolder;
    margin-top: 5px;
    padding: 10px;
    
    outline: none;
    border: 0px;
    
}

.DivisionSecondary {
    max-width: 860px;
    height: 250px;
    text-align: center;
    color: white; 
	font-size: 15px; 
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-stretch: ultra-condensed;
    font-style: normal;
    font-weight: bolder;
    margin-top: 55px;
    padding: 10px;
    outline: none;
    border: 0px;
    
}

.DivisionSecondary2 {
    max-width: 180px;
    text-align: center;
    color: #333333; 
	font-size: 15px; 
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-stretch: ultra-condensed;
    font-style: normal;
    font-weight: bolder;
    margin-top: 20px;
    padding: 8px;
    background-color: crimson;
    border: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    
}

#DivisionNoteDiv {
    width:650px;
    max-width: 650px;
    height: 300px;
    text-align: center;
    color: white; 
	font-size: 15px; 
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-stretch: ultra-condensed;
    font-style: normal;
    font-weight: bolder;
    margin-top: 20px;
    padding: 8px;
    background-color: white;
    opacity:0.9;
    border: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    
}

/*    ----------------------------------    */
/*    GENERAL PAGE STYLING--------------    */

#mainPageTopper {
    min-height: 100px;
    width: 100%;
    min-width: 319px;
	text-align:center;
	padding-top: 50px;
    padding-bottom: 5px;
	margin: 0px;
    background-image:url(../images/Equipment_1.png);
    background-repeat: no-repeat;
    background-position: center;
     
    outline: none;
    border: 0px;
}

.mainPageTopperTitle {
    max-width:860px;;
    text-align: left;
    padding-left: 50px;
    color:white; 
	font-size: 45px; 
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-stretch: ultra-condensed;
    font-style: normal;
    font-weight:bolder; 
}

.column-left{ 
    float: left; 
    width: 30%;
    position: relative;
    text-align: left;
    padding-bottom: 25px;
}
.column-right{ 
    float: right; 
    width: 30%;
    text-align: left;
}
.column-center{
    display: inline-block;
    width: 30%;
    text-align: left;
}
.columnTitle{
    color:#333; 
	font-size: 20px; 
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-stretch: ultra-condensed;
    font-style: normal;
    font-weight:bolder; 
}

#columnText{
    padding-top: 25px;
}

.columnText{
    display: inline-block;
    color:#333; 
	font-size: 14px; 
    line-height: 22px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-stretch: normal;
    font-style: normal;
    font-weight:normal; 
}

.moreInfo {
    float: center;
    min-width: 50px;
    max-width: 150px; 
    text-align: center;
    color: white; 
	font-size: 15px; 
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-stretch: ultra-condensed;
    font-style: normal;
    font-weight: bolder;
    margin-top: 20px;
    margin-bottom: 50px;
    padding: 10px;
    background-color: #999999;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px; 
    border-bottom-right-radius: 10px; 
}

/*    ----------------------------------    */
/*    Setting Division Bg Images----------------------------------    */



/*    ----------------------------------    */
/*    FOOTER STYLING--------------------    */

.footer {
	width:100%;
    min-width: 319px;
	min-height: 200px; 
	background-color: #333333; 
	color: #000000; 
	clear:both
}

.clearfooter{
	min-height:200px; 
	width: 100%; 
	clear:both
}

.footer expand {
    height: auto;
}


.mbegaselogo {
	float:center; 
	height:25px;
	background: url(images/MbegaseLogoMain.png) no-repeat;
	background-size:contain; position:relative;
}

.copyright {
	color: #999999; 
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; 
}

.footersubs {
	font-size: 15px; 
	color:#CCCCCC;
}

.subscribe {
	font-size: 12px; 
	color: #FF0000; 
}

.MbegasefooterLogo {
    width:150px;
    height: auto;
    padding-top: 10px;
}

/* ------------------------------------ */
/* ------------------------------------ */


#content {
	width:100%;
    min-width: 319px;
	position:relative;
    margin:0;
}

#MbegaseStripe{
    float: left;
    width: 100%;
    height: 5px;
    margin: 0px;
    padding: 0px;
    border: 0px;
    background-color: #0F5F9C;
}

/* ------------------------------------ */
    
.header {
	margin: 25px 200px 10px 426px; 
	width:234px; height: 50px; 
	background-image: url(images/didibheader.jpg); 
	background-repeat:no-repeat
}

.mbegaselogoHeader {
    Float:left;
    width: 150px;
	max-height: auto;
    margin-top: 2px;
    padding-left: 25px;
}

#categoryContainer {
    width: 100%;
    min-width: 319px;
    min-height: 50px;
	height: auto; 
	text-align:center;
	padding-top: 0px;
	margin: 0px;
     
    outline: none;
    border: 0px;
}

#category {
    width: 100%;
    min-width: 319px;
	height: auto; 
	text-align:center;
	padding-top: 50px;
	margin: auto ;
    background-color: #0F5F9C;
    background: aliceblue; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(right, white, #0F5F9C , white); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(left, white, #0F5F9C, white); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(left, white, #0F5F9C, white); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to left, white, #0F5F9C , white); /* Standard syntax */
    border-bottom-color: white;
    border-bottom-style:inset;
    border-bottom-width: medium;
}

#category2 {
    width: 100%; 
    min-width: 319px;
	height: auto; 
	text-align:center;
	padding-top: 50px;
	margin: auto ;
    background-color: aliceblue;
    background: aliceblue; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #0F5F9C , white, #0F5F9C); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #0F5F9C, white, #0F5F9C); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #0F5F9C, white, #0F5F9C); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #0F5F9C , white, #0F5F9C); /* Standard syntax */
    border-bottom-color: white;
    border-bottom-style:inset;
    border-bottom-width: medium; 
}

.categoryMain {
    color: #333333; 
	font-size: 30px; 
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-stretch: ultra-condensed;
    font-style: normal;
    font-weight: bolder;
    
}

.categorySecondary {
    max-width: 180px;
    text-align: center;
    color: white; 
	font-size: 15px; 
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-stretch: ultra-condensed;
    font-style: normal;
    font-weight: bolder;
    margin-top: 20px;
    margin-bottom: 25px;
    padding: 8px;
    background-color: crimson;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.reserveNow {
    border-bottom-left-radius: 10px; 
    border-bottom-right-radius: 10px; 
    padding:15px; 
    font-size:20px;
}

.reserveNow2 {
    max-width: 180px;
    text-align: center;
    color: white; 
	font-size: 15px; 
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-stretch: ultra-condensed;
    font-style: normal;
    font-weight: bolder;
    margin-top: 3px;
    margin-bottom: 25px;
    background-color: crimson;
    border-radius: 10px;
    padding:15px; 
    font-size:17px;
}

.footerSignUp {
    color: #999999; 
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
    float:left; 
    min-width:219px; 
    width: 30%;
    text-align:center;
    padding-left:25px; 
    padding-top:30px; 
    background-color: #333333;
}

.footerCopyright{
    color: #999999; 
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
    float:left; 
    width:60%; 
    min-width:219px; 
    text-align:left; 
    padding-left:20px; 
    padding-top:47px;
    padding-bottom:30px;
    padding-right:1px;
}

.footerAd{
    float:left;
    padding-left:25px; 
    padding-top:25px;
    padding-bottom: 25px;
    text-align:left; 
    max-width:300px; 
    background-color:#333333;
}

/* ------------------------------------- */
/* ---- BODYCOPY STYLES ---------------- */

#bodyContainer {
    width: 100%;
    min-width: 319px;
    min-height: 50px;
	max-height: auto; 
	text-align:center;
	padding-top: 0px;
	margin: 0px;
     
    outline: none;
    border: 0px;
}

.bodyDiv {
    max-width: 860px;
    min-width: 319px;
    height: auto;
    min-height: 250px;
    text-align: center;
    background-color: #fff;
	text-align:center;
    margin-top: 30px;
	margin: 0px ;
    border: none;
}

#bodyMain {
    float: left;
    display: inline-block;
    height: auto;
    min-height: 250px;
    width: 70%;
    min-width: 319px;
	text-align:left;
    text-indent: 0px;
	padding: 10px 7px 0px 7px;
	margin-bottom: 0px ;
    background: #fff;
    border: none;
}

#bodyMain1 {
    float: left;
    display: inline-block;
    height: auto;
    min-height: 150px;
    width: 100%;
    min-width: 319px;
	text-align:left;
    text-indent: 0px;
	padding: 10px 7px 0px 7px;
	margin-bottom: 20px ;
    background: #fff;
    border: none;
}

#bodySideBar {
    float: left;
    display: inline-block;
    height: auto;
    min-height: 250px;
    width: 25%;
	text-align:left;
    text-indent: 25px;
	padding: 10px 5px 20px 7px;
	margin-bottom: 20px ;
	margin-left: 5px ;
    background:aliceblue;
    border: none;
}

bodyText{
    color:#777; 
	font-size: 15px; 
    line-height: 25px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-stretch: normal;
    font-style: normal;
    font-weight:normal;  
    padding-right: 35px;
}


.subtitleError {
    max-width: 860px;
    text-align: center;
    color: crimson; 
	font-size: 15px; 
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-stretch: ultra-condensed;
    font-style: normal;
    font-weight: bolder;
    margin-top: 20px;
    padding: 8px;
    
}

.errorText {
    max-width: 180px;
    text-align: center;
    color: #808080; 
	font-size: 15px; 
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-stretch: ultra-condensed;
    font-style: normal;
    font-weight: bolder;
    margin-top: 20px;
    padding: 8px;
    
}

#margin10 {
    margin-top: 10px;
    width:auto;
    height:10px;
}

#pageImage {
    float: left;
    display: inline-block;
    height: auto;
    min-height: 50px;
    width: 100%;
    min-width: 319px;
	margin-bottom: 0px ;
    border: none;
}

.pageImage {
    Float:left;
    width: 100%;
	max-height: auto;
    margin-top: 2px;
    padding-left: 0px;
}

.linkStyle {
    color:#0F5F9C;
    font-weight: bold;
}

.linkStyleFooter {
    color:#999999;
}

.footerLinkContainer{
    color: #999999; 
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
    float:left; 
    width:100%; 
    min-width:219px; 
    text-align:center; 
    padding-left:0px; 
    padding-top:25px;
    padding-bottom:0px;
    padding-right:0px
}

.footerLinkSection {
    color: #999999; 
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
    float:left; 
    width:20%; 
    min-width:100px; 
    text-align:left; 
    padding:25px 0px 0px 30px; 
}

.footerLinkHeader {
    color: #999999; 
	font-size: 16px; font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align:left; 
    padding:0px ; 
    
}

.footerLinks {
    color: #999999; 
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: none;
    text-align:left;
    padding:10px 0px 0px 0px; 
    
}

.newsDate {
    text-align: left;
    color: #999; 
	font-size: 14px; 
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-stretch: condensed;
    font-style: normal;
    font-weight: normal;
    padding: 5px
}

.newsTitle {
    font-size:50px;line-height:55px
}













