/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * Style Style Sheet - Defines the main look like colors and backgrounds
 * Not all style related CSS is included, only colors and backgrounds which may change for different theme styles
 */


/* Base
----------------------------------------------------------------------------------------------------*/

body#page { background: #fefefe; }


/* Layout
----------------------------------------------------------------------------------------------------*/

/* Toolbar */
#toolbar { text-shadow: 0 1px 0 rgba(253,253,255,1.0); }

#toolbar,
#toolbar a { color: #99999b; }
#toolbar a:hover { color: #222224; }

/* Footer */
#footer {
	color: #87878B;
	text-shadow: 0 1px 0 rgba(253,253,255,1.0);
}

#footer a { color: #444446; }


/* Menus
----------------------------------------------------------------------------------------------------*/


/* Modules
----------------------------------------------------------------------------------------------------*/

/* Module Type: Headerbar Line */

#headerbar .module {
	color: #666668;
	text-shadow: 0 1px rgba(253,253,255,1.0);
}

#headerbar .module strong { color: #444446; }
#headerbar .module small { color: #99999b; }


/* Tools
----------------------------------------------------------------------------------------------------*/


/* System
----------------------------------------------------------------------------------------------------*/


/* Canberra Web
----------------------------------------------------------------------------------------------------*/
.table-1 {
	background-color: #EE5923;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	color:white;
	text-shadow:none;
	width:80%;
	margin:auto;
}

div.option-box {
	background-color: #EE5923;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	color:white;
	text-shadow:none;
	padding:10px 20px;
	width:380px;
	height:685px;
	margin:25px;
	float:left;
	clear:none;
	
	
}
ul.menuflat li
{
display: inline;
padding: 10px;
}

a.home-bottom-link {
	width:100%;
	height:100%;
	display:block;
	position:absolute;
	top:0px;
	left:0px;
}
