html {
	background:#000000;
}

body { 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #777777;
	line-height:18px;
	margin: 0;
	padding:0;
}

.fullpage {
	width:100%;
}
#pageHolder {
	border:10px solid #a19589;
	margin-top:20px;
	margin-bottom:20px;
	width:930px;
	height:550px;
	background:red;
	background:url(/images/main_bg.jpg) bottom right no-repeat;
}

h1 {
	color:#d68e10;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:24px;
	line-height:28px;
}

h2 {
	color:#d68e10;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

a:link, a:visited, a:active {
	color:#be7c08;
	padding-bottom:1px;
	text-decoration:none;
	
}
a:hover{
	text-decoration:underline;
}

ul li {
	list-style-image:url(/images/bullet.gif);
	line-height:20px;
}

#content ul li {
	list-style-type: circle;
	line-height:20px;
}

input {
	background:#222222;
	border:1px solid #777777;
	padding:2px 4px;
	color:#777777;
	margin-bottom:3px;
	margin-left:10px;
	font-size:12px;
}

textarea {
	background:#222222;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #777777;
	padding:2px 4px;
	color:#777777;
	margin-bottom:3px;
	margin-left:10px;
}

/* ==================================================== */
/* ====================== Content ===================== */
/* ==================================================== */

#flashGallery {
	float:left;
	height:463px;
	width:420px;
}

#fullPageGallery {
	float:left;
	margin-left:15px;
	margin-top:21px;
	height:435;
	width:900px;
}

#content{
	width:455px;
	padding-right:30px;
	height:372px;
	margin:20px auto;
	float:right;
	overflow-x: hidden;
	overflow-y: auto; 
}

/* ==================================================== */
/* ====================== Header ====================== */
/* ==================================================== */

#utilities {
	background:#4f4a46;
	height:21px;
	padding-top:2px;
	padding-right:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	text-transform:uppercase;
}
#utilities a:link, #utilities a:active, #utilities a:visited {
	color:#93897d;
	text-decoration:none;
}
#utilities a:hover {
	padding-bottom:0px;
	text-decoration:underline;
	color:#c9b9a5;
}
#topbar {
	height:58px;
	background:url(/images/topbar_bg.gif) repeat-x;
}
#logo {
	float:left;
	margin-left:30px;
}
#menu {
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
}
#menu a:link, #menu a:active, #menu a:visited {
	color:#4f4a46;
	margin-right:10px;
	border-bottom:4px solid #4f4a46;
}
#menu a:hover {
	color:#a15d30;
	border-bottom:4px solid #a15d30;
}

/* ==================================================== */
/* ====================== Footer ====================== */
/* ==================================================== */

#footer {
	color:#6a6969;
	width:455px;
	float:right;
	margin-top:8px;
	margin-right:20px;
}
#redBorder {
	background:#5f2f0f;
	height:6px;
	margin-top:13px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	####	Header Menu #####
	#######################

	Horizontal Drop-Down Menu based off :
	http://www.tanfa.co.uk/css/examples/menu/tutorial-h.asp
	
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
#navContainer {
	width: auto;
	display:block;
	clear:both;
	font-size:13px;
	padding-top:25px;
	padding-right:20px;
}

/* Remove List Formattings
~~~~~~~~~~~~~~~~~~~~  */
 ul.menu, li.menu {
	list-style-type: none;
	list-style-position:outside;
	margin: 0px;
	padding: 0px;
}

/* Header menu */	 
#header_menu {position: absolute; }
#header_menu li {line-height: normal;}
ul#header_menu  {z-index: 10; clear: both;}

#nav {
	border-top: 0;
	height:32px;
	padding:0;
}
#nav ul {
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	width: auto;
	/*
	(Disappearing List-Background)
	http://www.positioniseverything.net/explorer/ie-listbug.html
	*/
	position: relative; /* Fix the Stupid IE6 Bug */
}
#nav ul li {float: left; color: #fff; font-weight: normal; width:134px; text-align:left;}
#nav ul li a {display: block; padding: 2px 2px; color: #fff; text-decoration: none; font-weight:bold;}
#nav ul .bg a{ repeat-x; }

/* Root Level Link Formatting */
#nav ul li a:hover, #nav li a:focus { font-weight: bold;}
#nav li a:active, #nav ul li a.active {}

/* Current page Customisations*/
#nav li.menu-current a		{ }
#nav li.menu-current a		{ } 

/* 2nd Child menu */
#nav .menu li ul { list-style-position:outside; padding:14px 0px 10px 6px; position: absolute; width: 140px; margin: 0; display: none; text-transform: none; font-size: 100%;}
#nav .menu li ul li {width: 134px; text-align: left; font-weight: normal; margin: 0; padding: 0;}
#nav .menu li ul li:hover { background:url(/images/menu_hover.gif) center no-repeat; }

#nav .menu li ul a { font-weight:normal; background:none; padding: 6px; border-bottom:none; color: #3f3f3f;}
#nav .menu li ul.bottom { background:#BBB9B5 url(/images/menu_bottom.jpg) bottom repeat-x; }
#nav .menu li ul.bottom a { border-bottom:none; }

/* 2nd Child link hover */
#nav .menu li ul a:hover { color:#ffffff; }

/* Show and hide */
#nav .menu li:hover ul, #nav .menu li a:focus ul, #nav .menu li.subMenu ul {display: block;}
#nav .menu li ul ul { display: none;}
#nav .menu li:hover ul ul, #nav .menu li.subMenu ul ul {display: none;}
#nav .menu li:hover ul, #nav .menu li li:hover ul, #nav .menu li.subMenu ul, #nav .menu li li.subMenu ul {display: block;}

/* Positioning the Pop-out Drops */
#nav li {position: relative;}

#nav ul ul ul {
	position: absolute;
	top: 1px;
	left: 100%;
}

