/*
This is an Elated PageKit - www.elated.com.
All code and artwork copyright (c) 1996-2005 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
{
	font-family: verdana, arial, helvetica, sans-serif;
}


/*
	Page body style
*/

body
{
	margin: 0;
	padding: 0;
	background-color: #000000;
}


/* 
  Container for page 
*/

#container { 
  margin-left: auto; 
  margin-right: auto; 
  position: relative; 
  width: 735px; 
  padding: 7px; 
  background-color: #000000; 
}


/*
  Main page header
*/

#mainpage-header-main
{
  width: 735px;
  height: 204px;
  background-image: url(images/header_main.jpg);
  background-repeat: no-repeat;
}

#mainpage-header-stripe
{
  margin-bottom: 25px;
  width: 735px;
  height: 39px;
  background-image: url(images/header_stripe_main.gif);
  background-repeat: no-repeat;
}


/*
  Ensure no gap below images in the header
*/

#mainpage-header img
{
  display: block;
}


/*
  Main page menu area
*/

#mainpage-menu
{
  margin-bottom: 25px;
  height: 200px;
}


/*
  Ensure no gap below images in the menu (except for the margin added by menu-items)
*/

#mainpage-menu img, #subpage-menu img
{
  display: block;
}


/*
  Main page menu items
*/

#mainpage-menu .menu-item
{
  width: 99px;
  height: px;
  background-color: #F3F3F3;
  margin-top: 8px;
  margin-right: 7px;
  float: left;
}


/*
  Sub-page menu area
*/

#subpage-menu
{
  margin-bottom: 25px;
  height: 130px;
}


/*
  Sub-page menu items
*/

#subpage-menu .menu-item
{
  width: 99px;
  height: 33px;
  background-color: #F3F3F3;
  margin-top: 8px;
  margin-right: 7px;
  float: left;
}


/*
  Menu links
*/

#mainpage-menu a, #subpage-menu a
{
	color: #d1cfcf;
  background-color: #191718;
  display: block;
  font-size: 9px;
  padding-top: 34px;
  padding-left: 5px;
  padding-right: 5px;
}

#mainpage-menu a
{
  height: 100px;
}

#subpage-menu a
{
  height: 33px;
}


/*
  Menu rollover colour - fallback default
*/

#mainpage-menu a:hover, #subpage-menu a:hover
{
	background-color: #E6F0CE;
}


/*
  Menu rollover colours - left to right
*/

#menu1 a:hover { background-color: #343032; }
#menu2 a:hover { background-color: #343032; }
#menu3 a:hover { background-color: #343032; }
#menu4 a:hover { background-color: #343032; }
#menu5 a:hover { background-color: #343032; }
#menu6 a:hover { background-color: #343032; }
#menu7 a:hover { background-color: #343032; }



#mainpage-content
{
	width: 735px;
	background-color: #000000;
	background-image: url(images/picleft.gif(sRGB)
.jpg);
	background-repeat:no-repeat;
}







#mainpage-welcome p
{
  color: #000000;
  text-transform: uppercase;
  font-size: 29px;
  line-height: 80%;
}


/*
  Main page: intro text
*/

#mainpage-intro
{
  float: right;
  width: 407px;
  padding: 32px 5px 20px 5px;
  background-image: url(images/corner.gif);
  background-repeat: no-repeat;
  background-position: top right;
}


/*
  Sub-page: left column
*/

#subpage-leftcol
{
  float: left;
  width: 239px;
  margin-right: 7px;
}


/*
  Sub-page: main content
*/

#subpage-content
{
  width: 735px; 
  background-color: #191718 
  background-image: url(images/content_bg_sub.gif);
  background-repeat: repeat-y;
}


/*
  Sub-page: page title block
*/

#subpage-title
{
  width: 176px;
  height: 181px;
  background-color: #000000;
  padding: 30px 55px 0 8px;
  border-bottom: black 7px;
}


/*
  Sub-page: page title text styling
*/

#subpage-title p
{
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 29px;
  line-height: 80%;
}


/*
  Sub-page: sidebar text
*/

#subpage-sidebar
{
  width: 229px;
  padding: 24px 5px 5px 5px;
}


/*
  Sub-page: right column
*/

#subpage-rightcol
{
  float: right;
  width: 479px;
  padding: 32px 5px 5px 5px;
  background-image: url(images/corner.gif);
  background-repeat: no-repeat;
  background-position: top right;
}


/*
	Standard paragraph style
*/

p
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.75em;
	margin-top: 0;
	margin-bottom: 18px;
	color: #898A7D;
}


/*
	Links
*/

a:link, a:active, a:visited
{
	font-family: verdana, arial, helvetica, sans-serif;
  color: #DE9803;
	text-decoration: none;
}


/*
	Headings
*/

h1
{
	text-transform: none;
	font-weight: normal;
	font-size: 0.75em;
	color: #898A7D;
	margin-top: 0;
	margin-bottom: 28px;
}

h2
{
	font-weight: bold;
	font-size: 0.7em;
	color: #898A7D;
	margin-top: 6px;
  margin-bottom: 8px;
}


/*
	Page footer area
*/

div.footer
{
  background-color: #191718;
	margin-top: 7px;
	padding: 36px 5px 28px 5px;
	color: #333333;
}

div.footer p
{
	color: #898A7D;
	margin: 0;
}


/*
	Standard images
*/

img
{
	border: none;
}


/* Clearing element */

.clear 
{
	position: relative;
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

