
html{
min-height: 101%;
}

*{
padding: 0;
margin: 0;
border: 0;
font-size: 100%;
background: transparent;
vertical-align: baseline;
}

.g-recaptcha {
    transform:scale(0.75);
    -webkit-transform: scale(0.75);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
}

body{
text-align: center;
background: url("../images/page-bg.png") repeat-y scroll center 0 #ffffff ;
color: #363636;
font-family: Arial,Verdana,Tahoma,sans-serif;
}

a{
text-decoration: none;
color: #363636;
}

a:hover,a:focus,a:active{
color: #a5a5a5;
}

h1 {
  background: none repeat scroll 0 0 #d01d1d;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 0 10px -5px black;
  color: #FFFFFF;
  font-size: 24px;
  margin-bottom: 10px;
  margin-left: -10px;
  padding: 5px;
  text-align: center;
  width: 950px;
}

h2{
margin-top: 7px;
margin-bottom: 7px;
font-size: 20px;
color: #363636;
}


h3{
margin-top: 5px;
margin-bottom: 5px;
font-size: 18px;
color: #363636;
}

p{
margin: 5px 0px 15px 0px;
}

small{
font-size: 0.8em;
}

ul{
padding-left: 5px;
}


div.page{
width: 100%;
text-align: left;
overflow: hidden;
position: relative;
}

.page-wrap {

}

div.page-inner{
clear: both;
overflow: hidden;
width: 960px;
}

div.page-inner-wrap{
width: 100%;
}


div.header {
height: 165px;
text-align: left;
width: 960px;
}

div.header-side{
width: 100%;
height: 165px;
border-top: 18px solid black;
box-shadow: 0 0 10px -3px black inset;
}

a.logo {
  display: block;
  float: left;
  margin-top: 8px;
}

a.logo-center {
  display: block;
  float: right;
  margin-top: 35px;
}

div.contact {
  color: #363636;
  float: left;
  font-size: 22px;
  line-height: 249%;
  margin: 0px 10px 0 10px;
  text-align: right;
}

div.contact a{
color: #363636;
}

div.contact a:hover,div.contact a:focus,div.contact a:active{
color: #cccccc;
}

div.contact span {
  color: #D01D1D;
  font-weight: bold;
  margin-left: 40px;
}

#tel{

}

#email{

}



.navigation-wrap {
  background: url("../images/nav-bg.jpg") repeat scroll 0 0 transparent;
  display: inline-block;
  width: 100%;
}

ul.navigation {
  background: url("../images/nav-bg.jpg") repeat scroll 0 0 transparent;
  font-size: 20px;
  height: 35px;
  list-style-type: none;
  width: 1035px;
}

ul.navigation li{
position:relative;
float:left;
}

ul.navigation li a {
  background: url("../images/nav-a-bg.jpg") no-repeat scroll left top transparent;
  color: #FFFFFF;
  display: block;
  padding: 7px 44px;
  position: relative;
}

ul.navigation a:hover,ul.navigation a:focus,ul.navigation a:active{
background: url("../images/nav-a-bg-c.jpg") no-repeat scroll left top transparent;
  border-radius: 7px 7px 7px 7px;
  color: #FFFFFF;
  }

ul.navigation a.current {
  background: url("../images/nav-a-bg-c.jpg") no-repeat scroll left top transparent;
  border-radius: 7px 7px 7px 7px;
  color: #FFFFFF;
}

ul.navigation ul{
text-align: left;
visibility:hidden;
position:absolute;
top: 28px;
left: 0px;
}

ul.navigation ul li{
float:left;
}

ul.navigation ul li a{
float:left;
position: relative;
color: #666;
padding: 10px 10px 5px 10px;
width: 180px;
}

ul.navigation ul a:hover,{
color:#0B66B2;
}

ul.navigation li:hover ul{
visibility:visible;
}

ul.navigation :hover ul ul{
visibility:hidden;
}

ul.navigation :hover ul :hover ul{
visibility:visible;
}


div.slideshow {
  height: 300px;
  overflow: hidden;
  width: 960px;
}

div.slideshow img{
width: 960px;
height: 300px;
}

.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: 250px;
width: 960px;
z-index: 10000;
}


div.slideshow-inner {
  background: url("../images/slider-bg2.jpg") repeat scroll center top transparent;
  overflow: hidden;
}

div.content{
float: right;
text-align: justify;
font-size: 14px;
line-height: 150%; /*   */
color: #363636;
}

div.content ul{
padding-left: 35px;
margin-bottom: 12px;
}


div.footer{
clear: both;
background: url("../images/footer-bg.png") no-repeat scroll 0 bottom transparent;
width: 960px;
overflow: hidden;
color: #e2e2e2;
font-size: 10px;
height: 100px;
position: relative;
}

div.footer-side {
  background: url("../images/footer-side-bg.png") repeat-x scroll 0 bottom transparent;
  height: 100px;
  width: 100%;
}

div.footer a{
color: #e2e2e2;
font-size: 10px;
}

div.footer a:hover,div.footer a:focus,div.footer a:active{
color: #fff;
}

div.copyright{
float: left;
text-align: left;
padding: 7px;
 padding-top: 34px;
}

div.validation{
float: right;
text-align: right;
padding: 7px;
 padding-top: 34px;
}




form.contact-form label{
clear: both;
text-align: left;
font-weight: bold;
display: block;
margin-top: 7px;
}

form.contact-form input, form.contact-form textarea, form.contact-form select {
    display: block;
    margin: 6px;
    border: 1px solid #ccc;
    padding: 3px;
    width: 90%;
}
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;
}

form.contact-form textarea{
overflow: auto;
height: 100px;
}

form.contact-form input.contact-submit{
clear: both;
margin-right: 2px;
padding: 10px 12px;
background: #363636;
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; }
.text-center{ text-align: center;}

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{
    -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:14px;
    font-weight:bold;
    padding:5px 9px;
    text-decoration:none;
    text-shadow:1px 1px 3px #2e292e;
}.button_small:hover {
}.button_small:active {
    position:relative;
    top:1px;
}

.button_medium{
    -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: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:#178ad6;
}

.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;
}

.slideshow-wrap{

}

.grid_3 p{
padding: 0px 7px 0px 7px;
text-align: left;
}

.price {
  color: #ffffff;
  font-size: 28px;
  font-weight: bold;
}



form.callback-form{
  width: 275px;
}

form.callback-form ul{
list-style-type: none;
padding: 0;
}

.callback-box p{
color: #ffffff;
font-size: 22px;
font-weight: bold;
margin-top: 15px;
text-align: center;
}

form.callback-form label {
  clear: both;
  color: #ffffff;
  display: block;
  font-weight: bold;
  margin-top: 7px;
  text-align: left;
  font-size: 16px;
}

form.callback-form input[type="text"], form.callback-form textarea, form.callback-form select {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 3px 2px 10px -8px black inset;
  display: block;
  margin-left: 6px;
  margin-top: 2px;
  padding: 3px;
  width: 200px;
}

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.contact-submit{

clear: both;
color: #444444;
margin-left: 30px;
margin-right: 2px;
margin-top: 24px;
padding: 10px 12px;
border-radius: 4px;
cursor: pointer;
width: 158px;
text-shadow: 1px 1px 0px #fff;
font-weight: bold;

background: #bfd255; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JmZDI1NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzhlYjkyYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzcyYWEwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5ZWNiMmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bfd255), color-stop(50%,#8eb92a), color-stop(51%,#72aa00), color-stop(100%,#9ecb2d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* IE10+ */
background: linear-gradient(top,  #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=0 ); /* IE6-8 */
}

.footer-logo{
}

.grid_3.box{
border-top: 6px solid #FF0000;
border-radius: 10px;
border-bottom: 6px solid #FF0000;
background: #D01D1D;
min-height: 170px;
box-shadow: 0 0 10px -3px black inset;
color: #ffffff;
}

.box h2{
color: #ffffff;
padding-left: 5px;
}

.box label {
color: #ffffff;
padding-left: 5px;
}

.sosa {
  color: #D01D1D;
  float: left;
  font-size: 40px;
  margin: 11px;
}

.calculator-wrap{
display: none;
}

.red-color {
  color: #444444;
  margin-top: 11px;
}


#gallery-box{
width:960px;
float:left;
}

.thumbnails{
width:278px;
height:278px;
margin:10px;
background:#eaeaea;
border:1px solid #ccc;
float:left;
padding:10px;
}
