@charset "utf-8";

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
body {
	background-color: #EEEEEE;
	margin-left: 0px;
	margin-top: 0px;
}

/*LINKS*/
a {
	font-family: Courier New, Courier, monospace;
	font-size: 11px;
}
a:link {
	text-decoration: none;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
}
a:hover {
	text-decoration: underline;
	color:#FF6600;
	font-family:Arial, Helvetica, sans-serif;
}


/*LINKS HEADER*/
a.header:link {
	text-decoration: none;
	color:#FFFFFF;
	font-size: 14px;
	font:Arial, Helvetica, sans-serif;
}
a.header:visited {
	text-decoration: none;
	color:#FFFFFF;
	font-size: 14px;
	font:Arial, Helvetica, sans-serif;
}
a.header:hover {
	text-decoration: underline;
	color:#FFFFFF;
	font-size: 14px;
	font:Arial, Helvetica, sans-serif;
}
a.header:active {
	text-decoration: none;
	color:#FFFFFF;
	font-size: 14px;
	font:Arial, Helvetica, sans-serif;
}

/*Style*/
.header {
	font-size: 16px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

/*Header1*/
#header1 {
	background-image:url(../images/page/bgheader1.jpg);
	background-repeat:repeat-x;
	height: 195px;
	width: 100%;
	padding-top: 5px;
	padding-left: 5px;
	position: relative;
	left: 0px;
	top: 0px;
	right: 0px;
}
#news {
	height: 300px;
	width: 270px;
	padding-left: 15px;
	padding-bottom: 30px;
	background-color:#FFFFFF;
}
#sidebanner {
	background: #FFFFFF;
	height: 100%;
	width: 100%;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	
}

/*SHOUTBOX*/
#shoutcontainer
	{
	height:183px;
	overflow:auto;
	}
.warp
	{
	margin:0 0 12px 0;
	padding:0;
	}
.warp h1
	{
	font:12px Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	color:#47b400;
	font-weight:bold;
	}
.warp em
	{
	font:9px Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	color:#47b400;
	}
.warp p
	{
	margin:0 0 2px 0;
	padding:0;
	}

/*VIEW*/
tr.commer
	{
	background:#e7e7e7;
	margin:0 0 2px 0
	}
td.commer
	{
	padding:4px;
	text-align:center;
	}
td.commer p
	{
	margin:0 0 3px 0;
	padding:0 0 2px 0;
	border-bottom:1px solid #cfcfcf;
	}
table.commer
	{
	margin:0 0 2px 0
	}
a.view{
	display: block;
	text-indent: -10000px;
	background: url(../images/view_win.gif) no-repeat;
	width: 47px;
	height: 23px;
}
a.more{
	display: block;
	text-indent: -10000px;
	background: url(../images/more.gif) no-repeat;
	width: 68px;
	height: 18px;
	margin: 0 auto;
}

/*MENU*/

#apDiv1 {
	position:absolute;
	left:29px;
	top:46px;
	width:255px;
	height:212px;
	z-index:1;
}
.style2 {font-size: 12px}
.style3 {font-size: 12px; color: #FFFFFF; }
.style5 {font-size: 12px; font-weight: bold; }
style7 {font-size: 12px; color: #FFFFFF; font-weight: bold; 
}
.style50 {
	font-size: 14px;
	font-weight: bold;
	color: #990000;

}


/*PEEL*/
#pageflip {
	position: relative;
}
#pageflip img {
	width: 50px; height: 52px;
	z-index: 99;
	position: absolute;
	right: 0; top: 0;
	-ms-interpolation-mode: bicubic;
}
#pageflip .msg_block {
	width: 50px; height: 50px;
	position: absolute;
	z-index: 50;
	right: 0; top: 0;
	background: url(subscribe.png) no-repeat right top;
	text-indent: -9999px;
}
$("#pageflip").hover(function() { //On hover...
	$("#pageflip img , .msg_block").stop()
		.animate({ //Animate and expand the image and the msg_block (Width + height)
			width: '307px',
			height: '319px'
		}, 500);
	} , function() {
	$("#pageflip img").stop() //On hover out, go back to original size 50x52
		.animate({
			width: '50px',
			height: '52px'
		}, 220);
	$(".msg_block").stop() //On hover out, go back to original size 50x50
		.animate({
			width: '50px',
			height: '50px'
		}, 200); //Note this one retracts a bit faster (to prevent glitching in IE)
});

