@charset "utf-8";
/* CSS Document */
/* Author: Aleksandar Manchevski, 6th Star.com
   Contact: amanchevski@gmail.com   */


/* DESIGN ELEMENTS */
*	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
body {
	margin: 0px;
	text-align: center;
}
#header {
	text-align: left;
	height: 234px;
	width: 771px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/banner1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#nav {
	padding-top: 188px;
	padding-left: 200px;
}

#content {
	width: 741px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/main_back.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	text-align: left;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#main {
	display: block;
	float: left;
	width: 535px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCC;
}
#rightbar {
	float: right;
	width: 200px;
	text-align: center;
}
#footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 45px;
	width: 771px;
	font-size: 100%;
	color: #999;
	padding-top: 39px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
/* TEXT */
#main ul	{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 50px;
}
h1 {
	font-size: 150%;
	color: #364E4E;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
p {
	font-size: 110%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
p a:link, p a:visited	{
	font-size: 100%;
	text-decoration: underline;
}
p a:active, p a:hover	{
	text-decoration: none;
}
#footer a:link, #footer a:visited  {
	color: #999;
	text-decoration: underline;
}
#footer a:active, #footer a:hover  {
	text-decoration: none;
}
.clr	{
	clear: both;
}
/* MENU */
ul.menu {
	list-style:none; 
	margin:0; 
	padding:0; 
	height: 21px;
}
ul.menu * {
	margin:0; 
	padding:0
}
ul.menu a {
	font-size: 12px;
	display:block; 
	text-decoration:none; 
	/* color:#000000; */
}
ul.menu li {
	position:relative; 
	float:left; 
	/* color:#FFFFFF; */
}
ul.menu ul {
	position:absolute; 
	top:21px; 
	left:0; 
	/* background: #E8E8E8;  */
	display:none; 
	opacity:0; 
	list-style:none
}
ul.menu ul li {
	position:relative; 
	border-top:none; 
	width:130px; 
	margin:0
}
ul.menu ul li a {
	font-size: 10px;
	display:block; 
	padding:2px 4px 3px; 
	/* background-color: #E8E8E8;  */
	color:000000;
}
ul.menu ul li a:hover {
	color: #039;
	/* background-color: #E8E8E8; */
}
ul.menu ul ul {
	left:148px; 
	top:-1px
}
ul.menu .menulink {
	padding:4px 8px 4px 8px; 
	font-weight:bold; 
	color:#000000; 
	/* background: #ffffff; */
	width:auto;
}
ul.menu .menulink:hover, ul.menu .menuhover {
	color: #039;
	/* background-color: #E8E8E8; */
}
/* MENU END */

/* SLIDESHOW */
.slideshow {
	height: 358px;
	width: 530px;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
	height: 0px;
	clear: both;
}
.slideshow img {
	padding: 0px; 
	border: 0px solid #ccc; 
	background-color: #eee; 
}
/* .slideshow img {
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
} */
#nav1 a {
	font-size: 11px;
	border: 1px solid #ccc;
	color: #000;
	background: #ccc; 
	text-decoration: none; 
	margin: 0 2px; 
	padding: 1px 4px;  
}
#nav1 a.activeSlide { 
	background: #999;
}
#nav1 a:focus {
	outline: none; 
}
/* SLIDESHOW END */