/* CSS Document */


/* menu start */
#menu
{
	position: absolute; 
	left: 8px; 
	top:50px;
	width: 650px;
    height: 26px;
	background-color: #000000;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#menu ul, #menu li
{
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}


#menu a
{
	float: left;
	padding: 6px 10px 12px 10px;
	background-color: #000000;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}

#menu a:hover
{
	background-color: #666666;
	color: #FFFFFF;
}

#menu a.active, #menu a.active:hover
{
	background-color: #F6E71C;
	color: #000000;
}

/*#menu a.highlight, #menu a.highlight:hover
{
	background-color: #F6E71C;
	color: #000000;
}*/


/* menu finish */


/* yellow bar start */

#underMenuYellow
{
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 4px;
	left: 0px; 
	top: 76px;
	width: 750px;
    height: 4px;
	background-color: #F6E71C;
	overflow: hidden;
}

/* yellow bar finish */


/* black bar start */
.blackBG
{
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	height: 35px;
	padding: 0px;
	margin: 0px;
}

/* black bar finish */






/* menuRight start */
#menuRight
{
	position: absolute; 
	left: 658px;
	top: 50px;
	width: 93px;
    height: 26px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#menuRight ul, #menuRight li
{
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}


#menuRight a
{
	float: left;
	padding: 6px 6px 12px 7px;
	background-color: #000000;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}

#menuRight a:hover
{
	background-color: #666666;
	color: #FFFFFF;
}

#menuRight a.active, #menuRight a.active:hover
{
	background-color: #F6E71C;
	color: #000000;
}

/*#menu a.highlight, #menu a.highlight:hover
{
	background-color: #F6E71C;
	color: #000000;
}*/


/* menu finish */



/* subnav menu start */
#menuSubNav
{
	/*position: absolute;*/
	display: block;
	line-height: 15px;
	padding: 30px 0px 20px 15px;
	/*top: 285px;*/
	width: 134px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;

}

#menuSubNav ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#menuSubNav li
{
	list-style: none;
	display: block;
	margin: 0;
	padding: 4px 0px 1px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#menuSubNav a
{
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

#menuSubNav a:hover
{
	color: #000000;
}

#menuSubNav a.active
{
	color: #000000;
}


/* subnav menu finish */



/* subnav menu (1) start */

#menuSubNav .menuSubNav1
{
	clear: both;
	line-height: 12px;
	width: 137px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-bottom: 4px;

}

#menuSubNav .menuSubNav1 ul/*, #menuSubNav .menuSubNav2 ul*/
{
	padding-left: 12px;
}

#menuSubNav .menuSubNav2 ul
{
	padding-left: 25px;
	line-height: 10px;
}

#menuSubNav .menuSubNav1 li
{
	border-style: none;
	padding-top: 5px;
}

#menuSubNav .menuSubNav1 ul
{
	border-style: none;
}

#menuSubNav .menuSubNav1 ul .active
{
	/*list-style-image: url(images/bullet.gif.html);*/
	margin-left:-12px;
}

#menuSubNav .menuSubNav1 ul .active img
{
	/*list-style-image: url(images/bullet.gif.html);*/
	margin-left: 2px;
	margin-right: 4px;
	margin-top: 3px;
	margin-bottom: 5px;
}


#menuSubNav img.arrow
{
	margin-top: 1px;
}

#menuSubNav .menuSubNav1 .menuSubNav2 a
{
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

#menuSubNav .menuSubNav1 a
{
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

#menuSubNav .menuSubNav1 a:hover
{
	color: #000000;
}

#menuSubNav .menuSubNav1 a.active
{
	color: #000000;
	padding-left: 20px;
}


/* subnav menu (1) finish */



/* CSS Document */


/* body start */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
/* body finish */


/* stanley logo start */

#stanleyLogo
{
	position: absolute; 
	left: 644px; 
	top:0px;
	width: 106px;
    height: 50px;
	overflow: hidden;
}

/* stanley logo finish */


/* breadcrumbs start */
#breadCrumbs
{
	position: absolute; 
	left: 180px; 
	top:88px;
	width: 420px;
    height: 12px;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	 
}

#breadCrumbs a
{
	color: #000000;
	text-decoration: none;
}

#breadCrumbs a:hover
{
	color: #000000;
	text-decoration: none;
}

#breadCrumbs a.active
{
	color: #000000;
	text-decoration: none;
}

#breadCrumbs a.visited
{
	color: #000000;
	text-decoration: none;
}

/* breadcrumbs finish */



/* dealer start */

#dealerNav
{
	position: absolute;
	left: 610px;
	top: 88px;
	width: 139px;
	height: 12px;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: -0.8px;
	text-align: right;
}

#dealerNav a
{
	color: #000000;
	text-decoration: none;
}

#dealerNav a:hover
{
	color: #000000;
	text-decoration: none;
}

#dealerNav a.active
{
	color: #000000;
	text-decoration: none;
}

#dealerNav a.visited
{
	color: #000000;
	text-decoration: none;
}

/* dealer finish */



/* whiteTop start */
.whiteTopBG
{
	background-color: #FFFFFF;
	height: 65px;
	padding: 0px;
	margin: 0px;
}

/* whiteTop finish */

/* whiteBottom start */
.whiteBottomBG
{
	background-color: #FFFFFF;
	height: 30px;
	padding: 0px;
	margin: 0px;
}

/* whiteBottom finish */

/* whiteTopAdvert start */
#whiteTopAdvertBG

{
	position: absolute; 
	left: 613px; 
	top:145px;
	width: 143px;
    height: 96px;
	overflow: hidden;
}

/* whiteTopadvert finish */


/* wandaAdvert start */
.wandaGuardBG
{
	background-image: url(../images/backgrounds/wanda_bg.gif.html);
	height: 74px;
	padding: 0px;
	margin: 0px;
}

/* wandaAdvert finish */


/* whiteTop start */
.homeBodyStart
{
	background-color: #FFFFFF;
	height: 22px;
	padding: 0px;
	margin: 0px;
}

/* whiteTop finish */

/* products small start */
.smallProductsBG
{
	padding: 10px 5px 0px 10px;
	margin: 0px;
	height: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px;
	color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ADADAD;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ADADAD;
}

/* products small finish */

/* jump small start */
.smalljumpBG
{
	padding: 9px 5px 0px 10px;
	margin: 0px 0px 0px 10px;
	height: 100px;
	font-size: 9px;
	color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ADADAD;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ADADAD;
}

/* jump small finish */


/* products LARGE Plain start */

.largeProductsPlainBG
{
	padding: 0px;
	margin: 0px;
	font-size: 9px;
	color: #000000;

}

.largeProductsPlainBGLeft
{
	padding: 0px;
	margin: 0px;
	font-size: 9px;
	color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ADADAD;

}

.largeProductsPlainBGRight
{
	padding: 0px;
	margin: 0px;
	font-size: 9px;
	color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ADADAD;
}

.largeProductsPlainBG h2 
{ 
	font-size: 15px; 
	color: #000000; 
	font-weight: bold;
	line-height: 18px;
	margin: 0px 0px 5px 0px;
}

.largeProductsPlainBG p
{ 
	font-size: 12px; 
	color: #000000; 
	line-height: 18px;
	padding: 0px 0px 0px 0px; 
	margin: 5px 0px 10px 0px;
}

.picrightProducts
{ 
	float: right; 
	margin-left: 10px; 
}

/* products LARGE Plain finish */



/* products LARGE Plain Top start */
.largeProductsPlainTop
{
	padding: 0px;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ADADAD;
}

/* products LARGE Plain Top finish */



/* products LARGE Plain Top start */
.largeProductsPlainBottom
{
	padding: 0px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ADADAD;
}

/* products LARGE Plain Top finish */




/* products LARGE colour start */
.largeProductsColorBG
{
	padding: 0px;
	margin: 0px;
	font-size: 9px;
	color: #000000;
	background-color: #EFEFEF;
}

.largeProductsColorBGLeft
{
	padding: 0px;
	margin: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ADADAD;
	background-color: #EFEFEF;

}

.largeProductsColorBGRight
{
	padding: 0px;
	margin: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ADADAD;
	background-color: #EFEFEF;
}



.largeProductsColorBG h2 
{ 
	font-size: 15px; 
	color: #000000; 
	font-weight: bold;
	line-height: 18px;
	margin: 0px;
}

.largeProductsColorBG p 
{ 
	font-size: 12px; 
	color: #000000; 
	line-height: 18px;
	padding: 0px; 
	border: 0px; 
	margin: 5px 0px 10px 0px;
}

/* products LARGE colour finish */

/* products LARGE colour Top start */
.largeProductsColorTop
{
	padding: 0px;
	margin: 0px;
	background-color: #EFEFEF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ADADAD;
}

/* products LARGE colour Top finish */



/* products LARGE colour Top start */
.largeProductsColorBottom
{
	padding: 0px;
	margin: 0px;
	background-color: #EFEFEF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ADADAD;
}

/* products LARGE colour Top finish */




/* wandaGuard start */
.wandaGuardRightBorder
{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ADADAD;
}

/* wandaGuard finish */


/* products small top start */
.smallProductsTopBG
{
	background-color: #E7E7E7;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px;
	font-weight: bold; 
	color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ADADAD;
	padding: 0px;
	margin: 0px;
}

/* products small top finish */


/* products title DIV start */
.smallProductsTitle
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	padding: 0px 0px 0px 0px;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
	margin: 5px 0px 0px 10px;
}

/* products title DIV finish */





/* search engine friendly start */
p { 
	font-size: 12px; 
	color: #000000; 
	line-height: 18px;
	padding: 0px 0px 0px 0px; 
	border: 0px; 
	margin: 5px 0px 10px 0px;
}


.bold 
{ 
	font-weight: bold;
}

p a
{ 
	font-weight: bold;
	color: #000000; 
}

p a:hover
{ 
	font-weight: bold;
	color: #000000; 
}

p a:active
{ 
	font-weight: bold;
	color: #000000; 
}

p a:visited
{ 
	font-weight: bold;
	color: #000000; 
}



h2 { 
	font-size: 15px; 
	color: #000000;
	font-weight: bold;
	line-height: 18px;
	margin: 0px 0px 10px 0px;

}


h2 a
{ 
	font-weight: bold;
	color: #000000; 
}

h2 a:hover
{ 
	font-weight: bold;
	color: #000000; 
}

h2 a:active
{ 
	font-weight: bold;
	color: #000000; 
}

h2 a:visited
{ 
	font-weight: bold;
	color: #000000; 
}


h3 { 
	font-size: 15px; 
	color: #000000; 
	font-weight: bold;
	line-height: 18px;
	margin: 5px 0px 0px 0px;

}

h4 { 
	font-size: 15px; 
	color: #000000; 
	font-weight: bold;
	line-height: 18px;
	padding: 0px 0px 0px 15px;
}

h5 { 
	font-size: 11px; 
	line-height: 13px;
	color: #000000; 
	font-weight: bold;
	padding: 0px 0px 5px 0px;
	margin: 0px;
	text-decoration: none;
}


h5 a
{ 
	font-weight: bold;
	color: #000000; 
	text-decoration: none;
}

h5 a:hover
{ 
	font-weight: bold;
	color: #000000; 
}

h5 a:active
{ 
	font-weight: bold;
	color: #09357A; 
	text-decoration: none;
}

h5 a:visited
{ 
	font-weight: bold;
	color: #000000; 
}

/* search engine friendly finish */


.bodytext {  
	font-size: 12px; 
	color: #000000; 
	line-height: 18px;
}


/* product titles grey start */

.productTitlesGrey
{
	background-image: url(../images/corner_boxes/middle_top_corner.gif.html);
	font-size: 10px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

/* product titles grey finish */

.ProductBodytext 
{ 
	font-size: 9px; 
	color: #000000; 
	line-height: 10px;
	padding-top: 2px;
	margin-left: 0px;
}


/* footer start */


.footerBodytext 
{  
	font-size: 9px; 
	color: #000000; 
	line-height: 14px;
	padding-top: 5px;
	padding-bottom: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	
}

.footerBodytext a
{  
	font-size: 9px; 
	color: #000000;
}

.footerBodytext a:visited
{  
	font-size: 9px; 
	color: #000000;
}

/* footer finish */

/* Image alignment classes */

.picleft { 
	float: left; 
	margin-right: 10px; 
	margin-top: 5px; 
	margin-bottom: 5px;
}

.picright { 
	float: right; 
	margin-left: 10px; 
	margin-top: 10px; 
	margin-bottom: 0px;
}

.productsPics { 

	margin: 15px 0px 0px 0px;
}

.borderBottomGeneral
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	 
}

a.underlined 
{
	text-decoration: underline;
	font-weight:bold;
	color: #000000;
}

a.underlined:hover 
{
	color: #000000;
}

a.underlined:visited 
{
	color: #000000;
}

/* list items start */

.list li
{
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.list
{
	margin: 0px 5px 0px 18px;
	padding: 0px 5px 0px 18px;
	
}

/* list items finish */



/* features start */

.featuresBoxContainer h2
{
	font-size: 15px; 
	color: #000000; 
	font-weight: bold;
	line-height: 15px;
	padding-top: 0px;
	padding-left: 15px;
	padding-right: 5px;
	padding-bottom: 0px;
    margin-bottom: 3px;
}

.featuresBoxContainer
{
	border-top: solid 1px #AAAAAA;
	border-left: solid 1px #AAAAAA;
	border-right: solid 1px #AAAAAA;
}

.featuresBoxContainerMiddle
{
	border-right: solid 1px #AAAAAA;
}

.featuresBoxContainer p
{
	font-size: 11px; 
	color: #000000; 
	line-height: 16px;
	padding-top: 0px;
	padding-left: 15px;
	padding-right: 5px;
	padding-bottom: 0px;	
	
}

.featuresBoxContainerTop
{
	border-top: solid 1px #AAAAAA;
	background-color: #DBDAD8;
	padding: 0px;
	margin: 0px;
}

.featuresBoxContainerBottom
{
	border-bottom: solid 1px #AAAAAA;
	padding: 0px;
	margin: 0px;
}

/* features finish */



/* sub navigation further info start */

.subNav
{
	font-size: 10px;
	line-height: 13px;
	font-weight: bold;
	padding: 0px;
	color: #000000;
	text-decoration: none;
}

.subNav a
{
	color: #000000;
}

.subNav a:active
{
	color: #000000;
}

.subNav a:hover
{
	color: #000000;
}

.subNav a:visited
{
	color: #000000;
}


.datalibText
{
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 13px;
	font-weight: bold;
	padding: 0px;
	color: #000000;
	text-decoration: none;
}

.datalibText a
{
	color: #000000;
}

.datalibText a.active
{
	color: #000000;
}

.datalibText a:hover
{
	color: #000000;
}

.datalibText a.visited
{
	color: #000000;
}


.subNavBoxColor
{
	background-image: url(../images/backgrounds/wanda_bg.gif.html);
}

.subNavBottomBorder
{
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	text-decoration: none;
}

/* sub navigation further info finish */



.adeptFeatureTxt
{
	padding: 0px 0px 0px 15px;
	font-size: 12px;
	margin: 0px;
	line-height: 16px;
	font-weight: bold;
	color: #000000;
}

img
{
	border: 0px;
}



/* PDF Download further info styles start */


.javaDropTopLine
{
	padding: 0px;
	margin: 0px;
	background-color: #EFEFEF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ADADAD;
	height: 2px;
}

.caseStudies_hide { 
	height:0px; 
    overflow:hidden;
}

.caseStudies_ show { 
	display:block; 
	height:10px; 
	border:1px solid #000000;
}

.salesMaterial_hide { 
	height:0px;
    overflow:hidden;
}

.salesMaterial_ show { 
	display:block; 
	height:10px;  
	border:1px solid #000000;
}

.onlineDocumentation_hide { 
	height:0px; 
    overflow:hidden;
}

.onlineDocumentation_ show { 
	display: block; 
	height: 10px; 
	border: 1px solid #000000; 
	background-color: #ff0000;
}

.userGuide_hide { 
	height:0px; 
    overflow:hidden;
}

.userGuide_ show { 
	display:block; 
	height:10px;  
	border:1px solid #000000; 
	background-color:#ff0000;
}

.language_hide { 
	display:none; 
}

.language_show { 
	display:block; 
}

.language_show a:link { 
	color: #000000;
}

.language_show a:link:hover { 
	text-decoration: underline;
}

.language_show a:hover { 
	text-decoration: underline;	
}

.language_show a:visited {  
	color: #000000;
}

.language_show a:active { 
	color: #000000;
}

/* PDF Download further info styles finish */


br
{ 
	/*line-height: 8px;*/
	height: 12px;
}


/* smallBodyText start */

.smallBodytext 
{ 
	font-size: 9px; 
	color: #000000; 
	line-height: 12px;
	padding: 0px;
	margin: 0px;
}

.smallBodytext a
{
	color: #000000;
	text-decoration: none;
}

.smallBodytext a:hover
{
	color: #000000;
	text-decoration: none;
}

.smallBodytext a.active
{
	color: #000000;
	text-decoration: none;
}

.smallBodytext a.visited
{
	color: #000000;
	text-decoration: none;
}

/* smallBodyText finish */


.listProducts li
{
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	list-style-position: outside;
	list-style-type: disc;
	margin-left: -9px;
	padding-bottom:6px;
}

li a
{
	color: #000000;
	text-decoration: none;
}

li a:hover
{
	color: #000000;
	text-decoration: none;
}

li a.active
{
	color: #000000;
	text-decoration: none;
}

li a.visited
{
	color: #000000;
	text-decoration: none;
}

.listSupport li
{
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 0px;
	padding-bottom:6px;
}

.listSupport li a
{
	color: #000000;
	text-decoration: none;
}

.listSupport li a:hover
{
	color: #000000;
	text-decoration: none;
}

.listSupport li a.active
{
	color: #000000;
	text-decoration: none;
}

.listSupport li a.visited
{
	color: #000000;
	text-decoration: none;
}



.formBoxes
{
	color: #000000;
	font-size: 12px;
	text-decoration: none;
	border: 1px solid #666666;
	background-color: #ECECEC;

}

.Maganta
{  
	font-size: 12px; 
	color: #000000; 
	line-height: 18px;
	padding: 0px 0px 0px 0px; 
	border: 0px; 
	margin: 5px 0px 6px 0px;
}

hr
{
	font-size: 9px;
	color: #000000;
	height: 1px;
	padding: 0px;
	margin: 0px;
	border-top: 1px solid #666666;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
}

.rightsReserved
{
	font-size: 9px;
	vertical-align: super;
}


.tenPixSpace
{
	line-height: 10px;
	font-size: 10px;
}

.twentyPixSpace
{
	line-height: 20px;
	font-size: 20px;
}


.listClocks li
{
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	list-style-position: outside;
	list-style-type: disc;
	margin-left: -23px;
	padding-bottom:6px;
}


.listFeatures li
{
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	list-style-position: outside;
	list-style-type: disc;
	margin-left: -9px;
	padding-bottom:6px;
}
