body {
	margin:0;
	padding:0;
	width:100%;
	background:#f1bbd2;
	background-image: url("images/body-bg.jpg");
	background-repeat: repeat-x;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	color: #dd4783;
	text-decoration:none;
}
a:hover {
	color:#4c3782;
	text-decoration:underline;
}

a img {
	border:0px solid #000;
}

h1{
 	font: bold 160% Times New Roman, Georgia, serif;
 	color: #4c3782;
	margin:0px 0px 5px 0px;
	}

h2{
	font: bold 120% Arial, Helvetica, sans-serif;
	color: #4c3782;
	margin:10px 0px 5px 0px;
}

h3{
	font: bold 100% Arial, Helvetica, sans-serif;
	color: #dd4783;
	text-align: center;
	margin:10px 0px 5px 0px;
	padding:10px 0px 5px 0px;
}

p {
	margin:8px 0px 8px 0px;
	padding:0;
	font: 80% Arial, Helvetica, sans-serif;
	text-align: justify;
	color: #4c3782;
}

img {
	margin:0px;
}

li{font: 80% Arial, Helvetica, sans-serif;}


.product_img{border: 1px solid #ccc; margin-top: 5px;}
.logo{float: left;}
.basketimg{float: left; margin-top: -20px; padding: 0px 0px 0px 10px;}


div.basket{
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	border: 1px solid #dd4783;
	background-image: url("images/basket-bg.jpg");
	background-repeat: repeat-x;
	background-color: #f8bdd5;
}

div.basket ul{
	padding: 0px;
	margin: 10px 10px 20px 10px;
	
}

div.basket li{
	font-size: 75%;
	list-style: none;
	line-height: 18px;

}

div.basket li a{
	display: block;
	text-align: left;
	width: 100%;
	color: #4c3782;
	border-bottom: 1px dashed #ccc;
	text-decoration: none;
	
}

div.basket li a:hover{
	color: #000;
	
}

div.basket p{
	padding: 5px 10px 5px 10px;
	text-align: center;
	color: #dd4783;
}


#container{
	width: 985px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
	background-color: #fff;
	padding: 0px 10px 0px 10px;
}

#header {
	float:left;
	width:100%;
	padding:0;
	margin:0;
	background-image: url("images/header-bg2.jpg");
	background-repeat: repeat-x;
	height: 213px;
	position: relative;
}

#header div.right_img {
	background-image: url("images/pirates.png");
	background-repeat: no-repeat;
	width: 160px;
	height: 192px;
	position: absolute;
	top: 20px;
	right: 10px;
}

#searchdiv{
	float: right;
	width: 420px;
	padding-top: 50px;

}

#searchdiv p{
	color: #fff;
}



#nav{
	
	
}

#nav ul {
	clear:left;
	float:left;
	width:100%;
	list-style:none;
	margin:0px 0 0 0;
	padding:0;
	background-color: #dd4783;
}

#nav ul li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}

#nav ul li a {
	display:block;
	float:left;
	margin:0px;
	padding:4px 20px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	position:relative;
	line-height:1.3em;
	border-right: 1px solid #f88db8;
}

#nav ul li a:hover {
	background:#4c3782;
	color:#fff;
}


#menu {
	width: 180px;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0px;
}

#menu li {
	border-bottom: 1px solid #fff;
	padding: 0px;
	margin: 0px;

}

#menu li a:link, #menu li a:visited {
	font-size: 100%;
	display: block;
	padding-left: 10px;
	background-color: #dd4783;
	color: #fff;
	text-decoration: none;
	line-height: 25px;
}

#menu li a:hover {
	background-color: #dd4783;
	color: #4c3782;
}

#menu ul ul {
	margin-left: 0px;
	margin: 0px;
	padding: 0px;
}

#menu ul ul li {
	font-size: 100%;
	margin:0;
	padding: 0px;
}

#menu ul ul a:link, #menu ul ul a:visited {
	background-color: #f88db8;
	color: #fff;
}

#menu ul ul a:hover {
	background-color: #f88db8;
	color: #4c3782;
}

#menu ul ul ul {
	margin-left: 0px;
	margin: 0px;
	padding: 0px;
}

#menu ul ul ul li {
	font-size: 100%;
	margin:0;
	padding: 0px;
}

#menu ul ul ul a:link, #menu ul ul ul a:visited {
	background-color: #f8bdd5;
	color: #dd4783;
}

#menu ul ul ul a:hover {
	background-color: #f8bdd5;
	color: #4c3782;
}


.fourcolumn {
	position:relative;
	clear:both;
	float:left;
	width:100%;
	overflow:hidden;
	background:transparent;		/* Left column background colour */
	margin-top: -30px;
	margin-bottom: 10px;
}

.fourcolumn .colmid {
	float:left;
	width:200%;
	position:relative;
	left:180px;
	background:transparent;    	/* Centre column background colour */
}

.fourcolumn .colright {
	float:left;
	width:100%;
	position:relative;
	left:50%;
	margin-left:-360px;
	background:transparent;    	/* Right column background colour */
}

.fourcolumn .col1wrap {
	float:right;
	width:50%;
	position:relative;
	right:100%;
}

.fourcolumn .col1pad {
	margin:0 20px 0 380px;
	overflow:hidden;
}

.fourcolumn .col1 {
	width:100%;
	overflow:hidden;
}

.fourcolumn .leftcol{
	float: left;
	width: 50%;
}

.fourcolumn .rightcol{
	float: right;
	width: 48%;
}

.fourcolumn .rightcol p{
	font-size: 90%;
}

.fourcolumn .col2 {
	float:left;
	width:180px;
	position:relative;
	margin-left:-50%;
	left:180px;
	overflow:hidden;
		background-color: #fff;
}

.fourcolumn .col3 {
	float:left;
	width:180px;
	position:relative;
	left:0px;
	overflow:hidden;
	margin-top: 30px;
}



.threecolumn {
	position:relative;
	clear:both;
	float:left;
	width:100%;
	overflow:hidden;
	background:transparent;		/* Left column background colour */
	margin-top: -30px;
		margin-bottom: 10px;
}

.threecolumn .colmid {
	float:left;
	width:200%;
	position:relative;
	left:180px;
	background:transparent;    	/* Centre column background colour */
}

.threecolumn .colright {
	float:left;
	width:100%;
	position:relative;
	left:50%;
	margin-left:-360px;
	background:transparent;    	/* Right column background colour */
}

.threecolumn .col1wrap {
	float:right;
	width:50%;
	position:relative;
	right:90%;
}

.threecolumn .col1pad {
	margin:0px 20px 0 175px;
	overflow:hidden;
}

.threecolumn .col1 {
	width:100%;
	overflow:hidden;
}

.threecolumn .leftcol{
	float: left;
	width: 50%;
	padding: 15px 0px 0px 0px;
}

.threecolumn .rightcol{
	float: right;
	width: 48%;
	padding: 5px 0px 0px 0px;
}

.threecolumn .rightcol p{
	font-size: 80%;
}

.threecolumn .col2 {
	float:left;
	width:180px;
	position:relative;
	margin-left:-50%;
	left:180px;
	overflow:hidden;
	background-color: #fff;
}

.threecolumn .col3 {
	float:left;
	width:180px;
	position:relative;
	left:0px;
	overflow:hidden;
	top: 40px;
}


#footer {
	clear:both;
	position: relative;
	float:left;
	width:970px;
	padding:0px 10px 0px 10px;
	margin-bottom: 10px;
	background-color: #dd4783;
}

#footer p {
	font-size: 80%;
	line-height:  8px;
	color:#fff;
}





























