@import url(FCE.css);
@import url(mailform.css);
@import url(css_styled_content.css);

html,body {
	height:100%;
	margin:0px auto;
	padding:0;
	z-index:0;
}

* html div.wrapper_all{
	height:100%;
}


body{
	margin:0px auto;
	font-family:Arial, Verdana;
	font-size:13px;
	line-height:23px;
	color:#000;
	background: url(../site_images/body_background.gif) repeat-x #a6a5a6;
}

#clearfooter{
	clear:both;
	height:0px;
	display:block;
	width:100%;
}


div>p {margin:0}

p {margin:0}

/*****************************************************/
img{
	border:0;
	margin:0;
	padding:0;
}

.clearing{
	clear:both;
	height:0;
	visibility:hidden;
}


a{

	color:#000;
	font-weight:bold;
}

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

h1{
	margin:0 0 0 0;
	padding:0 0 0 0;
}

h2, h3{
	font-size:18px;
	font-weight:bold;
	margin:0 0 0 0;
	padding:23px 10px 0 0px;
	color:#ee7f17;
}

h3{
	color:#a6a5a6;
	font-size:14px;
}


.wrapper_all{
	margin:0px auto;
	padding:0px;
	position:absolute;
	top:0px;
	height:auto;
	min-height:100%;
	width:100%;
	z-index:0;
}

	.wrapper_centering{
		margin:0px auto;
		width:901px;
		padding-bottom:10px;
		height:auto;
		min-height:100%;
	}
	
		.wrapper_head{
			background: url(../site_images/head_background.gif) repeat-x;
			width:901px;
			height:371px;
			float:left;
		}
		
			.LOGO{
				padding-top:9px;
				padding-left:5px;
				float:left;
				width:270px;
				height:91px;
			}
			
			.SEARCH{
				float:right;
				height:20px;
				padding-top:36px;
				padding-right:15px;
			}
			
				.SEARCH form{
					float:left;
				}
				
				.SEARCH .caption{
					float:left;
					font-size:10px;
					font-weight:bold;
					line-height:20px;
					padding-right:8px;
				}	
			
				.SEARCH .swordinput{
					float:left;
				}
					.SEARCH .swordinput input{
						float:left;
						width:146px;
					}
					
				.SEARCH .gobutton{
					float:left;
					padding-top:3px;
				}	
		
			.MENU{
				float:left;
				width:626px;
				padding-top:18px;
			}
			
				.MENU ul, .MENU li{
					float:left;
					padding:0 0 0 0;
					margin:0 0 0 0;
					list-style:none;
					display:inline;
				}
				
				.MENU a{
					display:block;
					float:left;
					padding:0px 13px 0px 13px;
					font-size:14px;
					text-transform:uppercase;
					text-decoration:none;
					color:#949494;
					font-weight:bold;
				}
				
				.MENU .ACT a{
					color:#000;
				}

				.MENU a:hover{
					color:#ee7f17;
				}
							
			.HEAD_IMG{
				float:left;
				height:271px;
				width:901px;
			}	
			
		.wrapper_main{
			float:left;
			width:901px;
			background:#fff;
			padding-bottom:8px;
		}
		
			.CONTENT{
				float:left;
				width:901px;
			}
			
				.CONTENT .CONTENT_ELEMENT{
					float:left;
				}

		.wrapper_footer{
			float:left;
			width:901px;	
			background: url(../site_images/footer_background.gif) no-repeat #a6a5a6;			
			padding-top:28px;		
		}
		
			.META{
				float:left;
			}
			
				.META ul, .META li{
					float:left;
					margin:0 0 0 0;
					padding:0 0 0 0;
					list-style:none;	
				}
				
				.META a{
					display:block;
					float:left;
					padding-right:10px;
					padding-left:2px;
					line-height:10px;
					font-size:10px;
					font-weight:normal;
					text-transform:uppercase;
					background: url(../site_images/the_grey_pipe.gif) no-repeat right 1px;
				}
				.META #first_meta a{
					padding-left:0px;
				}	
				
				.META #last_meta a{
					background:none;
				}
			
			.SOCIAL{
				float:right;
			}
			
			.TIPAFRIEND{
				float:right;
			}
fieldset.tx-powermail-pi1_fieldset {
    background-color: #fff;
    border: none;
    padding: 10px;
}

fieldset.tx-powermail-pi1_fieldset legend {
	display:none;
	
}
fieldset.tx-powermail-pi1_fieldset input.powermail_submit {
    font-weight: bold;
    margin: 20px 0 10px 0px;
    background: none repeat scroll 0 0 #EE7F17;
    border: 1px solid #000000;
    float: left;
    width: 120px;
}
.error {
    -moz-border-radius: 5px 5px 5px 5px;
    -moz-box-shadow: 0 0 6px #DDDDDD;
    background-color: #EE7F17;
    border: 1px solid #EE7F17;
    color: #FFFFFF;
    font-size: 11px;
    height: auto;
    margin-left: -2px;
    padding: 3px 10px 5px;
    text-align: left;
    z-index: 10;
}
.error em {
    border-color: #EE7F17 transparent -moz-use-text-color;
	border-top-color: #EE7F17;
    border-style: solid solid none;
    border-width: 10px 10px 0;
    bottom: -7px;
    display: block;
    height: 0;
    left: 5px;
    position: absolute;
    width: 0;
}
