/* CSS Reset **/

html, body, h4  {
	margin: 0;
	padding: 0;
	outline: 0;	
}
a img {
	border:0px;
}
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
.clearer {
	height:0px;
	font-size:0px;
	clear:both;
	visibility:hidden;
	content:"."; 
}

/* Styles */
body {
	background:#000 url(images/body_bg.gif) top repeat-x;	
}
.wrapper {
	width:990px;
	margin:0 auto;
}
.header {
	display:block;
	height:128px;
	*height:124px;	
}
.header img {
	display:block;
	float:left;
}
.header_search {
	width:287px;
	height:74px;
	float:left;
	position:relative;
	background-image:url(images/header2.gif);
}
.header_input {
	width:140px;
	height:20px;
	position:absolute;
	top:24px;
	left:18px;
	background:transparent;
	border:none;
	text-align:left;
	font:normal 13px/19px Arial, sans-serif;
	color:#000;
}
.header_submit {
	position:absolute;
	top:23px;
	left:172px;
}
.header_links {
	width:982px;
	height:29px;
	background-color:#FF0000;
	clear:both;
	margin-left:0px;
	text-align:center;
	font:normal 16px/22px Arial, sans-serif;
	color:#fff;
}
.header_links a {
	font:normal 20px/26px Arial, sans-serif;
	color:#fff;
	margin:0px 13px;
}
.header_links a:hover {
	text-decoration:none;
}
.box1 {
	margin-bottom:8px;
	*margin-bottom:6px;
	height:345px;
	padding-left:11px;
	background-image:url(images/box1_bg.gif);		
}
.box1_title {
	display:block;
	width:970px;
	height:50px;	
	font:bold 36px/48px Arial, sans-serif;
	color:#000;
	text-decoration:none;
}
.pro1 {
	float:left;
	width:320px;
	margin-right:5px;
}
.pro1 a {
	display:block;
	text-align:center;
	color:#FF0000;
	font:normal 16px/30px Arial, sans-serif;
	text-decoration:none;
}
.pro1 a span {
	font-weight:bold;
	text-decoration:underline;
}
.pro1 a:hover span {
	text-decoration:none;
}
.box2 {
	background:url(images/box2_bg.gif) repeat-y;
	padding-left:11px;
}
.box2_title {
	display:block;
	width:970px;
	height:50px;
	padding-left:20px;
	background-image:url(images/box2_corn1.gif);
	font:normal 36px/48px Arial, sans-serif;
	color:#000;
	text-decoration:none;
	margin-left:-11px;
	position:relative;
}
.profile {
	display:block;
	float:left;
	width:220px;
	height:223px;
	margin-right:8px;
	margin-bottom:8px;
	text-decoration:none;
	position:relative;
	overflow:hidden;
	padding:7px 7px 0px 7px;
	border:1px solid #C0C0C0;	
}
.profile:hover {	
	background-color:#fff;
}
.profile img {
	display:block;	
}
.profile:hover span, .profile:hover strong {
	cursor:pointer;
}
.profile:hover span {
	text-decoration:none;
}
.profile span {
	display:block;	
	height:20px;
	width:220px;	
	text-align:center;
	color:#292728;
	font:bold 12px/20px Arial, sans-serif;
	text-decoration:underline;
	overflow:hidden;	
}
.profile strong {
	display:block;
	height:15px;
	width:220px;	
	text-align:center;
	color:#666666;
	font:bold 11px/15px Arial, sans-serif;	
	overflow:hidden;
}
.profile strong i {
	font-style:normal;
	color:red;
}
.link1 {
	display:block;
	text-align:center;
	height:52px;
	color:#000;
	font:bold 32px/50px Arial, sans-serif;
	text-decoration:none;
}
.link1 span {	
	text-decoration:underline;
	color:#FF0000;
	font:bold 32px/50px Arial, sans-serif;
}	

.navi {
	display:block;
	width:590px;
	height:30px;
	margin:0px auto 4px auto;
	color:#777777;
	font:bold 12px/30px Arial, sans-serif;	
	text-align:center;	
}
.navi a {
	display:block;
	float:left;
	width:29px;
	height:31px;	
	color:#777777;
	font:bold 12px/30px Arial, sans-serif;	
	margin:0px 4px 0px 0px;
	text-decoration:none;	
}
.navi a:hover {
	background-image:url(images/navi_bg.gif);	
}
.navi_active {
	background-image:url(images/navi_bg.gif);	
}
.navi span {
	float:left;
}
.navi_a {}
.nav_a:hover {
	background:none !important;
}

.bot_links {
	width:990px;
	height:73px;
	padding-top:8px;
	background-image:url(images/bot_links.gif);
	text-align:center;
	font:normal 18px Arial, sans-serif;
	color:#fff;	
	clear:both;
}
.bot_links a  {
	font:normal 18px Arial, sans-serif;
	margin:0px 7px;
	color:#fff;
	text-decoration:underline;	
}
.bot_links a:hover {
	text-decoration:none;
}
.footer {
	padding:15px 0 30px 0px;
	text-align:center;
}
.footer #legals_link {	
	color:#fff;
	font-size:11px;	
	text-decoration:none;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-weight:normal;	
}
.footer #legals_link:hover {
	text-decoration:underline;
}

/* POPUP */
#backgroundPopup{	
	position:fixed;	
	_position:absolute;  /* hack for internet explorer 6*/		
	height:100%;	
	width:100%;	
	top:0;	
	left:0;	
	background:#000000;
	opacity:0.85 !important;filter:alpha(opacity=85) !important;		
	z-index:9000;
	display:none;	
}

#popup {width:598px; position:relative; z-index:9999; display:none;}
.catcher {
	width:586px;
	height:328px;	
	overflow:hidden;
	position:relative;	
}
.catcher_bg {
	width:586px;
	height:328px;	
	overflow:hidden;
	position:absolute;
	top:0px;
	left:0px;
	background:transparent url(images/catcher_bg.png) no-repeat;
	*background-image:none; *filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/catcher_bg.png');
	z-index:-1;
}
.catcher_close {
	top:0px;
	right:0px;
	position:absolute;
	width:13px;
	height:15px;	
}
.catcher_content {
	position:absolute;
	top:57px;
	left:22px;
	width:547px;
	text-align:center;
}
.catcher_left {
	float:left;
	width:261px;
	padding-top:2px;
	position:relative;
}
.catcher_right {
	width:284px;
	float:left;
	background:url(images/catcher_text.gif) top left no-repeat;
	padding-top:150px;	
}
.catcher_pic {
	display:block;
	width:250px;
	height:250px;	
}

.catcher_input {	
	width:279px;
	height:36px;	
	margin:0px auto 23px auto;	
	overflow:hidden;	
	text-align:center;
	background-image:url(images/catcher_input.gif);	
}
.catcher_input input {
	width:275px;
	height:34px;
	text-align:center;
	color:#000;
	font:bold 19px/33px Arial, sans-serif;
	background:none;
	padding:1px 2px;	
	border:0px;	
}