@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-image:url(../img/bg_10_x_600_gradient.jpg);
	background-repeat:repeat-x;
	background-color: #6e6e6e;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 30px;
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtr #pageFooter {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-bottom: 35px;
	background-color:#FFFFFF;
	background-image: url(../img/pagefooter.png);
	background-position:left bottom;
}

#logobar { 
	width: 1000px;
	height: 79px;
	background-image: url(../img/pink/relax-logo.png);
	background-repeat:no-repeat;
	background-position:top left;
	background-color:#ec008c;
 }
#navgrey {
	width: 1000px;
	height: 32px;
	background: #c6c6c6;
}
#navlist {
	list-style: none;
	padding: 0;
	padding-left: 7px;
	margin: 0;
} 
#navlist span {
	display: none;
}
#navlist li, #navlist a{
	height:32px;
	display: block;
	float: left;
	margin: 0 2px;
	padding: 0px;
}
#navlist li {
	display:inline;
}
#homebutton a{
	background-image: url(../img/pink/home-icon.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 46px;
	height: 30px; 
}
#aboutbutton a{
	background-image: url(../img/pink/about-icon.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 115px;
	height: 30px; 
}
#productsbutton a{
	background-image: url(../img/pink/products-icon.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 55px;
	height: 30px; 
}
#supportbutton a{
	background-image: url(../img/pink/support-icon.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 86px;
	height: 30px; 
}
#contactbutton a{
	background-image: url(../img/blue/contact-icon.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 56px;
	height: 30px; 
}
#searchbox_container {
	font-size:9pt;
	margin: 0px;
	padding: 0px;
	float:right;
} 
#searchbox_container form {
	font-size:9pt;
	margin: 0 15px 0 0;
	padding: 0 0 0 0;
	height: 28px;
}
#searchbox {
	font-size:9pt;
	margin: 3px 0 0 0;
	padding-top: 3px;
	padding-left: 5px;
	padding-bottom: 0px;
	background: #c6c6c6 url(../img/searchbox-bg.png) left top no-repeat;
	width: 178px;
	height: 24px;
	border: none;
	vertical-align: middle;
}

/* ##################  Nav Styles ################## */
a.hslink  {

	background: url(../img/pink/arrow-sm-button.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	display: block;
	padding-left: 20px;
	color: #ec008c;
	font-weight:bold;
	font-size: 8pt;
	text-decoration:none;
	vertical-align:baseline;
	line-height: 16px;
	margin-bottom: 7px;
}

a.lnlinkgreen  {

	background: url(../img/left-nav-bg.png);
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	margin-bottom: 6px;
	padding: 6px;
	width: 186px;
	color: #b9c900;
	font-weight:bold;
	font-size: 8pt;
	text-decoration:none;
	vertical-align:baseline;
	text-align: left;
}

a.lnlinkorange  {

	background: url(../img/left-nav-bg.png);
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	margin-bottom: 6px;
	padding: 6px;
	width: 186px;
	color: #fe9900;
	font-weight:bold;
	font-size: 8pt;
	text-decoration:none;
	vertical-align:baseline;
	text-align: left;
}

a.lnlinkdarkorange  {

	background: url(../img/left-nav-bg.png);
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	margin-bottom: 6px;
	padding: 6px;
	width: 186px;
	color: #f64e21;
	font-weight:bold;
	font-size: 8pt;
	text-decoration:none;
	vertical-align:baseline;
	text-align: left;
}

a.lnlinkpink  {

	background: url(../img/left-nav-bg.png);
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	margin-bottom: 6px;
	padding: 6px;
	width: 186px;
	color: #ec008c;
	font-weight:bold;
	font-size: 8pt;
	text-decoration:none;
	vertical-align:baseline;
	text-align: left;
}

a.lnlinkred  {

	background: url(../img/left-nav-bg.png);
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	margin-bottom: 6px;
	padding: 6px;
	width: 186px;
	color: #ec0000;
	font-weight:bold;
	font-size: 8pt;
	text-decoration:none;
	vertical-align:baseline;
	text-align: left;
}
a.lnsublink  {

	background: url(../img/pink/arrow-vsm-button.png);
	background-position: right;
	background-repeat: no-repeat;
	display: block;
	margin-left: 8px;
	margin-bottom: 2px;
	padding: 0px 2px 3px 2px;
	width: 165px;
	color: #ec008c;
	font-weight:bold;
	font-size: 8pt;
	text-decoration:none;
	vertical-align:baseline;
	text-align: left;
}

a.lnlinkblue  {

	background: url(../img/left-nav-bg.png);
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	margin-bottom: 6px;
	padding: 6px;
	width: 186px;
	color: #29abe2;
	font-weight:bold;
	font-size: 8pt;
	text-decoration:none;
	vertical-align:baseline;
	text-align: left;
}


/* ##################  Main Area ################### */

#mainContentRight {

/*	border: 1px solid;*/
	margin-top: 10px;
	width: 780px;
	float: right;
	
}

#mainContentLeft {

/*	border: 1px solid;*/
	margin-top: 10px;
	padding-left: 14px;
	width: 200px;
	float:left;

} 

#mainContentSitemap {
	display: block;
	overflow:hidden;
	font-size: 8pt;
	width: 970px;
	height: 297px;
	background: #ffffff url(../img/sitemap_bg_1000_x_297.png) left top no-repeat;
	margin: 0px;
	padding-left: 30px;
	padding-right: 0px;
	padding-top: 24px;
}


/* ################## Front Page Content ################ */
.homeVertBanner {

	float: left;
	margin-top: 10px;
	padding: 0px;
	padding-right: 10px;

} 


/* ################## Inner Page Content ################ */
.innerPageConent {

	font-size: 8pt;
	float: left;
	margin-top: 10px;
	padding-right: 10px;
	width: 575px;

} 

h5 {

	clear: both;
	display: inline-block;
	margin-top: 5px;
	padding-left: 12px;
	margin-bottom: 10px;
	min-height: 5px;
	color: #ec008c;
	font-weight:bold;
	font-size: 9pt;
	text-decoration:none;
} 

h6 {

	clear: both;
	display: inline-block;
	margin-top: 5px;
	padding-left: 12px;
	margin-bottom: 1px;
	min-height: 5px;
	color: #ec008c;
	font-weight:bold;
	font-size: 8pt;
	text-decoration:none;
} 

h7 {

	clear: both;
	display: inline-block;
	margin-top: 5px;
	padding-left: 12px;
	margin-bottom: 1px;
	min-height: 5px;
	color: #ec008c;
	font-weight:normal;
	font-size: 8pt;
	text-decoration:none;
} 


div.innerPageConent p {

	margin-top: 0px;
	margin-bottom: 10px;
	padding-left: 12px; 
	padding-bottom: 8px;
	text-align: justify;
	line-height: 16px;

}

.bottomline {

	clear: both;
	display: inline-block;
	margin-top: 5px;
	padding-left: 0px;
	margin-bottom: 1px;
	min-height: 5px;
	color: #29abe2;
	font-weight:bold;
	font-size: 8pt;
	text-decoration:none;

} 
p.bottomline a {

	color: #ec008c;
	text-decoration: none;

}

p.bottomline a:hover {

	color: #ec008c;
	text-decoration: underline;
}

.bluecolour {

	color: #29abe2;

}

.greencolour {

	color: #b9c900;

} 

.pinkcolour {

	color: #ec008c;
	
} 

.funkybox {border:1px solid #80014c; background:#ff7bc9; margin: 12px 0 2em; padding:9px}
.funkybox  {padding:0; position:relative; bottom:-1px}
.funkybox div {margin:-1px}
.funkybox div div {background:url(../img/pink/funkybox-bottom-left.png) no-repeat 0 100%; margin:0}
.funkybox div div div {background:url(../img/pink/funkybox-bottom-right.png) no-repeat 100% 100%}
.funkybox div div div div {background:url(../img/pink/funkybox-top-left.png) no-repeat 0 0; position:relative; top:-8px; margin-right:9px}
.funkybox div div div div div {background:url(../img/pink/funkybox-top-right.png) no-repeat 100% 0; top:0; right:-9px; margin-right:0; padding:10px 8px 1px 1px; height:1%}

