/************************************************************************
*   																	*
*   					  MOGUL MIND STYLE SHEET						*
*																		*
*   				  Copyright 2008, Mogul Mind Inc.					*
*   				  	    All Rights Reserved.						*
*   					     www.mogulmind.com							*	
* 																		*		
************************************************************************/

body {
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #FFF;
	background: #333;
	margin: 0px;
}
img {
	border: 0px;
}

/*-----------------------------------------------------------------------
Floating Home Page
-----------------------------------------------------------------------*/

#horizon        
	{
	color: white;
	background-color: transparent;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
	}

#home    
	{
	font-family: Verdana, Geneva, Arial, sans-serif;
	background-color: #333;
	margin-left: -250px;
	position: absolute;
	top: -215px;
	left: 50%;
	width: 500px;
	height: 430px;
	visibility: visible;
	}
	
#home #studios, #home #media
	{
	background-color: #333;
	width: 250px;
	height: 160px;
	position: absolute;
	bottom: 0px;
	padding-top: 5px;
	}
	
#home #studios
	{
	left: 0px;
	}
	
#home #media
	{
	border-left: 1px solid #FFF;
	
	left: 250px;
	}

#footer
	{
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 20px;
	background-color: #00ABE0;
	border-top: 1px solid #FFF;
	text-align: center;
	}
.clear {
	clear:both;
	text-align: center;
	position: relative;
	top: 200px;
	left: -125px;
	color: #FFF;
 	font-size:14px;
	width: 750px;
}
.attn {
	color: #00abe0;
}
/*-----------------------------------------------------------------------
Navigation Sections
-----------------------------------------------------------------------*/
a.footer:link, a.footer:visited, a.footer:active {
 color: #FFF;
 font-size:11px;
 text-decoration: none;
}
a.footer:hover {
 text-decoration: underline;

}

a.nav:link, a.nav:visited, a.nav:active {
 text-decoration: none;
 	color: #FFF;
}
a.nav:hover {
 text-decoration: underline;
  color: #CCC;
}