/* CSS Document */
html, body{
	padding:0px;
	margin:0px;
	background-image:url(../Img/bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
}
h1{
	font-family: Tahoma, Verdana;
	font-size: 17px;
	color: #067C70;
	padding:0px;
	margin:0px;
}
p, li {
	font-family: Tahoma, Verdana;
	font-size: 13px;
	color: #333333;
}
a {
	font-family: Tahoma, Verdana;
	font-size: 13px;
	color: #067C70;
}
em {
	font-weight: bold;
	color: #067C70;
	font-style: normal;
}
#Container{
	width:750px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	border-right:solid 1px #333;
	border-left:solid 1px #333;
	background-color:#efefef;
}
#Header{
	
	}
	#date{
	background-color:#333;
	font-family: Tahoma, Verdana;
	font-size: 10px;
	font-weight:bold;
	color: #fff;
	padding:2px;
	border-bottom:1px solid white;
	}
#NavBar{
	background-image:url(../Img/nav_bg.jpg);
	background-repeat:repeat-x;
	background-position:left;
	height:38px;
}
	#NavBar a{
	line-height:37px;
	text-decoration:none
}
#Main{
	padding:0px 24px 24px 24px;
	}
	#LeftContent{
		
		width:690px;
		float:left;
	}
	#RightContent{
		
		width:200px;
		float:right;
		background-color:#FFFFFF;
		padding-bottom:10px;
	}
		#RightContent h1{
			line-height:30px;
			width:190px;
			background-color: #067C70;
			color:white;
			padding-left:10px;
		}
		#RightContent p{
			color: #067C70;
			padding-left:10px;
			font-size: 11px;
			font-weight:bold;
		}
		#RightContent a {
			font-family: Tahoma, Verdana;
			font-size: 13px;
			font-weight:normal;
		}
#HomePage{
	background-color:#666;
	clear:all;
	border-bottom:1px solid #333;
}

#Flash{
	width:400px;
	float:left;
}

#ProdList{
	width:350px;
	float:right;
	padding-bottom:15px;
}
	#ProdListHead{
		width:340px;;
		line-height:30px;
		background-color:#999;
		font-family: Tahoma, Verdana;
		font-weight:bold;
		font-size: 15px;
		color: #fff;
		padding-left:10px;
		margin-bottom:15px;
	}

	#ProdList .ProdW{
		float:left;
		width:130px;
		line-height:20px;
		padding-left:20px;
		background-image:url(../Img/arrow.gif);
		background-position:left;
		background-repeat:no-repeat;
		margin-left:10px;
	}
	#ProdList a{
		color:#fff;
		text-decoration:none;
		font-family: Tahoma, Verdana;
		font-size: 11px;
		font-weight:bold;
	}
	#ProdList a:hover{
		color:#A4C6C1;
	}
.padd{
	margin-left:225px;
}
#Shadow{
	background-image:url(../Img/shadow.jpg);
	background-repeat:repeat-x;
	height:9px;
	}
#SmallImg{
	float:left;
	background-color:#067C70;
	padding:10px 10px 5px 10px;
	margin:5px;
	font-family: Tahoma, Verdana;
	font-size: 14px;
	font-weight:bold;
	color: #fff;
	background-image:url(../Img/bot_rig.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}
.TopImg{
	margin-bottom:10px;
	margin-left:10px;
	border:solid 1px #000;
	}
.BotImg{
	margin-top:10px;
	margin-right:10px;
	border:solid 1px #000;
	}

#Footer {
	background-image:url(../Img/footer_bg.jpg);
	background-repeat:repeat-x;
	line-height:30px;
	font-family: Tahoma, Verdana;
	font-size: 12px;
	font-weight:bold;
	text-align:center;
	color: #fff;
}
.lines{line-height:18px;}

#lang{float:right; text-align:right; }
	#lang span{ float:left; margin: 0 5px 0 0;}
	#lang img{ float:left; margin: 1px 3px 0 3px;}
