/*
MENU STUFF
==========
*/

body {
	margin:0;
	padding:0;
	background-repeat:repeat-x;
	background-color:#000; /*039ddd*/
	font-family: Helvetica, Arial, sans-serif;
	/*background-image: url(../img/bg-fade.jpg);*/
	}

ul {
	list-style-type: square;
	}
	


/*
Basic Layout
============
*/

#container {
	width: 100%;
	margin:0;
	padding:0;
	text-align:left;
	/*background-image: url('../img/safarigraphic.gif');
	background-repeat:repeat-x;*/
}

#container2 {
	margin-right:auto;
	margin-left:auto;
	width:1010px;
	overflow:hidden;
	background-image: url('../img/sw-container-bg.gif');
}

#header img{
	width:1010px; 
	padding-bottom:10px; 
	background-color:#fff;	
}

#menu {
	height: 25px;
}

#left {
	width: 190px;
	margin: 0 0 10px 10px;
	padding: 0;
	background-color:#00a8ec;
	/*background-image:url('../img/09/SW09lhc-affiliatelogo.gif');
	background-repeat:no-repeat;
	background-position:bottom;*/
	float: left;
}

#content {
	width: 590px;
	float: left;
	margin-left: 10px;
}

#right {
	width: 190px;
	float: right;
	margin: 0 10px 10px 0;
	overflow:hidden;
	background-color:#ff6600;
}

#copyinfo {
	margin:0;
	padding:10px 0 0 10px;
	background-color:#FFFFFF;
	clear:both;
}

/*#copyinfo2 {
	margin:0;
	padding:10px 0;
	height:30px;
	text-align:center;
	background-color:#ff6600;
	color:white;
	font-size:10px;
	width:990px;
}
*/

#world {
position:absolute;
margin-top:580px; /*470*/
float:left;
}


.onecol {
width:190px;
margin: 0 10px 10px 0;
}

.twocol {
width:390px;
margin: 0 10px 10px 0;
}

.threecol {
width:590px;
margin: 0 0 10px 0;
}

.outer3col {
	margin:8px 0 0 0;
	width:450px;
}



#l3col { top:0; left: 0; width: 140px; height:100px; }

#m3col { margin-left:150px; width: 140px; height:100px; margin-top:-100px;}

#r3col { margin-left: 300px; width: 140px; margin-top:-100px; }

/* 
TEXT STYLES
===========
*/

p, form {
	font-size:11px;
	font-weight:normal;
	font-family: Helvetica, Arial, sans-serif;	
	text-align:justify;
	margin:0 0 10px 0;
	}

p a {
	color:#ff6600;
	}

h1 {
	font-size:30px;
	font-weight:bold;
	font-family: Helvetica, Arial, sans-serif;
	text-transform:lowercase;	
	text-align:left;
	margin:0 0 10px 0;
	color:#00496a; /*#00a8ec*/
	}

h2 {
	font-size:20px;
	font-weight:bold;
	font-family: Helvetica, Arial, sans-serif;	
	text-align:left;
	margin:0 0 10px 0;
	color:#004767;
	}

h2.uk {
	border-bottom:#ff6600 1px dotted;
	}

h2.map {
	padding-top:35px;
	height:15px;
	padding-bottom:3px;
	background-repeat:no-repeat;
	background-position:right;
	border-bottom:#ff6600 1px dotted;
}

h2.europe {
	background-image: url(../img/icons/SWmap-europe.gif);
	background-repeat:no-repeat;
	}

h2.hawaii {
	background-image: url(../img/icons/SWmap-hawaii.gif);
		background-repeat:no-repeat;
}

h2.indo {
	background-image: url(../img/icons/SWmap-indo.gif);
		background-repeat:no-repeat;
}

h2.africa {
	background-image: url(../img/icons/SWmap-africa.gif);
		background-repeat:no-repeat;
}

h2.mex {
	background-image: url(../img/icons/SWmap-mexcentralamerica.gif);
		background-repeat:no-repeat;
}

h2.northam {
	background-image: url(../img/icons/SWmap-northamerica.gif);
		background-repeat:no-repeat;
}

h2.oznz {
	background-image: url(../img/icons/SWmap-oznz.gif);
		background-repeat:no-repeat;
}

h2.southam {
	background-image: url(../img/icons/SWmap-southamerica.gif);
		background-repeat:no-repeat;
}

h3, h3 a {
	font-size:12px;
	font-weight:bold;
	font-family: Helvetica, Arial, sans-serif;	
	text-align:left;
	margin:0 0 10px 0;
	color:#4fb6e3;
	}


h3.surf {
	padding-top:6px;
	height:19px;
	padding-left:28px;
	background-repeat:no-repeat;
	background-position:left;
	background-image: url(../img/icons/Surficon.gif);
	}

h3.snow {
	padding-top:6px;
	height:19px;
	padding-left:28px;
	background-repeat:no-repeat;
	background-position:left;
	background-image: url(../img/icons/Snowicon.gif);
	}


h3 a {
	color:4fb6e3;
	text-decoration:none;
	}

h4 {
	font-size:11px;
	font-weight:bold;
	font-family: Helvetica, Arial, sans-serif;	
	text-align:left;
	margin:0 0 10px 0;
	color:#004767;
	}


h5 {
	color: #ffffff;
	font-size: 12px;
	margin-top:6px;
	margin-bottom:-2px;
	}

h5 a, h5 a:visited, h5 a:link {
	color: #ffffff;
	text-decoration:none;
	display:block;
	}

h5 a:hover {
	color: #ffffff;
	text-decoration:none;
	}

h6 {
	background-color: #ffffff;
	font-size: 12px;
	margin-top:0;
	margin-bottom:0;
	padding:0 6px 6px 6px;
	}

 
#left a:hover {
	color: #ffffff;
	text-decoration:none;
	padding: 4px 0 4px 16px ;
	}

#bannerright{
	padding:10px 15px;
	margin:0;
	}
	
.c { text-align:center;}

#right p {
	margin-left:10px;
	margin-right:10px;
	}	

#right a.title
	{
	font-size:12px;
	font-weight:bold;
	color:#fae200;
	}

/* 
IMAGE TAGS
==========
*/

.ileft {
	float: left;
	margin: 0px 10px 10px 0;
	padding:0px;
	}

.iright	{
	float: right;
	margin: 0px 0px 10px 10px;
	padding:0px;
	}
	
.margr {margin-right:10px;}

/*
CONTENT STYLES
==============
*/

#copyinfo a, #copyinfo a:link, #copyinfo a:visited, #copyinfo a:hover {
	color: black;
	}

#copyright a, #copyright a:link, #copyright a:visited, #copyright a:hover {
	display:inline;	
	}

.rpanel {
	background-color: #f3e9c5;
	margin-top:0;
	margin-bottom:4px;
	padding:0 8px;
	}

.rpaneltext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:left;
	margin-top:0;
	padding:8px 0;
	color:#85623c;
	border-top:1px dotted #85623c;
	}
	
	
.phone {
	font-size:25px;
	font-weight:bold;
	font-family: Helvetica, Arial, sans-serif;	
	text-align:center;
	margin:0 0 10px 0;
	color:#00496a; /*#00a8ec*/
	}
	
.strapline {

	font-size:25px;
	font-weight:bold;
	font-family: Helvetica, Arial, sans-serif;	
	text-align:left;
	margin:0 0 10px 0;
	color:#00a8ec;
	}

/*
Boxes - different colours
=========================
*/

.red {
	background-color:#ff1a00;
	}

.tbr {
	color:#85623c;
	}

/*
LIST STYLES
===========
*/

ul {
	}

li {
	list-style:square;
	font-size:16px;
	font-weight:normal;
	font-family: Helvetica, Arial, sans-serif;	
	text-align:left;
	}


#left ul, #right ul {
	margin: 0;
	padding:0;
	overflow:hidden;
	width:190px;
	}

#left li {
	list-style: none;
	margin: 0;
	padding:5px 10px;
	display:block;	
	border-bottom:1px dotted #fff;
	}

#left ul li a, #left ul li a:visited, #left ul li a:link, #left ul li a:active {
	display:block;
	width:190px;
	text-decoration:none;
	padding:0;
	color:#fff;
	margin:0;
	}

#left ul li a:hover {
	color:#fff;
	}


/* 
Table-less Forms
================
*/

input.lp {
	text-align:center;
	margin: 0 0 5px 10px;
	display: block;
	width: 100px;
	float: left;
	}

form.lp {
	margin:0 0 30px -10px;
	}

label {
	display: block;
	float: left;
	margin-bottom: 10px;
	text-align: right;
	width: 120px;
	padding-right: 20px;
	}

form br {
	clear: left;
	}

/* ACCORDION MENU */

.AccordionTitle, .AccordionContent, .AccordionContainer {
	position:relative;
	width:190px;
	}

.AccordionTitle {
	overflow:hidden;
	cursor:pointer;
	-moz-user-select:none;
	}

.AccordionContent {
	height:0;
  	padding:0;
  	margin:0;
  	overflow:hidden;
  	display:none;
	}

#left li.AccordionContent { 
	padding:0;
	border-bottom:none;
	}

#left li.AccordionContent ul li {
	font-size:14px; 
	}

/* OTHER FIXES */


	
#left a img, #right a img {
	border:	none;
	}

#content li { font-size:11px; }

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

div.prod_thumb {
width: 120px;
height:120px;/*165*/
padding:10px 9px 5px 9px;
margin: 0 10px 10px 0;
border:1px dotted #ff6600;
display:block;
float:left;
overflow:hidden;
}

.prod_thumb p {
text-align:center;
margin:2px 0 0 0;
}

.prod_thumb a {
text-decoration:none;
border:none;
color:#019fe0;
}



.prod_thumb a:hover{
text-decoration:none;
border:none;
color:#9f3;
}

.prod_thumb a img {
width:120px;
height:90px;
border:none;
margin-bottom:10px;
/*border-color:#019fe0;*/
}

.last, div.last { 
	margin:0 0 10px 0;
	}