/*
This is an Elated PageKit - www.elated.com.
All artwork copyright (c) 1996-2006 Elated Communications Ltd.
By using this PageKit, you are agreeing to be bound by the
usage agreement available online at http://www.pagekits.com/usage/
*/


/* Standard font family for site */

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


/* Page body style */

body
{
	margin: 0;
	padding: 0;
  color: #BABABA;
	background: #000000 url("images/page_bg.jpg") repeat-x 0 0;
  font-size: 0.75em;
}


/* Standard paragraph style */

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


/* Links */

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

a:hover, a:visited:hover
{
	color: #FF9B00;
	background-color: inherit;
  text-decoration: underline;
}

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


/* Headings */

h1, h2, h3
{
	margin: 0 0 8px 0;
  padding-top: 0;
  color: #D1D1D1;
}

h1
{
	font-weight: normal;
	font-size: 2.7em;
  line-height: 1.3em;
}

h2
{
	font-weight: normal;
	font-size: 1.9em;
  color: #D1D1D1;
}

h3
{
	font-weight: bold;
	font-size: 1.2em;
  color: #D1D1D1;
}


/* Container for page */

#container
{
	margin: 0 auto 0 auto;
	position: relative;
	width: 770px;
}


/* Page header area */

#page-header
{
  position: relative;
	width: 100%;
	height: 170px;
  background: transparent url("images/header.jpg") no-repeat left bottom;
}

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


/* Page body */

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


/* Menu */

#menu
{
  margin: 0;
  padding: 75px 0 0 0;
  font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
  font-size: 1.8em;
  text-transform: lowercase;
  height: 35px;
}

#menu li
{
  display: inline;
  margin: 0 18px 0 0;
  padding: 0;
}

#menu li:first-child
{
  font-weight: bold;
}

#menu a
{
  font-family: Arial, Helvetica, sans-serif;
  color: #D1D1D1;
	background-color: inherit;
	text-decoration: none;
}

#menu a:hover
{
	color: #FF9B00;
	background-color: inherit;
}


/* Page content area */

#page-content
{ 
  float: left;
  width: 510px;
  padding: 0;
}

#container.home #page-content
{
  width: 365px;
  background: transparent;
}


/* Standard images */

img
{
	border: none;
}


/* Sidebars */

.sidebar
{
  float: right;
  width: 220px;
  padding: 10px;
  color: inherit;
  background-color: #181818;
  font-size: 1.4em;
}

.home .sidebar
{
  width: 365px;
}

.sidebar h2
{
  font-size: 1.45em;
}

.sidebar p
{
  line-height: 1.2em;
}


/* Page footer area */

#page-footer
{
  margin: 30px 0;
  padding-top: 10px;
  border-top: 1px solid #AAAAAA;
}

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


/* Clearing element */

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

