/*
This is an Elated PageKit - www.elated.com.
All 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, h4, h5
{
	font-family: arial, helvetica, sans-serif;
}


/*
	Page body style
*/

body
{
	margin: 0px;
	padding: 0px;
	font-size: 110%;
	background-color: #420E00;
}




/*
	Standard paragraph style
*/

p
{
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	color: #907B64;
	font-size: 0.6em;
	margin-top: 0px;
	margin-bottom: 18px;
}


/*
	Links
*/

a:link, a:active
{
	font-family: arial, helvetica, sans-serif;
	color: #ff3000;
	font-size: 1.0em;
	text-decoration: underline;
}


a:hover
{
	color: #fff;
	font-size: 1.0em;
}

a:visited
{
	color: #C18F88;
	font-size: 1.0em;
}


/*
	Headings
*/

h1
{
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	color: #ff3000;
	font-size: 0.8em;
	margin-top: 0px;
}

h2
{
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.6em;
	color: #ff3000;
}




/*
	Top menu
*/

#top-menu
{
	position: absolute;
	left: 35px;
	top: 35px;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 0.6em;
}

#top-menu a
{
	color: #C18F88;
	margin-right: 10px;
	font-size: 1em;
	text-decoration: none;
}

#top-menu a:hover
{
	text-decoration: underline;
	color: #fff;
}


/*
	Container for page
*/

#container
{
	padding-top: 0px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 750px;
}


/*
	Page header top area - main
*/

#header-top
{
	background-image: url("images/menu_bg_main.jpg");
	background-repeat: no-repeat;
	background-color: #230700;
	width: 750px;
	height: 59px;
}




/*
	white text area top left - main

*/

#top-left-main
{
	float: left;
	width: 299px;
	height: 254px;
	padding-left: 35px;
	padding-right: 40px;
	padding-top: 30px;
	background-color: #fff;
	background-image: url("images/pic_main_topleft.jpg");
	background-repeat: no-repeat;
}



/*
	image area top right - main
*/

#top-right-main
{
	float: right;
	width: 376px;
	height: 284px;
	background-color: #999999;
	background-image: url("images/main_pic.jpg");
	background-repeat: no-repeat;
}








/*
	Bottom content area wrapper (main page)
*/

#page-content-bottom
{
	width: 750px;
	background-color: #230700;
	background-image: url("images/bg_bottom_main.gif");
	background-repeat: repeat-y;
}





/*
	Bottom Left page content area (main page)
*/

#page-content-left-main-bottom
{
	float: left;
	width: 299px;
	padding-left: 35px;
	padding-right: 40px;
	padding-top: 70px;
	background-color: #230700;
	background-image: url("images/bg_bottom_left.jpg");
	background-repeat: repeat-y;
}


/*
	Bottom Right page content area (main page)
*/

#page-content-right-main-bottom
{
	float: right;
	width: 311px;
	padding-left: 25px;
	padding-right: 40px;
	padding-top: 70px;
	background-image: url("images/bg_bottom_right.jpg");
	background-repeat: no-repeat;
	min-height: 280px;
}




/*
	45-degree corner piece (main page)
*/

#corner
{
	position: absolute;
	top: 343px;
	left: 0px;
	width: 39px;
	height: 39px;
}



/*
	Page footer area
*/

#page-footer
{
	background-color: #140300;
	width: 690px;
	height: 38px;
	padding-left: 35px;
	padding-right: 25px;
	padding-top: 24px;
}


/*
	Standard images
*/

img
{
	border: none;
}


/*
	Headline style
*/

.headline
{
	font-weight: bold;
}




/* SUBPAGE SPECIFIC ELEMENTS FOLLOW */



/*
	Container for subpage
*/

#container-sub
{
	padding-top: 0px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 750px;
	background-color: #999999;
	background-image: url("images/bg_bottom_sub.gif");
	background-repeat: repeat-y;
}


/*
	Top Right Image - subpage
*/

#top-right-sub
{
	float: right;
	width: 376px;
	height: 284px;
	background-color: #ececec;
	background-image: url("images/main_pic_sub.jpg");
	background-repeat: repeat-x;
}



/*
	Page header top area - subpage
*/

#header-top-sub
{
	background-image: url("images/menu_bg_sub.jpg");
	background-repeat: no-repeat;
	background-color: #230700;
	width: 750px;
	height: 59px;
}


/*
	Main content area - subpage
*/

#left-sub
{
	float: left;
	width: 299px;
	height: 100%;
	padding-left: 35px;
	padding-right: 40px;
	padding-top: 30px;
	background-color: #fff;
	background-image: url("images/maincol_bg_sub.gif");
	background-repeat: repeat-y;
	min-height: 284px;
}


/*
	Bottom content area wrapper (subpage)
*/

#page-content-bottom-sub
{
	width: 750px;
	background-color: #230700;
}


/*
	Bottom Right page content area (subpage)
*/

#page-content-right-sub-bottom
{
	float: right;
	width: 311px;
	padding-left: 25px;
	padding-right: 40px;
	padding-top: 70px;
	background-image: url("images/bg_bottom_right_sub.jpg");
	background-repeat: no-repeat;
	min-height: 280px;
}


