/* Global */ 

body {
padding:0px;
margin:0px;
font-family: Cantarell, 'Noto Sans', Verdana, Helvetica, Arial, sans-serif; 
font-size: 20px; 
line-height: 150%;

}

#page {
position: relative;
max-width: 1000px;
min-width: 310px;
margin: 5px auto;
background: url(../images/whiteGraphPaper.jpg) repeat fixed;
border: 1px solid black;
}

/*Layout */

#header  {
width: 100%;
height: 350px;
margin: 0px auto;
padding: 0;
position: relative;
top: 0;
overflow: hidden;
	 }

h1 {
text-indent: -50000px;
background: url(../images/rathleash_shutters.png) no-repeat;
width: 330px;
height: 130px;
margin: 0px auto;
position: relative;
z-index: 40;
}

#slide_show {
height: 350px;
width: 1000px;
position: absolute;
text-align: center;
top: 0px;
margin-left: -500px;
left: 50%;
}

#quote {
width: 50%;
left: 25%;
position: absolute;
bottom: 0px;
z-index: 25;
margin: 0 auto;
text-align: center;
padding: 0;
background: url(../images/compBack.png) repeat;

}

#navigation {
padding: 0;
margin: 0;
text-align: center;
width: 100%;
position: relative;
}

#content {
width: 100%;
position: static;
padding: 0px;

}

#footer {
padding: 0;
margin: 0 auto;
min-height: 200px;
background: #e0fcfd url(../images/footer_v2.jpg) no-repeat center bottom ;
}

/* header formats */

#header a {
text-decoration: none;
color: black;
}

#quote p {
font-size: 20px;
line-height: 100%;
padding: 5px;
margin: 0 auto;
}

#quote a {
font-size: 30px;
line-height: 100%;
}

#quote span {
font-size: 30px;
line-height: 100%;
}

/*Main Navigation*/


#navigation ul {
list-style-type: none;
padding: 0;
margin: 0 0 10px 0;
line-height: 100%;
}

#navigation ul li {
padding-right: 3px;
background: url(../images/list.png) no-repeat right bottom;
margin-left: 10px;
display: inline-block;
}

#navigation ul li a {
text-decoration: none;
padding: 10px;
display: block;
border-bottom: 2px solid transparent;
}

#navigation ul li a:hover{
border-bottom: 2px solid black;
}

#index  #navigation ul li.index a,
#shutters  #navigation ul li.shutters a,
#solutions  #navigation ul li.solutions a,
#restore  #navigation ul li.restore a,
#cosycube  #navigation ul li.cosycube a
 {
border-bottom: 2px solid black;
cursor: default;
}

/*Footer Naviation*/
#footer h4 {
margin: 0 ;
text-align: center;
padding: 10px;
font-size: 1.3em;
background: url(../images/compBack.png);
}

#footer .nav a {
background: url(../images/compBack.png);
margin-bottom: 10px;
padding: 10px;
text-decoration: none;
font-size: 1em;
color: black;
}

#footer .col a {
display: block;
}

#footer .nav a:hover {
background: #fff;
border: 1px solid black;
}

#index #footer .nav a.index,
#shutters #footer .nav a.shutters,
#solutions #footer .nav a.solutions,
#cosycube #footer .nav a.cosycube,
#restore #footer .nav a.restore {
/*background: #f5f5f5;*/
background: #fff;
border: 2px solid black;
cursor: default;
}

#footer .contact ul {
	width: 90%;
	list-style-type: none;
	margin:0 auto;
	padding: 10px;
	font-size: 1.4em;
  text-align: left;
	background: url(../images/compBack.png);
	}

#footer .contact ul li {
padding: 10px 0 10px 40px;
margin: 0;
line-height: 1.5em; 
color: black;
font-weight: bold;
}

#footer .contact ul li#mobile {	
background: url(../images/android.png) no-repeat left center;
}

#footer .contact ul li#phone {
	background: url(../images/phone.png) no-repeat left center;
}

#footer .contact ul li#email-icon {
background: url(../images/email.png) no-repeat left center;
}

#footer .contact ul li#email-icon a{
	display: block;
	text-decoration: none;
	color: black;
			}

#footer .contact ul li#mobile:hover,
#footer .contact ul li#phone:hover, 
#footer .contact ul li#email-icon:hover {
	background-color: #fff;
	}

 #footer .credits {
text-align: center;
}


#footer .credits img {
display: inline	;
}

#footer .credits p {
margin-bottom: 40px;
font-size: 12px;
}




#checkHTML {
width: 180px;
height: 86px;
position: relative;
}


#checkHTML ul {
margin: 0;
padding: 0;
list-style: none;

}

#checkHTML a {
position: absolute;
text-indent: -1000em;
display: block;

}


#checkHTML a:hover {
border: 4px solid #fff;
}


#checkHTML .html5 a{
width: 80px;
height: 90px;
top:0;
left:0;
}

#checkHTML .css a{
width: 100px;
height: 44px;
top:0px;
left:80px;

}

#checkHTML .noCookies a{
width: 100px;
height: 44px;
top:44px;
left:80px;
border: 0;
}

/*Content Formats*/


#content p, #content h1, #content h2, #content h3 {
padding: 0 10px;
}


#content h2,h3, h4 {
clear: both;

}

#content h2 {
font-size: 1.3em;
margin: 0;
padding: 10px 0px 0px 10px ;
}

#content h3 {
text-align: center;
font-size: 1.1em;
}

#content p {
font-size: 0.9em;
line-height: 150%;

}

#content img {
border: 1px solid black;
border-radius: 8px;
}

#content a {
text-decoration: none;
color: black;
font-weight: bold;
border-bottom: 1px solid black;
}

#content a:hover {
background-color: white;
display: inline;
}

/*div stuff*/

div .overflow {
width: 100%;
overflow: hidden;
position: relative;
margin-bottom: 20px;
}


.overflow img {
display: block;
margin: 10px auto;
}

.overflow p {
max-width: 600px;
margin: 10px auto;
font-size: 2em;
}

.centre800 img {
position: relative;
margin-left: -400px;
left:50%;
}

/*Columns*/
.row {
text-align: center;
clear: both;
}

.col {
width:31%;
display: inline-block;
overflow: hidden;
text-align: left;
padding: 5px;
vertical-align: top;
text-align: left;
}

.col p{
padding: 10px;
/*font-size: 1em;*/
}

/*Floats*/

.right {
float: right;
margin-left:5px;
}

.left {
float: left;
margin: 20px;
}

.clear {
clear:both;
}

.clearLeft {
clear:left;
}

.clearRight {
clear: right;
}

.fiftyLeft, .fiftyRight {
width: 45%;	
overflow: hidden;
}

.fiftyLeft {
float: left;
text-align: left;
margin: 5px;
padding: 5px;

}

.fiftyRight {
float: right;
text-align: left;
margin: 5px;
padding: 5px;

}

.fiftyLeft img, .fiftyRight img {
width: 100%;
}



.left p, .right p {
/*text-align: justify;
text-align: left;*/
}

.invalid {
background: yellow;
}

/*Image Sizes*/

.centre550 img {
position: relative;
display: block;
margin-left: -275px;
left: 50%;
}

.full {
display: block;
margin: 5px auto
}

.thirty {
width: 30%;
}

.sixty {
width: 59%;
}

.centre {
text-align: center;
}

#image {
display: block;
margin: 0 auto;
}

/*Media Rules*/

@media only screen and (max-width:950px) {

.right950 img {
float: right;
}
}

@media only screen and (max-width: 900px) {

.col {
  min-width: 46%;
  }
}

@media only screen and (max-width: 700px) {
  .fiftyLeft, .fiftyRight {
	display: block;
	float: none;
	margin: 20px auto;
	width: 95%;
  }

  .thirty, .sixty {
  width: 95%;
  text-align: center;
  }

  .header {
  margin-top:0px;
  }

  
}

@media only screen and (max-width:600px) {

.right600 img {
float: right;
}
}

@media only screen and (max-width:550px) {

.col {
  width: 97%;
  float: none;
  text-align: center;
  }

  .col p {
  text-align: left;
  }

.right550 img {
float: right;
}
}

@media only screen and (max-width:500px) {
	.right, .left{
	float:none;
	display: block;
	margin: 5px auto;
	width: 90%;
	}

.fiftyLeft, .fiftyRight ,.thirty, .sixty {
	/*display: block;*/
	float: none;
	margin: 20px auto;
	width: 95%;
  }


  .header {
  margin-top:0px;
  }

  
}
