* {
	margin: 0;
	padding: 0;
}


body {
font-size: 62.5%;
font-family: Arial, Helvetica, sans-serif;
background-color: #111419;
color: #FFF;
}

body.home {
background: url(../images/home-bg.jpg) top left no-repeat;
background-color: #111419;
}

body.reasons {
background: url(../images/reasons-bg.jpg) top left no-repeat;
background-color: #111419;
}

body.faqs {
background: url(../images/faqs-bg.jpg) top left no-repeat;
background-color: #111419;
}

body.emergency {
background: url(../images/emergencyblanket-bg.jpg) top left no-repeat;
background-color: #111419;
}

body.reusable {
background: url(../images/reusable-bg.jpg) top left no-repeat;
background-color: #111419;
}

body.sportsheet {
background: url(../images/sportsheet-bg.jpg) top left no-repeat;
background-color: #111419;
}

body.survival {
background: url(../images/survival-bg.jpg) top left no-repeat;
background-color: #111419;
}

body.buying {
background: url(../images/buying-bg.jpg) top left no-repeat;
background-color: #111419;
}

body.clients {
background: url(../images/clients-bg.jpg) top left no-repeat;
background-color: #111419;
}

body.contact {
background: url(../images/contact-bg.jpg) top left no-repeat;
background-color: #111419;
}

html, body {
height: 100%;
scrollbar-base-color: #000000;
scrollbar-arrow-color: #ffffff;
scrollbar-3dlight-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-face-color: #000000;
scrollbar-highlight-color: #000000;
scrollbar-track-color: #333333;
}

img {
border: 0;
margin: 0;
padding: 0;
}

.clear{
clear: both;
}

#wrapper{
width: 100%;
min-height: 100%;
position:relative;

}

#container{
width: 982px;
min-height: 800px;
float: left;

}

/* Masthead - logo, nav etc */

#masthead{
width: 982px;
height: 118px;
float: left;
}

#logo{
width: 351px;
height: 118px;
float: left;
}

#navColLeft{
width: 183px;
height: 100px;
margin-left: 46px;
float: left;
padding-top: 18px;
}

#navColMid{
width: 177px;
height: 100px;
margin-left: 39px;
float: left;
padding-top: 18px;
}

#navColRight{
width: 135px;
height: 100px;
margin-left: 41px;
float: left;
padding-top: 18px;
}

/* Content & Banner */

#content{
width: 584px;
height: 530px;
float: left;
margin: 25px 0px 0px 390px;
background: url(../images/content-bg.png) top left repeat-y;
padding-bottom: 20px;
}

#banner{
width: 554px;
height: 193px;
float: left;
margin: 16px 0px 8px 15px;
}

#text{
width: 570px;
height: 325px;
float: left;
overflow-y:scroll;
overflow-x: hidden;
}

#textFullHeight{
margin-top: 6px;
width: 584px;
height: 537px;
float: left;
overflow-y:scroll;
overflow-x: hidden;
}


/* Footer */

#footerContainer{
width: 100%;
height: 74px;
position: absolute;
right: 0;
bottom: 0;
background: url(../images/footer-bg.png) top left repeat-x;
}

#footerDetails{
width: 969px;
height: 14px;
float: left;
padding: 18px 0px 0px 13px;
}

#smallprint{
width: 969px;
height: 14px;
float: left;
}


