/* CSS Document | LastRender Art Studios | www.lastrender.com */

@font-face {
    font-family: 'CantarellRegular';
    src: url('/resources/fonts/cantarell-regular-webfont.eot');
    src: url('/resources/fonts/cantarell-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/resources/fonts/cantarell-regular-webfont.woff') format('woff'),
         url('/resources/fonts/cantarell-regular-webfont.ttf') format('truetype'),
         url('/resources/fonts/cantarell-regular-webfont.svg#CantarellRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'CantarellBold';
    src: url('/resources/fonts/cantarell-bold-webfont.eot');
    src: url('/resources/fonts/cantarell-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/resources/fonts/cantarell-bold-webfont.woff') format('woff'),
         url('/resources/fonts/cantarell-bold-webfont.ttf') format('truetype'),
         url('/resources/fonts/cantarell-bold-webfont.svg#CantarellBold') format('svg');
    font-weight: normal;
    font-style: normal;

}
*
{
	padding: 0;
	margin: 0;
	border:none;	
}
html, body, form
{
	padding: 0;
	margin: 0;
	display: block;
	height: 100%;
	width: 100%;
	font-family: CantarellRegular;
}
body
{
	color: #333333;
	font-size: 12px;
	text-align: left;
	line-height: 1.5;
	background-color: #ffffff;
}
a:link
{
	color: #ffffff;
	text-decoration: none;
}
a:visited
{
	color: #ffffff;
	text-decoration: none;
}
a:hover
{
	color: #f1f1f1;
	text-decoration: underline;
}
a:active
{
	color: #ffffff;
	text-decoration: none;
}
#bgSWF
{
	position: absolute;
	top: 0;
	left: 0;
	min-height: 100%;
	height: 100%;
	min-width: 100%;
	width: auto !important;
	width: 100%;
	display: block;
	z-index: 1;
}
#header
{
	position: absolute;
	top: 0;
	left: 0;
	background-color: #ffffff;
	height: 60px;
	width: 100%;
	z-index: 2;
}
#headerWrapper
{
	clear: both;
	margin: auto;
	width: 950px;
	display: block;
	height: 50px;
	padding: 10px 0px 0px 0px;
}
#header a:link
{
	color: #ffffff;
	text-decoration: none;
}
#header a:visited
{
	color: #ffffff;
	text-decoration: none;
}
#header a:hover
{
	color: #cccccc;
	text-decoration: none;
}
#header a:active
{
	color: #ffffff;
	text-decoration: none;
}
#logo
{
	width: 190px;
	height: 40px;
	float: left;
}
#logo img
{
	border: none;
}
#topMenu
{
	display: block;
	padding-top: 12px;
}
#lng
{
	font-size: 9px;
	display: block;
	float: right;
	background-color: #b11116;
	padding: 3px;
	color: #ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-spacing: 0px;
}
#footer
{
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 3;
	margin:auto;
	background: transparent url(/resources/media/footer.jpg) repeat-x;
	border-top:solid 1px #e1e1e1;
	height:250px;
}
#footerContent
{
	padding:40px 0px 0px 0px;
	margin:auto;
	width:950px;
	color:#ffffff;
	font-size:10px;
}
#footerContent img
{
	border: none;
}
#footerContent a:link
{
	color: #ffffff;
	text-decoration: none;
}
#footerContent a:visited
{
	color: #ffffff;
	text-decoration: none;
}
#footerContent a:hover
{
	color: #ffffff;
	text-decoration: underline;
}
#footerContent a:active
{
	color: #ffffff;
	text-decoration: none;
}
#footerContent h1
{
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	padding: 0px 0px 5px 0px;
}

/* Menu - Start */
#myslidemenu
{
	float: left;
	padding-left: 20px;
}
.jqueryslidemenu
{
	font-size: 12px;
}
.jqueryslidemenu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li
{
	position: relative;
	display: inline;
	float: left;
	text-align: center;
	z-index: 9999;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a
{
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	color: #666666;
	margin-left: 3px;
	text-decoration: none;
}

* html .jqueryslidemenu ul li a
{
	/*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited
{
	color: #666666 !important;
}

.jqueryslidemenu ul li a:hover
{
	color: #b11116 !important;
	text-decoration: none !important;
}

/*1st sub level menu*/
.jqueryslidemenu ul li ul
{
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li
{
	display: list-item;
	float: none;
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	background: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul
{
	top: 0;
}
/* Sub level menu links style */
.jqueryslidemenu ul li ul li a
{
	width: 250px; /*width of sub menus*/
	padding: 5px;
	margin: 0px 0px 0px 0px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	background-color: #ffffff;
}
.jqueryslidemenu ul li ul li a:hover
{
	color: #ffffff !important;
	background: #b11116;
}
/* Menu - End */

/* EasyNews */
.news_style
{
	display: none;
}
.news_show
{
	position: absolute;
	color: black;
	clip: rect(0px 200px 120px 0px);
}
.news_border
{
	width: 200px;
	height: 120px;
	overflow: hidden;
}
.news_mark
{
	float: right;
	border: 0px solid gray;
	width: 200px;
	color: black;
	padding-top: 7px;
	text-align: center;
}
.news_title
{
	border: 0px solid gray;
	padding: 0px 0px 0px 5px;
	color: black;
	display: none;
}
.news_show img
{
	margin-left: 0px;
	margin-right: 5px;
}
.buttondiv
{
	float: right; /*top: 169px;*/
	padding: 5px 5px 5px 5px;
	border-top: none;
	height: 14px;
}
.news_move
{
	position: relative;
}
.mytable
{
	width: 200px;
	height: 120px;
	vertical-align: top;
}
/* EasyNews - End */
