/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a
{
	text-decoration:none;	
}

a:hover
{
	text-decoration:underline;	
}
body
{
	font-family:Arial, Helvetica, sans-serif;
	background-color:#ddd;
	background-image:url(../images/bg.jpg);
	background-position:center;
	background-attachment:fixed;
	background-repeat:repeat;
	
}

#body_border_top
{
	margin-top:30px;
	width:1080px;
	height:50px;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/border_top.PNG);
	background-position:top;
	background-repeat:no-repeat;
	display:none;
}

#body_border_bottom
{
	margin-bottom:30px;
	width:1080px;
	height:50px;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/border_bottom.PNG);
	background-position:bottom;
	background-repeat:no-repeat;	
	display:none;
}

#body_container
{
	width:940px;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	padding:30px 40px 20px 40px;
	background-color:#fff;
/*	border-left:1px dotted #999;
	border:1px dotted #999; */
/*	margin-bottom:15px;*/

	
	
}

#body_header
{
	background-color:#343434;
	width:1020px;
	padding:0px 0px 0px 0px;
/*	margin-bottom:30px;	*/
	border-bottom:7px solid #e1002f;
	margin-left:auto;
	margin-right:auto;
	color:#fff;
	font-size:12px;
	overflow:hidden;
	line-height:1.3;
}


.body_header_item
{
	padding:12px 10px 12px 10px;	
	float:right;
}


.body_header_item2
{
	padding:15px 13px 0px 0px;	
	float:right;
}

.body_header_item2 img
{
	margin-left:5px;
}


.body_header_item_highlight
{
	padding:12px 10px 12px 10px;	
	float:right;
	background-color:#e1002f;
	font-weight:bold;
}

#body_header a
{
		color:#fff;
		text-decoration:none;

}

#body_header a:hover
{
		color:#ffd46e;
		text-decoration:underline;
	
}

.body_header_highlight
{
		color:#ffd46e;
		font-weight:bold;
}

#body_intro
{
	margin-bottom:20px;	
	text-align:center;
	width:940px;
	overflow:hidden;
	float:left;
	border-bottom:1px dotted #ddd;
	border-top:1px dotted #ddd;
	background-image:url(../images/banner_bg.PNG);
	height:175px;

}

#body_intro_right
{
	width:400px;
	padding-left:35px;
	padding-right:35px;
	float:right;
	overflow:hidden;
	height:175px;
}


#body_intro_right_text
{
		font-size:18px;
	text-align:left;
	color:#888;
}

#body_intro_right_text a
{

	color:#555;
}

#body_intro_right_text p
{

	line-height:1.3;
	padding-top:4px;
	padding-bottom:4px;
}

#body_intro_right_text strong
{
	font-weight:bold;
	color:#555;	
}


.body_intro_right_text_fr
{
	font-size:17px;
}
.body_intro_right_text_fr p
{

	line-height:1.3;
	padding-top:4px;
	padding-bottom:4px;
}

#body_intro_right td
{
	vertical-align:middle;
	height:175px;	
}


#body_left
{
	width:200px;
	overflow:hidden;
	float:left;
}

#logo
{
	width:200px;
	height:200px;
	margin-bottom:15px;
	background-color:#f33;
}


#body_jump
{
	margin-bottom:7px;	
	text-align:center;
	width:200px;
	overflow:hidden;
	height:100px;
	background-color:#333;
	
}

#share_button
{
	padding-top:8px;
	width:200px;
	margin-bottom:15px;
}

#meetup_box
{
	width:200px;
	overflow:hidden;
	margin-bottom:7px;
}

#contact_box
{
	width:200px;
	height:200px;
	background-color:#f33;
	margin-bottom:20px;
	display:none;
}

#twitter_header
{
	width:200px;
	background-color:#0fc5d5;
	margin-bottom:7px;
	
}

.twitter_body
{
	width:170px;
	overflow:hidden;
	background-color:#eee;	
	margin-bottom:7px;
	padding:15px;
}

.twitter_img
{
	width:32px;
	height:32px;
	overflow:hidden;
	padding:5px;
	background-color:#ccc;
	float:left;	
}

.twitter_img a
{
	width:32px;
	height:32px;
}

.twitter_date
{
	width:113px;
	overflow:hidden;
	float:left;
	padding-left:15px;
	font-size:12px;
	font-style:oblique;
	padding-top:15px;
	line-height:1.2;
	display:none;
}

.twitter_text
{
	width:113px;
	overflow:hidden;
	float:right;
	color:#222;
	font-size:11px;
	line-height:1.3;	
}

.twitter_text a
{
	color:#a71b1b;
	text-decoration:none;
}


.twitter_img
{
	
}


#body_right
{
	width:720px;
	overflow:hidden;
	float:right;
	padding-bottom:20px;
}

#body_right_top
{
	width:660px;
	overflow:hidden;
	background-color:#a71b1b;
	padding:30px 30px 30px 30px;
}

#body_right_top_video
{
	width:660px;
	overflow:hidden;
	background-color:#000;
	margin-bottom:20px;
	float:left;
}

#body_right_top_description
{
	font-size:17px;
	line-height:1.4;
	color:#ddd;
	padding-bottom:25px;
	border-bottom:1px dashed #820000;
	margin-bottom:25px;
	display:none;
}

#body_right_top_description strong
{
	font-size:17px;	
	color:#fff;
}

#body_right_top_container
{
	width:660px;
	overflow:hidden;
	float:left;
}

#body_right_warning
{
	width:640px;
	margin-bottom:20px;
	overflow:hidden;
	float:left;
	color:#fff;
	padding:10px;
	font-size:11px;
	background-color:#f33;
	text-align:center;
	line-height:1.4;
}

#body_right_top_box
{
	width:450px;
	overflow:hidden;
	float:left;	
}

#body_right_top_box2
{
	overflow:hidden;
	float:right;
	text-align:right;
	padding:13px;
	background-color:#7a1414;
}

#body_right_top_box2 img
{
	margin:2px;
}

#body_right_top_count
{
	font-size:45px;
	color:#fff;	
	font-weight:bold;
	letter-spacing:-2px;
	margin-bottom:5px;
}

#body_right_top_sharetovote
{
	font-size:14px;
	color:#fff;	
	font-weight:bold;
	letter-spacing:0px;
	line-height:1.2;
	margin-bottom:3px;
}

#body_right_top_sharetovote2
{
	font-size:11px;
	color:#fff;	
	font-weight:normal;
	letter-spacing:0px;
	line-height:1.2;
	margin-bottom:5px;
}



#body_right_bottom
{
	width:720px;
	overflow:hidden;
	padding-top:0px;
}

.body_right_bottom_item
{
	width:240px;
	overflow:hidden;
	float:left;
	cursor:pointer;
}

.body_right_bottom_spacer
{
	width:21px;
	height:100px;
	overflow:hidden;
	float:left;
	display:none;
}

.body_right_bottom_item_thumbnail
{
	width:200px;
	height:150px;
	overflow:hidden;
	margin-bottom:20px;
	padding:20px 0 20px 0px;
	margin-left:auto;
	margin-right:auto;
	background-color:;
	background-position:center;
	background-repeat:no-repeat;
	border-bottom:1px dotted #999;
	

}

.body_right_bottom_item_thumbnail_on
{
	background-color:#a71b1b;
	padding:20px;
	border-bottom:1px solid #fff;
	
}

/*.body_right_bottom_item_thumbnail img
{
	width:200px;
	height:150px;
}*/

.body_right_bottom_item_counter
{
	background-image:url(../images/black.PNG);	
}

.body_right_bottom_item_counter td
{
	line-height:1;
	width:200px;
	height:150px;
	vertical-align:middle;
	text-align:center;
	
	color:#fff;
	font-size:56px;
	text-align:center;
	font-weight:bold;
	letter-spacing:-2px;	
}



.body_right_bottom_item_text
{
	padding-left:20px;
	padding-right:20px;
}


.body_right_bottom_item_title
{
	font-size:19px;
	font-weight:bold;
	color:#c80000;
	letter-spacing:-1px;
	margin-bottom:5px;
	line-height:1.2;
}

.body_right_bottom_item_credit
{
	font-size:9px;
	color:#333;
	line-height:1.2;
	margin-bottom:10px;
}

.body_right_bottom_item_description
{
	font-size:12px;
	color:#555;
	line-height:1.5;
}

#body_footer
{
	margin-top:13px;	
	text-align:center;
	width:940px;
	overflow:hidden;
	float:left;
	height:75px;
	background-color:#333;
}

#body_footer_text
{
	border-top:1px dotted #333;
	padding-top:20px;	
	text-align:center;
	width:940px;
	overflow:hidden;
	float:left;
	font-size:12px;
	color:#999;
	line-height:1.2;
	}

#body_footer_text a
{
	color:#999;

}

#body_footer_text td
{
	text-align:center;
}

#body_footer_text img
{

}

#body_footer_text_image
{
	margin-bottom:;	
}

#body_footer_text_copyright
{
	margin-bottom:10px;	
}
