/* Global */

* {
	margin: 0;
	padding: 0
}

body {
	background: #666 url(/images/bg_rpt.jpg) repeat-y center;
	color: #666;
	font: 76%/1.2 Verdana,Helvetica,sans-serif;
}

/* Structure */

#wrapper {
	margin: 0 auto;
	width: 760px;
	background: #FFF url(/images/wrapper_rpt.gif) repeat-y right;
}

/* General */

img {
	display: block;
	border: 0;
}

img.fluid-left {
	float: left;
	margin-right: 12px;
	margin-top: 4px;
}
img.fluid-right {
	float: right;
	margin-left: 1em
}

img.border {
	border: 1px solid #CCC
}

ul {
	padding-left: 15px;
	margin-bottom: 12px
}

table {
	border:none;
	border-collapse:collapse;
	width:100%;
	margin-bottom:1.2em;
}

/* Header */

#header {
	background: url(/images/header_bg.jpg) no-repeat right;
	padding: 41px 0 17px 29px;
}


/* Navigation */

#nav {
	background-color: #CCC;
	padding: 8px 30px;
	border-bottom: 6px solid #4A6A71;
}
#nav ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
#nav li {
	display: inline;
	font-size: 1em;
	font-weight: bold;
	border-left: 2px solid #FFF;
	padding: 0 15px;
}
#nav li.first {
	padding-left: 0;
	border-left: none;
}
#nav a {
	/*padding: 3px 0;*/
	color: #FFF;
	border: none;
	text-decoration: none;
}
#nav a:hover, #nav a:focus {
	color: #666;
}

#p_home #nav1 a, #p_home #nav1 a:hover, #p_home #nav1 a:focus, 
#p_shop #nav2 a, #p_shop #nav2 a:hover, #p_shop #nav2 a:focus,
#p_therapies #nav3 a, #p_therapies #nav3 a:hover, #p_therapies #nav3 a:focus, 
#p_about #nav4 a, #p_about #nav4 a:hover, #p_about #nav4 a:focus,
#p_contact #nav5 a, #p_contact #nav5 a:hover, #p_contact #nav5 a:focus {
	color: #666;
}

/* Content */

#content {
	padding: 26px 20px 30px 30px
}

#main {
	float: left;
	width: 482px;
	display: inline
}

#sidebar {
	float: right;
	width: 180px;
	display: inline
}

div.content-left {
	float:left; 
	width:278px
}

div.content-right {
	float:right; 
	width:184px;
	background: #666;
	padding-bottom: 14px
} 

/* Footer */

#footer {
	padding: 16px 30px;
	background: #EEE url(/images/footer_rpt.gif) repeat-y right;
	
} 
#footer ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
#footer li {
	display: inline;
	font-weight: bold;
	border-left: 2px solid #A5BDC7;
	padding: 0 10px;
	font-size: 0.9em;
}
#footer li.first {
	padding-left: 0;
	border-left: none;
}
#footer a {
	color: #4A6A71;
	text-decoration: none;
} #footer a:hover, #footer a:focus {
	text-decoration: underline;
}

#footer p {
	margin-right: -10px;
	float: right;
	font-size: 0.84em;
	color: #EEE;
}


/* Headers */

h1 {
	font-size: 1.6em;
	color: #4A6A71;
	padding-bottom: 0.8em;
	border-bottom: 1px solid #A5BDC7;
	margin-bottom: 1.2em;
}

h2 {
	font-size: 1.2em;
	color: #4A6A71;;
	margin-bottom: 1.2em;
}

h3 {
	font-size: 1em;
	color: #4A6A71;
}

div.content-right h2 {
	color: #FFF;
	margin-bottom: 0;
	padding: 6px 10px;
	background: #999;
}


/* Paragraphs */

p {
	margin-top: 0;
	margin-bottom: 1.2em;
}

div.content-right p {
	padding: 10px 10px 0 10px;
	color: #FFF;
	margin: 0;
}

p#breadcrumbs {
	font-size: 0.84em;
	margin-bottom: 0.8em
}

p.intro {
	margin-bottom: 2.4em;
}

p.error {
	background-color: #FFE5E5;
	border: 1px solid #CC6666;
	padding: 6px;
}

p.box {
	border: 1px solid #CCC;
	padding: 6px;
}

p.products {
	border-bottom: 1px solid #CCC;
	padding-bottom: 1em;
}

/* Styling */

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right
}

.small {
	font-size: 0.9em
}

.marginbtm {
	margin-bottom: 1em;
}

.marginleft {
	margin-left: 1em;
}

.narrow {
	letter-spacing: -0.05em
}

.strike {
	text-decoration:line-through;
	color:#999;
}

/* Text Decoration */

.grey {
	color:#999;
	font-weight:bold;
}

/* Links */

a:link, a:visited {
	font-weight: bold;
	color: #A1BBC4;
}
a:focus, a:hover {
	text-decoration: none
}

/* Tables */

table.buy td {
	padding: 0.3em 0;
	border-bottom: 1px dashed #EEE;
}

table.basket td, table.basket th {
	padding: 5px;
}
table.basket th {
	padding: 5px;
	border-bottom: 1px solid #666;
}
table.basket td {
	padding: 5px;
	border-bottom: 1px solid #EEE;
}

/* Forms */

select option {
	padding-right: 6px;
}

table.form {
	margin-bottom: 10px
}

table.form th {
	text-align: left;
	width: 130px;
	vertical-align: top
} table.form td {
	padding-left: 10px;
}
table.form th, table.form td {
	padding-bottom: 10px;
} 
input.form {
	width: 200px
}

table.form td span {
	color:#999;
}


input.btn {
	border: 2px outset #999;
	background: #999;
	color: #FFF;
	cursor: pointer
}
input.btnalt {
	border: 2px outset #CCC;
	background: #CCC;
	color: #666;
	cursor: pointer
}

/* Clear Fix */

.clear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clear {display: inline-block;}

/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}
/* End hide from IE-mac */


