body {
	text-align: left;
	margin: 0;
	background: #FFFFFF url('linen2.png');
	font-family: Arial;
	color: #050677;
}

a:link { 
	color: #050677;
}

a:visited {
	color: #050677;
}

a:active, a:hover {
	color: #3f44cb;
}

#header {
	display: block;
	width: 800px;
	height: 300px;
	margin: 15px auto 0 auto;
	pointer-events: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

}

#navigation {
	width: 800px;
	height: 30px;
	margin: 0 auto;
}

#navilogo {
	display: block;
	float: right;
	width: 100px;
	height: 30px;
	pointer-events: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
	
.menu{margin:0 auto; padding:0; height:30px; width:800px; display:block; background:url("topMenuImages.png") repeat-x;}
.menu li{padding:0; margin:0; list-style:none; display:inline;}
.menu li a{float:left; padding-left:20px; display:block; color:rgb(162,165,222); text-decoration:none; font:12px Verdana, Arial, Helvetica, sans-serif; cursor:pointer; background:url("topMenuImages.png") 0px -30px no-repeat; outline:none;}
.menu li a span{line-height:30px; float:left; display:block; padding-right:20px; background:url("topMenuImages.png") 100% -30px no-repeat;}
.menu li a:hover{background-position:0px -60px; color:rgb(204,207,255);}
.menu li a:hover span{background-position:100% -60px;}
.menu li a.active, .menu li a.active:hover{line-height:30px; font:12px Verdana, Arial, Helvetica, sans-serif; background:url("topMenuImages.png") 0px -90px no-repeat; color:rgb(255,255,255);}
.menu li a.active span, .menu li a.active:hover span{background:url("topMenuImages.png") 100% -90px no-repeat;}

#content {
	margin: 0 auto;
	width: 738px;
	background: #c0c0ff;
	padding: 30px;
	border: 1px solid #050677;
}

#contentbox{
	padding:0;
	margin:0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border:2px solid #f0eeef;
	width:100%;
}

#contentbox .title{
	background-image:url(background.gif);
	background-repeat:repeat-x;
	height: 28px;
	padding:13px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:25px;
	color: #FFF;
	overflow: hidden;
	font-weight:bold;
	text-shadow: #050677 1px 1px 1px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	border-bottom-right-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
}

#contentbox .content{
	font-size:16px;
	color: #050677;
	background: #dbdcff;
	font-family: Tahoma, Geneva, sans-serif;
	padding:10px;
	line-height:24px;
	border-bottom:0px solid #f0eeef;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	border-top-right-radius: 0px;
	-moz-border-radius-topright: 0px;
}

#contentbox .click{
	margin-top: -30px;
	width: 150px;
	height: 30px;
	line-height: 30px;
	padding-right: 10px;
	font-size: 15px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
	text-align: right;
	vertical-align: middle;
	background: #050677;
	float: right;
	border-top-left-radius: 100px 30px;
	border-bottom-right-radius: 7px;
	
}
	
	
	

#nuoli {
	margin-left:-30px;
	pointer-events: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#footer {
	margin: 0 auto;
	width: 788px;
	background: #e0e0e0;
	font-family: Trebuchet;
	font-size: 10px;
	color: #7a7a7a;
	padding: 5px;
	border: 1px solid #b5b3b3;
}

#slider1 {
    width: 720px; /* important to be same as image width */
    height: 300px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
    background: url(bgslider.png) no-repeat;
}

#slider1Content {
    width: 720px; /* important to be same as image width or wider */
    padding: 0; margin: 0;
    position: absolute;
	top: 0;
	margin-left: 0;
    list-style-type: none;
}
.slider1Image {
    float: left;
    position: relative;
	display: none;
}
.slider1Image span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 694px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.slider1Image span strong {
    font-size: 14px;
}
.left {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 280px;
}
.right {
	right: 0;
	bottom: 0;
	width: 110px !important;
	height: 284px;
}