* {
	margin: 0;
	padding: 0;
	font-size: 1em;
	text-decoration: none;
	border: none;
	list-style: none;
	outline: none;
}

body {
	background: url(Img/header.png) repeat-x top left #FFF; 
	font-family: Verdana, Geneva, sans-serif;
}

.page {
	margin: 0 auto;
	width: 740px;
}

/* Menu */

.menuframe {
	float: left;
}

.lidiv {float:left;}

.menu {
	margin:0; list-style:none; height: 120px; position:relative; font-size: 12px;
}

.menu li.top {
	display:block; background:url(Img/headerdown.png); height: 120px; width: 100px; text-decoration: none; text-align: center; float:left; position:relative; color:#999; line-height: 20px;
}

.menu li a.top_link {
	display:block; float:left; height:120px; width: 100px; text-decoration:none; background:url(Img/headeruns.png); 
}

.menu li a.top_link2 {
	display:block; float:left; height:120px; width: 100px; text-decoration:none; background:url(Img/headeruns.png); 
}

.menu li a.top_link span {
	text-align: center; color: #69aabe; float:left; text-decoration: none; display:block; height:120px; width: 100px;
}
	
.menu li a.top_link span.down {
	float:left; display:block; height:120px; width: 100px; background:url(img/headerdown.png);
}

.menu li a.top_link:hover {
	background: url(Img/headerhover.png) no-repeat; height:120px; width: 100px;
}

.menu li a.top_link2:hover {
	background: url(Img/headeruns.png) no-repeat; height:120px; width: 100px;
}

.menu li a.top_link span:hover {
	color: #9cd6e2;
}

/* Login */

#login {
	float: left;
	text-align: center;
	padding-top: 20px;
	font-size: 12px;
	line-height: 22px;
	padding-left: 20px;
}

.textfield {
	padding: 3px;
}

.fieldset .textfield {
	margin-bottom: 6px;
	height:22px;
	width:179px;
	background: url(Img/field.png) no-repeat;}
	
.loginb a {
	color: #999;
	text-decoration: underline;
}

/* Content */

#content {
	width: 740px;
	margin: 0 auto;
	font-size: 12px;
}

.tableleft {
	width: 700px;
	height: 540px;
	float: left;
	padding: 20px 20px 0 20px; 
	background: url(Img/test.png) no-repeat top left;
	text-align: center;
	
}

.tableleft span {
	color: #3183a9;
}

#tableleftcolumn {margin: 0 auto; text-align: left; width: 600px;}

.tableright {
	width: 320px;
    height: 600px;
	float: left;
	padding: 20px 0 0;
	background: url(Img/test.png) no-repeat top right;

}

#button {background: url(Img/button2.png) no-repeat; width: 253px; height: 51px; float: left; text-align: center; color: #CCC; font-size: 14px; line-height: 51px;}
#button2 {margin-left: 94px; background: url(Img/button1.png) no-repeat; width: 253px; height: 51px; float: left; text-align: center; color: #CCC; font-size: 14px;line-height: 51px;}
.blinks a {color: #69aabe; text-decoration: none;}
.blinks a:hover {color: #CCC; text-decoration: underline;}

#footer {font-size: 10px; float: left; width: 600px; }
#footer ul {list-style: none; }
#footer li {float: left; padding-top: 20px; padding-right: 20px;  color: #666;}
#footer a {text-decoration: none; color: #666}
#footer a:hover {text-decoration: underline; color: #333}

#div {width: 729px; background: url(Img/div.png) repeat-x; height: 7px; margin-left: -15px;}

/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:400px;
		height:241px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:0px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(slider/images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(slider/images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */
