/* CSS Document */
html, body, div, span, applet, object, p, a, img, strong, ul, li,
fieldset, form, label, input, img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	font-family:Tahoma, Helvetica, sans-serif;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	background:url(images/body_bg.gif) repeat;	
}
ol, ul {
	list-style: none;
}
.clearer {
	height:0px;
	font-size:0px;
	clear:both;
	visibility:hidden;
	content:"."; 
}

.cm_header {
	width:100%;
	background:transparent url(images/header_bg.gif) top repeat-x;	
}
.cm_container {
	position:relative;
	width:1000px;	
	overflow:hidden;		
	margin:0px auto;
	background:url(images/container_bg.gif) repeat-y;
}
.cm_fav {
	display:block;
	width:172px;
	height:30px;
	position:absolute;
	top:0px;
	left:20px;
}
.cm_container img {
	display:block;
}
.cm_content {
	width:960px;
	margin:0px auto;
	_margin:0px 0px 0px 20px;
}
.cm_box1 {
	width:960px;
}
.cm_float {
	float:left;
}

.cm_pics {
	float:left;
	width:515px;
}
.cm_pic1 {
	display:block;
	float:left;
	width:202px;	
	margin-right:15px;
	text-decoration:none;		
}
.cm_pic1 img {
	border:1px solid #C1DF34;
}
.cm_pic1 b {
	display:block;
	width:202px;
	height:28px;
	background-image:url(images/box1_bg.gif);
}
.cm_pic1 b strong {
	float:left;
	display:block;
	width:83px;
	color:#004FC0;	
	font-size:12px;
	padding:8px 0px 0px 8px;
}
.cm_pic1 b span {
	float:right;
	display:block;
	width:100px;
	color:#000;
	font-weight:bold;
	font-size:12px;
	padding:8px 8px 0px 0px;
	text-align:right;
}
.cm_pic1:hover b span {
	text-decoration:underline;
}
.cm_box2 {
	width:953px;
	margin-left:7px;	
}
.cm_pic2 {
	display:block;
	float:left;
	width:310px;	
	margin-right:6px;
	text-decoration:none;
	position:relative;		
}
.cm_pic2 span {
	display:block;
	height:21px;
	width:310px;
	text-align:center;
	font:bold 16px Arial, serif;
	color:#000;
}
.cm_pic2 font {
	display:block;
	width:76px;
	height:76px;
	position:absolute;
	top:108px;
	left:118px;
}
.cm_pic2:hover font {
	background-image:url(images/box2_play.png);
	*background-image: none; *filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/box2_play.png');
	cursor:pointer;
}				
.cm_pic2 img {
	border:1px solid #B8B8B8;
	border-bottom:0px;
}
.cm_pic2 b {
	display:block;
	width:310px;
	height:22px;
	background-image:url(images/box2_bg.gif);
	border:1px solid #B8B8B8;
	border-top:0px;
}
.cm_pic2 b strong {
	float:left;
	display:block;
	width:130px;
	color:#D1FF00;	
	font-size:14px;
	font-weight:normal;
	font-family:Arial, serif;
	padding:4px 0px 0px 10px;
}
.cm_pic2 b span {
	float:right;
	display:block;
	width:110px;
	color:#549AFF;
	font-weight:normal;
	font-size:14px;
	padding:4px 10px 0px 0px;
	text-align:right;
}
.cm_pic2:hover b strong {
	text-decoration:underline;
}
.cm_box3 {
	width:953px;
	margin-left:7px;	
}
.cm_pic3 {
	display:block;
	float:left;
	width:184px;
	height:146px;	
	margin-right:4px;
	margin-bottom:6px;
	position:relative;
	border:1px solid #B7B7B7;	
}
.cm_pic3:hover {
	border-color:#000;
}
.cm_footer {	
	width:100%;
	height:36px;	
	text-align:center;
	background-image:url(images/footer_bg.gif);			
}
.cm_footer_legals {
	display:block;
	margin:auto;
	text-align:center;
	padding-top:9px;	
}
.cm_footer_legals #legals_link {	
	color:#549AFF;
	font-size:12px;
	text-decoration:none;	
}
.cm_footer #legals_link:hover {
	text-decoration:underline;
}

/* POPUP */
#backgroundPopup{
	display:none;	
	position:fixed;	
	_position:absolute;  /* hack for internet explorer 6*/		
	height:100%;	
	width:100%;	
	top:0;	
	left:0;	
	background:#000000;	
	border:1px solid #cecece;	
	z-index:9000;
}
#popup {	
	width:483px;
	height:362px;
	z-index:9999;
	position:relative;
	display:none;		
} 
.popup_container {
	position:absolute;
	top:0px;
	left:0px;
	z-index:0;
	width:483px;
	height:362px;	
	background:url(images/mc_bg.png) no-repeat; position:relative;
	*background-image:none; *filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/mc_bg.png');
}
.popup_form {
	width:231px;			
	overflow:hidden;	
	position:absolute;
	top:260px;
	left:233px;
	z-index:100;			
}
.popup_close {
	position:absolute;
	display:block;
	width:26px;
	height:28px;
	top:77px;
	right:11px;
	z-index:999;	
	color:#fff;
}
.popup_input {
	display:block;		
	color:#000;		
	width:225px;
	font-size:22px;	
	text-align:center;
	height:29px;
	border-width:0px;
	background-color:#fff;	
	margin-bottom:7px;
	border-bottom:1px solid #D4D0C8;
	border-right:1px solid #D4D0C8;
	border-left:1px solid #808080;	
	border-top:1px solid #808080;				
}
.popup_submit {	}  
