/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font-family:Calibri, Arial, Helvetica, sans-serif;
	line-height:1.2em;
	font-size:14pt;
	color:#B482EB;
}
a:focus {
	outline: 1px dotted;
}

#page hr {
	border:#784B9B 1px solid;
	color: #784B9B;
	background:#784B9B;
	border-bottom:none;
	border-left:none;
	border-right:none;
	clear: both;
	height: 1px;
}
.smallprint {
	color:#AA5FD7;
	font-size:0.8em;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1,
h2,
h3 {
		font-family:Georgia, "Times New Roman", Times, serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight:normal;
}
h1 {
	font-size: 25pt;
	font-style:italic;
	color:#AA5FD7;
	text-transform:capitalize;
}

h2 {
	font-size: 20pt;
	color:#AA5FD7;
	font-weight:normal;
}

h3 {
	font-size: 16pt;
	color:#FFCDFF;
}

h4 {
	font-size: 16pt;
	color:#FFCDFF;
}

h5 {
	font-size: 16pt;
}

h6 {
	font-size: 16pt;
}
/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}

/* `Links
----------------------------------------------------------------------------------------------------*/

a {
	color:#FFCDFF;
}

/* `Content Area
----------------------------------------------------------------------------------------------------*/

#page .contentArea {
	background:#460A73;
	padding:25px;
	border:#784B9B 1px solid;
	margin-bottom:35px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter:alpha(opacity=85);
	opacity: 0.85;
	-moz-opacity:0.85;
	overflow:hidden;
	width:908px;
}
#page .ccm-remo-expand-title {
	color:#FFCDFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:3px;
	background:#784B9B;
	margin:0 0 2px 0;
}
#page .ccm-remo-expand-content {
	padding:20px 0;
	overflow:hidden;
	width:100%;
}
/* `User Styles
----------------------------------------------------------------------------------------------------*/

.yin_yang {
	padding-left:25px;
	background:url(http://www.tantricmassageformen.co.uk/themes/tantric_massage/images/logo/yinYangSmall.png) center left no-repeat;
}
.float_left {
	float:left;
	margin:0 20px 15px 0;
}
.float_right {
	float:right;
	margin:0 0 15px 20px;
}
.comparison {
}
table.comparison {
}
table.comparison th,
table.comparison td {
	padding:10px 15px;
}
table.comparison th {
	background:#784B9B;
	color:#FFCDFF;
}
table.comparison td {
	background:#3C0A64;
}


