/* Landar Co CSS Document */

<style type="text/css">

 
html {
    margin:0px;
    padding:0px;
	height:100%;
	min-height:100%;
}

body {
	text-align:left;
	background-image: url(../images/bg-472x472.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px; 
	height:auto;
	min-height:100%;
	color: #0b222a;	
	font-family: 'EB Garamond', serif;
	font-size:1.8em !important;
}
    

#Master {
	position:relative;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:20px;
	top:0px;	 
	height:auto;
	background-color: #FFFFFF;
	z-index:1;
}
 

#Topbar {
	position:relative;
	top:0px;
	/*width:100%;*/
	height:50px;
	z-index:1;
	background-color: #0b222a;
}

#TopInfo {
	/*position:relative;
	top:0px;
	margin-left:auto;
	margin-right:auto;
	max-width: 921px;
	height:50px;
	z-index:2;*/
	background-color: #0b222a;
	/*background-image:url(../images/top-header-921x50.jpg);
	background-repeat:no-repeat;
	background-size: 100%;*/
}

 
#Logo {	 
	top:-50px;
	width:165px;
	height:168px;
	background-color: #0b222a;
	background-image:url(../images/logo-165x168.jpg);
	background-repeat:no-repeat;
	z-index:99;
}

#MainConent {
	position:relative;
	left:0px;
	height:auto;
	min-height:600px !important;
	z-index:3;
	background-image: url(../images/ship-faded-bg-690h.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
	background-size: 100%;
	background-color:#FFF;
	border-bottom: #0b222a;
	border-bottom-width: thick;
	border-bottom-style: solid;
}

#TextContent {
	position:relative;	
	height:auto;
	min-height:480px;
	z-index:100;
}

 
 
#Footer {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	bottom:0px;
	z-index:101;
}

.headerAddress {
	color:#FFF;
}


.subImages {
  border-style: solid;
  border-color: #0b222a;
  border-width: thick;
}
#Sideimages {
  float: right;
  border-style: solid;
  border-color: #0b222a;
  border-width: thick;
}

.floatImageRight {	
  float: right;
  z-index: 3;
  border-style: solid;
  border-color: #0b222a;
  border-width: thick;
  margin-right: 15px !important;
  margin-left: 15px !important;
  /*width: 410px;*/
}

.margin-right-img {
	margin-right:15px !important;	
	float: right;
}

 
/* ////////////////////////////// Bootstrap Overrides ///////////////////////// */
.navbar-inverse {
	background-color:#0b222a;
	margin-top: 5px;
}
.navbar-inverse .navbar-nav>li>a {
  color: #9d9d9d;
  font-size: 1.2em;
}
.navbar-right {   
  margin-right: 10px !important;
}
.dropdown-menu {
	background-color: #0b222a;
	font-size:0.8em;
}

.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #FFF;
  white-space: nowrap;
}

.btn-primary {
	background-color:#0b222a !important;
}
 
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
  color: #fff;
  background-color:#0b222a !important;
}
 
/* Extra Small Devices, .visible-xs-* */
@media (max-width: 767px) {
	#logo-small {
		margin-top: 9px;
	}
	.navbar-nav>li>a {
   		font-size: .8em !important;
	}
	.headerAddress {
		color:#FFF;
		font-size:.75em;
	}
	
	.floatImageRight {	
	  position:relative;
	  z-index: 3;
	  border-style: solid;
	  border-color: #0b222a;
	  border-width: thick;	  
	  /*width:99%;*/
	}
}

/* Small Devices, .visible-sm-* */
@media (min-width: 768px) and (max-width: 991px) {
	#logo-small {
		margin-top: -2px;
	}
	
	.navbar-nav>li>a {
   		font-size: .8em !important;
	}
	.headerAddress {
		color:#FFF;
		font-size:.75em;		
	}		 
}

/* Medium Devices, .visible-md-* */
@media (min-width: 992px) and (max-width: 1199px) {
	#logo-small {
		margin-top: -6px;
	}
	
	.navbar-nav>li>a {
   		font-size: 1.1em !important;
	}
}

/* Large Devices, .visible-lg-* */
@media (min-width: 1200px) {
	#logo-small {
		margin-top: -12px;
	}
	
	.navbar-nav>li>a {
   		font-size: 1.2em !important;
	}
} 
 

/*Classes */

.marg-width {
	margin-left:10px;
	margin-right:10px;
}

 

</style>
