/* CSS Document */

*{
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

body{
	text-align: center;
	background-image: url(../images/bg.gif);
}

.clear{
	clear: both;
}

#preload{ 
	display: none; 
}

#wrap{
	width: 1034px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/bg_shadow.gif);
}


#wrap_in{
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

/* --------------------------------------------------------- header -------------------------------------------------------------*/

#header{
	background-color: #D80000;
	height: 65px;
}

#transparent_layer{
	overflow: auto;
	position: absolute; 
	top: 0px;
	background-color: #FFFFFF;
	filter: alpha(Opacity=60);
	opacity: 0.6;
	height: 1300px;
	width: 1600px;
    left: 50%;
    margin-left: -800px;
	z-index: 1000;	
}

#flags{
	overflow:auto;
	position:absolute; 
	top: 200px;
	text-align: center;	
	background-color: #DEDEDE;
	border: #8F8F8F solid 1px; 	
	height: 230px;
	width: 600px;
    left: 50%;
    margin-left: -300px;	
	z-index: 1001;	
}

#flags p{
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	padding: 30px 30px 30px 30px;
}

#flags p a{
	color: #D80000;
	font-size: 14px;
	font-weight: normal;
}

#languages img{
	padding: 0 1px 0 1px;
	border: none;
}

#banner{
	float: left;
	padding: 10px 0 0 12px;
	width: 747px;
}

#interactive{
	float: right;
	width: 179px;
}

#interactive a{
	text-decoration: none;
}

.inter_pledge{
	height: 22px;
}

.do_pledge{
	float: left;
	background-color: #FFDE00;
	width: 138px;
	padding: 3px 4px 3px 4px;
}

.do_pledge a{
	font-weight: bold;
	font-size: 14px;
}

.enter_pledge{
	float: left;
	padding: 0 12px 0 3px;
}

.enter_pledge img{
	border: none;
}

.inter_pledge{
	padding: 7px 0 0 0;
}

.inter_search{
	clear: left;
	padding: 7px 0 0 0;
}

#google_box{
	height: 23px;
}

input.google_search{
	width: 140px;
	height: 15px;
	margin: 0;
	vertical-align: middle;
}

input.google_submit{
	background: url("../images/but_arrow_red.gif") no-repeat scroll 0 0 transparent;
	color: #D80000;
	font-size: 0;
	height: 23px;
	width: 19px;	
	padding: 0;
	margin: 0;	
	line-height: 1px;
	vertical-align: middle;		
}

/* --------------------------------------------------------- menu -------------------------------------------------------------*/

#menu{
	clear: both;
	background-color: #DEDEDE;
	color: #000000;
	font-weight: bold;
	height: 27px;
	padding: 0 0 0 45px;
}

#menu a{
	text-decoration: none;
	font-size: 12px;	
}

#nav{
	float: left;
	position: relative;
	z-index: 2;
	
	x_left: 50%;	
}

#nav li{
	float: left;
	list-style: none;
	
	x_position: relative;
	x_right: 50%;	
}

#nav a{
	display: block;
	padding: 6px 7px 6px 11px;
	background: transparent url(../images/menu_list_image.gif) no-repeat;
}

#nav a:hover, #nav a.sfhover{
	background: #C0C0C0 url(../images/menu_list_image.gif) no-repeat;	
}

#nav a.highlighted{
	background: #C0C0C0 url(../images/menu_list_image.gif) no-repeat;	
}

#nav .first a{
	background: none;   
}

#nav li .first a:hover, #nav li .first a.sfhover{
	background: #C0C0C0 none;
}

#nav li .first_highlighted a{
	background: #C0C0C0 none;
} 

#nav li .first_highlighted a:hover, #nav li .first_highlighted a.sfhover{
	background: #C0C0C0 none;
}  

#nav li .separator a{
	background: transparent url(../images/menu_list_separator.gif) no-repeat;
	padding: 6px 7px 6px 19px;
}

#nav li .separator a:hover, #nav li .separator a.sfhover{
	background: #C0C0C0 url(../images/menu_list_separator.gif) no-repeat;
	padding: 6px 7px 6px 19px;
}

#nav li .separator_highlighted a{
	background: #C0C0C0 url(../images/menu_list_separator.gif) no-repeat;
	padding: 6px 7px 6px 19px;
} 

#nav li .separator_highlighted a:hover, #nav li .separator_highlighted a.sfhover{
	background: #C0C0C0 url(../images/menu_list_separator.gif) no-repeat;
	padding: 6px 7px 6px 19px;
}  

#nav ul{
	left: -999em;
	position: absolute;
	list-style: none;	
}

#nav li:hover ul, #nav li.sfhover ul{
	left: auto;
	background-color: #DEDEDE; /* IE6 bug */
	margin: 0 0 0 2px;
}

#nav li ul li{
	float: none;
	x_right: 0;
}

#nav li:hover .separator ul, #nav li.sfhover .separator ul, #nav li:hover .separator_highlighted ul, #nav li.sfhover .separator_highlighted ul{ /* this is necessary to select the sublist options below the separator option*/
	margin: 0 0 0 13px;
}

#nav li:hover ul li, #nav li.sfhover ul li{
	padding: 0 0 1px 0; /* IE6 bug */
}

#nav li:hover ul li a, #nav li.sfhover ul li a{
	background: #DEDEDE none;	
	border-top: #FFFFFF solid 1px;	
	padding: 6px 7px 5px 11px;	
}

#nav li:hover ul li a:hover, #nav li.sfhover ul li a:hover, #nav li:hover ul li a.sfhover, #nav li.sfhover ul li a.sfhover{
	background: #C0C0C0 none;
	padding: 6px 7px 5px 11px;		
}

#nav li ul li a.sub_highlighted{
	background: #C0C0C0 none;	
}

/* --------------------------------------------------------- share -------------------------------------------------------------*/

#share{
	background-color: #EEC700;
	height: 59px;
	padding: 0 0 0 19px;
}

#info{
	font-size: 10px;
	font-weight: bold;
	padding: 7px 0 0 0;
}

#icons{
	padding: 7px 0 0 0;
}

#icons img{
	padding: 0 4px 0 0;
	border: none;
}

/* --------------------------------------------------------- content -------------------------------------------------------------*/

#content{
	float: left; /* no need to clear to show the background: all-float approach to column design within a rigid-width layout. */
	width: 950px;
	background: #FFFFFF url(../images/bg_content.gif) repeat-y;	
}

/* --------------------------------------------------------- main_column -------------------------------------------------------------*/

#main_column{
	float: left;
	width: 640px;
	padding: 0 30px 20px 30px;
}

#main_column p{
	color: #454545;
	padding: 0 0 14px 0;
}

#main_column i{
	color: #454545;
}

#main_column b{
	color: #454545;
}

#main_column a{
	color: #D80000;
}

#main_column p.important_info{
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	padding: 15px 0 15px 0;
}

#main_column p.important_info a{
	color: #D80000;
	font-size: 14px;
	font-weight: bold;
}

.media_title{
	color: #454545;
	font-style: italic;
}

a .media_title{
	color: #D80000;
}

.text_header{
	padding: 13px 0 4px 0;
	margin: 0 0 14px 0;	
	border-bottom: #C7C7C7 solid 1px;
}

.text_header img{
	float: left;
	width: 72px;
	height: 50px;
	padding: 5px 8px 0 0;
}

.text_title{
	font-size: 22px;
}

.text_image_title{
	font-size: 22px;
	padding: 4px 0 0 0;
}

.text_title a{
	font-size: 22px;
	text-decoration: none;
}

.text_title a:hover, .text_title a.sfhover{
	text-decoration: underline;
}

.text_taxonomy{
	clear: left;
	color: #454545;
	font-size: 12px;
	font-style: italic;
	padding: 9px 0 0 0;
}

.text_content{
	clear: both;
}

.text_content .text_subtitle{
	font-size: 16px;
	font-weight: bold;
	padding: 2px 0 14px 0;
}

.text_content .text_subtitle a{
	font-size: 16px;
	font-weight: bold;
}

.text_content img{
	float: left;
	margin: 0 14px 10px 0;
}

.text_content img.attachment{
	width: 300px;
}

.text_content .picture{
	float: right;
	margin: 0 14px 0 14px;
	width: 150px;
	text-align: center;
}

.text_content .picture img{
	border: none;
	margin: 0 0 10px 0;
}

.text_content .picture p, .text_content .picture p a{
	font-size: 10px;
}

.text_disclaimer{
	color: #707070;
	font-size: 9px;
	padding: 20px 0 5px 0;
}

.text_disclaimer a{
	font-size: 10px;
}

.text_footer{
	padding: 15px 0 15px 0;
}

.comment{
	padding: 0 0 0 30px;
}

.intented .comment{
	padding: 0 0 0 60px;
}

.intented .intented .comment{
	padding: 0 0 0 90px;
}

.intented .intented .intented .comment{
	padding: 0 0 0 120px;
}

.intented .intented .intented .intented .comment{
	padding: 0 0 0 150px;
}

.intented .intented .intented .intented .intented .comment{
	padding: 0 0 0 180px;
}

.intented .intented .intented .intented .intented .intented .comment{
	padding: 0 0 0 210px;
}

.intented .intented .intented .intented .intented .intented .intented .comment{
	padding: 0 0 0 240px;
}

.intented .intented .intented .intented .intented .intented .intented .intented .comment{
	padding: 0 0 0 270px;
}

.comment_header{
	padding: 8px 0 0 0;
}

.comment_title{
	color: #454545;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	padding: 0 0 10px 0;
}

.comment_taxonomy{
	clear: left;
	color: #454545;	
	font-size: 11px;
	font-style: italic;
	padding: 7px 0 0 0;
}

.comment_taxonomy a{
	font-size: 11px;
}

.comment_content{
	margin: 2px 0 0 0;
	padding: 8px 0 0 0;
	border-top: #C7C7C7 solid 1px;
}

.comment_content p{
	color: #454545;
	font-size: 11px;	
	padding: 0 0 14px 0;
}

.comment_content a{
	color: #D80000;
}

.comment_footer{
	padding: 0 0 10px 0;
}

.comment_footer a{
	font-size: 11px;
}

#message_content{
	padding: 17px 17px 17px 17px;
	margin: 50px 0 0 0;
}

#message_content p{
	color: #000000;
	text-align: center;
	font-weight: bold;
	padding: 0 0 8px 0;
}

.p_button_ok{
	text-align: center;
	padding: 10px 0 0 0;
}

.p_button_ok img{
	border: none;
	height: 21px;
	width: 35px;
}

.p_button_enter{
	text-align: right;
}

.p_button_enter img{
	float: none;
	border: none;
	width: 62px;
	margin: 0;
}

.p_button_skip_it{
	text-align: right;
	padding: 0 0 14px 0;
}

.p_button_skip_it img{
	float: none;
	border: none;
	width: 63px;
	margin: 0;
}

.p_button_download{
	text-align: right;	
	padding: 0 0 14px 0;
}

.p_button_download img{
	float: none;
	border: none;
	width: 90px;
	margin: 0 0 0 6px;
}

.p_button_vote_for img{
	float: none;
	border: none;
	width: 13px;
	margin: 0 0 0 5px;
}

.p_button_vote_against img{
	float: none;
	border: none;
	width: 13px;
	margin: 0 0 0 5px;
}

/* --------------------------------------------------------- panel -------------------------------------------------------------*/

#panel{
	float: left;
	width: 250px;	
}

 /* --------------------------------------------------------- footer -------------------------------------------------------------*/

#footer{
	clear: both;
	background-color: #4C4C4C;
	text-align: center;
	padding: 10px 0 10px 0;
}

#line1{
	color: #DDDDDD;
	font-size: 9px;	
	padding: 0 15px 10px 15px;
	text-align: justify;
}

#line1 a{
	color: #DDDDDD;
	font-size: 9px;	
}

#line2{
	color: #FFDD00;	
	font-size: 9px;
}

 /* --------------------------------------------------------- forms -------------------------------------------------------------*/

.form{
	background-color: #EEEEEE;
	padding: 17px 17px 17px 17px;
	margin: 10px 0 20px 0;
}

#main_column .form p.important_info{
	color:#000000;
	font-size:14px;
	font-weight:bold;
	padding: 0 0 15px 0;
}

#main_column .form .p_button{
	text-align: right;
}

label{
	float: left;
	text-align: right;
	margin: 3px 6px 15px 0;
	width: 85px;
} 

label.radio{
	float: none;
	text-align: left;
	width: auto;
}

p.radiobutton label, p.radiobutton input{
	margin: 0;
}
 
label.rights{
	display: inline-block;
	float: none;
	text-align: left;
	font-size: 11px;
	width: 580px;	
	margin: 3px 3px 15px 0;	
}

label.rights a{
	font-size: 11px;
}

label.attach{
	width: 230px;
}

label.additional{
	display: inline-block;
	float: none;
}

input, textarea{
	border: none;
	width: 505px;	
	margin: 0 0 15px 0;
	padding: 3px 3px 3px 3px;
}

input.search{
	background: #FFFFFF url(../images/bg_search.gif) no-repeat 100% 0;
	background-color: #FFFFFF;
	border: #B2B2B2 solid 1px ;
	color: #9F9F9F;
	font-size: 11px;
	font-weight: bold;
	width: 142px;
	height: 17px;
	padding: 2px 0 0 2px;
	margin: 0;
	vertical-align: 35%;
}

input.name, input.email, input.language{
	width: 350px;
}

input.city{
	width: 270px;
}

input.fee{
	width: 100px;
}

input.checkbox{
	width: 20px;
	margin: 5px 0 15px 0;
}

input.radiobutton{
	width: 20px;
	margin: 2px 0 0 0;	
}

input.button_send{
	border: none;
	height: 21px;
	width: 55px;	
	margin: 0;
	padding: 0;
}

input.button_add{
	border: none;
	height: 21px;
	width: 48px;	
	margin: 0;
	padding: 0;
}

input.button_add_link{
	border: none;
	height: 21px;
	width: 77px;	
	margin: 0;
	padding: 0;	
}

input.button_calculate{
	border: none;
	height: 21px;
	width: 90px;	
	margin: 0;
	padding: 0;	
}

input.button_go{
	border: none;
	height: 21px;
	width: 33px;
	margin: 0 0 0 6px;
	padding: 0;	
}

textarea.comments{
	height: 33px;
}

textarea.message{
	height: 180px;
}

textarea.story{
	height: 300px;
}

textarea.our_info{
	height: 100px;
	width: 596px;
}

select{
	border: none;
	margin: 0 0 15px 0;
	padding: 2px 2px 2px 2px;
}

select.country{
	width: 275px;
}

select.tags{
	height: 52px;
	width: 200px;
}

select.time{
	width: 45px;
}

select.fee{
	width: 250px;
}

.div_attachment{
	text-align: right;
}

 /* --------------------------------------------------------- recaptcha -------------------------------------------------------------*/

#recaptcha_words{
	height: 75px;
}

#recaptcha_image{
	float: left;
	padding: 0 0 10px 0;
}

.CaptchaName, .CaptchaName sup{
	color: #999999;
	font-size: 75%;
	text-align: right;
}

 /* --------------------------------------------------------- datapicker -------------------------------------------------------------*/

.date select{
	margin: 0 3px 15px 0;
}

.date input{
	margin: 0 3px 15px 0;	
}

.date img{
	margin:0 0 12px;
}

#orderdate_Month_ID{
	width: 50px;
}

#orderdate_Day_ID{
	width: 45px;
}

#orderdate_Year_ID{
	width: 30px;
}

 /* --------------------------------------------------------- uploading -------------------------------------------------------------*/
 
#main_column #f1_upload_process{
	visibility: hidden;
}

#main_column #f1_upload_process img{
	padding: 0 0 0 10px;
}
