/*

	DevX Creations Custom CSS File
	----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
	Created by Daniel Dan - DevX Creations

	Email: danieldan@devxcreations.com

	Created:		17/10/2006
	Last Updated:	17/10/2006

	----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
	Example:

		None - Custom CSS

	----------------------------------------------------------------------------------------------------------------------------------------------------------------------------

*/

body { 
	background-color: #252114;
	
	margin: 0px;
	margin-bottom: 40px;
}

table {
	border-collapse: collapse;
}

#main {
	width: 778px;

	background-color: #2F2D1E;

	border-left: 5px solid #211E12;
	border-right: 5px solid #211E12;
	border-bottom: 7px solid #211E12;
}

#top_hd {
	height: 35px;
}

#top_hd .menu_ft {
	margin: 0px;
	padding: 8px;
}

#top_hd .menu_ft li {
	display: inline;
	list-style-type: none;
	position: relative;

	padding-left: 5px;
	padding-right: 5px;
	margin: 0px;
}

#top_hd .menu_ft a, #top_hd .menu_ft a:visited {
	font-family: arial;
	font-size: 9px;
	text-decoration: none;
	color: #D5C58C;
}

#top_hd .menu_ft a:hover {
	font-family: arial;
	font-size: 9px;
	color: #D5C58C;
}

#banner_hd {

}

#menu_hd {
	padding-left: 5px;

	height: 25px; 

	border-top: 2px solid #3D3A27;
	border-bottom: 4px solid #45412C;
}

#menu_hd .menu_hd {
	margin: 0px;
	padding: 8px;
}

#menu_hd .menu_hd li {
	display: inline;
	list-style-type: none;
	position: relative;

	padding-left: 5px;
	padding-right: 5px;
	margin: 0px;
}

#menu_hd .menu_hd a, #menu_hd .menu_hd a:visited {
	font-family: arial;
	font-size: 11px;
	text-decoration: none;
	color: #D5C58C;
	padding-bottom: 10px;
}

#menu_hd .menu_hd a:hover {
	font-family: arial;
	font-size: 11px;
	color: #D5C58C;
}

/* s# Drop-down CSS */

#menu_hd .menu_hd li ul {
	display: none;
	position: absolute;
	top: 40px;
	margin-top: 10px;
	left: 0;
	line-height: 23px;
	background-color: #252114;
	padding: 3px;
	width: 140px;
	z-index: 100;
	filter:alpha(opacity=90); 
		-moz-opacity:0.9; 
		opacity:0.9;
}

#menu_hd .menu_hd li ul li {
	border-bottom: 1px dotted #333;
}

#menu_hd .menu_hd li ul li a, #menu_hd .menu_hd li ul li  a:visited {
	filter:alpha(opacity=100); 
		-moz-opacity:1; 
		opacity:1;
	font-family: arial;
	font-size: 11px;
	text-decoration: none;
	color: #fff;
}

#menu_hd .menu_hd li ul li a:hover {
	filter:alpha(opacity=100); 
		-moz-opacity:1; 
		opacity:1;
	font-family: arial;
	font-size: 11px;
	color: #D5C58C;
}


#menu_hd .menu_hd li>ul {
	top: 17px;
	left: 0;
	z-index: 100;
}

#menu_hd .menu_hd li:hover ul, #menu_hd .menu_hd li.over ul {
	display: block;
	margin-left: 0px;
}

#menu_hd .menu_hd li ul li, #menu_hd .menu_hd ul li {
	display: block;
}

/* e# Drop-down CSS */

#content_shell {
	background-color: #4B4733;
}

#content_shell {
	height: 300px;
	width: 100%;
}

#content {
	width: 728px;
}

#content_shell .cells {
	padding: 30px;
	padding-right: 20px;
	padding-top: 16px;
	padding-bottom: 40px;
}

#content_shell h1 {
	font-family: times new roman;
	font-size: 22px;
	color: #EAAB10;
	font-weight: 100;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 40px;
	padding: 0px;
}

#content_shell h2 {
	font-family: times new roman;
	font-size: 17px;
	color: #EAAB10;
	font-weight: 100;
	margin-top: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}

#content_shell, #content_shell p   {
	font-family: arial;
	font-size: 12px;
	color: #fff;
	line-height: 19px;
	text-align: justify;
}

#content_shell li   {
	font-family: arial;
	font-size: 12px;
	color: #fff;
	line-height: 19px;
	text-align: left;
}

#content_shell a   {
	font-family: arial;
	font-size: 12px;
	color: #D5C58C;
	line-height: 19px;
}

#content_shell img {
	border: 3px solid #676244;
}

#menu_ft {
	padding-left: 5px;
	border-top: 4px solid #45412C;
	border-bottom: 7px solid #211E12;

	height: 25px; 
}

#menu_ft .menu_ft {
	margin: 0px;
	padding: 10px;
}

#menu_ft .menu_ft li {
	display: inline;
	list-style-type: none;
	position: relative;

	padding-left: 3px;
	padding-right: 3px;
	margin: 0px;

	font-family: arial;
	font-size: 11px;
	text-decoration: none;
	color: #D5C58C;
}

#menu_ft .menu_ft a, #menu_ft .menu_ft a:visited {
	font-family: arial;
	font-size: 11px;
	text-decoration: none;
	color: #D5C58C;
}

#menu_ft .menu_ft a:hover {
	font-family: arial;
	font-size: 11px;
	color: #D5C58C;
}