/*############################################################*/
/*#  copyright 2009 Markus-Oliver Morgenstern                #*/
/*#  version $Revision$                                      #*/
/*#  author $Author$                                         #*/
/*#  $Id$, $Date$                                            #*/
/*############################################################*/


html
{
	outline-color: -moz-use-text-color !important;
	outline-style: none !important;
	outline-width: 0 !important;
	height: 100%;
}

body
{
	height: 100%;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	background-color: #AFAFAF;
}

* {
	padding: 0;
	margin: 0;
}

a, 
a:link, 
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover,
a.current {
	color: #D83F00;
	text-decoration: none;
}


/*############################################################*/
/*#                  BASIC CLASSES                           #*/
/*############################################################*/
.clickable {
	cursor: pointer;
	cursor: hand;
}

.clear_both
{
    clear: both !important;
}

/*############################################################*/
/*#                  BASIC ELEMENTS                          #*/
/*############################################################*/



/*############################################################*/
/*#                  STRUCTURE                               #*/
/*############################################################*/
.outer-container-wrapper {
	width: 100%;
	margin-top: -360px;
	position: absolute;
	top: 50%;
}

.outer-container {
	height: 720px;
	width: 960px;
	overflow: hidden;
	margin: 0px auto 0px auto;
	position: relative;
}

.inner-outer-container {
	height: 694px;
	width: 960px;
	background-color: #FFFFFF;
	position: relative;
}

.meta-container {
	position: absolute;
	bottom: 8px;
	right: 10px;
	font-size: 10px;
	text-align: right;
}

.inner-container {
	position: absolute;
	z-index: 10;
}

.inner-container .logo-container {
}

.inner-container .abstract-container {
	display: none;
}

.image-container {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 940px;
	height: 570px;
	overflow: hidden;
}

.content-container {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 940px;
	height: 570px;
	overflow: hidden;
}

.main-navigation-container {
	position: absolute;
	bottom: 10px;
}


/*############################################################*/
/*#                  PARAGRAPHS                              #*/
/*############################################################*/



/*############################################################*/
/*#                  HEADLINES                               #*/
/*############################################################*/
h1,
h2
{
	position: relative;
}

.logo-container {
	position: absolute;
	top: 10px;
	left: 380px;
	height: 83px;
	width: 579px;
}

.logo-container h1 {
	height: 83px;
	width: 579px;
	text-indent: -2000px;
}

.logo-container h1 .imgSpan {
	background: url("/mysite/assets/image/funky-freds-logo-transparent.png");
}

h3 {
	display: none;
}

h2 {
	color: #000000;
	font-size: 24px;
	text-indent: -2000px;
}

h2 .imgSpan {
	background-position: -1px -4px;
}




/*############################################################*/
/*#                  NAVIGATION                              #*/
/*############################################################*/
.main-navigation {
	list-style-type: none;
	width: 950px;
	height: 95px;
	margin-left: 10px;
	overflow: hidden;
}

.main-navigation li {
	float: left;
	width: 85px;
	height: 95px;
	overflow: hidden;
	margin-right: 10px;
	position: relative;
}

.main-navigation li a {
	display: block;
	background-color: #7B7B7B;
	width: 85px;
	height: 95px;
	overflow: hidden;
	text-decoration: none;
}

.main-navigation li a .navigationSpan {
	display: block;
	width: 85px;
	text-align: center;
	padding-top: 73px;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
}

.main-navigation li a:hover .imgSpan,
.main-navigation li a.current:hover .imgSpan {
	background-position: 0px 95px !important;
}

.main-navigation li a.current .imgSpan {
	background-position: 0px 190px !important;
}

.meta-navigation {
	list-style-type: none;
}

.meta-navigation li {
	float: left;
	margin: 0px 0px 0px 10px;
}


/*############################################################*/
/*#                  IMAGES                                  #*/
/*############################################################*/
.imgSpan 
{
	background-repeat: no-repeat;
	height: 100%;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
}

.image-container img {
	width: 940px;
	height: 570px;
	border: 0px;
}




/*############################################################*/
/*#                  ATTRIBUTES                              #*/
/*############################################################*/




/*############################################################*/
/*#                  LISTS                                   #*/
/*############################################################*/




/*############################################################*/
/*#                  TABLE                                   #*/
/*############################################################*/



/*############################################################*/
/*#                  FORMS                                   #*/
/*############################################################*/


