/* CSS SCREEN STYLES FOR AJ BINNS */
/* 03 AUGUST 2006 */
/* M DAVIES & D EDMUNDS */

/* ISSUES WITH IE ON MACINTOSH */

/* GENERAL */

body, div, td, p {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #8b8b8b;
	font-size: 11px;
	line-height: 15px;
	text-align: left;
	background-color: #fff;
}

h1 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666;
	font-size: 16px;
	line-height: 18px;
	text-align: left;
	background-color: transparent;
	margin: 45px 0 15px 0;
	padding: 0;
}

h2 {
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #666;
	text-align: left;
	background-color: transparent;
	margin: 15px 0 0 0;
	padding: 0;
}

h3 {
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	color: #666;
	text-align: left;
	background-color: transparent;
	margin: 15px 0 0 0;
	padding: 0;
}

h4 {
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	color: #666;
	margin: 16px 0 0 0;
	padding: 0;
}

p {
	margin-bottom: 10px;
}

p .intro {
	font-size: 11px;
	line-height: 15px;
	color: #333;
	margin-bottom: 10px;
}

.small {
	font-size: 9px;
	line-height: 11px;
	color: #666;
	margin-bottom: 10px;
}

img {
	border: none;
	margin: 0;
	padding: 0;
}

li, ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#companyName {
	float: left;
	display: block;
	margin-top: 28px;
	margin-left: 20px;
	margin: 0;
	padding: 0;
}

.bodylink:link, .bodylink:visited {
	color: #333;
	text-decoration: none;
}

.bodylink:hover, .bodylink:visited:hover {
	color: #b13142;
	text-decoration: underline;
}

.bodylinkstrong:link, .bodylinkstong:visited {
	font-weight: bold;
	color: #333;
	text-decoration: none;
}

.bodylinkstrong:hover, .bodylinkstrong:visited:hover {
	color: #b13142;
	text-decoration: underline;
}




/* PRIMARY NAVIGATION */

#nav { /* defines my nav area */
	width: 780px;
	height: 75px;
	/*border-bottom: 1px dotted #C7C5C6;*/
	background: url(../images/content_divide.png) repeat-x bottom;
	padding: 0px;
	margin: 0px;
	list-style: none;
/*	text-align: right; */
}

#nav ul { /* positions my nav and defines space*/
	margin: 14px 0px 0px 17px;
}
* html #nav ul {
	background:green;
	margin-top: 54px;
}
#nav ul li {
	/*border-top: 1px dotted #C7C5C6;
	border-left: 1px dotted #C7C5C6;
	border-right: 1px dotted #C7C5C6;*/
	float: left;
	padding-right: 0px;
	margin-left: 3px;
}
#nav ul li a {
	display:block;
	color:#000;
	text-decoration: none;
	padding: 2px 11px 1px 12px;
	background:#F6F6F6;
}
#nav ul li a.activenav {
	background: #FFF;
	padding: 1px 8px 2px 9px;
	font-weight: bold;
	color: #b13142;
	margin-top: 1px;
}
	
#nav ul li a:link, #nav ul li a:visited {
	white-space: nowrap;
}

#nav ul li a:hover, #nav ul li a:visited:hover {
	color: #b13142;
	/*background-color: transparent;*/
	text-decoration: underline;
}

#nav ul li .top {background:url(../images/horBorder.gif) repeat-x 0 0 #FFF;}
#nav ul li .left {background:url(../images/verBorder.gif) repeat-y 0 0;}
#nav ul li .right {background:url(../images/verBorder.gif) repeat-y 100% 0;}
#nav ul li .topLeft {background:url(../images/navTopLeftAndRight.gif) no-repeat 0 0;}
#nav ul li .topRight {background:url(../images/navTopLeftAndRight.gif) no-repeat 100% 0;padding:2px 2px 0;}

li.selectedArea {
	font-weight: bold;
	color: #b13142;
}



/* PAGE LAYOUT ELEMENTS */

#contentCradle {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
}

#homeImage {
	padding: 0;
	margin: 20px;
}

#homeIntro {
	float: left;
	width: 440px;
	margin: 0 0 0 20px;
	padding: 0;
}

#homeDownload {
	clear: none;
	float: right;
	width: 170px;
	margin: 0 20px 0 0;
	padding: 0;
}

#productContent, #contentDiv { /* defines content area width */
	width: 780px;
}

#homeAffil {
	float: right;
	padding: 20px;
}

input, select {
	font-size: 10px;
	font-family: tahoma, sans-serif;
	width: 170px;
	color: #666;
	padding: 0px;
}

#homeContent, #productContent {
	padding: 0px;
	margin: 0px;
	text-align: left;
	min-height: 300px;
	background-color: transparent;
}

#contentDiv {
	width: 760px;
	margin-left: 20px;
	text-align: left;
	min-height: 400px;
	background-color: #fff;
}

#nbsContentDiv {
	padding: 20px;
	text-align: left;
	display: block;
	background-color: transparent;
}

#companyImage {
	float: left;
	margin-top: 5px;
}

* html #companyImage { /* hack for ie */
	margin-top: 5px;
}

#footer {
	clear: both;
	width: 780px;
	height: 20px;
	background-image: url(../images/content_divide.png);
	background-repeat: repeat-x;
	background-position: top;
	text-align: left;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 10px;
	background-color: transparent;
}




/* GRAPHIC TITLE ELEMENTS */

#nbs {
	clear: right;
	float: right;
	margin: 20px 20px 0 0;
	width: 40px;
	height: 40px;
}

#title_nv, 
#title_vz, 
#title_el, 
#title_rh, 
#title_wh, 
#title_lockers, 
#title_acc, 
#title_company, 
#title_clients, 
#title_contact, 
#title_designer, 
#title_privacy, 
#title_access, 
#title_downloads,
#title_n10_210
{
	width: 170px;
	height: 60px;
	overflow: hidden;
	text-indent: -9999px;
	margin: 15px 0 0 0px;
}

#title_products, #title_n10_170
{
	width: 170px;
	height: 60px;
	overflow: hidden;
	text-indent: -9999px;
	margin: 15px 0 0 20px;
}

#title_access{ background:url(../images/title_accessibility.gif) top left no-repeat; }

#title_acc{ background:url(../images/title_accessories.gif) top left no-repeat; }

#title_clients{ background:url(../images/title_clients.gif) top left no-repeat; }

#title_company{ background:url(../images/title_company.gif) top left no-repeat; }

#title_contact{ background:url(../images/title_contact.gif) top left no-repeat; }

#title_designer{ background:url(../images/title_designer.gif) top left no-repeat; }

#title_downloads{ background:url(../images/title_downloads.gif) top left no-repeat; }

#title_el{ background:url(../images/title_el.gif) top left no-repeat; }

#title_lockers{ background:url(../images/title_lockers.gif) top left no-repeat; }

#title_n10_170{ background:url(../images/title_n10_170.gif) top left no-repeat; }

#title_n10_210{ background:url(../images/title_n10_210.gif) top left no-repeat; }

#title_nv{ background:url(../images/title_nv.gif) top left no-repeat; }

#title_privacy{ background:url(../images/title_privacy.gif) top left no-repeat; }

#title_products{ background:url(../images/title_products.gif) top left no-repeat; }

#title_rh{ background:url(../images/title_rh.gif) 
 left no-repeat; }

#title_vz{ background:url(../images/title_vz.gif) top left no-repeat; }

#title_wh{ background:url(../images/title_wh.gif) top left no-repeat; }




/* PRODUCT PAGE NAVIGATION */

#productContent { /* introduction on product page text */
	padding: 0px;
	margin: 0px;
	text-align: left;
}

#productNav {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #b13142;
	width: 780px;
	text-align: left;
}

#productContent ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#productContent ul li{
	width: 88px;
	height: 15em;
	float: left; 
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 40px;
}

.productImageLink { /* defines style for images on product page */
	text-decoration: none;
}

.productNavLink { /* defines style for images on product page */
	color: #8f8f8f;
	text-decoration: none;
}

.productNavLink:link, .homeNavLink:visited {
	color: #8f8f8f;
}

.productNavLink:hover, .homeNavLink:visited:hover {
	color: #b13142;
	text-decoration: underline;
}



/* LEFT HAND AND BODY NAVIGATION STYLES*/

.contentNav, .contentNavProd, .contentNavSpec {
	width: 170px;
	list-style: none;
	margin: 0px;
	padding: 0 0 30px 0;
}

#contentNav .subSection {
	color:  #b13142;
	margin-left: 10px;
}

#contentDiv .chosenSection, #rhSpec .chosenSection {
	color:  #b13142;
	margin-left: 10px;
}

#contentDiv a:link,
#contentDiv a:visited,
#rhSpec a:link,
#rhSpec a:visited,
#contactDesc a:link,
#contactDesc a:visited
{
	color: #8f8f8f;
	text-decoration: none;
}

#contentDiv a:link:hover,
#contentDiv a:visited:hover,
#rhSpec a:link:hover,
#rhSpec a:visited:hover,
#contactDesc a:link:hover,
#contactDesc a:visited:hover
{
	color: #b13142;
	text-decoration: underline;
}

#contentDiv a.contentLink:link,
#contentDiv a.contentLink:visited,
#contentDesc a.contentLink:link,
#contentDesc a.contentLink:visited
{
	text-decoration: none;
	color: #333;
}

#contentDiv a.contentLink:link:hover,
#contentDiv a.contentLink:visited:hover,
#contentDiv p a:hover
#contentDesc a.contentLink:link:hover,
#contentDesc a.contentLink:visited:hover
{
	text-decoration: none;
	color: #b13142;
}



/* FOOTER ELEMENTS */

.footerLink {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

.footerLink:link, .footerLink:visited {
	color: #333;
	text-decoration: none;
}

.footerLink:hover, .footerLink:visited:hover {
	color: #b13142;
	text-decoration: underline;
}

#footerCopy{
	color: #8f8f8f;
	float: left;
	padding-left: 20px;
}

#footerLinks{
	float: right;
	padding-right: 20px;
}


 
/* FORM ELEMENTS */

.downloads {
	margin: 0;
	padding: 0;
	width: 160px;
}

form {
	margin: 0;
	padding: 0;
	width: 370px;
}

form fieldset {
	border-color: #e8e8e8;
	border-width: 1px;
	border-style: solid;
	padding: 10px;
	margin: 0 0 20px 0;
}

form legend {
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	color: #666;	margin: 0;
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 170px; 
	padding: 0; 
	margin: 10px 0 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: left; 
	background: url(../images/dotted_horizontal.gif) repeat-x bottom;
}


form br {
	clear: left;
}

form input, form textarea {
	display: inline; /* inline display must NOT be set or will hide submit buttons in IE 5x mac */
	width: 160px; /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin: 15px 0 0 0; /* set margin on left of form elements rather than right of label aligns textarea better in IE */
}

form input#submit, form input#reset { 
	float: none; 
	display: inline; 
	margin:0;
	padding:0;
}

form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width: auto; /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin: 5px 0 0 10px; /* set margin on left of form elements rather than right of label aligns textarea better in IE */
}


form .requiredField {
	font-weight: bold;
}

textarea.textA {
	font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	border: 1px solid #dddddd;
	width: 340px;
	height: 85px;
}

.checkboxD {
	margin-bottom: 4px;
}

input.textF {
	font:  11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #dddddd;
	height: 18px;
	width: 170px;
	margin: 4px 0 0 0;
	padding: 0px;
}

input.checkboxF {
	margin: 0 0 0 0;
	padding: 0 0 5px 0;
}

.submitButton {
	padding: 0 0 20px 0;
	margin: 0;
}

.homepageButton {
	width: 360px;
	height: 18px;
	padding-top: 2px;
	background: url(../images/dotted_horizontal.gif) repeat-x bottom;
	/* border-bottom:1px dotted #bdbbbc; */
}



/* CONTENT PAGES */

.galleryDesc, galleryDescKen, .contentNavCli, .galleryDescProd {
	width: 170px;
	padding: 0;
	margin: 0;
}

.contactDesc {
	width: 170px;
	color: #666666;
}

.contactThanks{
	font-size: 14px;
	line-height: 20px;
	padding-top: 40px;
}

.midCol, .lgRightCol, .midColLow, .midColLowAcc  {
	float: left;
	width: 350px;
}

.midColLow {
	margin: 74px 0 20px 0;
}

.midColLowAcc {
	margin: 60px 0 20px 0;
}

.smMidContent {
	float: left;
	width: 170px;
	margin: 74px 0px 20px 0px;
	padding-right: 20px;
}

.fullColumn {
	float: left;
	width: 550px;
	margin: 74px 0 20px 0;
	padding: 0;
	background-color: transparent;
}

.smMidCol {
	float: left;
	width: 170px;
	margin: 20px 20px 20px 0;
}


.leftCol, .smRightCol {
	float: left;
	width: 170px;
	margin: 0 20px 20px 0;
}


/* .smRightCol { float: right; } */

.rightCol, .midCol, .smRightCol, .lgRightCol {
	margin: 20px 20px 20px 0;
}

/* DOWNLOAD PAGE ELEMENTS */

.downIntroThin {
	width: 475px;
	float: right;
	margin: 0 0 32px 75px;
	padding: 0 0 0 0;
}

.downIntroWide {
	width: 550px;
	margin: 0 0 32px 0;
}

.indent {
	margin-left: 75px;
}

.downImage {
	float: left;
	clear: both;
	width: 55px;
	height: 55px;
	margin: 5px 18px 60px 0;
	padding: 0;
}

table {
	margin: 0;
	padding: 0;
	border: 0px;
}

tableSmall {
	empty-cells: show;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 475px;
	clear: both;
	border: 1px;
	vertical-align: top;
}

tableBig {
	empty-cells: show;
	padding: 0;
	margin: 0;
	text-align: left;
	width: 550px;
	clear: both;
	border: 1px;
	vertical-align: top;
}

table td.prodCode {
	background: url(../images/dotted_horizontal.gif) repeat-x bottom;
	width: 70px;
}

table td.noCode {
	width: 70px;
}

table td.fileSize {
	background: url(../images/dotted_horizontal.gif) repeat-x bottom;
	width: 30px;
	text-align: left;
}

table td.fileType {
	background: url(../images/dotted_horizontal.gif) repeat-x bottom;
	width: 30px;
	text-align: right;
}

table td.fileName {
	background: url(../images/dotted_horizontal.gif) repeat-x bottom;
	width: 390px;
}

table td.filenamewide {
	background: url(../images/dotted_horizontal.gif) repeat-x bottom;
	width: 420px;
}

table td.prodCode, td.noCode, td.fileSize, td.fileType, tr {
	margin: 0px;
	padding: 0px;
}



/* SPECIFICATION PAGES */

.product, .lkProduct {
	width: 170px;
	float: left;
	margin-right: 15px;
	margin-bottom: 20px;
	background-color: transparent;
}

.lkProduct {
	background: url(../images/dotted_horizontal.gif) repeat-x bottom;
	padding-bottom: 20px;
}

.lkProduct ul {
	margin-left: 0px;
} 

.productWide {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	margin-right: 20px;
	margin-bottom: 20px;
	border-bottom: dotted 1px #ccc;
}

.feetcastors {
	width: 360px;
	float: left;
	margin: 0 0 20px 0;
}

.feetcastors ul {
	width: 360px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	background: url(../images/dotted_horizontal.gif) repeat-x top;
}

.product ul {
	list-style: none;
	margin: 0;
	width: 170px;
	padding-left: 0;
	background: url(../images/dotted_horizontal.gif) repeat-x top;
}

.productWide ul {
	list-style: none;
	margin:0px;
	float:left;
	width: 170px;
}

.furtherLinks {
	clear: none;
	width: 360px;
	line-height: 20px;
	padding: 0 0 40px 0;
	float: left;
}

.furtherLinks ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.furtherLinks ul li { /* bottom on right */
	vertical-align: middle;
	background: url(../images/dotted_horizontal.gif) repeat-x bottom;
}

.product ul li, .feetcastors ul li, .dimensions, .lined, .feetcastors ul li, .borderBottom { /* rule one */
	background: url(../images/dotted_horizontal.gif) repeat-x bottom;
}

.product ul li, .feetcastors ul li, .productWide ul li {
	padding-bottom: 4px;
	padding-left: 5px;
}

.product img, .feetcastors img, .productWide img {
	display: inline;
	margin: 0px;
}

.productWide img {
	border-bottom: dotted 1px #ccc;
}

.oneem {
	margin-bottom: 1em;
}

.twoem {
	margin-bottom: 2.4em;
}

.fiveem {
	margin-bottom: 5.1em;
}

.dimensions {
	font-size: 9px;
	line-height: 14px;
	padding-top: 0px;
}

.dimensions, .lined { /* dimensions */
	/* border-top: dotted 1px #ccc; */
	background: url(../images/dotted_horizontal.gif) repeat-x top;
}

.compAndMan {
	clear: both;
	width: 360px;
	float: left;
	padding: 0 20px 20px 0;
	background-color: transparent;
}

.note {
	color: #333;
	margin: 0 0 15px 0;
}

.nbsimportant {
	color: #b13142;
}

#rhSpec {
	text-align: left;
}

p .fullcolumn {
	margin-bottom: 0px;
}

.nbsfullColumn {
	float: left;
	width: 550px;
	margin: 30px 0 20px 0;
	padding: 0;
	background-color: transparent;
}

.downfullColumn {
	float: left;
	width: 550px;
	margin: 60px 0 20px 0;
	padding: 0;
	background-color: transparent;
}

/* NBAT Additions */
.clear {
	clear: both;
}

/* END */#mark_left_column {
	width: 180px;
	float: left;
	margin-right: 10px;
}
#mark_mid_column {
	width: 360px;
	float: left;
	margin-right: 10px;
}
#mark_right_column {
	width: 190px;
	float: left;
	margin-right: 10px;
}
.mark_clear {
	clear: both;
}

