body {
	background:#000 url('/design/base/images/web/bg.jpg') top center no-repeat;
	font-family:Arial, sans-serif;
	font-size:12px;
	color:#666;
	margin: 0px;
	padding: 0px;
}

h1 {
	padding-bottom: 10px;
	color: #B70066;
	font-size: 24px;
}
.white {
	color: #fff;
	font-size: 28px;
	text-align: center;
	margin-top: 50px;
}

h2 {
	padding-top: 10px;
	color: #333;
	font-size: 14px;
}

a {color: #777;text-decoration: none;outline: none;}
a:hover {text-decoration: none;}
a img {border: 0px;}
li {list-style: none;}

#main {
	width: 820px;
	margin: auto;
}

#header {
	height: 140px;
	overflow: hidden;
}

#picker {
	background:#232323;
	padding: 10px 20px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
	color: #666;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}

#picker a {
	width: 86px;
	display: inline-block;
	text-align: center;
	margin:5px 10px;
	padding: 6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}
#picker a:hover {
	background: #fff;
}
#picker a span {display: block;}

#countries {
	background: url('/design/base/images/web/top.jpg') repeat-x;
	float: right;
	height: 22px;
	padding-left: 10px;
	overflow: hidden;
}

#countries a img {
	margin-top: 5px;
	margin-right: 2px;
	margin-left: 2px;
	vertical-align: top;
}

#countries_right {
	background: url('/design/base/images/web/top.jpg') right top repeat-x;
	height: 22px;
	float: right;
}
	
#logo {
	background: url('/design/base/images/web/logo.jpg');
	width: 302px;
	height: 68px;
	display: block;
	margin: 31px auto;
}

.tabs {
	overflow: hidden;
	height: 33px;
	padding: 0;
	margin-top: 16px;
	margin-bottom: 0;
	width: 468px;
	margin-left:auto;
	margin-right:auto;
}

.tabs li {float:left;margin: 0;padding: 0;}

.tabs li a {
	background: url('/design/base/images/web/menu.png') 0 66px;
	display: block;
	width: 152px;
	height: 23px;
	color: #ddd;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
	float: left;
	margin-right: 4px;
}

.tabs li a:hover {
	background-position: 0 33px;
	color: #fff;
}

.tabs li.active a {
	background-position: 0 0;
	color: #666;
	text-shadow: -1px -1px 2px #fff;
}

.tab_container {
	background: #F7F7F7 url('/design/base/images/web/container-top.jpg') no-repeat;
	padding: 30px;
	text-align:center;
}

.container_bottom {
	background: #F7F7F7 url('/design/base/images/web/container-bottom.jpg') no-repeat;
	text-align:center;
	height: 10px;
}

.separator {
	background: url('/design/base/images/web/separator.png');
	width: 400px;
	height: 10px;
	margin: 20px auto;
}

#footer {
	font-size: 11px;
	color: #222;
	padding: 10px;
	width: 600px;
	margin:auto;
	text-align:center;
}
.title {
padding-top: 3px;
}