@charset "utf-8";
/* CSS Document */

body 
{
    font-size: small;
    background-color: #000;
    color: #000;
    text-align: center;
    margin: 0;
	padding:0;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(../images/ml_bg_1.jpg);
	background-position: center 30px;
	background-repeat:no-repeat;
}

#page
{
    width: 798px;
	height: 400px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
	position: relative;
	border-left: 1px solid #C6C6C6;
	border-right: 1px solid #C6C6C6;
	background-color:#FFF;
}

#LeftArrow
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 60px;
	height: auto;
	z-index: 15;
	background-image: url(../images/gall_left.png);
}

#RightArrow
{
    position: absolute;
    top: 0px;
    left: 739px;
    width: 60px;
	height: auto;
	z-index: 15;
	background-image: url(../images/gall_right.png);
}

.arrow
{
    cursor: pointer;
}

/* Side Scroller */

#ScrollBox 
{
    margin-left: 0px;
    margin-top: 0px;
    width: 798px;
    height: 400px;
    position:  absolute;
    overflow: auto; /*hidden;*/
    /*border: solid 1px #000;*/
    background-color:#fff;
}

#BigBox
{
    width: 3800px;
}

.blockouter
{
    width: 300px;
    float: left;
    height: 400px;
    margin-right: 0px;
	border-left: 1px solid #999;
	border-right: 1px solid #CCC;
	background-color:#E5E5E5;
	background-image: url(../images/loadingbitmap.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}

.blockinner
{
    width: 300px;
    float: left;
    height: 400px;
    margin-right: 0px;
	/*border-left: 1px solid #999;
	border-right: 1px solid #CCC;*/
}

.picinfoholder {
	position: relative;
}

.picinfo {
	position: absolute;
	width: 300px;
	height: 20px;
	top: 370px;
	left: 0px;
	background-color:#000;
	filter:Alpha(opacity=50);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	opacity: .50;
	-moz-opacity: .50;
	z-index: 10;
	color: #FFF;
}

#toppart {
	width: 800px;
	height: 150px;
	margin-left: auto;
    margin-right: auto;
	margin-top: 50px;
	position: relative;
}

#bottompart {
	position: relative;
	width: 800px;
	height: 35px;
	background-color:#CCC;
	margin-left: auto;
    margin-right: auto;
	background-image: url(../images/bottombar_background.jpg);
}

#copy {
	position: relative;
	width: 800px;
	height: 35px;
	margin-left: auto;
    margin-right: auto;
	margin-top: 7px;
	color: #666;
	text-align: center;
}

#overlaytop {
	position: absolute;
	top: 0px;
	left: -1px;
	width: 800px;
	height: 20px;
	z-index: 100;
	background-image: url(../images/pageoverlaytop.png);
}

#overlaybottom {
	position: absolute;
	top: 380px;
	left: -1px;
	width: 800px;
	height: 20px;
	z-index: 100;
	background-image: url(../images/pageoverlaybottom.png);
}

#naviholder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	padding-top: 6px;
}

#naviholder span {
	margin-left: 20px;
	color: #FFFFFF;
}

#naviholder span a {
	color: #222;
	text-decoration: none;
}

#logoholder {
	background-image: url(../images/logo.png);	/*check PNG fix for IE*/
	/*background-position: center center;
	background-repeat: no-repeat;*/
	width: 400px;
	height: 100px;
	margin-left: 200px;
}

input {
	border: none;
	background: #FFF;
	width: 350px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333;
}

.rounded {
	background: url(../images/frm_littlebg.gif) no-repeat left top;
	padding: 5px;
	padding-left: 8px;
}
.roundedbig {
	background: url(../images/frm_bigbg.gif) no-repeat left top;
	padding: 5px;
	padding-left: 8px;
}

.captchapart {
	background: url(../images/frm_captchabg.gif) no-repeat left top;
	/*padding: 5px;
	padding-left: 8px;*/
	height: 50px;
}

.jsvalidation {
	margin-top: 5px;
}

#newstop {
	width: 798px;
	height: 15px;
	background-image:url(../images/newsbg_top.png); 
}

#newsbottom {
	width: 798px;
	height: 15px;
	background-image:url(../images/newsbg_bottom.png); 
}

.newsmiddle {
	background-image:url(../images/newsbg_middle.png);
	padding: 5px;
	padding-left: 20px;
	padding-right: 20px;
	height: auto;
	width: 758px;
	color: #000;
}


