@charset "utf-8";
/* CSS Document trulydentalcenter.com */

body{
	background:#dcf9c7;
	margin:auto 0;
	font-family:"TREbuchet MS";
	font-size:12px;
	color:#333; 
}
.cleaner{
	clear:both;
}
img{
	text-decoration:none;
	vertical-align:middle;
	border:none;
}
a{
	text-decoration:none;
	color:#f69e28;
}
input{
	vertical-align:middle;
}
.shadow{
 -moz-box-shadow: 0px 0px 5px #FF9; /* Firefox */
 -webkit-box-shadow: 0px 0px 5px #FF9; /* Safari/Chrome */
 box-shadow: 0px 0px 5px #FF9; /* Opera and other CSS3 supporting browsers */
 -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#FF9')";/* IE 8 */
 filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#FF9');/* IE 5.5 - 7 */ 
}
.rounded{
   -moz-border-radius: 2px;
   -webkit-border-radius: 2px;
}
#container{
	width:1020px;
	margin:0 auto;
	margin-top:10px;
}
#header{
	width:1020px;
}
#logo{
	width:263px;
	height:230px;
	float:left;
	background:url(../images/front/logo.jpg) no-repeat;
}
#menu_wrap{
	width:747px;
	height:60px;
	background:url(../images/front/grafity.jpg) no-repeat;
	float:left;
	text-align:right;
	padding:10px 10px 0 0;
	font-weight:bold;
}
#menu{
	width:635px;
	margin-top:5px;
	float:left;
}
#menu ul{
}
#menu li{
	display:inline;
	border-right:1px #333 solid;
	padding-right:4px;
}
#menu a{
	text-decoration:none;
	color:#333;
	padding:5px 10px;
}
#menu a:hover{
	background:#f59e27;
	padding:5px 10px;
	color:#fff;
   -moz-border-radius: 2px;
   -webkit-border-radius: 2px;
}
#menu .curent{
	background:#f59e27;
	padding:5px 10px;
	color:#fff;
   -moz-border-radius: 2px;
   -webkit-border-radius: 2px;
}
#language{
	width:50px;
	float:right;
	padding:10px;
	margin-top:10px;
}
#banner{
	width:757px;
	height:425px;
	background:url(../images/front/bg_banner.jpg) no-repeat right;
	float:left;
}
#categories{
	width:263px;
	height:266px;
	float:left;
	background:url(../images/front/bg_category.jpg) no-repeat right;
	font-size:16px;
	font-family:"Bradley Hand ITC";
	text-transform:uppercase;
}
<!--[if lte IE 6]>
#categories ul{
	margin-left:30px;
}
<![endif]-->

#categories ul{
	margin-left:-10px;
}
#categories li{
	display:block;
	padding:6px 0 5px 0;
}
#categories a{
	text-decoration:none;
	color:#333;
	padding-left:25px;
}
#categories a:hover{
	color:#F93;
	background:url(../images/front/hover.png) left no-repeat;
}
#categories .curent{
	color:#F93;
	background:url(../images/front/hover.png) left no-repeat;
}
#maincontent{
	width:1020px;
	height:auto;
}
#headcontent{
	width:965px;
	height:45px;
	padding:30px 25px 0 30px;
	background:url(../images/front/bg_headcontent.jpg) no-repeat;
}
#title{
	float:left;
	font-weight:bold;
	font-family:"Bradley Hand ITC";
	font-size:16px;
	color:#333;
}
#title a{
	color:#333;
}
#search{
	float:right;
}
#searchinput{
	background:url("../images/front/bg_search.jpg") no-repeat scroll 0 0 transparent;
    border: 0 none;
    color: #666;
    font: 12px/15px Arial,Helvetica,sans-serif;
    overflow: hidden;
    padding: 8px 0 10px 15px;
    vertical-align: middle;
    width: 235px;
}
#isicontent{
	width:1020px;
	background:url(../images/front/bg_content.jpg) repeat-y;
}
#left{
	width:650px;
	float:left;
	padding:20px 0px 20px 30px;
}
#services{
	width:288px;
	height:auto;
	float:left;
	margin-top:20px;
	margin-right:10px;
}
#services_image{
	background:url(../images/front/bgsortcut.jpg) top no-repeat;
	width:250px;
	height:165px;
	padding:14px 19px;
}
#label{
	margin:0 auto;
	text-align:center;
	background:#FC9;
	padding:5px;
	font-weight:bold;
}
#list{
	padding: 5px 19px;
	color:#F96;
}
#list ul{ margin-left:-30px;}
#list li{
	display:block;
	padding:5px;
}
#list a{
	color:#F93;
}
#list a:hover{
	text-decoration:underline;
}
#right{
	width:330px;
	float:right;
	padding-right:10px;
}
#content_news{
	width:250px;
	float:right;
	background:url(../images/front/bgnews.jpg) repeat-y;
	padding-left:40px;
	padding-right:40px;
}
#box_news{
	width:250px; 
	margin-bottom:20px;
}
#box_news a{
	color:#f79016; 
	text-decoration:underline; 
	font-weight:bold; 
	font-size:14px;
}
#box_news a:hover{
	color:#333;
}
#promo{
	width:256px;
	height:186px;
	float:right;
	background:url(../images/front/promo.jpg) no-repeat left top;
	padding:50px 10px 0px 30px;
	margin-right:15px;
	margin-top:10px;
	 -moz-box-shadow: 0px 0px 5px #333; /* Firefox */
	 -webkit-box-shadow: 0px 0px 5px #333; /* Safari/Chrome */
	 box-shadow: 0px 0px 5px #333; /* Opera and other CSS3 supporting browsers */
	 -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#333')";/* IE 8 */
	 filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#333');/* IE 5.5 - 7 */ 
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;

}
#promo ul{
	color:#fff; 
	margin-left:-40px;
}
#promo li{
	display:block;
	padding:10px;
}
#promo a{
	color:#fff;
}
#endcontent{
	width:1020px;
	height:76px;
	background:url(../images/front/footer.jpg) no-repeat;
	text-align:center;
	color:#f79016;
}
#endcontent a{
	color:#f79016;
}
#endcontent a:hover{
	
	text-decoration:underline;
}

.batasdot{
	width:500px;
	border-bottom:1px dotted #666;
}
#footer{
	width:720px;
	height:auto;
	background:url(../images/front/footer.png) no-repeat #FFF top left;
	margin:0 auto;
	margin-bottom:10px;
	font-size:13px;
	text-align:center;
	padding:10px 20px 10px 260px;
}

#endcontainer{
	text-align:center;
	margin-bottom:10px;
}
#endcontainer a{
	color:#000;
}
#list_newsbox{
	width:640px;
	float:left;
	height:auto;
	margin-bottom:20px;
}
#list_box{
	width:185px;
	height:320px;
	float:left;
	padding:10px 15px;
	background:url(../images/front/bg-listnew.jpg) no-repeat center;
	
}
#list_title{
	text-align:center;
	color:#f78f13;
	font-size:14px;
	height:30px;
	font-weight:bold;
	margin-top:10px;
}
#list_poto{
	padding:35px 0 0 31px;
	height:100px;
}
#list_desc{
	margin-top:35px;
	padding-right:20px;
	height:75px;
}
#list_more{
	float:right;
	color:#fff;
	padding-right:18px;
	margin-top:29px;
}
#list_more a{
	color:#fff;
	font-weight:bold;
}
#list_staff{
	background:url(../images/front/bg-liststaff.jpg) no-repeat center;
	width:185px;
	padding:20px 15px;
	height:180px;
	float:left;
}



