@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 13px;
	background-image: url(../images/bg.png);
	background-attachment: fixed;
	background-repeat: repeat-x;
}

h1 {
	font-size: 16px;
	color: #146dcb;
}

h2 {
	color: #0e5bb3;
	margin: 0px;
	background-color: #e6e6e6;
	padding: 5px;
	text-align: left;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-style: italic;
	font-size: 1em;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333;
	background-color: #999;
	padding: 8px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-style: italic;
	font-size: 1.2em;
}

table.center, div.center {
	margin-left: auto;
	margin-right: auto;
}

.w400 {
	width: 400px;
}

.PgContain {
	background-color: #fff;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}

.header {
	background-color: #fff;
	text-align: center;
	margin-bottom: 10px;
	overflow: auto;
}

.NSSLogo {
	text-align: center;
	clear: right;
	height: 100px;
	vertical-align: text-bottom;
}

.ContactDetails {
	background-color: #e6e6e6;
	height: auto;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

.PhoneNo {
	text-align: right;
	width: auto;
	vertical-align: text-bottom;
	float: right;
	margin-left: 15px;
	font-size: 12px;
	color: #095db7;
}

.Address {
	text-align: left;
	width: auto;
	vertical-align: text-bottom;
	float: left;
	font-size: 12px;
	color: #095db7;
}

.NavBar {
	background-color: #040098;
	padding: 3px;
	margin-bottom: 0px;
	height: 30px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #fff;
	border-left-color: #fff;
}

.PgContent {
	text-align: left;
	vertical-align: top;
	margin-bottom: 15px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.GreyBox {
	background-color: #f0f0f0;
	text-align: left;
	vertical-align: top;
	padding: 20px;
}

.SpecNet {
	font-size: 12px;
	color: #666;
	text-align: center;
	padding: 15px;
	border-top-width: 20px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #8eb4e1;
}

.ProdItems {
	overflow: auto;
	width: 100%;
	vertical-align: top;
	border: 1px solid #000;
	padding-bottom: 5px;
	text-align: center;
	margin-bottom: 20px;
}

.Prods {
	text-align: left;
	vertical-align: top;
	clear: right;
	float: left;
	width: 260px;
	padding-left: 10px;
}

.Prods2 {
	text-align: left;
	vertical-align: top;
	clear: right;
	float: left;
	width: auto;
	padding-left: 10px;
}

.ProdsImg {
	text-align: left;
	vertical-align: top;
	clear: right;
	float: right;
	width: 300px;
}

.ProdRatings {
	text-align: center;
	vertical-align: top;
	clear: none;
	float: left;
	width: 120px;
}


.lefttext {
	text-align: left;
}

.centertext {
	text-align: center;
}

a.TxtLink:link {
	color: #333;
	text-decoration: underline;
}

a.TxtLink:hover {
	color: #c00;
	text-decoration: underline;
}

a.TxtLink:visited {
	color: #666;
	text-decoration: underline;
}

a.LinkRed:link {
	color: #F7161C;
	text-decoration: none;
}




/********** MobileUpdate **********/
@media only screen and (max-width: 1000px){


img {
	max-width:100%;	
}
	body {
		/*background-image:none;*/
		background-color:inherit; 
	}
	.PgContain {
		width: 960px;
	}
	

}
@media only screen and (max-width: 760px){
img {
	max-width:100%;	
}
.PgContain {
	width: auto;
}	

.JomySafetyLadders {
	margin-top: 25px;
	font-size: 13px;
}
.PhoneNo {
	margin-top: 25px;
	font-size: 13px;
}
.Prods {
	width: 100%;
	padding-top: 4px;
	padding-bottom: 2px;
}
.ProdTxt {
	padding-top: 2px;
	padding-bottom: 4px;
}
.ProdRatings {
	text-align: center;
	vertical-align: top;
	clear: none;
	float: none;
	width: 100%;
}

	
}
@media only screen and (max-width: 500px){
img {
	max-width:100%;	
}
.PgContain {
	width: auto;
}	

.JomySafetyLadders {
	margin-top: 25px;
	font-size: 13px;
}
.PhoneNo {
	margin-top: 25px;
	font-size: 13px;
}
.Prods {
	width: 100%;
	padding-top: 4px;
	padding-bottom: 2px;
}
.ProdTxt {
	padding-top: 2px;
	padding-bottom: 4px;
}
.ProdRatings {
	text-align: center;
	vertical-align: top;
	clear: none;
	float: none;
	width: 100%;
}
.ProdsImg {
	text-align: left;
	vertical-align: top;
	clear: right;
	float: right;
	width: 100%;
}
