@charset "utf-8";
@import url("reset.css");
@import url("js.css");

body					{background:#fff;font-family:Verdana, Geneva, sans-serif;}
.clear					{clear:both;}

#headershell			{width:100%;height:92px;background:url(../images/header-bg.jpg);}
#header					{width:960px;margin:0 auto;}

#wrapper				{position:relative;width:960px;margin:0 auto;padding:0 0 50px 0;}

.frontpage #content		{float: left;width:390px;margin:10px 0 0 0;}
.frontpage #content h2	{font-size:22px;margin-bottom:10px;}
.frontpage #content p	{font-size:12px;line-height:16px;word-spacing:2px;margin-bottom:10px;text-align:justify;}
.frontpage #slidershell	{float:right;width:545px;height:545px;background:url(../images/sliderbg.jpg) no-repeat;margin:40px 0px 0 0px;padding:5px;}
.frontpage #slider		{background:#333;width:536px;height:536px;margin:3px;background:url(../images/slidebg.jpg) no-repeat;}
.frontpage #footer		{position:fixed;bottom:0;margin:0;font-size:10px;color:#777;width:100%;text-align:center;background:#060606;height:30px;line-height:30px;}

#menu					{position:absolute;left:50%;top:54px;margin-left:-75px;}
#menu ul				{}
#menu ul li				{float:left;}
#menu ul li a			{display:block;width:111px;line-height:38px;background:url(../images/button.jpg) top left no-repeat;text-align:center;color:#2ed11f;font-weight:bold;
						 text-decoration:none;font-size:12px;text-transform:lowercase;}
#menu ul li a:hover		{background-position:bottom left;color:#444;}
#menu ul li a.active	{background-position:bottom left;color:#444;}