@charset "utf-8";

/* Basics */
body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:12px;
	line-height:18px;/*	font-family:"Myriad Pro" Arial, Helvetica, sans-serif	*/
}

#wrapper {
	width:950px;
	background:url(../images/banner_bg.gif) no-repeat left 35px;
}

.left {
	float:left;
}

.right {
	float:right;
}

.clearB {
	clear:both;
}

.marginA {
	margin:auto;
}

a img {
	border:0px;
}

form {
	padding:0px;
	margin:0px;
}

p, h1, h2, h3, h4, h5 {
	padding:0px 0px 12px 0px;
	margin:0px;
}

/* Header */
#header {
	height:260px;
}

.lheader, .rheader {
	width:420px;
}

.logo {
	padding:25px 0 0 45px;
	display:block;
}

.rshadow {
	background:url(../images/shadow.gif) no-repeat center bottom;
	width:385px;
	padding:0 0 22px 0;
	position:relative;
	bottom:-12px;
}

.img_cont {
	background:#FFFFFF;
	padding:5px;
}

#top_nav {
	height:35px;
	background:url(../images/menu_bg.gif) repeat-x left top;
}

#menu {
	width:690px;
}

.pagination {
	font-size:16px;
	font-weight:bold;
}

.pagination a, .pagination a:visited {
	padding:2px;
	text-decoration:none;
	color:CornflowerBlue;
}

.tr_menu {
	width:250px;
}

.cart_menu {
	padding:8px 15px 0 0;
}

.cart_menu ul {
	float:right;
	margin:0;
	padding:0;
}

.cart_menu ul li {
	list-style:none;
	text-decoration:underline;
	float:left;
	background:url(../images/lidiv.gif) no-repeat right 6px;
	padding:0 10px;
}

.cart_menu ul li a {
	text-decoration:underline;
	color:#0099ff;
	font-size:11px;
}

.nborder {
	background-image:none !important;
}

/* Body */
#main_body {
	background:url(../images/content_bg.gif) left bottom repeat-x;
	min-height:600px;
	height:auto !important;
	height:600px;
}

#main_body h1 {
	font: normal 30px "Myriad Pro" Arial, Helvetica, sans-serif;
	color:#0c71bc;
}

#main_body h2 {
	font: normal 25px "Myriad Pro" Arial, Helvetica, sans-serif;
	color:#cc3333;
}

#main_body h1 span {
	font: normal 16px "Myriad Pro" Arial, Helvetica, sans-serif;
	color:#666;
	position:relative;
	display:block;
	padding-top:0.5em;
	line-height:1;
}

#main_body h2 span {
	font: normal 16px "Myriad Pro" Arial, Helvetica, sans-serif;
	color:#666;
}

.lcolumn {
	width:705px;
}

/**SHOPPING**/

#shopbox {
	min-height:500px;
	height:auto !important;
	height:500px;
	margin:5px 30px 30px;
	padding:0 0 25px 25px;
	border-bottom: thin dotted #cccccc;
}

.prod_description {
border:thin solid lightgrey;
overflow:hidden;
padding:10px;
text-align:left;
line-height:2;
}

.description {
	float:left;
	width:330px;
}

.shop-quantity {
	float:right;
	font-size:22pt;
	font-weight:bold;
}

.small-image {
	float:left;
	height:100px;
	width:100px;
	margin:0 2em 2em 0;
	overflow:hidden;
}

.weight-display {
	color:#FF0000;
	font-size:12pt;
}

.price-display {
	float:right;
	font-size:22pt;
	font-weight:bold;
}

.price-display span {
	text-decoration:underline;
}

.choose-size {
float:left;
font-size:20pt;
}

.productSelectInput {
	font-size:16pt;
	width:250px;
}

.productTextInput {
font-size:14pt;
}

.productSubmitInput {
	font-size:12pt;
}

.measurements1 {
	color:#66CC00;
	float:left;
	font-size:14pt;
	line-height:1.5;
}

.measurements2 {
	color:#66CC00;
	float:left;
	font-size:14pt;
	line-height:1.5;
	width:240px;
}

.postcalc{
	background:#F1F1F1 none repeat scroll 0 0;
	border:1px solid #CCCCCC;
	float:right;
	height:75px;
	width:200px;
	padding:3px;
}
.postcalc .postcode{
	width:40px;
}
.postcalc p{
	padding:0px;
}

.clear{
	clear:both;
}

.boxitem {
	float:left;
	width:100%;
	padding:5px;
	margin-bottom:30px;
	color:#666666;
	font-size:11px;
	line-height:normal;
}

.conbox {
	padding:5px 5px 10px 5px;
	height:auto;
	margin-bottom:10px;
}

div.headr {
	color:#cd3333;
	display:block;
	font-size:12px;
	margin-bottom:5px;
	text-align:center;
}

#product-info {
}

.product-image {
	float:right;
	width:220px;
	padding:10px;
}

.instock {
	float:right;
	width:100px;
	padding: 1em 0;
}

.shop-product-large .details {
	padding:10px;
	width:592px;
}

.midiv {
	margin-right:70px;
}

.rcolumn {
	width:240px;
	padding:48px 0 0 0;
}

.content {
	padding:3em 0 0;
}

.in_content {
	padding:0 30px 30px 38px;
}

.in_content2 {
	padding:0 30px 5px 38px;
}

.in_content a {
	text-decoration:underline;
	color:#0099ff;
}

.in_content ul {
	padding:0 0 12px 10px;
	margin:0;
}

.in_content ul li {
	margin:0;
	padding:0;
	list-style:none;
}

.in_content h3 {
	color:#cc3333;
	font-size:12px;
	padding:5px 0 0 0;
}

.red {
	color:#cc3333;
	font-weight:bold;
}

.in_box1 {
	padding:20px 0 30px 0;
}

.ads {
	padding:28px 0;
	text-align:center;
}

.list_safety {
	padding:14px 0 18px 0 !important;
}

.list_safety li {
	background:url(../images/bullets.gif) no-repeat left 8px;
	padding:2px 0 2px 20px !important;
	list-style:none;
	margin:0;
}

.howto {
	width:608px;
	padding:0 0 30px 0;
}

.a_right {
	color:#cc6600 !important;
	text-align:right;
}

/*--- RIGHT COLUMN ---*/
.ladder_store, 
.prod_search, 
.members_login, 
.zoneSelect {
	background:url(../images/rtitle_bg.gif) repeat-x left top #666666;
}

.ladder_store h2, 
.prod_search h2, 
.members_login h2, 
.zoneSelect h2 {
	height:27px;
	padding:0 !important;
}

.ladder_store h2 img, 
.prod_search h2 img, 
.members_login h2 img, 
.zoneSelect h2 img {
	padding:7px 0 5px 12px;
}

.ladder_store ul {
	margin:0;
	padding:0 0 1px 0;
}

.ladder_store ul li {
	list-style:none;
	background:#5a5a5a;
	margin:1px 0 0 0;
}

.ladder_store ul li a {
	height:27px;
	font:14px/27px Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#FFFFFF;
	display:block;
	padding:0 0 0 12px;
}

.ladder_store ul li a:hover {
	color:#999999;
}

.search_cont, .ml_cont {
	padding:10px 0 12px 12px;
}

.search_cont label, .ml_cont label {
	font-size:11px;
	color:#FFFFFF;
}

.search_cont label a, .ml_cont label a {
	color:#0099ff;
}

.txtbox {
	width:145px;
	height:19px;
	border:0;
}

.ads2 {
	margin:2px 0 0 0;
}

.dlog {
	color:#FFFFFF;
}

.tlink a, a:visited {
	color:#0099FF;
}

/* Footer */
#footer {
	background:url(../images/footer_bg.gif) repeat-x left top;
	height:35px;
}

#footer p, #footer a {
	font-size:12px;
	padding:10px 0 0 18px;
	color:#999999;
}

#formCont {
	width:500px;
	text-align:left;
}

#billingInfo {
	/*   float:left;
 margin-right:10px; 
    width:440px;*/
   padding:0px;
}

#formCont fieldset {
	padding-top:30px;
	width:auto;
}

.lbl {
	text-align:right;
}

#shippingInfo {
/*  width:440px;
      float:left; */
}

#navsub_14623_237493 a.p7PMmark {
	background:#0770bb;
}

#catCartDetails {
	margin:0px 20px;
}

.drop1 {
	width:204px;
}

*html .drop1 {
	width:206px;
}

#contact {
padding-left:40px;
padding-top:30px;
}

.contact {
height:400px;
width:370px;
}

.selectBlock {
padding: 5px; 
background-color: #666666; 
color: #ffffff; 
font-weight: bold; 
font-size: 2em;
}

.PageError {
background-image:url(/images/404-error.png);
background-repeat:no-repeat;
height:430px;
width:100%;
}

#HomeLink {
float:right;
font-size:16px;
margin-right:250px;
margin-top:395px;
}

#HomeLink a {
color:#cc3333;
}

#special {
background:transparent url(../images/ladders-feb-special.png) no-repeat scroll 0 0;
height:84px;
padding-left:296px;
padding-top:280px;
margin-left:10px;
}

table.Rung td {
line-height:1.5;
padding:5px;
width:140px;
}

table.Rung td.check {
width: 325px;
}

table.Rung td.check_box {
	width: 15px;
}

table.Rung td.check #address {
	width: 200px;
}