/*******************************************************************************

Author:	( coded by hand ), Lindha Boberg
Created:	2007-02-02
Copyright:	(c) Copyright 2007, All Rights Reserved.

*******************************************************************************/

/* -- Basic -- */
html {
height: 100%;
}


body {
	background: url(/img/bits/pattern01.gif) repeat left top;
	color: #000;
	font: 11px/17px Tahoma, Verdana, Geneva, "Lucida Grande", Arial, sans-serif;
	padding: 0;
	margin: 0;
	text-align: center;
}


#content, #nav, #footer  {
	width: 700px;
	margin: 0 auto;
}



#header  {
	width: 740px;
	margin: 0 auto;
	height: 150px;
	padding: 0; 
	position: relative;
}

#header h1, #header h2, #header p  {
	text-indent: -5000px;
}

#header h1 a {
	display: block;
	height: 150px;
	width: 740px;
	text-indent: -5000px;
	text-decoration: none;
	z-index: 1000; 
	background: url(/img/bits/FM_logo.gif) no-repeat 0 0;
}

#header h1 a:hover {
	cursor: pointer;  
	background-position: 0 -150px;
} 

#header h2 {
	background: transparent url(/img/bits/feralfreal.png) no-repeat center center !important;
	background: transparent url(/img/bits/feralfreal.gif) no-repeat center center;
	width: 160px;
	height: 150px;
	position: absolute;
	top: 50px;
	right: -20px;
}

#container {
	background: #FFFFFF;
	background: url(/img/bits/container_bg.png) repeat-y center top !important;
	background: url(/img/bits/container_bg.gif) repeat-y center top;
	width: 760px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	border-top: 1px solid #D4DEB5;
	border-bottom: 1px solid #D4DEB5;
}

html>#container {
	width: 700px;
}

#content {
	padding-top: 50px;
	padding-bottom: 20px;
	min-height: 300px;
	height: auto !important;
	height:	300px
}

#footer {
	border-top: 1px solid #D4DEB5;
	padding: 5px;
	clear: both;
}

/* navigation */
#nav {
	border-bottom: 1px solid #D4DEB5;
	padding-top: 20px;
	height: 20px;
}

#nav li {
	font-size: 13px;
	display: inline;
	list-style-type: none;
	padding: 0 10px 0 10px;
}

#nav li.current {
	border-bottom: 5px solid #D4DEB5;
}

#nav a:link, #nav a:visited  { 
	font-weight: normal; 
	text-decoration: none; 
	color: #54401F;
}
	
#nav a:hover, #nav a:active {
	border-bottom: 5px solid #54401F;
	color: #54401F;
}

/* links */
a:link, a:visited  { 
	font-weight: normal; 
	text-decoration: none; 
	color: #54401F;
	outline: none;
	}
	
a:hover, a:active {
	font-weight: normal; 
	text-decoration: underline;
	color: #54401F;
	outline: none;
	}

abbr, acronym {
	font-style: normal;
	border-bottom: dotted 1px #000;
	cursor: help;
}
	
img {
	border: 0px; 
	padding: 0px;
}

p { 
 	margin-top: 0px; 
	text-align: left;
	}
	
/* text */
#preface {
	color: #666;
	font: italic normal 14px/20px Tahoma, Verdana, Geneva, "Lucida Grande", Arial, sans-serif; 
	width: 200px; 
	margin-left: 480px;
	padding: 5px 20px;
}

h1, h2, h3, h4, h5, h6, dt, legend, label, .alert {
	font: normal normal 16px  Tahoma, Verdana, Geneva, "Lucida Grande", Arial, sans-serif; 
 	letter-spacing: 1px; 
	margin: 3px 0px 0px; 
	color: #54401F;
}

h1 {
	font-size: 18px;
	padding: 5px 0 5px 0;
}

h2 {
	font-size: 17px; 
	padding: 3px 0 3px;
	}

h3 { 
	font-size: 14px;
	padding: 1px 0 1px;
}

h4 { 
	font-size: 13px;
	padding: 1px 0 1px;
}

h5 { 
	font-size: 12px;
	padding: 1px 0 1px;
}
h6 { 
	font-size: 11px;
	padding: 1px 0 1px;
}

hr {
	border: none; 
	height: 1px; 
	background: #D4DEB5; 
	margin: 2px 0 10px;
}


/* list */
ul {
	margin: 0;
	padding: 0 0 20px 11px;
}
	
li {
	list-style-type: none;
	}
	
	
/* definitions */	
dl {
	margin-bottom: 20px;
}

dt, .alert {
	font-size: 13px;
	padding: 1px 0 1px;
}

dd {
	margin: 0 0 0 11px;
}

/* form stuff */

form {
	margin:5px auto;
	padding: 0 0 20px 0;
	width: 500px;
	clear: both;
}

fieldset {
 	margin-bottom: 10px;
	padding: 25px;
	border: 1px solid #D4DEB5;
}

legend, label {
  	padding: 0 2px;
 	font-size: 12px;
}

textarea  {
	height: 100px;
}

input.text, textarea, select {
	width: 350px;
}

input.text, textarea, select {
	display: block;
	margin: 2px 0 7px 50px;
	padding: 1px 3px;
}


input.submit, input.reset, input.password  {
 	width: 200px;
}




