* {
	padding:0px;
	margin:0px;
	zoom:1;
}
body, html {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	background:#DCDCDC url('../images/body-background.png') repeat-y;
	color:#011C61;
	height:100%;
}
body {
	overflow-x:hidden;
}
img {
	border:0px none;
}

ul,ol {
	list-style:none;
	list-style-image:none;
}
p {
	padding:10px 0px;
}
a, ol li {
	zoom:0;
}	
a:link,
a:visited {
	color:#2992cb;
	text-decoration:underline;
}
a:hover {
}
.clear {
	clear:both;
	float:none !important;
	font-size:0px;
	line-height:0px;
}

/* Website */
#website {
	width:980px;
	border-right:1px solid #000;
	min-height:100%;
	position:relative;
	background:#fff url('../images/website-background.jpg') no-repeat bottom left;
}
#website #shadow-right {
	width:50px;
	position:absolute;
	height:5000px;
	background:red;
	right:-50px;
	top:0px;
}

/* Top */
#top {
	height:84px;
	position:relative;
	border-bottom:1px solid #000;
}
#top .logo {
	position:absolute;
	left:14px;
	top:10px;
}
#top .lang {
	position:absolute;
	right:10px;
	bottom:0px;
}
#top .lang li {
	float:left;
	padding-left:10px;
}
#top .lang li a:link,
#top .lang li a:visited {
	display:block;
	height:26px;
	width:107px;
	background:url('../images/lang-background.png') no-repeat;
	line-height:26px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	font-style:normal;
	font-size:12px;
	font-weight:bold;
}
#top .lang li a:hover {
	background:url('../images/lang-background-hover.png') no-repeat;
}

/* Header */
#header {
	height:181px;
	background:#f0f0f0;
}

/* Menu */
#menu {
	float:left;
	padding-top:2px;
	padding-right:2px;
	background:url('../images/stip_07.jpg') no-repeat right top;
	width:164px;
}
#menu li {
	padding-bottom:1px;
}
#menu a:link,
#menu a:visited {
	display:block;
	width:158px;
	height:23px;
	line-height:23px;
	padding-left:6px;
	background:#011C61;
	text-decoration:none;
	font-style:normal;
	font-weight:bold;
	color:#fff;
	font-family: Tahoma;
	font-size:9pt;
}
#menu a:hover {
	background:#DCDCDC;
}

/* Content */
#content {
	float:left;
	width:790px;
	padding:10px;
}

#content h1 {
		font-style:normal;
	font-weight:bold;
	color:#011C61;
	font-size: 15px;
	padding-bottom: 10px;
	
}

#rotator
{
	cursor: pointer;
	overflow: hidden;
	margin: 0px;
	position: relative;
	width: 980px;
	height: 181px;
}

#rotator img
{
	border: 0;
	cursor: pointer;
	width: 980px;
	height: 181px;
}

/* Menu */
#menu_admin {
	float:left;
	padding-top:2px;
	padding-right:2px;
	background:url('../images/stip_07.jpg') no-repeat right top;
	width:230px;
}
#menu_admin li {
	padding-bottom:1px;
}
#menu_admin a:link,
#menu_admin a:visited {
	width:230px;
	height:23px;
	line-height:23px;
	padding-left:6px;
	text-decoration:none;
	font-style:normal;
	font-weight:bold;
	color:#000;
	font-family: Tahoma;
	font-size:9pt;
}

/* Content */
#content_admin {
	float:left;
	width:720px;
	padding:10px;
}

#content_admin h1 {
		font-style:normal;
	font-weight:bold;
	color:#011C61;
	font-size: 15px;
	padding-bottom: 10px;
	
}