h1 {
	padding-left: 5px;
	font-size: 40px;

}
body{
	//*background-image: url("images/hole2.jpg");*//
	background-position: center;
	background-repeat: no-repeat fixed;
	background-size: cover;
	background-color: #8c8c8c;
	
}

.logo{
	width: 600px;
	height: 40px;
	padding-top:5;
	padding-left: 15;
	padding-bottom:70;
	font-family:Aharoni, bold;
	font-size:30px;
	
	color:#0d4fbe;

}
.contactPic{
	padding-left:40px;
	float:right;
	width:500px;
	height:270px;
	margin-left:2px;
}
.mapframe{
	float:left;
	padding-top:7px;
	padding-left: 12px;
}

.maptext{
    font-size: 12px;
    
}
.mailframe{
	float:right;
	padding-right:15px;

}

.service{
	list-style:square;
	font-size: 13pt;
	color:black;
	position:absolute;

	//*background-image:url("images/toolbox.png");*//
}
.service img {
	float:right;
	padding-top:512px;
	padding-left:100px;
	display:inline;
	position:absolute;
	opacity: 0.6;
	
}

.contact-form{
	width: 400px;
	heith:500px;
}

/* ---Gallery--*/
div.img{
	margin: 5px;
    padding: 5px;
	border: 3px solid black;
	margin-left: 15px;
    height: auto;
    width: auto;
    float: left;
    text-align: center;
	display:inline;
}

.img2{
	width:900px;
	height:400px;

	border:3px, solid black;
	float:right;
	background-image:url("images/fleet2.png");
	background-position:center;
	margin-top:123px;

	background-repeat:no-repeat;

}

//*smaller img2{
	width:650px;
	height:300px;

	border:3px, solid black;
	float:right;
	background-image:url("images/fleet.png");
	background-position:center;
	margin-top:172px;

	background-repeat:no-repeat;
	
*//

p {
	line-height: 1.4;
	color: black;
}
h1, h2, h3, h4, h5, h6 {
	font-family: tohoma, sans-serif;
	color: #101e3c;
	margin .25ex 12pt;
}
h1 {
	font-size: 30px;
	color:#0d4fbe;
	padding-top:40;
}
h2 {

    color: #003b6f;
	font-size:30;
}
a {
    text-decoration: none;
    color: #f80;
}
a:hover {
   text-decoration: underline;
}
.clear {
    margin: 0;
    padding: 0;
    clear: both;
}

/* ---Gallery Box----*/




/*article */

article h1 {
    font-size: 110%;
    margin-top: 12pt;
    margin-bottom: 0;
    padding-top: 3pt;
    border-top: 4px solid #a60;
}
article p {
    font-family: tahoma, sans-serif;
}


/* aside */

aside.about {
    float: right;
    width: 248px;
    background-color: #e5e5e5;
	opacity: 0.7;
    margin: 10pt 10pt 3pt 6pt;
    padding: 6pt 0;
}

aside h1 { font-size: 110%; }
aside h2 { font-size: 95%; }
aside p {
    margin: 0 12pt;
    font-family: tahoma, sans-serif;
    font-style: italic;
    font-size: 85%;
    line-height: 120%;
}

aside section h1 {
    padding-top: 3pt;
    border-top: 4px solid #fd0;
}

aside header p {
    font-size: 85%;
}

aside section {
    padding: 5px 0;
}

footer {
    background: #333;
	height:135px;
	width: 100%;
    margin-top: auto;

}

/* footer */

footer p {
    color: #ccc;
    font-size: 13px;
    font-family: tahoma, sans-serif;
    text-align: center;
	

}

bmenu {
	float: right;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style-type:none;

}
bmenu a {
	float: right;
	width: 8em;
	font-family: tahoma;
	padding: 0.2em;
    border-right: 1px solid white;
	font-size:14;
	color:yellow;
	font-weight: bolder;
	text-align: center;
}

social {
	width: auto;
	height:auto;
	float:	right;
	padding-right: 17px;
	padding-top:10px;
	display:inline;
}



	





/*slideshow images */
.css-slideshow{
	position: relative;
	max-width: 900px;
	height: 200px;
	margin: 0 auto;
	}

.css-slideshow figure{
   margin: 0;
   position: absolute;
}
}
.css-slideshow figure{
   opacity:0;
}

/*animation cycle */

figure:nth-child(2) {
   animation: xfade 20s 5s infinite;
}
figure:nth-child(3) {
   animation: xfade 20s 10s infinite;
}
figure:nth-child(4) {
   animation: xfade 20s 15s infinite;
}

@keyframes xfade{
   0%{
      opacity: 1;
   }
   10.5% {
      opacity:1;
   }
   12.5%{
      opacity: 0;
   }
   98% {
      opacity:0;
   }
   100% {
      opacity:1;
   }
}


/*nav */

nav#top-menu {
	width: 100%;
	height: 43px;
	background-color: #6b6b6b;
	margin: 0;
	padding: 0;
	top-image:

}

#top-menu ul {
	display: block;
	list-style-type: none;
	width: 600px;
	margin: 0 auto;
	padding: 0;
}
#top-menu ul li {
	margin: 0;
	padding: 0;
}
#top-menu ul li a {
	display:inline-block;
	float: left;
	max-height: 25px;
	width: 100px;
	margin: 0;
	padding: 10px 0;
	font-family: tahoma, sans-serif;
	font-weight: bolder;
	font-size: 15px;
	text-align: center;
	background-color: #black;
	text-decoration: none;
	color: white;
	overflow:hidden;
}
#top-menu ul li a:hover { background-color:  #003b6f;
	padding-bottom:25px;
}

/*TopMenu 
ul {
	list-style-type: none;
	margin: 0 auto;
	position: center;
	overflow: hidden;
	width: 750px;

}

li  {
	float: 0;
	margin: 0;
	
} 

a:link, a:visited {
	display: block;
	width: 130px;
	font-weight: bold;
	color: white;
	background-color: black;
	text-align: center;
	padding: 4px;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0;
	float: left;
	text-align: center;
}

a:hover, a:active {
	background-color: #0e63c2;
} 
*/

/* maindiv */
#maindiv{
	width: 900px;
	height: 1400px;
    margin: 0 auto;
	background-color: #f3f3f3;
	background-position: fixed;
	
}


/*
div.mainlayout
{
	background-color: red;
	width: 900px;
	height: 900px;
	
}

div.background
{
  
  width: 900px;
  height: 853px;
  background: url(hole2.jpg) repeat;
  border: 2px solid black;
  margin: 0 auto;
  background-color: black;
  border-radius: 10px;
  box-shadow: 5px 5px 5px gray;

}
div.transbox
{
  width: 500px;
  height: 500px;
  margin: 0 auto;
  background-color: #ffffff;
  border: 1px solid black;
  opacity:0.5;
  filter:alpha(opacity=50); /* For IE8 and earlier */
  padding-top: 5px;
  margin-top: 5px;
}
/*
div.transbox p
{
  margin: 30px 40px;
  font-weight: bold;
  color: #000000;
}
