@import url('/assets/css/reset.css');

body {
	background-color: #4e325e;
}

ul.list {
	list-style: disc;
	padding-left: 15px;
}

ul.list li {
	padding-bottom: 10px;
}

.black {
	color: black;
}

div#page {
	background-image: url('/assets/images/bg.png');
	background-position: center;
	background-repeat: no-repeat;
	width: 1024px;
	height: 800px;
	margin: auto;
}

div#copyright {
	position: relative;
	top: -94px;
	left: 113px;
	width: 827px;
}

/* Header */

div#header {
	width: 894px;
	height: 190px;
	margin: auto;
}

div#logo {
	width: 148px;
	height: 75px;
	position: relative;
	top: 150px;
	left: 50px;
	float: left;
}

div#social {
	width: 77px;
	height: 75px;
	position: relative;
	top: 135px;
	left: 859px;
	float: left;
}

div#menu {
	width: 620px;
	height: 12px;
	position: relative;
	top: 170px;
	right: 5px;
	float: right;
}

#menu a {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}

/* Content */

div#content {
	width: 885px;
	height: 600px;
	margin: auto;
}

div#left-block {
	background-repeat: no-repeat;
	width: 516px;
	height: 466px;
	position: relative;
	top: 18px;
	left: 60px;
	float: left;
}


div#banner-block {
	background-repeat: no-repeat;
	width: 245px;
	height: 54px;
	position: relative;
	top: -120px;
	left: 462px;

}


div#right-block {
	margin-top: 3px;
	width: 284px;
	height: 471px;
	float: right;
}

div#right-block-top {
	width: 286px;
	height: 533px;
	min-height: 1px;
	overflow: hidden;
  white-space: none;
}

div#right-block-fill {
	background-repeat: repeat-y;
	width: 286px;
	height: 533px;
}



div#right-block-content {
	margin: -510px 0 0 10px;
	color: #666666;
	font-family: Tahoma;
	font-size: 12px;
	width: 260px;
	line-height: 14px;
	text-align: justify;
}

#right-block-content ul {
	padding-bottom: 10px;
}

#right-block-content ul a {
	color: #6F4290;
	text-decoration: none;
}

#right-block-content a {
	color: #6F4290;
	text-decoration: none;
}

#right-block-content a:hover {
	color: #6F4290;
	text-decoration: underline;
}

#right-block-content span.selected {
	color: black;
	text-decoration: none;
}

#right-block-content ul a:hover {
	text-decoration: underline;
}

#right-block-content hr {
	width: 260px;
	border: none;
	height: 1px;
	background-color: #666666;
}

#right-block-content p {
	padding-bottom: 5px;
}

/* Scroller */

#scrollable {
	position: relative;
	top: -4px;
	height: 300px;
	overflow: hidden;
	z-index: 110;
}

#scroller {
	position: relative;
	top: 0;
	left: 0;
	height: auto;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#scroller img.left {
 	padding: 0 18px 26px 2px;
}

#scroller img.right {
 	padding: 0 0 26px 10px;
}

div.scroll-button {
	position: relative;
	top: 0px;
	text-align: center;
	z-index: 100;
	background-color: clear;
	padding: 0;
	margin: 0;
	height: 12px;
}

a.contact {
	color: #666666;
}

/* Scroller title */

#scrollable-title {
	position: relative;
	height: 42px;
	overflow: hidden;
	top: -10px;
}

#scroller-title {
	position: relative;
	top: 0;
	left: 0;
	height: auto;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

p.scroll-button-title {
	text-align: center;
	position: relative;
	top: -10px;
}
