html {
	height:100%;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #464646;
	text-decoration: none;
background : #A0ABB6 url(../images/bg.jpg) repeat-x top; 
	margin:0;
	padding:0;
	height:100%;
}
#center_text {
font-family: tahoma, Arial, Helvetica, sans-serif;
font-size:12px;
align:right;direction:rtl;
color:#606060;
line-height:21px;
}
#main {
	width:652px;
	margin:auto;
	height:100%;
}
#main-inner {
	margin:0 21px 0px 21px;
	padding:0 20px 40px 20px;
	min-height:200px;
	background-color: #ffffff;
	background-image: url(../images/bg-main-inner-bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#main-inner-left {
	width: 386px;
	display:block;
	float:left;
	line-height:18px;
}
#main-inner-right {
	width: 171px;
	display:block;
	float:right;
}
#logo {
	margin:10px 21px 0px 21px;
	padding:20px;
	padding-bottom:0;
	background-color: #ffffff;
	background-image: url(../images/bg-logo-to.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#logo img {
	padding:45px 0 20px 0;
}
h1, h2, h3, h4, h5, h6 { margin: 15px 0; }
p, ul, ol { margin: 15px 0; }

div#navbar {
	width: 310px;
	display:block;
	float:right;
	text-align:right;
	padding-top:85px;
}
div#navbar ul {
	margin: 0px;
	padding: 0px;
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6F6F6F;
	white-space: nowrap;
	font-weight: bold;
}
div#navbar li {
	list-style-type: none;
	display: inline;
}
div#navbar li a {
	text-decoration: none;
	padding: 0 1px 0 12px;
	color: #6F6F6F;
}
div#navbar li a:link {
	color: #6F6F6F:
}
div#navbar li a:visited {
	color: #6F6F6F;
}
div#navbar li a:hover {
	color: #2D97C7;
}
.clear {
	clear:both;
}
.headingimg {
	margin:18px 0 0 0;
}
#footer {
	clear:both;
	font-size: 10px;
	color:#FFFFFF;
	text-align:center;
	padding:12px;
	line-height:18px;
}
#footer a:link, #footer a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
a, a:visited {
	color:#7DA218;
	text-decoration:underline;
}
a:hover {
	color:#464646;
	text-decoration:none;
}
.item {
	width:125px;
	height:125px;	
	border:4px solid #222;	
	margin:5px 5px 5px 0;
	
	/* required to hide the image after resized */
	overflow:hidden;
	
	/* for child absolute position */
	position:relative;
	
	/* display div in line */
	float:left;
}

.item .caption {
	width:125px;
	height:125px;
	background:#000;
	color:#fff;
	font-weight:bold;
		
	/* fix it at the bottom */
	position:absolute;
	left:0;

	/* hide it by default */
	display:none;

	/* opacity setting */
	filter:alpha(opacity=80);    /* ie  */
	-moz-opacity:0.8;    /* old mozilla browser like netscape  */
	-khtml-opacity: 0.8;    /* for really really old safari */  
	opacity: 0.8;    /* css standard, currently it works in most modern browsers like firefox,  */

}