@import url("basics.css");
@import url("forms.css");
@import url("content-lists.css");

/* Standard font family for site */

body, table, tr, td, a, p, h1, h2, h3, h4, h5
{
  font-family: Arial, sans-serif;
  line-height: 1.3em;
}


/* Page body style */

body
{
	margin: 0;
	padding: 0;
  color: #010100;
  background: #f5f1ec url("../images/page-bg.png") 0 0 repeat-x;
  font-size: 0.75em;
}


/* Standard paragraph style */

p, ul
{
	margin-top: 0;
	margin-bottom: 18px;
}


/* Links */

a:link, a:active
{
	color: #2d5dad;
	background-color: inherit;
  text-decoration: none;
}

a:visited
{
	color: #9f2dad;
	background-color: inherit;
  text-decoration: none;
}

a:hover
{
	color: #E26167;
	background-color: inherit;
  text-decoration: underline;
}


/* Headings */

h1, h2, h3 { color: #ab2828; }

h1
{
	font-weight: normal;
	font-size: 2.4em;
  line-height: 1.2em;
	margin: 0 0 8px 0;
  padding-top: 0;
  background-color: inherit;
}

h1.pagetitle
{
  position: absolute;
  left: 20px;
  top: 126px;
  height: 52px;
}

h2
{
	font-weight: normal;
	font-size: 1.5em;
	margin: 0 0 8px 0;
  padding-top: 0;
  text-transform: lowercase;
}

h3
{
	font-weight: bold;
	font-size: 1.0em;
	margin: 0 0 8px 0;
  padding-top: 0;
  text-transform: lowercase;
}


/* Container for page */

#container
{
	margin: 0 auto 0 auto;
	position: relative;
	width: 770px;
  background: #faf9f8;
  padding: 0 20px 20px 20px;
}


/* Page header area */

#page-header
{
  position: relative;
	width: 100%;
	height: 110px;
}

#home #container #page-header
{
	height: 313px;
  background: transparent url("../images/header_homepage.jpg") left bottom no-repeat;
}


/* Page body */

#page-body
{ 
  width: 100%;
  margin-top: 20px;
}

/* Logo */

#page-header h2 {
  position: absolute;
  left: 0;
  top: 7px;
}

#page-header h2 a {
  display: block;
  width: 567px;
  height: 73px;
  background: transparent url("../images/peakhurst-logo.png") 0 0 no-repeat;
}

#page-header h2 a span {
  display: none;
}

/* Menu */

ul#menu
{
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
	font-weight: normal;
  font-size: 1.9em;
  text-transform: lowercase;
  height: 35px;
  padding-top: 85px;
  float: right;
}

#menu li {
  display: inline;
}

#menu a span {
  display: none;
}

#menu a {
  display: block;
  float: left;
  margin-left: 24px;
  height: 19px;
}


#menu a#menu-about-us { width: 88px; background: transparent url("../images/menu/about-us.png") 0 0 no-repeat; }
#menu a#menu-specialities { width: 113px; background: transparent url("../images/menu/specialities.png") 0 0 no-repeat; }
#menu a#menu-chinese-medicine { width: 179px; background: transparent url("../images/menu/chinese-medicine.png") 0 0 no-repeat; }
#menu a#menu-contact-us { width: 115px; background: transparent url("../images/menu/contact-us.png") 0 0 no-repeat; }
#menu a#menu-links { width: 42px; background: transparent url("../images/menu/links.png") 0 0 no-repeat; }

/* Page content area */

#page-content
{ 
  float: right;
  width: 400px;
  padding: 48px 0 0 0;
}

#home #container #page-content
{
  float: left;
  width: 350px;
  padding: 0 20px 0 0;
  background: transparent;
}


/* Left-hand image column (inner pages) */

#left-image
{
  float: left;
  width: 350px;
  margin: 50px 20px 0 0;
}
  

/* Standard images */

img
{
	border: none;
}


/* Floating grey boxes */

.box
{
  width: 170px;
  padding: 10px;
  color: inherit;
  background-color: #f2ede7;
}

.box.left
{
  float: left;
}

.box.right
{
  float: right;
}

.box h3
{
  margin-top: 4px;
}


/* Page footer area */

#page-footer
{
  margin: 20px 0;
  padding-top: 20px;
  text-align: left;
  border-top: 1px solid #f5f1ec;
  color: #b1aaa2;
}

#page-footer p
{
  margin-bottom: 0;
  padding-bottom: 0;
}


/* Clearing element */

.clear
{
  position: relative; clear: both; height: 0; line-height: 0; font-size: 0;
}

/* Contact details */
#contact-details
{
  margin: 0 0 2em 0;
}


/* --------------------------------------------*/
/* ------------- Styles for tinyMCE -----------*/
/* --------------------------------------------*/

.mceContentBody {
   background-color: #FFF;
   background-image: none;
   padding: 2px;
   font-size: 1em;
}

.mceContentBody a {
	color: #2d5dad !important;
}


