@charset "utf-8";
/* CSS Document */

* {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	background:#3a0259;
}
a, a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	text-decoration: underline;
	font-weight: normal;
}
input.button { cursor: pointer; }
p {  }
img { border: 0 none; }


.page {
	width:920px;
	height:796px;
	display:block;
	overflow:hidden;
	background-color: #3b0259;
}
.header {
	width: 920px;
	height: 152px;
	background: #000 url(../img/header.jpg);
	overflow: hidden;
}
.left {
	width:148px;
	height: 644px;
	position:absolute;
	left:0;
	background: #38f33d url(../img/left-menu-bg.png) no-repeat top;
}
.left * {
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	line-height:14px;
}
.center {
	width:762px;
	height:644px;
	margin-left:148px;
	overflow:hidden;
	background: #FFF url(../img/center-bg-01.png) no-repeat top left;
	border-right:10px solid #000;
}
.horiz-menu {
	background: #f9f9f9 url(../img/h-menu-bg.png) repeat-x ;
	height: 27px;
	width:580px;
	overflow:hidden;
	float:right;
}
.h-menu * {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#6b6668 !important;
	list-style:none;
}
ul.h-menu  {
	width:auto;
	float:right;
}
.h-menu li {
	width: 68px;
	height: 19px;
	background: url(../img/h-menu-button.png) no-repeat top left;
	display:block;
	float:left;
	overflow:hidden;
	padding-top:9px;
	padding-left:12px;
}
.h-menu li a {
	height: 19px;
}

.left-menu li {
	display:block;
	height:25px !important;
	margin-bottom:2px;
	overflow:hidden;
}
.left-menu li a {
	background: url(../img/left-menu-button.png) no-repeat top left;
	background-position:0px 4px;
	color: #09440b !important;
	margin-top:6px;
	display: inline-block;
	padding-left:11px;
}
.left-menu li a:hover {
	font-weight:bold;
	color: #0d0d0d !important;
	background: url(../img/left-menu-button.png) no-repeat top left;
	background: url(../img/left-menu-button-hover.png) no-repeat top left;
	background-position:0px 4px;
}
.left ul {
	display:block;
	margin-top:5px;
	list-style:none;
	margin-left:18px;
}
.shop-link {
	margin-left:15px;
	margin-top:70px;
	display:block;
}
.head-twitter {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #c2c2c2;
	padding-left: 22px;
	padding-top:5px;
	display:inline-block;
	float:left;
	width:auto;
}
.txt {
	width: 703px;
	height: 579px;
	background: #f5f5f5 url(../img/center-border.png);
	overflow:hidden;
	margin-left:31px;
	margin-top:36px;
}
.txt-border {
	background: #000 url(../img/txt-border.png) no-repeat;
	margin-left:10px;
	margin-top:10px;
	width:654px;
	height: 553px;
	padding-top:5px;
	padding-left:25px;
	padding-right:4px;
	overflow:hidden;
}
.txt-page {
	height:527px;
	overflow:hidden;
	padding-top:21px;
	margin-right:0px;
}
.date {
	font-weight:bold;
	color: #5ab45c;
	padding-bottom:10px;
}
.introtext {
	padding-bottom:3px;
	text-align:justify;
	padding-right:18px;
}
.readmore {
	color: #5ab45c;
	padding-bottom:18px;
	border-bottom:1px solid #438544;
	margin-bottom:18px;
	margin-right:18px;
}
.contentheading {
	font-size:16px;
	font-weight:bold;
}
.news {
	width: 31px;
	height: 240px;
	background-color:#F00;
	position:absolute;
	top: 512px;
	left:158px;
	background: url(../img/news.png);
}
.head-login {
	position:relative;
	z-index:101;
	float:right;
	margin-top:16px;
	margin-right:23px;
	width:80px;
}