/**
 * @version		1.3
 * @package		SimpleTabs
 * @author    Fotis Evangelou - http://nuevvo.com/labs/simpletabs
 * @copyright	Copyright (c) 2009-2011 Fotis Evangelou / Nuevvo Webware Ltd. All rights reserved.
 * @license		GNU/GPL license: http://www.gnu.org/copyleft/gpl.html
 */
 
div.simpleTabs { padding:0px;  }
div.logo{ position:absolute; }
ul.simpleTabsNavigation { margin:60px 0px ; padding:0px; background:url(../images/paper.jpg) no-repeat; position:relative; text-align:right; }
ul.simpleTabsNavigation li { list-style:none; display:inline-table; margin:0px 44px 0px 0px; padding:12px; }
ul.simpleTabsNavigation li a { padding:0px 0px;  font-size:32px; text-decoration:none;   font-family: 'FrenchScriptMTRegular';  font-weight:normal; color:#531112;}
ul.simpleTabsNavigation li.action {position:absolute; top:-50px; left:-22px; }
ul.simpleTabsNavigation li a img { margin:0px 10px 0px 0px;}
ul.simpleTabsNavigation li a:hover { color:#fe0000; }
ul.simpleTabsNavigation li a.current { color:#F00; }
div.simpleTabsContent {padding:60px; margin-top:3px; display:none; font-size:16px; color:#531112;-webkit-border-radius: 60px 60px 60px 60px;
border-radius: 60px 60px 60px 60px; position:relative;}
.left_corner
{
	width:83px; height:67px; background:url(../images/left_top.png) no-repeat; position:absolute; top:0; left:0;
}
.right_corner
{
	width:83px; height:67px; background:url(../images/right_top.png) no-repeat; position:absolute; top:0; right:0;
}
.bottom_left_corner
{
	width:83px; height:67px; background:url(../images/left_bottom.png) no-repeat; position:absolute; bottom:0; left:0;
}
.bottom_right_corner
{
	width:83px; height:67px; background:url(../images/right_bottom.png) no-repeat; position:absolute; bottom:0; right:0;
}
.bottom_wrapper
{
	max-width:1015px;
	width:100%;
	height:67px;
	background:url(../images/bottom.png) no-repeat;
	position:absolute;
	bottom:0;
	left:0;
}
.menu_bottom
{
	background:url(../images/menu_bottom.png) no-repeat;
	width:100%;
	height:15px;
	position:absolute;
	bottom:-12px;
	left:0;
}
div.simpleTabsContent.currentTab { display:block; background:url(../images/paper.jpg) repeat-y top left;}
.simpleTabsContent h1{ font-size:53px; color:#531112; font-weight:normal;   font-family: 'FrenchScriptMTRegular'; }
.simpleTabsContent a {color:#ff0000;}
@media (max-width:799px) {
	
	ul.simpleTabsNavigation li.action 
	{position:static; }
	ul.simpleTabsNavigation li { list-style:none; display:block; margin:0px 44px 0px 0px; padding:12px; text-align:center; }

}
	