/*
Title:			GunShotLocating Ltd.
Description:	CSS for gunshotlocating.co.uk
Author:			Visualcode Limited
Date: 			Tuesday 27th May 2008.
Copywrite:		Visualcode Ltd.
Version:		1.0
*/


body {
	font:11px/18px "Verdana", Geneva, Tahoma, Lucida Grande, Arial, sans-serif;
	color:#333;
	margin:0;
	padding:0;
	background:#002557;
	text-align:center;
	}

input, 
button, 
select, 
textarea {
	font:11px/18px "Verdana", Geneva, Tahoma, Lucida Grande, Arial, sans-serif;
	}
	
a:link {
	color: #002557;
	text-decoration: none;
}

a:visited {
	color: #002557;
	text-decoration: none;
}

a:active {
	color: #f4b500;
	text-decoration: none;
}

a:hover {
	color: #f4b500;
	text-decoration: none;
}

a img{
	border:0;
	}

h1, h2, h3{
	font-weight:normal;
	}
	
h1 {
	font-size: 1.9em;
	color: #002557;
	}

h2 {
	color:#f4b500;
	font-size: 1.5em;
	}

h3 {
	color:#666;
	font-size: 1.3em;
	}

hr {
	border: none;
	border-top: 1px solid #CCC;
	height: 1px;
	margin: 8px auto;
	padding: 0;
	color:#FFF;
	}

.clear{
	clear:both;
	}
	
/* Xinha Table Layout */

table {
	margin:0; 
	padding:0; 
	border-collapse:collapse; 
	border-spacing:0px;
	width:98% !important;
	}

table td{
	font-family: tahoma, arial, sans-serif;
	color:#403F3F;
	border:1px solid #ebebeb;
	padding:5px;
	font-size:1em;
	vertical-align:top;
	}	

/* ______________________ Start Layout ______________________ */

#container{
	padding:0;
	margin:0;
	background:#FFF url(images/background.png) repeat-x  top;
	}

#wrapper {
	width:850px;
	margin:0 auto;
	padding:0;
	}
	
#header {
	width:100%;
	color:#FFF;
	}

#Logo {
	padding-top:23px;
	float:left;
	margin:0;
	}

.clearLogo{
	clear:both;
	margin:0;
	padding;0;
	}

#basketArea{
	text-align:right;
	padding-top:42px;
	font-size:95%;
	margin:0;
	}

#basketArea h1{
	margin:0;
	padding:0;	
	}

#basketArea a:hover{
	color:#333;
	}

/* ______________________ Additional Navigation ______________________ */

#topbar{
	background:transparent;
	border-top:none;
	color:#666;
	height:25px;

	}

#adNav a:link{color:#FFF;}
#adNav a:visited{color:#FFF;}
#adNav a:active{color:#f4b500;}
#adNav a:hover{color:#f4b500;}	

#adNav{
	height:15px;
	width:550px;
	float:right;
	padding-top:8px;
	padding-right:8px;
	}

#adNav ul{
	margin:0;
	padding:0;
	list-style:none;
	font-size:90%;
	line-height:1em;
	}

#adNav li {
	padding:0px 5px 0 15px;
	border-right:#CCC solid 1px;
	list-style:none;
	display:inline;
	text-align:center; 
	float:right;
	background: url(images/tinyArrow.gif) no-repeat 7px 2px;
	}

/* ______________________ Navigation ______________________ */		
	
 #navigation{
 	clear:both;
 	height:35px;
 	margin-bottom:3px;
	position:relative;
	padding-top:10px;
	
	}

 #navigation ul {
	list-style:none; 
	padding:0;
	margin:0;
	position:relative;
	height:25px;
	text-align:left;
	border-bottom:none
	}
	
 #navigation ul li {
	display:inline;
	float:left;
	margin:0;
	position:relative;
	text-align:center;
	margin-left:5px;
	background:#333;
	font-weight:bold;
	font-size:90%;
	border-right:#f4b500 solid 3px;
	}
	
 #navigation ul li a {
	color:#FFF;
	position:relative;
	height:25px;
	display:block;
	padding:5px 15px 0px 15px;
	border-right:#FFF solid 1px;
	}
	
 #navigation ul li a:hover {
	color:#002557;
	position:relative;
	background:#f4b500;
	}

 #navigation li ul {
 	display: none;
 	position: absolute;
  	margin-top:5px;
	top: 29px;
	left: -2px;
	border:none;
	border-top:1px solid #ffc8c8;
	background:transparent;
	}


#navigation li:hover ul,
 #navigation li.mshover ul{ 
	display: block; 
	margin:0;
	padding:0;
	width:180px;
	list-style:none;
	padding-bottom:5px;
	background:transparent;
	}
	
 #navigation li ul li {
	margin:0;
	padding:0px;
	display:block !important;
	float:none;
	border:none;
	border-bottom:#ECECEC solid 1px;
	border-right:none;
	text-align:left;
	font-size:100%;
	background:transparent url(images/dropNav.png) repeat;
	margin:0 !important;
	padding:0 !important;
	height:30px;
	}

 #navigation li ul li a{
	display:block;
	padding:5px 0 0px 15px !important;
	color:#002557;
	border:none;
	text-align:left;
	background:#f4b500;
	}

 #navigation li ul li a:hover{
	color:#FFF;
	background:#002557;
	}

/* Third Level*/


#navigation li ul li ul{
	display:none !important;
	position:absolute;
	top:0;
	left:0;
	}

/* ______________________ Search Main Area ______________________ */	

form.search{
	padding:5px 10px;
	height:30px;
	}


form.search input{
	padding:6px;
	border:#CCC solid 1px;
	background:#FFF url(images/searchBack.gif) repeat-x left top;
	float:left;
	}

form.search input.search{
	text-align:left;
	background:#FFF url(images/searchInput.gif) no-repeat;
	border:none;
	height:30px;
	width:102px;
	padding:0px 15px !important;
	color:#FFF;
	font-weight:bold;
	float:left;
	margin-left:10px;
	}

form.search img{
	float:right;
	}	
	

/* ______________________ Banner ______________________ */	


#banner{
	background:#FFF;
	margin-bottom:8px;
	}

#bannerContainer{
	border:#ECECEC solid 3px;
	background:#002557;
	}

#bannerHB{
	display:none;
	}
	
/* ______________________ Main Content/Areas ______________________ */	

#mainContent{
	width:606px;
	float:left;
	}
	
.sContent{
	background:#FFF url(images/contentBack.gif) repeat-x left bottom;
	border:#ECECEC solid 3px;
	margin-bottom:5px;
	text-align:left;
	padding:10px;
	}
	
.sContent ul{
	list-style:none;
	margin:0 0 0 20px;
	padding:0;
	}
	
.sContent ul li{
	padding-left:20px;
	background: url(images/bullet.gif) no-repeat 0 3px;
	}	

#sideVid{
	width:209px;
	border:#ECECEC solid 3px;
	float:right;
	background:#FFF;
	text-align:left;
	height:190px;
	margin-bottom:8px;
	padding:10px;
	line-height:2em;
	padding-top:30px;
	}

#sideVid h1{
	background:url(images/quote2.gif) no-repeat bottom right;
	padding:10px 0 10px 0;
	display:inline;
	}

#quote{
	background:url(images/quote1.gif) no-repeat top left;
	height:30px;
	width:40px;
	display:block;
	float:left;
	}

/* ______________________ Side Navigation ______________________ */		
	
#sideNav {
	font-size:100%;
	position:relative;
	width:235px;
	float:left;
	text-align:left;
	background:#333 url(images/sideNav.gif) no-repeat left bottom;
	padding-bottom:20px;
	float:right;
	}

#sideNav ul {
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	}

#sideNav ul li {
	padding:0px 0px 0px 20px;
	border-bottom:#FFF solid 1px;
	border-right:#f4b500 solid 3px;
	background:transparent url(images/tinyArrow.gif) no-repeat 10px 12px !important;
	background-position: 0px center;
	position:relative;
	}

#sideNav ul li a{
	color:#FFF;
	border-right:#FFF solid 1px;
	display:block;
	padding:5px;
	}

#sideNav ul li a:hover{
	color:#002557;
	background:#f4b500;
	border-left:#FFF solid 1px;
	}


#sideNav li ul{
	display:;
	}

#sideNav li:hover ul,
#sideNav li.mshover ul{ 
	display: block; 
	margin:0;
	padding:0;
	background-position:left bottom;
	width:180px;
	list-style:none;
	}

#sideNav li ul li{
	padding:0px 0px 0px 10px;
	border-bottom:none;
	background: url(images/tinyArrowWhite.gif) no-repeat !important;
	background-position: 0 5px !important;
	position:relative;
	}
	
#sideNav li ul li a{
	color:#FFF !important;
	}

#sideNav li ul li a:hover{
	color:#fef3bf !important;
	}


/* ______________________ Search Filter ______________________ */	

form.searchFilter{
	padding:10px 0 0 0;
	}


form.searchFilter h2{
	margin:0;
	}

form.searchFilter label{
	display:block;
	border-bottom:#ECECEC solid 1px;
	margin-bottom:2px;
	margin-left:5px;
	}

form.searchFilter select{
	width:150px;
	margin:0 10px;
	border:#CCC solid 1px;
	background:#fef3bf;
	color:#000;
	}

form.searchFilter select.price{
	width:55px;
	margin:0 0px 0 10px;
	}

form.searchFilter input{
	padding:6px;
	border:#CCC solid 1px;
	background:#FFF url(images/searchBack.gif) repeat-x left top;
	}

form.searchFilter input.search{
	text-align:left;
	background:#FFF url(images/searchInput.gif) no-repeat;
	border:none;
	height:30px;
	width:102px;
	padding:0px 15px !important;
	color:#FFF;
	font-weight:bold;
	margin:10px;
	}
	
/* ______________________ Footer ______________________ */

#clearWrapper{	
	clear:both;
	height:20px;
	}

#footer {
	background:#002557 url(images/footBack.png) repeat-x;
	border-top:#333 solid 3px;
	clear:both;
	padding-top:0px;
	text-align:center;
	font-size:85%;
	color:#FFF;
	text-align:center;
	
	margin:0;
	}

#fholder{
	width:850px;
	margin:0 auto;
	}
	
#fholder b,
#fholder a{
	color:#f4b500;	
	}

#copyright{
	text-align:left;
	float:left;
	width:420px;
	padding-top:10px;
	}

#contactAd,
#contactNo{
	width:170px;
	padding:10px 20px;
	float:right;
	text-align:left;
	border-left:#FFF solid 1px;
	height:90px;
	}


#contactNo ul{
	list-style:none;
	margin:0;
	padding:0;
	}
	
#contactNo ul li{
	padding-left:20px;
	background: url(images/bullet.gif) no-repeat 0 3px;
	}

#legalAd {
	clear:both;
	text-align:right;
	padding-top:15px;
	}

/*--------------------------- General Forms - Specific ---------------------------*/

form.custDetails {
	margin:0;
	padding:0;
	margin-top:10px;
	padding-top:10px;
	}

form.custDetails p {
	margin:0;
	padding:2px 0 2px 0 ;
	
	}

form.custDetails label {
	float: left;
	margin:0;
	padding:5px 1px 0 1px;
	width: 15em;
	text-align: left;
	font-size:95%;
	}

form.custDetails input,
form.custDetails select,
form.custDetails textarea{
	margin-bottom:5px;
	padding:3px;
	border:#CCC solid 1px;
	background:#FFF url(images/searchBack.gif) repeat-x left top;
	}

form.custDetails select{
	margin-bottom:5px;
	padding:0;
	border:#CCC solid 1px;
	}

form.custDetails form input.standard {
	width:200px;
	}

form.custDetails form textarea {
	width:400px;
	font-size:9pt;
	}	


form.custDetails .submit {
	margin-top:10px;
	text-align:left;
	}

form.custDetails .submit input {
	background:#333 url(images/buttonBack.gif) repeat-x -3px -1px;
	padding:5px 10px !important;
	border:#CCC solid 1px;
	border-right:#000 solid 1px;
	border-bottom:#000 solid 1px;
	color:#f4b500;
	font-weight:bold;
	font-size:85%;
	}

form.custDetails .currency{
	width:250px;
	}

form.custDetails .currency label{
	margin:0;
	padding:0;
	text-align: left;
	font-size:95%;
	width:1em;
	}

form.custDetails .currency input {
	float:left;
	}	

form.custDetails .currency .inner{
	width:100px;
	float:right;
	}

form.custDetails input.button {
	background:#000 url(images/buttonBack.gif) repeat-x -3px -1px;
	padding:5px 10px !important;
	border:#10151D solid 1px;
	border-left:#5490BA solid 1px;
	border-top:#5490BA solid 1px;
	color:#FFF;
	font-weight:bold;
	font-size:85%;
	}

/* ___________________________________ PRODUCTS ___________________________________ */

#productContainer{
	margin-bottom:10px;
	}	
#productDetails{
	margin-bottom:15px;
	}	
table.summary,
table.details{ 
	width:100% !important;
	}
table.summary td,
table.details td{
	background:#FFF;
	border:#03625A solid 1px;
	}
table.summary td.head,
table.details td.head{
	background:#03625A;
	color:#FFF;
	padding:0 5px;
	text-align:right;
	line-height:13px;
	}
table.summary td.head h1,
table.details td.head h1{
	padding:0;
	margin:0;
	color:#FFF;
	text-align:left;
	font-size:1.4em;
	padding-bottom:10px;
	}
table.summary td.detailButton,
table.details td.detailButton{
	vertical-align:bottom;
	background:#ECECEC;
	width:100px;
	}
table.summary td.detailButton a,
table.details td.detailButton a{
	display:block;
	background:#00615f url(images/buttonBack.gif) repeat-x -3px -1px;
	padding:2px 5px;
	border:#10151D solid 1px;
	border-left:#5490BA solid 1px;
	border-top:#5490BA solid 1px;
	color:#FFF;
	font-weight:bold;
	font-size:85%;
	text-align:center;
	}
table.details td.pictures{
	padding:5px;
	width:175px;
	text-align:left;
	font-weight:bold;
	}
.smallimages{
	margin-top:6px;
	}
.smallimages img {
	border:#FFF solid 1px;
	margin:0;
	padding:0;
	}

/* ___________________________________ Stockists ___________________________________ */

#stockSearch{
	border:#DDD solid 1px; 
	padding:10px;
	background:#FCFCFC;
	}

#stockSearch form select{
	float: left;
	margin-bottom:5px;
	padding:0;
	border:#CCC solid 1px;
	background:#00615f;
	color:#FFF;
	}

#stockSearch form label {
	float: left;
	margin:0 0 0 10px;
	padding:0px 1px 0 1px;
	width: 5em;
	text-align: left;
	font-size:95%;
	font-weight:bold;
	}

#stockSearch form input.submit {
	background:#00615f url(images/buttonBack.gif) repeat-x -3px -1px;
	padding:3px 10px !important;
	border:#10151D solid 1px;
	border-left:#5490BA solid 1px;
	border-top:#5490BA solid 1px;
	color:#FFF;
	font-weight:bold;
	font-size:85%;
	margin-left:10px;
	}

#Stockists{
	margin-top:10px;
	border:#DDD solid 1px;
	text-align:center;
	background:#FCFCFC;
	padding:5px 0;
	
	}

#Stockists .details{
	width:185px;
	float:right;
	clear:right;
	}

#Stockists .clearDetails{
	clear:right;
	border-top:#02DED9 solid 1px;
	}

.shop{
	border:#DDD solid 1px;
	width:245px;
	float:left;
	padding:10px;
	margin:5px;
	text-align:left;
	background:#FFF url(images/liningMain.gif) no-repeat -10px bottom;
	}
	
.shop p {
	color:#006260;
	font-size:13px;
	margin:0;
	padding:0;
	}

#Directions {
	clear:both;
	margin-top:10px;
	margin-bottom:20px;
	border:#DDD solid 1px;
	padding:5px 10px;
	background:#FCFCFC;
	}
	
#Directions .right a, #Directions .left a {
	display:block;
	background:#00615f url(images/buttonBack.gif) repeat-x -3px -1px;
	padding:2px 0px;
	border:#10151D solid 1px;
	border-left:#5490BA solid 1px;
	border-top:#5490BA solid 1px;
	color:#FFF;
	font-weight:bold;
	}
#Directions .right,
#Directions .left{
	width:100px !important;
	font-size:85%;
	text-align:center;
	}	
#Directions .right{
	float:right;
	}
#Directions .left{
	float:left;
	}

.pagenumbers{
	float:left;
	margin-left:10px;
	width:315px;
	text-align:center;
	font-weight:bold;
	}
	
/*-------------- Stockists ----------------*/	
	
/* PDF */

#PDF {
	margin-top:20px;
	background:#FFFCCC;
	border:#CCC dotted 1px;
	}

#PDF ul li {
	background:url(images/pdficonsmall.gif) no-repeat 2px 5px;
	padding:10px 10px 10px 30px;;
	}

#getPDF {
	padding:0 0 10px 40px;
	font-weight:bold;
	font-size:80%;
	}	

.orderform {
	border:#02DED9 solid 1px;
	padding:10px;
	background:#edffff;
	margin-bottom:10px;
	}

.stockistdetails{
	border:#006260 solid 1px;
	padding:10px;
	background:#FFF;
	margin-bottom:10px;
	}
	
.stockistdetails table{
	width:100% !important;
	}

.stockistdetails table td{
	border:#006260 solid 1px;
	background:#FFF;
	}	

.stockistdetails table td.title{
	background:#006260;
	color:#FFF;
	font-weight:bold;
	width:120px;
	}
	
.loggedin{
	border:#02DED9 solid 1px;
	padding:10px;
	background:#edffff;
	color:#000;
	text-align:right;
	}

	
/*-------------- News ----------------*/

.back {
	padding:10px 0;
	text-align:center;
	border-top:#02DED9 solid 1px;
	}

.back a {
	background:#00615f url(images/buttonBack.gif) repeat-x -3px -1px;
	padding:5px 10px !important;
	border:#10151D solid 1px;
	border-left:#5490BA solid 1px;
	border-top:#5490BA solid 1px;
	color:#FFF;
	font-weight:bold;
	font-size:85%;
	}
	
h1.archived{
	border-top:#CCC solid 1px;
	padding-top:10px;
	}
	
ul.archived{
	margin:0;
	padding:0;
	margin-bottom:15px;
	}

ul.archived li{
	background:#F2FEFD;
	border:#02DED9 solid 1px;
	margin-bottom:5px;
	padding:5px 10px;
	}
	
	
	
/* ______________________ Featured Area ______________________ */		
	
.featured{
	width:90px;
	padding: 5px;
	margin-top:5px;
	margin-left:5px;
	background:#FFF;
	text-align:center;
	border:#ECECEC solid 1px;
	float:left;
	}

.featured img{
	border:#ECECEC solid 1px;
	margin:0 auto;
	}

.featured a.button{
	background:#FFF url(images/searchInput.gif) repeat-x -1px -1px;
	display:block;
	color:#FFF;
	padding:1px;
	width:60px;
	margin:1px auto;
	}
	
	
	
	
	
	
	
	
	
	
	
	