/* CSS Document */
/* -----------TAG STYLES------------- */
body {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-align: center;
	background-color: #FFE6F1;
}
p {
	font-size: 1em;
}
table.contact{
	margin: 3px 0px 48px 0px;
	padding: 3px;
	border: 1px solid #cccccc;
}
table.shipping{
	margin-right: 20px; 
	float:right;
	width: 420px;
	padding: 2px;
	border: 1px solid #cccccc;
}
table.home{
	width: 439px;
	margin: 0px;
	padding: 0px;
}
td.grey {
	background: #DDDDDD;
}
/* general styles */
/* common elements */
h1 {
	font-size: 18px;
	font-weight: bold;
	text-transform: lowercase;
	color: #F7558C;
	text-align: center;
	padding: 5px;
	margin: 0px;
}
h2 {
	font-size: .8em;
	font-weight: bold;
	color: #F7558C;
	padding: 5px;
	margin: 3px 0px;
}
li {
	margin-top: 10px;
	margin-right: 15px;
	font-size: .9em;
	list-style-image: url(shared/bullet.gif);

}

/* Forms */
label {
	font-size: 12px;
}
input {
	font-size:.9em;	
}
img {
	padding: 0px;
	margin: 0px;
}
img.photo {
	margin: 3px 6px;
	position: relative;
	float: left;
}

#photos {
	position: relative;
	float: left;
	clear: both;
	display: block;
	width: 475px;
	margin-bottom: 10px;
	text-align: center;
}
/* -------Links-------- */
a {
	text-decoration: none;
}

/* text links */
a.link {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FF6699;
	font-weight: bold;
}
a.link:hover {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	font-weight: bold;
}
a img {
	border: 0px none;
	display: block;			/* removes extra space underneath caused by default text-alignment */
}
a.homelink	{
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: black;
	font-weight: bold;
	text-decoration: underline:
}

a.homelink:hover {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FF6699;
	font-weight: bold;
	text-decoration: underline;
}

/* Main Navigation Panel*/
.navigation {
	font-family: Arial, Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: lowercase;
	color: #FFFFFF;
	background-color: #000000;
	padding: 0px 6px;
	TEXT-DECORATION: none;
}
a.navigation {
	font-size: 14px;
	font-weight: bold;
	text-transform: lowercase;
	color: #FFFFFF;
	background-color: #000000;
	padding: 0px 6px;
}
a.navigation:hover 	{
	color: #FFFFFF;
	background-color: #F7558C;
}
/* Bottom Navigation Panel*/
a.bottomnav {
	font-family: Arial, Century Gothic, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
	margin-top: 12px;
	padding: 0px 8px; 
}
a.bottomnav:hover {
	color: #F7558C;
}
/* Forms */
form {
	padding: 0px;
	margin: 0px;
}
form.newsletter {
	width: 260px;
	text-align: center;
}
form p {
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
	font-size: 1em;
	text-align: center;
	padding: 5px;
	margin: 0px;
}
form p label {
	float: left;
	font-size: .9em;
	padding: 2px 0px;
}
form p input, form p textarea, form p select {
	font-size: .9em;
	border: solid 1px black;
	font-family: Arial, Helvetica, sans-serif;
}
form p input.go {
	float: right;
	border: none;
}


/* -----------CLASS STYLES------------- */
img.logo{
 	margin: 0px 5px;
  	padding: 0px;
 	float: left;
}
img.mainimage {
	position: absolute;
	border: none;
	left:-27px;
	top: 79px;
	padding: 0px;
	z-index: 2;
	visibility: visible;
}
.account {
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #F7558C;
	text-align: left;
	padding: 5px;
}

/* HOMEPAGE - SPECIFIC CLASSES*/
p.news {
	font-size: 11px;
	margin-top: 2px;
	margin-bottom: 0px;
	padding: 0px 5px;
}
.hometext {
	font-size: 11px;
	color: #000000;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
}
.homehead {
	font-size: 1.2em;
	font-weight: bold;
	text-transform: lowercase;
	color: #F7558C;
	margin: 7px 0px 5px 0px;
	padding: 6px 0px 3px 0px;
}
/* centered input boxes*/
.inputbox {
	background-color: #EAEAEA;
	border: 1px solid #666666;
	vertical-align: middle;
	padding: 0px;
}
/* Used for action points and for labels for buttons i.e. SUBSCRIBE */
.action {
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
}
/* Used middle box */
.online {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color: #666666;
	letter-spacing: 2px;
	margin: 15px 0px 0px 0px;
}
/* ----Main content static pages---- */
.maintext {
	margin: 12px;
	font-size: .9em;
}
table p.maintext {
	margin: 5px 0px;
	padding-left: 3px;
	font-size: .8em;
}
	
/* --bold centre used on just 4u page---- */
.strap{
	font-weight: bold;
	text-align: center;
	margin: 10px 10px 51px 10px;
}
/* --news page---- */
.rewardhead {
	font-size: 1.2em;
	font-weight: bolder;
	text-transform: uppercase;
	text-align: center;
	color: #F7558C;
	letter-spacing: 1px;
}
.rewardtext {
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	color: #666666;
	margin: 5px 40px 42px 40px;
}
/* -----------DIV STYLES------------- */
/* invisible div to place gerbera*/
#main{
	position: relative;
	border:none;
	height: auto;
	width: 780px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	visibility: visible;
	background: white;
}
/* border for main content*/
#wrapper{
	position: relative;
	border: 1px solid #000000;
	height: auto;
	width: 780px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	z-index: 1;
	visibility: visible;
}
/* ----page header divs---- */
/* main header div*/
#top{
	padding: 0px;
	margin: 0px;
	height: 150px;
	background: #ffffff;
	z-index: 25;
}
/* menu div sits inside top div*/
#menu{
	position: absolute;
	padding: 0px;
	width: 733px;
	background: #000000;
	height: 21px;
	right: 0px;
	top: 130px;
	border-top: none;
	border-right: none;
	border-left: 1px solid #000000;
	border-bottom: 3px solid #F7558C;
	text-align: right;
	visibility: visible;
	z-index: 0;
}
/* ----left content----- */
#left{
	float: left;
	z-index: 3;
	height: 381px;
}
/* ----middle content----- */
#middle{
	float: left;
	z-index: 0;
	height: 381px;
}
/* ----right content---- */
#right{
	position: relative;
	float: right;
	width: 480px;
	min-height: 390px;
	margin:0px;
	z-index: 4;
	border: none;
	padding: 0px;
	visibility: visible;
}
#home{
	position: relative;
	float: right;
	top: 0px;
	width: 441px;
	min-height: 381px;
	margin: 4px 10px 3px 0px;
	background: #FFFFFF;
	z-index: 5;
	border: none;
	padding: 0px;
	visibility: visible;
}
/* ----newsletter---- */
#newsletter	{
	z-index: 6;
	position: absolute;
	width: 291px;
	min-height: 122px;
	left: 0px;
	top: 409px;
	background: #ffffff;
	border: 1px solid #000000;
	vertical-align: middle;
	text-align: left;
	visibility: visible;
}
/* hoempage boxes divs */
#box1	{
	position: absolute;
	width: 147px;
	height: 127px;
	left: 0px;
	top: 0px;
	background: #F7558C;
	border: 1px solid #000000;
	padding: 0px;
	margin: 0px;
	z-index: 9;
	vertical-align: middle;
	text-align: center;
}
#box2	{
	position: absolute;
	width: 147px;
	height: 127px;
	left: 147px;
	top: 0px;
	border: 1px solid #000000;
	padding: 0px;
	margin: 0px;
	background: #000000;
	z-index: 8;
	vertical-align: middle;
	text-align: center;
}
#box3	{
	position: absolute;
	width: 147px;
	height: 127px;
	right: 0px;
	top: 0px;
	border: 1px solid #000000;
	padding: 0px;
	margin: 0px;
	text-align: center;
	background: #FFA25A;
	z-index: 15;
	vertical-align: middle;
}
#box4	{
	position: absolute;
	width: 147px;
	height: 127px;
	left: 0px;
	top: 127px;
	border: 1px solid #000000;
	background: #000000;
	padding: 0px;
	margin: 0px;
	z-index: 13;
}
#box5	{
	position: absolute;
	width: 146px;
	height: 127px;
	left: 147px;
	top: 127px;
	border: 1px solid #000000;
	background: #FFFFFF;
	text-align: center;
	z-index: 11;
	padding: 0px;
	margin: 0px;
}
#box6	{
	position: absolute;
	width: 147px;
	height: 127px;
	right: 0px;
	top: 127px;
	border: 1px solid #000000;
	background: #000000;
	padding: 0px;
	margin: 0px;
	z-index: 12;
}
#box7	{
	position: absolute;
	width: 147px;
	height: 127px;
	left: 0px;
	top: 254px;
	background: #FFA25A;
	border: 1px solid #000000;
	padding: 0px;
	margin: 0px;
	text-align: center;
	z-index: 10;
}
#box8	{
	position: absolute;
	width: 147px;
	height: 127px;
	left: 134px;
	top: 288px;
	border: 1px solid #000000;
	background: #000000;
	padding: 0px;
	margin: 0px;
	z-index: 13;
}
#box9	{
	position: absolute;
	width: 147px;
	height: 127px;
	right: 0px;
	top: 254px;
	background: #F7558C;
	vertical-align: middle;
	border: 1px solid #000000;
	z-index: 14;
	padding: 0px;
	margin: 0px;
}
/*----footer----*/
#footer{
	z-index: 7;
	clear: both;
	width: 100%;
	height: 22px;
	background-color: #000000;
	border-top: 2px solid #F7558C;
	border-right: none;
	border-left: none;
	border-bottom: none;
	padding: 2px 0px;
	text-align: center;
	margin-top: 2px;
}

