* { margin: 0; padding: 0; }
body, html {
	color: Black;
	font-family: "Gill Sans MT", "Trebuchet MS", Arial, Helv, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	background-color: #000060;
	background-image: url(graphics/bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
}
a {
	color:#0000cd;
}
a:hover {
	color: #b93300;
	text-decoration: none;
}
p {
	padding-top: 14px;
}
li {
	margin-left: 30px;
}

.container {
/*	border: 1px solid black;*/
	position: relative;
	padding: 0 auto;
	margin: 0 auto;
	width: 1000px;
	height: 693px;
}

.flowers-left {
	position: absolute;
	left: 10px;
	bottom: 200px;
}
.flowers-right {
	position: absolute;
	right: 0;
	top: 0;
}
.flowers-bottom {
	position: absolute;
	left: 80px;
	bottom: 0;
}
.carico-logo {
	position: absolute;
	bottom: 50px;
	left: 110px;
}

.images {
	position: absolute;
	display: block;
	top: 8%;
	right: 4%;
}
.images .logo {
	 margin-bottom: 10px;
}
.images .address {
	 margin-top: 15px;
}

.menu {
	list-style-type: none;
}
.menu li {
	padding: 0;
	margin: 0;
}

/* Barbados Store */
.address {
	background-image: url(graphics/addressbg.png);
	background-position: left;
	background-repeat: repeat-y;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
	font-size: 11pt;
	line-height: 130%;
	color: #6587b7;
}
.address a {
	color: #5e9bcb;
	text-decoration: none;
}
.address a:hover {
	color: #a4dcf9;
}
.images .heading  {
	color: #5e9bcb;
	font-size: 16pt;
	border-bottom: 1px solid #345ba5;
	padding-left: 15px;
	margin-bottom: 5px;
}
.images .headings {
	color: #5e9bcb;
}
.address ul {
	margin: 15px;
}
.address li {
	color: #5e9bcb;
}
.address li span {
	color: #6587b7;
}
.address .text {
	padding-left: 15px
}