* 
{
	margin: 0;
}

html 
{
   overflow-y: scroll;
}

html, body 
{
	height: 100%;
}

body
{
	font-family: "Lucida Sans Unicode", Calibri, Tahoma, Arial;
	font-size: 12px;
	font-weight: normal; 
	background-color: #E4E4E4;
}

h1
{
	font-family: Calibri,"Lucida Sans Unicode", Tahoma, Arial;
	font-size: 36px;
	font-weight: bold;
	color: #C00000;
	margin-top: 20px;
	margin-bottom: 20px;
}

h2
{
	font-family: Tahoma, "Lucida Sans Unicode";
	font-size: 18px;
	font-weight: normal;
	color: #C00000;
	margin-top: 20px;
	margin-bottom: 20px;
}

h3
{
	font-size: 14px;
	font-weight: normal;
	color: #C00000;
	margin-top: 10px;
	margin-bottom: 10px;
}

h4
{
	color: #C00000;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-top:5px;
}

h5
{
	color: #C00000;
	font-size: 13px;
	font-weight: normal;
	margin-left: 10px
}

.h2menu
{
	position: absolute;
	font-family: "Lucida Sans Unicode";
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
	color: white;
	width:197px;
	height:35px;
	left:8px;
	padding-left:30px;
	padding-top:17px;
	background:none;
}

.h2menu.hover
{
	text-decoration: none;
}

#theme
{
	padding:0px;
	margin: 0px;
	background-color: #E4E4E4;
	background-image: url(../img/background.png);
	background-position: center top;
	background-repeat: repeat-y;
}


#container
{
	width:980px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -30px; /* the bottom margin is the negative value of the footer's height */	
	padding-bottom: 20px;
	background-color: white;
}

#menu
{
	width:980px;
	height:62px;
	background-image:url(../img/menu.png);
	position:relative;
}

#menu ul, #menu ul li {
	display: block;
	list-style: none;
	margin: 0px;
	padding: 5px 10px ;
}

#menu ul {
	float: left;
	padding: 10px 0px 1px 160px;
}
#menu ul li {
	float: left;
}

#menu a
{
	display:block;
	margin:0px;
	padding:0px;
	font-size:18px;
	font-family: calibri;
	color:white;
	text-decoration:none;
}

#main
{
	padding-top:5px;
}

#big_menu
{
	padding:0px;
	margin-top: 40px;
	margin-left: 20px;
	width: 945px;
	height: 363px;
	
	font-family: "Lucida Sans Unicode", Calibri, Tahoma, Arial;
	font-size: 12px;
	color: white;
	font-weight: normal; 

	background-image: url(../img/start/4menu.png);
	background-position: center top;
	background-repeat: no-repeat;
	z-index:100;
}

.bottom_box
{
	margin: 0px;
	padding:0px;
	width: 224px;
	height:217px;

	background-image: url(../img/bottom/redbox.png);
	background-position: center top;
	background-repeat: no-repeat;
}

#bottom
{
	padding:0px;
	margin: 0px;
	height:22px;

	background-color: #E4E4E4;
	background-image: url(../img/bottom.png);
	background-position: center top;
	background-repeat: no-repeat;
}

#push
{
	width: 980px;
	margin: auto;
	clear: both;
}

#footer
{
	width: 980px;
	height: 50px;
	margin: auto;
	text-align: center;
}

#lang
{
	position: absolute;
	top: 12px;
	width: 80px;
	margin-left: 870px;
	
	color: white;
	cursor: pointer;
}

#lang_menu
{
	position: absolute;
	top: 50px;
	width: 80px;
	margin-left: 870px;
	
	display: none;
	cursor: pointer; 
	font-size: 9pt;
	font-family: calibri;	
	
	border: #E4E4E4 1px solid;
	background-color: white;
	z-index:10;
}

.start_logo
{
	position:absolute; 
	top:30px;
	left:616px;
}

.how_to_buy_logo
{
	position:absolute; 
	top:0px; 
	left:601px;
	width:400px;
}

.contact
{
	position:absolute; 
	top:0px; 
	left:601px;
	width:400px;
}

@media screen and (-webkit-min-device-pixel-ratio:0)
{
	.start_logo
	{
		left:617px;
	}
	
	.how_to_buy_logo
	{
		left:602px;
	}	
	
	.contact
	{
		left:602px;
	}	
}
