/* CSS Document */
body{
	font-family:Arial;
	font-size:12px;
	line-height:16px;
	color:#000000;
	margin-top: 0px;
	margin-bottom:0px;
}
#container-header{
	width:100%; 
	float:left; 
	margin:0px;  
	background:none
} 
#container-menu{
	width:100%; 
	float:left; 
	margin:0px; 
	height:37px; 
} 
.p{
	margin-top:0px;
	margin-bottom:0px;
}
#container-content{
	width:746px; 
	border-left:2px solid #0663B3; 
	border-right:2px solid #0663B3; 
	margin-top:-5px;
	height:auto;
	float:left;
} 
#container-content-left{
	width:200px; 
	float:left;
	margin-top:10px; 
	height:auto;
	
} 

#left-menu-title{
	background:url(/images/bg/bg_top_blog_left.gif) left repeat-x; 
	height:33px; width:194px; float:left;
}

#left-menu-title-right{
	background:url(/images/bg/top_blog_right.gif) no-repeat; 
	width:6px; height:33px;float:right;
}
#left-menu-content-text {
	width:199px; border-right:1px solid #0671CF; 
	margin-top:-2px; background-color:#ECECEC;
	height:auto;
}


#left-menu-content-text ul li{
	list-style-type: none;
	margin-left:-40px;
	background:url(/images/icon/row.gif) no-repeat left;
	padding-left:25px;
	color:#333333;
	line-height:30px;
	border-bottom:1px solid #C1C1C1;
}
#left-menu-content-text ul li a{
	color:#333333;
}
#left-menu-content-text ul li.active a{
	color:#FF0000;
}
#left-menu-content-text ul li.sub{
	background:url(/images/icon/sub_row.gif) no-repeat left;
	padding-left:34px;
}
#left-menu-content-text-search{
	padding-top:10px; padding-left:8px; padding-bottom:5px;
}
#left-menu-content-text-suport{
	
}
#left-menu-content-text-search span{
	border:0px solid red; float:left; width:150px; *margin-top:-1px;
}
#left-menu-button {
	background:url(/images/bg/bg_top_blog_button.gif) no-repeat left; 
	width:200px; height:9px; margin-top:-3px;
	margin-bottom:10px;
	
}
#left-menu-title-text{
	background:url(/images/icon/icon_menu.jpg) no-repeat left; 
	float:left; margin-left:5px; 
	margin-top:7px; 
	padding-left:20px;  
	color:#FFFFFF; 
	text-transform:uppercase
}

#container-footer{
	width:746px; 
	border-left:2px solid #0663B3; 
	border-right:2px solid #0663B3; 
	margin-top:-5px;
} 

#container{	
	width:750px; 
	position:relative;
	text-align:left;
	height:auto;
}

.content{	position:relative; width:900px; float:left;}
.footer{	position:relative; width:900px;}
a{color:#CC9933;text-decoration:none; outline:none}
a:hover{text-decoration:underline;}
