/* CSS Document */



body {
	font-family: Arial;
	font-size: 12px;
	color:#3c1500;
	margin:0;
	background-color: #5e250a;
}

a {
	color:#f2850f;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

form {
	margin: 0;
	padding: 0;
}

#container {
	width:934px;
	border-left: 10px solid #FFFFFF;
	border-right: 7px solid #FFFFFF;
	margin:0 auto 0 auto;
	display: block;
}

#header {
	width:934px;
	height:282px;
	background-image: url("images/header_bg.jpg");
	background-repeat: no-repeat;
}

	#header .menu {
		width: 400px;
		padding-top: 126px;
		padding-left: 192px;
		float: left;
	}
	
	#header .flag{
		width: 65px;
		padding-top: 219px;
		float: right;
	}

#middle  {
	width:934px;
	display:table;
	background-color: #3c1500;
}

#sidebar {
	width:274px;
	float: left;
	padding-left: 47px;
	display: table;
}
	#sidebar #newsletter {
		width:274px;
		height: 122px;
		background-color: #eb9335;
		display: table;
		background-image: url("images/newsletter_bg.jpg");
		background-repeat: no-repeat;
	}
		
		#sidebar #newsletter #content{
			text-transform: uppercase;
			padding-left: 22px;
			margin-right: 20px;
			padding-top: 11px;
			margin-bottom: 21px;
			letter-spacing: 1px;
		}
		
			#sidebar #newsletter #input_text{
				float:left;
				width: 182px;
			}
			* html #sidebar #newsletter input_text{
					
			}
			
				#sidebar #newsletter input{
					width: 155px;
					height: 17px;
					color: #3c1500;
					border: 1px solid #3c1500;
					margin-bottom: 5px;
					padding-left: 10px;
				}
				* html #sidebar #newsletter input{
					margin-bottom: 2px;
					width: 150px;
				}
			
			#sidebar #newsletter .img{
				width: 47px;
				height: 47px;
				padding-left: 0px;
				padding-right: 0px;
				border: 0;
				float: left;
			}
	
	#sidebar #video {
		width:274px;
		background-color: #b24b0c;
		display: table;
		margin-top: 5px;
	}
		#sidebar #player {
			background-image: url("images/video_bg1.jpg");
			background-repeat: no-repeat;
			background-position: top left;
			padding-top: 11px;
			padding-left: 19px;
			padding-right: 17px;
		}
		
		#sidebar #text {
			padding-top: 11px;
			padding-left: 19px;
			padding-right: 17px;
			padding-bottom: 23px;
			background-image: url("images/video_bg2.jpg");
			background-repeat: no-repeat;
			background-position: bottom left;
		}	

#article {
	width: 558px;
	float: left;
	background-color: #ffffff;
	margin-left: 10px;	
}
	#article .top {
		height: 80px;
		background-repeat: no-repeat;
		background-position: top left;
	}
	#article .bottom {
		background-image: url("images/article_bottom_bg.jpg");
		background-repeat: no-repeat;
		background-position: bottom left;
		display: block;
		width: 558px;
	}
		#article .bottom .container {
			width: 558px;
		}
		#article .left{
			float: left;
			width: 300px;
			/**/padding-left: 53px;
			padding-right: 17px;
			padding-bottom: 55px;
			display: block;
		}
		#article .right{
			float: left;
			width: 180px;
			background-image: url("images/article_bottom_right_dots.gif");
			background-repeat: no-repeat;	
			background-position: top left;
			/**/display: block;
		}
	
#footer {
	width:934px;
	height: 119px;
	background-image: url("images/footer_bg.jpg");
	background-repeat: no-repeat;	
	background-position: bottom left;
	background-color:#3C1500;
	text-align: center;
}	

	#footer  .menu  {
		padding-top: 92px;
	}

	#footer  .menu  a {
		color: #3c1500;
		font-weight: bold;
		padding-right: 13px;
	}

	
*html #article {
}

/*HOME FORM*/
.hform label {
float:left;
width:95px;
}

.hform input {
float:left;
margin-bottom:10px;
width:196px;
border: 1px solid #3C1500;
}

.hform textarea {
float:left;
margin-bottom:3px;
width:196px;
height: 100px;
border: 1px solid #3C1500;
}


.clear {
clear:both;
font-size:0;
height:0;
line-height:0;
overflow:hidden;
visibility:hidden;
width:0;
}
