@charset "utf-8";

@import url(https://fonts.googleapis.com/css?family=Lato);
@import url(https://fonts.googleapis.com/css?family=Oswald);
html,body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 21px;
	color: #666;

	background-repeat: no-repeat left top;
	min-height: 100%;
	background-size: cover;
	font-family: 'Lato', sans-serif;
	background-attachment: fixed;
	overflow-x: hidden;
}
a {
	color: #6A75C5;
	text-decoration: none;
}
h1,h2,h3,h4 {
	color: #FF0000;
	font-size: 28px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
}
pre {font-family: 'Lato', sans-serif;
	font-size: 17px;}
	
	
	#topContacts {
    position: absolute;
    width: 100%;
    height: 35px;
    background-color: #272727;
    z-index: 20;
    -webkit-box-shadow: 0 3px 2px 1px #141414;
    box-shadow: 0 3px 2px 1px #141414;
}
.top {
	position: absolute;
	top: 0px;
	left: 0;
	height: 172px;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #090969;
	-webkit-box-shadow: 0 0 6px 0 #111;
	box-shadow: 0 0 6px 0 #111;
	z-index: 11;
	overflow-x: hidden;
	width: 100%;
	background-color: #EAEAEA;
	background-image: url(layout/top.jpg);
	background-repeat: repeat-x;
	/* margin-left: -517px; */
}
#logo {
	position: relative;
	left: 5px;
	top: 60px;
	padding-bottom:45px;
}
#rac {
    position: absolute;
    right: 20px;
    top: -5px;
}
#logo img {border:none; max-height:125px;}
#contacts {
	position: relative;
	/* height: 50px; */
	max-width: 990px;
	/* right: -5px; */
	/* top: 41px; */
	font-size: 23px;
	color: #E7E7E7;
	padding-top: 5px;
	margin: auto;
}
#contacts strong {float: right;}
#contacts a {color: #090969;}
#contacts b {text-align:left;}
#container {
	position: relative; /* needed for footer positioning*/
	margin: 0 auto; /* center, not in IE5 */
	width: 100%;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
}

#header {
	/* padding: 1em; */
	height: 140px;
	max-width: 1000px;
	margin: auto;
	position:relative;
	z-index: 12;
}

#content {
	padding: 0px 0 92px;/* bottom padding for footer */
	width: 100%;
	padding-top: 0px;
	margin: auto;
	margin-top: 140px;
	background-color: #FFFFFF;
	/* background-image: url(layout/bottom.jpg); */
	background-repeat: repeat-x;
	background-position: center bottom;
	/* -webkit-box-shadow: 0 0  6px 0 #333; */
	/* box-shadow: 0 0  6px 0 #333; */
	/* -webkit-box-shadow: 0 0 5px 1px #191212; */
	/* box-shadow: 0 0 5px 1px #191212; */
	border-top: red 10px solid;
	-webkit-box-shadow: inset 0 3px 3px 1px #404040;
	box-shadow:inset 0 3px 3px 1px #404040;
}

#contentb {
	padding: 0 0 5em;/* bottom padding for footer */
	width: 100%;
	padding-top: 0px;
	margin: auto;
	margin-top: 140px;
	background-color: rgba(252, 250, 243, 0.97);
	/* background-image: url(layout/bottom.jpg); */
	background-repeat: repeat-x;
	background-position: center bottom;
	/* -webkit-box-shadow: 0 0  6px 0 #333; */
	/* box-shadow: 0 0  6px 0 #333; */
	/* -webkit-box-shadow: 0 0 5px 1px #191212; */
	/* box-shadow: 0 0 5px 1px #191212; */
	border-top: red 10px solid;
	-webkit-box-shadow: inset 0 3px 3px 1px #404040;
	box-shadow: inset 0 3px 3px 1px #404040;
}
#infoot {max-width: 1000px; margin:auto;position: relative;}
#infoot a {
	color: #FBFBFC;
	text-decoration: none;
}
#footer {
	position: absolute;
	width: 100%;
	bottom: 0;
	color: #FFF;
	background-color: #383A39;
	/* -webkit-box-shadow: 0 0  6px 0 #111; */
	/* box-shadow: 0 0  6px 0 #030505; */
	overflow: hidden;
	/* left: 50%; */
	/* margin-left: -517px; */
 
}
.slideshow{
	position: relative;
	width: 100%;
	float: left;
	/* left: -15px; */
	overflow: hidden;
	margin-bottom: 15px;
	border-bottom: 7px solid rgb(108, 110, 123);
	-webkit-box-shadow: 0 0 6px 0 #111;
	box-shadow: 0 0 6px 0 #111;
}

.slideshow img {
	width: 100%;
	left: 0px;
	top: 0px;
	position: absolute;
}
.slideshow IMG {
	position:absolute;
		left: 0px;

	top: 0px;
	z-index:1;
}

.slideshow IMG.active {

    z-index:2;
}

.slideshow IMG.last-active {
    z-index:3;
}
#menuleft {
	width: 200px;
	padding-right: 5px;
	position: relative;
	float: right;
	margin-top: 10px;
	border-left: 1px solid gray;
}
#menuleft a {
	font-size: 14px;
	line-height: 35px;
	color: #666;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	text-decoration: none;
	padding-left: 12px;
	text-transform: uppercase;
}
#menuleft a:hover {
background: #F23F38;
	color: #FFFFFF;
}

#textarea {
	max-width: 995px;
	padding-left: 10px;
	position: relative;
	/* float: left; */
	margin: auto;
	padding-top: 20px;
}
#MobileMenu {display:none;}
.outerMenu {
    position: relative;
    width: 100%;
    clear: both;
    background: #362F3F;
    z-index: 30;
}
.menu {
	/* float: left; */
	clear: both;
	position: relative;
	max-width: 1015px;
	text-align: left;
	/* margin-bottom: 400px; */
	top: 2px;
	z-index: 17;
	margin: auto;
	/* background-color: #362F3F; */
}
.menu a {
	font-size: 17px;
	line-height: 33px;
	text-decoration: none;
	text-transform: lowercase;
	/* float: left; */
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 4px;
	color: #E7E7E7;
	text-transform: uppercase;
}
.menu a:hover {
	 color: #FEFEFC;
	
	 border-bottom: solid 5px rgb(254, 254, 253);}
#linked {
	 color: #EDFF00;
	 border-bottom: solid 5px rgb(216, 0, 0);
}
#textareahome {
	max-width: 1000px;
	position: relative;
	/* float: left; */
	z-index: 9;
	/* margin-top: 400px; */
	margin: auto;
	padding-top: 20px;
}
#bread {margin-bottom:10px; max-width: 1000px;margin: auto;color: rgb(49, 49, 49);padding: 10px;}
.gboxes {
	float: left;
	height: 195px;
	margin-bottom: 5px;
	margin-left: 9px;
	position: relative;
	width: 21.2%;
	background-color: rgba(196, 196, 196, 0.19);
	border-radius: 3px;
	line-height: 192px;
	text-align: center;
	padding: 10px;
}
.gboxes img {
vertical-align: middle;
	 
}
.mlink {
	font-size: 12px;
	line-height: 32px;
	background-color: #FFF;
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
td
{
vertical-align:top;
}
li {
	/* font-size: 16px; */
	background: url(layout/tick.png) no-repeat left center;
	padding-top: 0;
	padding-bottom: 10px;
	padding-left: 40px;
	list-style: none;
}
#threeHome {
	/* clear: both; */
	float: right;
	/* height: 289px; */
 
	position: relative;
	margin-left: 20px;
}
#threeHome img {
	width: 100%;
}
.thome {
	/* border: 1px solid #CCC; */
	position: relative;
	height: 187px;
	width: 208px;
}
 .left {
	/* float: left; */
	/* margin-right: 14px; */
}
 .right {
	/* float: right; */
}
.fixed {
	position: fixed;
	left: 50%;
	top: -120px;
}
.fixedmenu {
	position: fixed;
	left: 0px;
	top: -1px;
	left:50%;
	margin-left: -500px;
 
}
.addPad {margin-top:40px;}
.hideMe {
	visibility: hidden;	
	}
#strp {
	text-shadow: 2px 2px 2px #212121;
	width: 100%;
	/* position: absolute; */
	left: 50%;
	font-size: 326%;
	/* margin-left: 98px; */
	/* top: 305px; */
	font-weight: bold;
	text-align: center;
	font-style: italic;
	color: #FFF;
	padding-top: 82px;
	font-family: 'Oswald', sans-serif;
}
.float-image-left {
	margin-right: 10px;
	float: left;
	border: 1px solid #999;
}
.float-image-right {
	margin-left: 10px;
	float: right;
	border: 1px solid #999;
}
.homeboxes {float:left; width:47%; padding-left:1%;}
#wearehere {position:absolute; bottom:-70px; left:50%; margin-left:-290px;}
@media all and (max-width: 950px) {
 
		.menuleft {
	width: 100%  !important;
	position: relative  !important;
	  padding:0  !important;
}
.menuleft a {
	 float: left  !important;
	 width: 100%  !important;
	 line-height: 46px  !important;
	 padding:0  !important;
	 text-align:center  !important;
}
 

	
   #MobileMenu {display:block;width: 100%;}
#MobileMenu select {
	visibility: visible!important;
	font-size: 32px !important;
	font-weight: bold!important;
	text-transform: uppercase !important;

	color: #FFF;
	width: 98%;
	background-color: #666;
	width: 100%;
}

	
#rac {
      visibility:hidden !important;
	  position:absolute !important;
	 }
	#contacts b {
      visibility:hidden !important;
	  position:absolute !important;
	 }
.menu {
      visibility:hidden !important;
	  position:absolute !important;
	 }
	 
#contacts a{
    color:white;
    text-decoration:none;
}
#contacts strong {margin:auto !important; float: none !important;}
#logo img { max-width:80% !important;}
#textareahome { padding:10px;}

.homeboxes { min-width:400px;}
#wearehere {visibility:hidden !important; }
}

#mapb {width:100%; height:250px; float:left;border-top: 10px blue solid;}