/*  
Original Name: PoPs, plusoneproducts ~ TROGLITE webpages
Author: tonenolan
Website: www.troglite.co.uk
*/


/*   #ff7800; orange  */
/*   #F58220; orange  */
/*   #333333;  light grey  */
/*   #000000;  black  */
/*   #bcbcbc;  light blue  */
/*   #393C54;  o2 dark blue  */
/*   #3E423C;  o2 very dark blue  */
/*   #000066;  very dark blue  */
/*   #94E0FD;  pops light blue 1  */
/*   #94DFF8;  pops light blue 2  */
/*   #96DDEE;  pops light blue 2  */

/*   #A0DCDC;  pops very light green  */
/*   #CDE8DA;  pops even lighter green   #A5DDD8;   #CDE8DA;  */

/*   #98DDE9;  pops light blue green    */

/*   #9A9A9A;  pops grey  */

/*   #999999;  silver  */
/*   #ffffff;  white  */
/*   #dddddd;  very light grey  */
/*   #B3B3B3;  mid grey  */
/*   443B1C   dark brown    */

/*   #D0E9DB;  very light green  */

/*   #B2E0D4;  light blue green  */
/*   #A5DDD8;  light blue green2  */
/*   #ADDED4;  light blue green42  */





/*========= SETUP =========*/


*{
	border: 0px none;
	margin: 0;
	padding: 0
}
body{
	background: #FFFFFF url('http://www.troglite.co.uk/imagesof/lavalamp/bgr.gif') repeat-x top;
	background-attachment: fixed;
	color: #000000;
	font-style:normal; font-variant:normal; font-weight:normal; font-size:1.1em; font-family:Trebuchet MS
}
h1 {
	font-weight:bold;
	font-size:2.2em;
	margin:0;
	color:#0000FF;
}
h2, h3, h4{text-align:left;
	font-weight:bold;
	margin:0;
	color:#0000FF;
}
h3 {
	font-size:1.5em;
}
h4 {
	font-size:1.3em;
}

h5, h6{	text-align:left;
font-weight:normal;
	margin:0 0 1em 0;
	font-family:"Trebuchet MS"; 
	font-size:1em; 

	}

}
h5{color:#6d3737;
}
h6{
	color:#008000;
}
div {
	position:relative;
	margin:0;
	padding:0;
}	
	
a:hover {
		font-family:"Trebuchet MS"; font-size:1.1em;	letter-spacing:.1em;
	color:#336600; }
a: {font-family:"Trebuchet MS"; font-size:1.1em; color:#8d8787}

hr {
	border:0px none;
	height:2px;
	color:#e8e27e;
	background-color:#e8e278;
	clear:both;
	width:100%
}

/*========= HEADER =========*/

/*- Page Navigation -*/
#nav{
/*	background: #98DDE9;  */  /*    #95DaEE;      #96DDEE;   #94E0FD;   #000066;  #000000;     */
	height: 30px;  /*   30px;  */
	padding: 4px 0 0;
}
#nav-left {
	float:left;
	display:inline;
	width:100%;
	}
#nav ul {
	position: relative;   /*    relative;   */
    height: 26px;  /*    26px;     splodge on top  */
    overflow: visible;   /*   hidden;   */
	padding-left:10px;
}
#nav ul  li {
    float: left;
    list-style: none;

}
#nav ul  li.back {
    background-color: #ADDED4;  /*  #B2E0D4;      #A5DDD8;    #CDE8DA;   #A0DCDC;  #94DFF8;    #D0E9DB;  #393C54;   #443B1C;     #333333;   */ 
    width: 49px;
    height:  30px;  /*   30px;   */
    z-index: 0;   /*     8;    */
    position: absolute;
}
#nav ul  li a {
	text-decoration: none;
	color: #9A9A9A;  /*  #dddddd;  */
	outline: none;
	text-align: center;
	top: 6px;
	text-transform: uppercase;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 26px;
	position: relative;
    overflow: visible;   /*   hidden;   */
	margin: auto 15px !important;
	margin: auto 7px;	
}
#nav ul  li a:hover, #nav ul  li a:active, #nav ul  li a:visited {
	border: none;
}      
