/* global
-------------------------------------------------------------- */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: auto;
	margin: 0px;
	padding: 0px;
	text-decoration:none;
	background-image: url(../IMAGES/background.jpg);
	background-repeat: repeat;
	text-align:center;
	height:100%;
}

.clear { clear: both; font-size:0; line-height:0;}
.right { float: right;}
.left { float: left;}
.align-left { text-align: left;}
.align-right {text-align: right;}
.align-center {text-align:center;}
.justify { text-align:justify;}

.hide {	display: none;}
.floatLeft { float:left; } 
.floatRight { float:right; } 
.clear { clear: both; font-size:0; line-height:0;}
.bold {	font-weight:bold;}
.italic {font-style:italic;}
.underline {border-bottom:1px solid;}
.highlight {background:#ffc;}

.imageleft{
	width:380px; height:300px;
	position:relative; float:left;
	padding:5px;
}
.imageleft img{
	float:left;
	padding-right:5px;
}


img.centered {display: block;	margin-left: auto;	margin-right: auto;}
img.alignleft {float:left;	margin:4px 10px 4px 0;}
img.alignright {float:right;	margin:4px 0 4px 10px;}
.clearfix:after { content: "."; display: block;	clear: both; visibility: hidden;	line-height: 0;	height: 0;}
.clearfix {	display: block;}
html[xmlns] .clearfix {	display: block;}
* html .clearfix {	height: 1%;}


.manufacturer {
	float: right;
	left: -100px;
	top: 200px;
	margin-right: 10px;
}




/* Text elements
-------------------------------------------------------------- */


p           {
	margin: 0 0 1.5em;
	text-align: left;
}
p img       { float: left; margin: 1em 1.0em 0.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }
p.titlepaneltext {
	color: #999999;
	margin-left: 0px;
	margin-top: -8px;
	font-size: 12px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:center; 
	margin: 0px 0px 0px 8px;
	padding: 0px;
	color: #FFFFFF;
}

h3 {
	/* Column Box Title */

	font-family: bold 14px Arial, Helvetica, sans-serif; color:#006600; text-align:left; 
	margin: 0px;
	padding: 0px;
}
h3 a:hover{
	text-decoration: underline;
}

	h3 a:link, h3 a:active, h3 a:visited {
	color:#006600;
	}
	
	
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px; text-align:left; color:#333333;
	margin: 0px;
	padding: 0px;
}



h4 a:link, h4 a:active, h4 a:visited{
	color:#000000;

	
} 
h4 a:hover{
	background:#DBB7FF;
	color:#000000;
	text-decoration: none;
}



h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align:center;  
	color:#000000;
	margin: 0px 0px 5px;

	
}


h5 a:hover{
	 color:#000000; display:block; background:#DBB7FF;
}

	h5 a:link, h5 a:active, h5 a:visited {
	color:#000000;
	text-decoration: none;
	}
	


a:link {
	color: #003399;
	text-decoration: none;
}


a:visited {
	text-decoration: none;
	color: #003399;
}


a:hover {
	text-decoration: underline;
	color: #000000;
}

a:active {
	text-decoration: none;
}


#links {

	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FFFF00;
	width: 360px;
	top: 0px;
	clip: rect(auto,auto,auto,auto);
	float: left;
	margin: 5px;
}



/* header plus the top of the website 
-------------------------------------------------------------- */

#header {
  width: 100%;
  margin:0 auto;

}


#top_menu{
	width:100%; height:150px;
	margin:0 auto;

}

#securitymenu {
	position:relative;
	top:5px;
	left:1%;
	float:left;
}



#hobbymenu {
	width: 23%;
	position:relative; top:5px; left:5px;
	float:left;
	z-index:5;
}

#banner{
	position:relative;
	top:0px;
	width:100%;

	font-family: Arial, Helvetica, sans-serif;
}


#banner h1{
	color:#FFFF00; background-color:#000066; padding:2px 0px 2px 0px;
	width:60%;
	margin:0 auto;
}
#banner P{
	font-family: Arial, Helvetica, sans-serif;
	 color:#666666;
	font-size:14px;
}
#banner a{
	font-family: Arial, Helvetica, sans-serif; color:#333333;
}
a#blue{
	font-family: Arial, Helvetica, sans-serif; color:#0000CC;
}
#banner a:hover{
	font-family: Arial, Helvetica, sans-serif; color:#FFFF00;
}
#banner a:visited{
	text-decoration:none;
}



#white_background{
	width:796px;
	margin:0 auto;
		background-color:#FFFFFF;
		top:50%;
	padding-bottom:10px;
	padding-bottom:5%;
}



#index_background{
	width:796px;
	margin:0 auto;
		
		top:50%;
	padding-bottom:10px;
	padding-bottom:5%;
}

#white_background2 {
	width:796px;
	margin:0 auto;
	background-color:#FFFFFF;
	top:50%;
	padding-bottom:10px;
	height: 400px;
}


/* Cross-Browser DHTML Menu
-------------------------------------------------------------- */

#mainmenu-nav {
	list-style: none;
	list-style-type: none;
	padding-left: 3px;
	margin: 0px;
	z-index:2;
}

.li-nav a {
	padding: 2px 1px;
	width: 190px;
	display: block;
	color: #333333;
	text-decoration: none;
	margin: 0px;
	text-indent: 2px;
	border: 1px solid #9933CC;
	background-color:#97D163;
}
.li-nav a:hover {
	background-color: #9933CC;
	color: #FFFF00;
}

.ul-nav, .li-nav {
	display: block;
	list-style: none;
}

.ul-nav {
	width: 140px;
	padding: 0px;
	list-style-type: none;
}

.li-nav {
	float: left;
}

.li-nav .ul-nav  {
	display: none;
	position: absolute;
	margin-left: 100px;
	margin-top: -19px;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	border-top: 4px solid #7D5DA8;
	z-index: 200;
}

a.hassubmenu {
	background-image: url(../IMAGES/more.gif);
	background-repeat: no-repeat;
	background-position: 130px 6px;
}




/*  main content- index
-------------------------------------------------------------- */
#main {
	width:796px;
	border-style:solid;
	border-color:#9933CC;
	border-width:2px;
	margin:0 auto;
	top: 400px;
	position: relative;
	height: 400px;
	background-color: #FFFFFF;
}

#main2 {
	width:796px;
	background-color:#FFFFFF;
	margin:0 auto;
	position: relative;
	border: none;
	height: 1100px;
}

.boxtitlewide{
	width: 100%; height:18px;
	position:relative; right:0px; top:0px;
	margin-bottom:5px;
	background-color:#9933CC;
}



#boxtitlewide2 {
	width: 100%;
	height:18px;
	background-color:#9933CC;
	position:relative;
	right:0px;
	top:0px;
	margin-bottom: 0px;
}

.video {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #333333;
	top: 0px;
	clip: rect(auto,auto,auto,auto);
	margin: 5px;
	float: right;
}

#quote  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #333333;
	width: 360px;
	top: 0px;
	clip: rect(auto,auto,auto,auto);
	float: left;
	margin: 5px;
}

#new{
	width:796px;
	position:relative;
	border-style:solid;
	border-color:#9933CC;
	border-width:2px;
	height: 450px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	top: 430px;
}

#new2 {

	width:796px;
	position:relative; top:460px;
	border-style:solid; border-color:#9933CC; border-width:2px;
	background-color:#FFFFFF;
	margin:0 auto;
}


#stocklinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000000;
	top: 0px;
	clip: rect(auto,auto,auto,auto);
	float: left;
	margin: 10px 5px 5px;
	text-align: left;
}

#accessories {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #333333;
	top: 0px;
	clip: rect(auto,auto,auto,auto);
	padding-left: 30%;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	text-align: left;
}

.titles {
	font-weight: bold;
	color: #000000;
	text-align: center;
	margin-bottom: 10px;
}


#table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #333333;
	clip: rect(auto,auto,auto,auto);
	padding-left: 33%;
}

.tablefont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	margin: 5px;
}


				
					
/* main content area
-------------------------------------------------------------- */



#container{
	width:100%;
	height:100%;

}


#cote2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #333333;
	top: 0px;
	clip: rect(auto,auto,auto,auto);
	padding-left: 30%;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}


#accessorieslinks {
	color: #006699;
}



#quicklinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #333333;
	width: 25%;
	top: 0px;
	clip: rect(auto,auto,auto,auto);
	float: right;
	margin: 5px;
}



#logos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #333333;
	top: 10px;
	clip: rect(auto,auto,auto,auto);
	margin: 5px;
	bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.ul-nav2 {
	width: 100px;
	padding: 5px;
	float: left;
	margin: 5px;
	height: 200%;
	vertical-align: sub;
}
.ul-nav2, .li-nav2 {

	display: block;
	list-style: none;
}



#thumbs {
background-color:#FFFFFF;
	border: none;
	margin-bottom: 0;
	margin-left: auto;
	margin-top: 90px;
}
.thumbimg {
	float: left;
	margin-top: 5px;
	margin-left: 30px;
	border: thin solid #000000;
}

.line {
	float: left;
	background-image: url(../line.gif);
	width: 90%;
	height: 10px;
	margin: 20px;
	background-repeat: repeat-x;

    }
	
.r {
	float: left;
	background-image: url(../jc/IMAGES/bg.jpg);
}



#tablelinks {
	background-color:#FFFFFF;
	border: none;
	clip: rect(auto,auto,auto,auto);
	position: absolute;
	top: 150px;
	left: 500px;
	float: right;
}



#options {

	list-style: none;
	list-style-type: none;
	padding-left: 3px;
	margin: 0px;
}



/* column1
-------------------------------------------------------------- */



.column1 {
	padding:0;
	list-style:none;
	margin-right: 0;
	margin-bottom: -30px;
}

	
.column1 ul {
	display: block;
	list-style: url(none) none;
}

	.column1-image {

	padding:3px 0 0 3px;
	display:block;
	height: 114px;
	width: 180px;
	}
	

.column1-list {
	list-style:none;
	
}

.column1-list li.last {
			
		}

		.column1-list li.long {
			height:175px;
			float:left;
	margin-top: 0;
	margin-bottom: 0px;

	
		}
	

.manufacturer {
	float: right;
	left: -100px;
	top: 200px;
	margin-right: 10px;
}


/* columnbox
-------------------------------------------------------------- */


#columnbox {

	width:796px;
	background-color:#FFFFFF;
	margin:0 auto;
	position: relative;
	border: none;
	height: 1600px;
	
}
img {
	margin:0; padding:0;
	border:0;
}




.more_information, .more_information-dyanmic {
	margin:293px 0 0 12px; padding:0;
	width:152px; height:39px;
	background:url(../box/more_information.jpg) no-repeat center top;
	text-indent:-9999px; display:block; outline:0;
	position:absolute;
}

	.more_information-dyanmic {
		margin:300px 0 0 22px; padding:0;
	}


		
a.more_information-post:link, a.more_information-post:active, a.more_information-post:visited, .more_information-post {
	margin:0; padding:0 0 0 20px;
	width:130px; height:auto; display:inline-block;
	font-family: bold 1.00em Arial, Helvetica, sans-serif; color:#7f796d;

	line-height:39px; float:left
}

	a.more_information-post:hover {
		text-decoration:none;
		color:#5e8f3e;
	}



.column-box-list {
	margin:0 5px -30px; padding:10px 0 0;
	list-style:none;

}

	.column-box-list li, .column-box-top {
		margin:0 0 50px 0; padding:0;
		width:228px; height:auto;
		background:#fdfdfa url(../IMAGES/column-box-top.jpg) repeat-x center top;
	}
	
		
	
	.column-box-list li {
		margin:0 22px 30px 0;
		float:left;
	}
	
		.column-box-list li.last {
			margin:0;
		}
	
	.column-box-bottom {
		margin:0; padding:15px 15px 25px 15px;
		width:198px; height:auto;
		background:url(../IMAGES/column-box-bottom.jpg) no-repeat center bottom;
	}
	
		.column-box-list li.long .column-box-bottom {
			height:300px;
		}
	
		
	

	.box-image {
	margin:0 0 10px;
	padding:3px 0 0 3px;
	display:block;
	background:url(../box/box-image.jpg) no-repeat center top;
	height: 120px;
	width: 190px;
	}
	
		

	
	/* Clearfix
/* -------------- */

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 1;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/* latest stock
-------------------------------------------------------------- */

#lateststock {
	width:800px;
	position:relative;
	text-align:center;
	margin:0 auto;
	top: 80px;
}

.revealcontent{
visibility: hidden;
}


/* buttons- index
-------------------------------------------------------------- */	

#buttons{
	width:800px;
	height:240px;
	margin:0 auto;

}

#left_button {
	width:380px;
	height:240px;
	left: 0;
	top: 0;
	float:left;
	border-style:solid;
	border-color:#000000;
	border-bottom-width:30px;
	padding: 0;
}
#right_button {
	width:380px; height:240px; 
	position:relative;right: 0; top: 0;
	float:right;
	border-style:solid; border-color:#000000; border-bottom-width:30px;
	padding: 0;
}

#hobby{
	position:relative;top:5px;
	width:380px; height:20px; 
}
#security{
	position:relative;top:5px;
	width:380px; height:20px; 
}

#buttonimage {

	width: 380px; height: 240px;
}


#choosebutton{
	width:800px;
	height:10px;
	position:relative;
	text-align:center;
	margin:0 auto;
	top: 30px;
}


/* paper page- description
-------------------------------------------------------------- */

.page {
	float: left;
	background-image: url(../IMAGES/page.jpg);
	height: 347px;
	width: 247px;
	margin-left: 50px;
	margin-top: 20px;
	background-repeat: no-repeat;
}

.pagetext {
	margin-left: 30px;
	margin-top: 50px;
	margin-right: 20px;
	font-family: "Arial Rounded MT Bold";
	text-align: left;
}

/* flashing images
-------------------------------------------------------------- */	

.main_pics {
	width: 570px;
	height: 147px;
	z-index: 2;
}



#main_pics {
	width:570px;
	height:149px;
	float:right;
	position:relative;
	top:5px;
	right:1%;
	z-index: 2;
}

.slides {
	float: left;
	margin-top: 50px;
}

#pics {
	width: 380px; height: 240px;
}
#pics img {
	 border: 1px; border-color: #666666;
}





/* Single column style
-------------------------------------------------------------- */	

	


#hobby_title{
	width:98%; height:65px;
	margin:0 auto;
	border-top:1px; border-top-color:#000000; border-top-style:ridge;
}

#hobby_heading{
	width:400px; height:60px;
	font-weight:bold; color:#000066; font-size:18px;
	float:left;
}

#logo{
	width:120px; height:58px;
	float:right;
	text-align:right;
	position:relative; top:5px;
}





/* Columns
-------------------------------------------------------------- */


#hobby_columns{
	height: 2000px;

	margin:0 auto;
	padding-bottom:0%;
	position: relative;
	top:10px;
	width: 100%;
}
#hobby_column1{
	float:left;
	position:relative;
	top:1%;
	width: 460px;
	padding-right: 5px;
	padding-left: 5px;
	border-right-width: thin;
	border-right-style: ridge;
	border-right-color: #CCCCCC;
}


#hobby_column2{
	float:right;
	position:relative;
	right:1%;
	top:1%;
	width: 310px;
	list-style-type: none;
	padding-right: 5px;
	padding-left: 5px;

}
/* Panel buttons
-------------------------------------------------------------- */


.singleCol {
	text-align:justify;
	padding:5px 10px;
	margin:0 auto;
	border-bottom:1px;
	border-bottom-color:#000000;
	border-bottom-style:dotted;
	margin:0 auto;
	width: 296px;	
	
}

.PanelOne a, .PanelTwo a, .PanelThree a{
	width:296px;
	height:50px;
	float: left;
	display:list-item;
	text-indent:-9999px;
	margin-right: 5px;
}

.PanelOne a{
	background:url(../IMAGES/facts.jpg) no-repeat;
}

.PanelTwo a{
	background:url(../IMAGES/accessoriesgreen.jpg) no-repeat;
}

.PanelThree a{
	background:url(../IMAGES/featuredproduct.jpg) no-repeat;
}

.PanelOne a:hover, .PanelTwo a:hover, .PanelThree a:hover{
	background-position:0 -50px;
}	


.ForYouPanel a{
	width:400px;
	height:50px;
	float: left;
	margin-left:8px;
	display:list-item;
	text-indent:-9999px;
	list-style-type: none;
	margin-top: 5px;
}
 

.ForYouPanel a{
	background:url(../IMAGES/foryou.jpg) no-repeat;
}

 .ForYouPanel a:hover{
	background-position:0 -50px;
}	


.titlepanel {
	background:url(../IMAGES/columns/description.jpg) no-repeat;
	height: 50px;
	width: 280px;
	margin-right: 10px;
	margin-left: 10px;
}
.titlepaneltext {
	margin-left: 50px;
	font-family: "Arial Rounded MT Bold";
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 10px;
	color: #333333;
	font-size: 14px;
}





.interestfree a {
	width:167px;
	height:38px;
	float: left;
	margin-left:8px;
	display:list-item;
	text-indent:-9999px;
}
 

.interestfree a{
	background:url(../IMAGES/interestfree.gif) no-repeat;
}


.interestfree a:hover {
	background-position:0 -38px;
}	






/* Footer
-------------------------------------------------------------- */

#footer{
	background-image:url(../IMAGES/finds.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	text-align:center;
	font-weight:bold;
	width: 100%;
	height:70px;
	color: #000000;
	position:relative;
	margin:0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

/* 
-------------------------------------------------------------- */



#more {
	width:70%;
	vertical-align: text-bottom;
}

#construction { width:27%; margin-left:20px;}

#moreImage { overflow:hidden; border:4px solid #fff; margin:5px 0 0 3px; } 
.moreContents{ padding:3px 6px;}


#pargarf {
	width:100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}



.advice {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
	width: 185px;
}



.more1 a{ color:#000000; display:block; padding:5px 8px; } 
.more1 a:hover{ background:#DBB7FF; color:#000000;}

.more1 {
	width: 60%;
	margin-top: 20px;

	margin-left: 10px;
	margin-right: 5px;
	
} 
.more1 a{
	margin-right:2px;
	text-decoration: none;
} 
#moreImage {
	border:4px solid #fff;
	float: left;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	width: 35%;
} 


.whitedetectors a{
	color:#000000;
	display:block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
} 
.whitedetectors a:hover{ background:#DBB7FF; color:#000000;}

.whitedetectors {
	margin-top: 10px;
	width: 300px;
	float: right;
	margin-right: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	
} 
.whitedetectors a{
	margin-right:2px;
	text-decoration: none;
} 


.catalogue a{
	color:#000000;
	display:block;
} 
.catalogue a:hover{ background:#DBB7FF; color:#000000;}

.catalogue  {
	width: 170px;
	
} 
.catalogue  a{
	text-decoration: none;
	margin-bottom: 40px;
} 


.con1 {
	margin-top: 20px;
	list-style-type: disc;
} 
.con1 a{  margin-right:2px; } 

#news {
	position:relative;
	top:110px;
	text-align:center;
	margin:0 auto;
	width: 800px;
}
.moredetectors {
	width: 400px;
	padding-top: 5px;
	border-right-width: thin;
	border-right-style: outset;
	border-right-color: #666666;
}
#white_columns {
height: 1900px;
margin:0 auto;
	padding-bottom:0%;
	position: relative;
	top:10px;
	width: 100%;
}
#garrett_columns {
height: 3200px;
margin:0 auto;
	padding-bottom:0%;
	position: relative;
	top:10px;
	width: 100%;
}
#discovery_columns {
height: 1200px;
margin:0 auto;
	padding-bottom:0%;
	position: relative;
	top:10px;
	width: 100%;
}
#laser_columns {
height: 1300px;
margin:0 auto;
	padding-bottom:0%;
	position: relative;
	top:10px;
	width: 100%;
}
#scanmaster_columns {
height: 1400px;
margin:0 auto;
	padding-bottom:0%;
	position: relative;
	top:10px;
	width: 100%;
}
#teknetics_columns {
height: 1400px;
margin:0 auto;
	padding-bottom:0%;
	position: relative;
	top:10px;
	width: 100%;
}
#xp_columns {
height: 1800px;
margin:0 auto;
	padding-bottom:0%;
	position: relative;
	top:10px;
	width: 100%;
}
.deus {

	display: block;
	margin-top: 10px;
	float: right;
	width: 350px;
}
.deustext {
	display: block;
	margin-top: 30px;
	float: left;
	width: 350px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #EA1D24;
	font-weight: bold;
	margin-left: 20px;
}
#deuspage {

	width:796px;
	background-color:#FFFFFF;
	margin:0 auto;
	position: relative;
	border: none;
	height: 1600px;
}

.deusvideo {
	display: block;
	margin-top: 30px;
	float: right;
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #000000;
	font-weight: bold;
	margin-left: 20px;
	margin-right: 10px;
}
#detectorindex {

	width:796px;
	position:relative;
	border-style:solid;
	border-color:#9933CC;
	border-width:2px;
	height: 720px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	top: 430px;
}

.headerregton {
	background-color:#993399;
	color:#FFF;
	font-weight:bold;
	font-variant: small-caps;
	padding:6px 12px 8px 12px;
	border:1px solid #000;
	background-image: url(../IMAGES/deus/purple.jpg);
}


	
