
html{
min-height: 101%;
}

*{
padding: 0;
margin: 0;
border: 0;
font-size: 100%;
background: transparent;
vertical-align: baseline;
}

.g-recaptcha {
margin:20px 0 0;
transform:scale(0.65);
-webkit-transform: scale(0.65);
transform-origin:0 0;
-webkit-transform-origin:0 0;
}


body{
text-align: center;
background: transparent;
color: #363636;
font-family: Arial,Verdana,Tahoma,sans-serif;
}

a{
text-decoration: none;
color: #363636;
}

a:hover,a:focus,a:active{
color: #08890b;
text-decoration: underline;
}

h1{
margin-top: 10px;
margin-bottom: 10px;
font-size: 24px;
color: #00007F;
}

h2{
margin-top: 10px;
margin-bottom: 10px;
font-size: 20px;
color: #00007F;
}


h3{
margin-top: 5px;
margin-bottom: 5px;
font-size: 18px;
color: #00007F;
}

p{
margin: 5px 0px 15px 0px;
}

small{
font-size: 0.8em;
}

ul{
padding-left: 30px;
}


div.page{
width: 100%;
text-align: left;
  background: url("../images/page-shadow-bg.png") repeat-y scroll top center #ffffff;
overflow: hidden;
}

div.page-inner {
  background: url("../images/page-inner-bg.png") no-repeat scroll center top transparent;
  clear: both;
  overflow: hidden;
  width: 960px;
}

div.page-wrap {

  border: 2px solid #00A0E4;
  box-shadow: 0 0 10px 0 black;
  margin-bottom: 30px;
  margin-top: 30px;
  width: 960px;
}


div.header {

  height: 195px;
  text-align: left;
  width: 960px;
}

.slideshow-wrap {
  background: none repeat scroll 0 0 #BADAFF;
  height: 320px;
  position: relative;
  width: 100%;
}

a.logo{
display: block;
float: left;
margin-left: 20px;
}

div.contact {
  color: #00A0E4;
  float: right;
  font-size: 20px;
  margin: 39px 27px 0 0px;
  text-align: right;
}

div.contact a{
color: #00A0E4;
}

div.contact a:hover,div.contact a:focus,div.contact a:active{
color: #000000;
}

div.contact span{
font-weight: bold;
color: #00007F;
}

#tel{
  color: #00A0E4;
  font-size: 35px;
}

#email{

}


ul.navigation {
  background: none repeat scroll 0 0 #00A0E4;
  border-bottom: 1px solid #BADAFF;
  border-radius: 10px 10px 0 0;
  font-size: 22px;
  height: 37px;
  list-style-type: none;
  margin-top: 10px;
  padding-left: 10px;
  position: relative;
  width: 950px;
  z-index: 9990;
}

ul.navigation li{
position:relative;
float:left;
z-index: 9991;
}

ul.navigation li a {
  color: #FFFFFF;
  display: block;
  height: 17px;
  padding: 9px 15px;
  position: relative;
  z-index: 9992;
}

ul.navigation a:hover,ul.navigation a:focus,ul.navigation a:active{
color:#00007F;
}

ul.navigation a.current{
color:#00007F;
}

ul.navigation ul {
  left: 0;
  list-style-type: none;
  padding-left: 0;
  position: absolute;
  text-align: left;
  top: 37px;
  visibility: hidden;
  z-index: 9993;
  border-bottom: 1px solid #fff;
}

ul.navigation ul li{
float:left;
z-index: 9994;
position: relative;
}

ul.navigation ul li a {
  background: #00A0E4;
  color: #FFFFFF;
  float: left;
  padding: 15px 10px 15px;
  position: relative;
  min-width: 200px;
  height: auto;
  z-index: 9995;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

ul.navigation ul a:hover,{
color:#333333;
}

ul.navigation li:hover ul{
visibility:visible;
}

ul.navigation :hover ul ul{
visibility:hidden;
}

ul.navigation :hover ul :hover ul{
visibility:visible;
}


div.slideshow{
width: 730px;
height: 300px;
overflow: hidden;
position: relative;
background: transparent;
z-index: 10;
float: right;
}

div.slideshow div{
z-index: 11;
position: relative;
}

div.slideshow img{
width: 730px;
height: 300px;
z-index: 12;
}

.slide-title {
background: url("../images/title-bg.png") repeat scroll 0 0 transparent;
color: #FFFFFF;
font-size: 20px;
height: 61px;
padding-left: 10px;
padding-top: 10px;
position: absolute;
text-align: justify;
text-shadow: 0 0 4px black;
top: 255px;
width: 960px;
z-index: 10000;
}


div.slideshow-inner {
  border-radius: 0px 0px 10px 10px;
  overflow: hidden;
  width: 960px;
  position:relative;
  top:-19px;
}

div.content{
float: right;
text-align: justify;
font-size: 16px;
line-height: 150%; /*   */
color: #333333;
}

div.content ul{
padding-left: 35px;
margin-bottom: 12px;
}


div.footer{
clear: both;
width: 960px;
color: #4D4D4D;
font-size: 10px;
height: 60px;
padding-top:5px;
}

div.footer-wrap{
width: 100%;
height: 60px;
background:#BADAFF;
}

div.footer a{
color: #4D4D4D;
font-size: 10px;
}

div.footer a:hover,div.footer a:focus,div.footer a:active{
color: #666;
}

div.copyright{
float: left;
text-align: left;
padding: 7px;
}

div.validation{
float: right;
text-align: right;
padding: 7px;
}




form.contact-form label{
clear: both;
text-align: left;
font-weight: bold;
display: block;
margin-top: 7px;
}

form.contact-form input[type="text"], form.contact-form textarea, form.contact-form select {
  border: 1px solid #CCCCCC;
  border-radius: 6px 6px 6px 6px;
  box-shadow: 0 0 10px -5px #000000 inset;
  color: #222222;
  display: block;
  margin-top: 2px;
  padding: 4px;
  width: 933px;
}

form.contact-form select option{
background: #000000;
}


form.contact-form input:hover,form.contact-form textarea:hover,form.contact-form select:hover,
form.contact-form input:focus,form.contact-form textarea:focus,form.contact-form select:focus{
border-color: #999;
}

.white{
color: #ffffff;
}

form.contact-form textarea{
overflow: auto;
height: 100px;
color: #222222;
}

form.contact-form input.contact-submit{
clear: both;
margin-right: 2px;
padding: 10px 12px;
background: #00007F;
color: #fff;
}





.clear{ clear: both; height: 0px; }
.left{ float: left; display: inline-block; }
.right{ float: right; display: inline-block; }
.center{ margin: 0 auto; }
.hidden{ display: none; }
.validated-form label.error{ color: red; }
.bold{ font-weight: bold; }
.italic( font-style: italic; )

div.warningbox,div.infobox,div.confirmbox{
min-height: 40px;
padding: 4px 8px 4px 50px;
margin-bottom: 5px;
font-size: 0.9em;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}

div.warningbox{
background: #f1d7d7 url(http://cdn.easy-web-sites.co.uk/images/icons/warning.png) no-repeat 6px center;
border: 3px double #d4322a;
color: #d4322a;
}

div.infobox{
background: #cbd5eb url(http://cdn.easy-web-sites.co.uk/images/icons/info.png) no-repeat 6px center;
border: 3px double #3960af;
color: #3960af;
}

div.confirmbox{
background: #c3e5bf url(http://cdn.easy-web-sites.co.uk/images/icons/confirm.png) no-repeat 6px center;
border: 3px double #38972e;
color: #38972e;
}

#side-tab-container{
position: absolute;
top: 40px;
left: 0px;
width: 25px;
}

.side-tab{
display: block;
margin-bottom: 10px;
}

a.side-tab:hover{
color: #888888;
}

.side-tab-fb{background: url('http://cdn.easy-web-sites.co.uk/images/facebookTab.jpg') no-repeat scroll right center transparent !important;display: block;float: right;height: 270px;padding: 0 24px 0 5px;width: 245px;z-index: 9999999;position:fixed;left:-250px;}
.side-tab-fb div{border:none;position:relative;display:block;}
.side-tab-fb span{bottom: 12px;font: 8px "lucida grande",tahoma,verdana,arial,sans-serif;position: absolute;left: 7px;text-align: left;z-index: 999;}
.side-tab-fb span a{color: gray;text-decoration:none;}
.side-tab-fb span a:hover{text-decoration:underline;}


.button_small{
    border:1px solid #ffffff;
    display:inline-block;
    color:#fcfcfc;
    font-family:arial;
    font-size:14px;
    padding:5px 9px;
    text-decoration:none;
    -webkit-appearance:none;
    -webkit-border-radius:0px;
}.button_small:hover {
}.button_small:active {
    position:relative;
    top:1px;
}

.button_medium{
    -moz-border-:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    border:1px solid #ffffff;
    display:inline-block;
    color:#fcfcfc;
    font-family:arial;
    font-size:19px;
    font-weight:bold;
    padding:7px 15px;
    text-decoration:none;
    text-shadow:1px 1px 3px #2e292e;
}.button_medium:hover {
}.button_medium:active {
    position:relative;
    top:1px;
}

.button_big{
    -moz-box-shadow:inset 0px 1px 10px -2px #615b61;
    -webkit-box-shadow:inset 0px 1px 10px -2px #615b61;
    box-shadow:inset 0px 1px 10px -2px #615b61;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    border:1px solid #ffffff;
    display:inline-block;
    color:#fcfcfc;
    font-family:arial;
    font-size:24px;
    font-weight:bold;
    padding:11px 33px;
    text-decoration:none;
    text-shadow:1px 1px 3px #2e292e;
}.button_big:hover {
}.button_big:active {
    position:relative;
    top:1px;
}

.b_green{
 background-color:#26ab45;
}.b_green:hover{
 background-color:#0bd612;
}

.b_blue{
 background-color:#1178b0;
}.b_blue:hover{
 background-color:#389BD1;
 border:1px solid #fff;
}

.b_black{
 background-color:#313031;
}.b_black:hover{
 background-color:#535151;
}

.b_yellow{
background-color:#ffe400;
}.b_yellow:hover{

}

.b_red{
 background-color:#b01111;
}.b_red:hover{
background-color:#f04646;
}

.b_purple{
background-color: #d20762;
}.b_purple{
background-color: #f1056e;
}

.b_orange{
background-color: #f16905;
}.b_orange:hover{
background-color: #fb8229;
}



ul.tick{
    font-weight: bold;
    list-style-image: url("../images/tick.png");
}

ul.tick li{
padding-left: 10px;
}

ul.tick2{
    list-style-image: url("../images/tick2.png");
    text-align: left;
}

ul.tick2 li{
padding-left: 10px;
}

.slideshow-wrap {
  background: none repeat scroll 0 0 #badaff;
  height: 320px;
  position: relative;
  width: 100%;
}

#bg { position: fixed; top: 0; left: 0; z-index:-1; }
.bgwidth { width: 100%; }
.bgheight { height: 100%; }

.testimonial{
font-style: oblique;

}

.testi_by{
font-weight: bold;
}


hr {
  border: 1px dashed #00A0E4;
  height: 1px;
}

.sosa{
font-size: 40px;
padding-right: 10px;
margin-bottom: 10px;
color:  #00A0E4;
}

.enquiry {
  background: url('../images/enq-bg.png') repeat scroll 0 0 #00A0E4;
  color: #FFFFFF;
  float: left;
  font-size: 15px;
  height: 300px;
  margin-top: 0;
  width: 230px;
}




form.callback-form{
width: 200px;
}

form.callback-form label{
clear: both;
text-align: left;
font-size: 16px;
font-weight: bold;
display: block;
margin-top: 7px;
color: #00007F;
}

.callback-form ul{
   list-style-type: none;
   padding-left: 0px;
}

form.callback-form input[type=text],form.callback-form textarea,form.callback-form select{
  background: none repeat scroll 0 0 #EEEEEE;
  border: 1px solid #CCCCCC;
  display: block;
  margin-top: 2px;
  padding: 3px;
  width: 189px;
}

form.callback-form input:hover,form.callback-form textarea:hover,form.callback-form select:hover,
form.callback-form input:focus,form.callback-form textarea:focus,form.callback-form select:focus{
border-color: #999;
}

form.callback-form textarea{
overflow: auto;
height: 100px;
}

form.callback-form input.callback-submit{
clear: both;
margin-right: 2px;
padding: 10px 12px;
background: #00007F;
color: #fff;
}

.enquiry p{

margin-left: 20px;

}

.sidebar {
  background: none repeat scroll 0 0 #ffffff;
  border-color: #00A0E4 #F3F4F8 #F3F4F8 #00A0E4;
  border-radius: 4px 4px 4px 4px;
  border-style: solid;
  border-width: 5px 1px 1px;
  box-shadow: 1px 1px 14px -7px black;
  padding: 1px 20px 20px;
  margin: 20px 0px 20px 0px;
}

.sidebar h4 a{
 color: #00A0E4;
}

.sidebar ul {
  list-style-type: none;
  font-size: 14px;
}

a.link{

text-decoration: underline;
}