﻿@import url(https://fonts.googleapis.com/css?family=Open+Sans);
body {
   font-family: 'Open Sans', sans-serif;
   margin:0;
   border:0;
   padding:0;
   min-width:835px;
}

p {
   /*margin: 0px;
   padding: 0px;*/
}
#wrapper {
    height: 100%;
}
#top {
    background:#ffffff;
    min-height:100px;
    /*min-width:500px;*/
}
header {
    padding:20px 0 30px 0;
}
footer {
    padding:20px 0 10px 0;
}
#middle {
	background: #f27120;
	min-height: 200px;
	margin-bottom: 0;
}
#geesin {
	height: 450px;
	color: #ffffff;
	background: #000;
	width: 100%;
	display: inline-block;
}
#geesinimg {
	position:relative;
	width:835px;
	margin:0 auto;
}
.geesintitle {
	text-align: center;
	font-size: 26px;
}
.geesintext {
	position:absolute;
	left:400px;
	width:295px;
	color:#fff;
	text-align:center;
}
.geesinbold {
	font-weight:900;
}
#geesintext1 {
	top:-5px;
	font-size:26px;
}
#geesintext2 {
	top:50px;
	font-size:18px;
}
#geesintext3 {
	top:170px;
	font-size:18px;
}
#maincontent {
	/*width:70%;*/
	padding: 20px 0 20px 0;
	color: #ffffff;
	/*border:1px solid #00ff00;*/
}
#bottom {
    background:#ffffff;
    /*min-height:100px;*/
    padding-bottom:15px;
}
#address {
    color:#aaaaaa;
    /*background:#770000;*/
    min-width:150px;
    min-height:70px;
    float:left;
}
#contact {
    /*background:#000077;*/
    margin-left:30px;
    min-width:225px;
    min-height:35px;
    float:right;
}
#contact1 {
    color:#f27120;
    /*background:#0077ff;*/
    min-width:40px;
    min-height:35px;
    float:left;
}
#contact2 {
    color:#aaaaaa;
    /*background:#007700;*/
    min-width:150px;
    min-height:35px;
    float:right;
    margin-left:12px;
}
.hcentre {
    margin-left:10%;
    margin-right:10%;
    /*border:1px solid #808080;*/
}
a[href^="tel"]{
    color:inherit;
    text-decoration:none;
}
a[href^="mailto"]{
    color:inherit;
    text-decoration:none;
}
@media screen and (min-width: 2000px) {
    .hcentre {
        margin-left:300px;
        margin-right:300px;
    }
}
@media screen and (max-width: 650px) {
   #contact {
       /*background:#007700;*/
       float: left;
       margin-top:10px;
       margin-left:0;
   }
}
@-ms-viewport{
  width: device-width;
}