* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
	color: #333333;
	margin: 0px;
	padding: 0px;	
}

body {
	background-color: #333333;
	overflow: -moz-scrollbars-vertical !important;
}

#wrapper {
	background: url(../images/layout/top_block.gif) top center no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-top: 9px;
	padding-top: 20px;
	width: 752px;
	background-color: #FFFFFF;
	text-align: left;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p a {
	text-decoration: underline;
}

a:link {
	color: #004A6E;
}
a:visited {
	color: #004A6E;
}

#top_tab {
	background: url(../images/layout/top_tab.gif) bottom left no-repeat;
	background-color: #666666;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
	padding: 3px 18px 3px 0px;
	width: 734px;
	height: 15px;
	visibility: hidden;
	font-size: 11px;
	color:#FFFFFF;
}

#top_tab #logged {
	font-size: 11px;
	color:#FFFFFF;
	padding-right: 10px;
}

#top_tab #lang {
	background: url(../images/layout/flag.gif) left top no-repeat;
	padding-left: 25px;
	font-size: 11px;
	color:#FFFFFF;
}

#header:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#header {
	height: 1%;
}

#menu {
	width: 500px;
	text-align: right;
	float: right;
}

#menu ul {
	list-style:none;
	margin: 0px 19px 0px 0px;
	padding: 0px;
}

#menu ul li {
	float: right;
	padding: 19px 0px 0px 8px;
	margin: 0px;
	list-style-image: none;
}

#menu ul a {
	text-decoration: none;
	text-align: left;
	text-indent: -5000px;
	display: block;
	height: 18px;
}

#about {
	background: url(../images/layout/menu/about.gif) top center no-repeat;
	width: 35px;
}
#about:hover {
	background: url(../images/layout/menu/about_over.gif) top center no-repeat;
}

#about.current, #about.current:hover {
	background: url(../images/layout/menu/about_cur.gif) top center no-repeat;
}

#faq {
	background: url(../images/layout/menu/faq.gif) top center no-repeat;
	width: 25px;
}
#faq:hover {
	background: url(../images/layout/menu/faq_over.gif) top center no-repeat;
}

#faq.current, #faq.current:hover {
	background: url(../images/layout/menu/faq_cur.gif) top center no-repeat;
}

#download {
	background: url(../images/layout/menu/download.gif) top center no-repeat;
	width: 65px;
}

#download:hover {
	background: url(../images/layout/menu/download_over.gif) top center no-repeat;
}

#download.current, #download.current:hover {
	background: url(../images/layout/menu/download_cur.gif) top center no-repeat;
}

#buy {
	background: url(../images/layout/menu/buy.gif) top center no-repeat;
	width: 78px;
}

#buy:hover {
	background: url(../images/layout/menu/buy_over.gif) top center no-repeat;
}

#buy.current, #buy.current:hover {
	background: url(../images/layout/menu/buy_cur.gif) top center no-repeat;
}

#register {
	background: url(../images/layout/menu/register.gif) top center no-repeat;
	width: 44px;
}
#register:hover {
	background: url(../images/layout/menu/register_over.gif) top center no-repeat;
}

#register.current, #register.current:hover {
	background: url(../images/layout/menu/register_cur.gif) top center no-repeat;
}

#developer {
	background: url(../images/layout/menu/developer.gif) top center no-repeat;
	width: 66px;
}
#developer:hover {
	background: url(../images/layout/menu/developer_over.gif) top center no-repeat;
}

#developer.current, #developer.current:hover {
	background: url(../images/layout/menu/developer_cur.gif) top center no-repeat;
}

#community {
	background: url(../images/layout/menu/community.gif) top center no-repeat;
	width: 66px;
}
#community:hover {
	background: url(../images/layout/menu/community_over.gif) top center no-repeat;
}

#community.current, #community.current:hover {
	background: url(../images/layout/menu/community_cur.gif) top center no-repeat;
}

#demo {
	background: url(../images/layout/menu/demo.gif) top center no-repeat;
	width: 34px;
}
#demo:hover {
	background: url(../images/layout/menu/demo_over.gif) top center no-repeat;
}

#demo.current, #demo.current:hover {
	background: url(../images/layout/menu/demo_cur.gif) top center no-repeat;
}

#home {
	background: url(../images/layout/menu/home.gif) top center no-repeat;
	width: 35px;
}
#home:hover {
	background: url(../images/layout/menu/home_over.gif) top center no-repeat;
}
#home.current, #home.current:hover {
	background: url(../images/layout/menu/home_cur.gif) top center no-repeat;
}

#logo {
	position: relative;
	background: url(../images/layout/top_logo.gif) left no-repeat top;
	height: 36px;
	width: 178px;
	margin: 0px 0px 0px 0px;
	left: 23px;
	text-indent: -5000px;
	float: left;
}

#logo a {
	width: 178px;
	height: 36px;
	display: block;
}

#logo a:hover {
	text-decoration: none;
	background: none;
}

#bottom {
	background: url(../images/layout/bottom_block.gif) bottom left no-repeat;
	background-color: #FFFFFF;
	height: 4px;
	font-size: 0px;
}