@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 100%;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	background: url("../photos/metal_texture_1_by_wojtar_stock.jpg") repeat;
}

.main {
	position: relative;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	top: 5px;
}

.navbar {
	border:thick;
	border-color:black;
	background-color: #333333;
}

#menu {
	word-spacing: 10px;
}

#menu a {
	color:#fff;
}

a:link {
    text-decoration: none;
	color: #000;
}

a:visited {
    text-decoration: none;
	color: #000;
}

a:hover {
    text-decoration: underline;
	color: #AA0114;
}

a:active {
    text-decoration: underline;
}

.container {
	width: 80%;	
	margin: 0px auto;
	list-style-position: inside;
}

.bar {
	width: 30%;
	display: inline-block;
	overflow: auto;
}

.middle {
	width: 25%;
    display: inline-block;                                   
}

ul {
   list-style-position: inside;
}

.header {
	width: 95%;
}

.main, .container, .header {
	background-color: #CBCBCB;
}

.bottxt1 {
	width: 30%;
    display: inline-block;                                 
}

.bottxt2 {
	width: 30%;
    display: inline-block;                                  
}

.bottxt1i {
	width: 40%;
    display: inline-block;                                 
}

.bottxt2i {
	width: 40%;
    display: inline-block;                                  
}

.footer {
	width: 100%;
	background-color: #333333;	
	color: #fff;
	height: 30px;
	text-align: left;
}

.footer a {
	color: #fff;
}


.head {
	width: 100%;
	background-color: #333333;	
	height: 55px;
}

#address {
	width: 37%;
	text-align: center;
    display: inline-block;
	margin: 0;                                    
    transform: translate(0, -1%);
		
}

.topform {
	width: 35%;
	text-align: center;
    display: inline-block;
	margin: 0;
}

.topform1 {
	width: 70%;
	text-align: center;
    display: inline-block;
	margin: 0;
}

.mytext {
	width: 72%;
	height: 30px;	
}

#details {
	width: 70%;
}

#detailssize {
	height: 100px;
}

#aboutus {
	width: 80%;	
}

#map_canvas {
	width: 100%;
	height: 400px;
}

#middletext {
	width: 80%;
	color: #FFF;
}

#midtext {
	background-color: #333333;	
}

.questions {
	color: #AA0114;	
}

.tooltip {
	text-decoration:none;
    position:relative;
	color: #333333;
}

.tooltip span {
	display:none;
}

.tooltip:hover span {
    display:block;
    position:fixed;
    overflow:hidden;
}

.tooltip span {
	float:left;
}

.workorderleft {
	width: 50%;
	float: left;
}

.workorderright {
	width: 50%;
	float: right;
}

.woleft {
	width: 49%;
	float: left;
}

.woright {
	width: 49%;
	float: right;
}

.gigalo {
	width: 40%;
	float: left;
}

.gigalop {
	width: 56%;
	float: right;
}

.checkbox {
	border-style: solid;
    border-width: 2px;
}

.fli {
	width: 30%;
	float: left;
}

.flii {
	width: 30%;
}

.scroll {
	overflow: auto;
	overflow-y: hidden;	
}