/* CSS Document */

*
{
	margin			: 0;
	padding		: 0;
}

body
{
	font-size		: 12px;
	font-family		: Arial;
	color			: #8c8c8c;
	margin			: 0;
}

div.c
{
	clear			: both;
}

a
{
	color			: #18beee;
	text-decoration	: underline;
}

img
{
	border			: 0;
}

div.header
{

	height			: 80px;
	background-image	: url('../images/dash-bg.png');
	background-position	: bottom;
	background-repeat	: repeat-x;	
}

	div.header div.logo
	{
		float			: left;
		margin-left		: 70px;
		margin-top		: 5px;

	}
		div.header div.logo h1.slogan
		{
			color			: #8c8c8c;
			padding-left		: 20px;
			position		: relative;
			top			: -5px;
			margin		: 0;
			font-size	: 12px;
			font-weight	: normal;
		}
	
	div.header div.nav
	{
		color			: #18beee;
		text-align		: right;
		font-size		: 90%;
		margin-right		: 30px;
		margin-top		: 5px;
	}
	 
		div.header div.nav a
		{
			color			: #18beee;
			margin-right		: 15px;
		}
			
		
	div.header div.tabs
	{
		float			: right;
		width			: 600px;
		margin-right		: 0;
		margin-top		: 30px;
	}
	
		div.header div.tabs ul
		{
			list-style-type	: none;

		}
		
			div.header div.tabs ul li
			{
				float			: left;
			}		

			div.header div.tabs a
			{
				color			: #8c8c8c;
				display		: block;
				padding-top		: 3px;
				padding-bottom	: 3px;
				width			: 127px;
				text-align		: center;
				text-decoration	: none;
				font-size		: 14px;
				font-weight		: bold;
			}
	
				div.header div.tabs a:hover
				{
					background-image	: url('../images/tab-bg.png');
					background-position	: bottom;
					background-repeat	: repeat-x;
					color			: #FFFFFF;	
				}
			
div.main
{
	background-color	: #FFFFFF;
	padding-bottom	: 40px;
}

	div.main h2.teaser
	{
		margin-left	: 25px;
		font-size	: 15px;
	}

div.footer
{
	background-image	: url('../images/dash-bg.png');
	background-position	: top;
	background-repeat	: repeat-x;
	padding		: 25px;

}



img.body-icon
{
	position		: absolute;
	top			: 1px;
	display		: none;
}

#peel
{
	position	: absolute;
	left		: 0;
	top		: 0;
	width		: 60px;
	height		: 60px;
	cursor		: pointer;
	z-index	: 9999;
}

	#peel .bg
	{
		position	: absolute;
		left		: 0;
		top		: 0;
		background	: url('/images/peel2.png') left top no-repeat;
		width		: 100%;
		height		: 100%;
			
	}


	#peel .peel
	{
		position	: absolute;
		left		: 0;
		top		: 0;
		background	: url('/images/peel.png') top right;
		width		: 100%;
		height		: 100%;
	}
	
	
