
body{
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;

}

img{display:block;}

.test{border:1px solid red;}


.noborder{border:none;}
.bottom{vertical-align:bottom;}
.block{display:block;}
.top{vertical-align:top;}

/*backgrounds*/
.icons_bg{
	background-image:url('../images/top_3_bg.gif');
	background-position:top left;
	background-repeat:no-repeat;
}

.menu_bg{
	background-image:url('../images/menu_bg.gif');
	background-position:top left;
	background-repeat:no-repeat;
}

.footer_bg{
	background-image:url('../images/footer_bg.gif');
	background-position:top left;
	background-repeat:no-repeat;
}

.content_bg{
	background-image:url('../images/content_2_bg.gif');
	background-position:top left;
	background-repeat:no-repeat;
}
/*backgrounds end*/
/*site css start*/
.icon_table{margin-right:14px;}
.icon_home a{
	display:block;
	margin-right:13px;
}
.icon_dividor{margin-left:11px;}
.icon_contact a{
	display:block;
	margin-top:2px;
}

.logo{
	margin:0px 10px 0px 67px;
	width:162px;
}

.menu{
	margin:20px 0px 0px 34px;
	width:224px;}

.content_outher{
	height:355px;
	overflow-y:auto;
	margin:47px 0px 0px 0px;
}

.content_inner{
	padding-top:4px;
	width:602px;
	overflow-x:hidden;
	
}

.footer{
	margin:0px 0px 7px 16px;
	color:#525252;
	font:10px Verdana, Arial, Helvetica, sans-serif;
}
.footer a{
	color:#525252;
	text-decoration:none;
}

.scrollbar{	
	scrollbar-base-color: #ffffff;
  	scrollbar-darkshadow-color: #ffffff;
	scrollbar-shadow-color: #bebebe;
	scrollbar-track-color: #ffffff;
	scrollbar-highlight-color: #bebebe;
	scrollbar-arrow-color: #bebebe;
	scrollbar-face-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;	
}
