/* ----------------- all page styles ---------------------------------------------*/
body {
	padding:0;
	margin:0;
	font:12px Arial, sans-serif;
	background:#ebf1f9 url(../images/bodybg.gif) center repeat-y;
	color: #555;
}
#wrapper { margin:0px auto; width:900px;  padding:0; background:#fff;}

/* -----------------  general styles  -------------------------------------------------------*/
a { color:#444444; text-decoration: none;background:none; }
a:hover { color:#894e4e; background:none; text-decoration:underline; }
p { margin:0;padding-top:2px;}
h2 {font-weight:bold; font-size:14px; padding:0px 0 4px 0px; margin: 0 0 2px 0; color:#FF6600; background:none; border-bottom: 1px dotted #0066CC; }
h2 a {color:#FF6600;}
h2 :hover{color:#0066CC;}
ul { margin: 0; padding : 3px; list-style : none; }
img { border: 0;}
h4 {
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: bold;
	line-height: 50px;
}
/* -----------------  top style  ---------------------------------------------*/
#header { clear:both; width:900px; height:80px; background: url(../images/header.jpg) no-repeat; margin:0; }
#header a { color:#FFFFFF; }
#hright {float:right; width:540px; height: 60px; margin:2px 0 0 0;}
#hrighttop {width: 200px;margin: 0 2px 0 0; padding: 0 8px 2px 0; float:right; text-align: right;color: #ffffff;}
#menu {
	width: 900px;
	height: 35px;
	font-weight:bold;
	padding:0;
	text-align:left;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background:url(../images/menu-h-bg-1.gif) repeat-x;
}
#menu li { display:inline; }
#menu li a {
	color:#333333;
	text-decoration:none;
	padding:0px 4px 0px 4px;
	line-height:32px;
	background:none;
}
#menu li a:hover {
	background: none;
	color:#FF6600;
}
/* ----------------- top search -------------------------------------------------------*/
.top_searech{
	width:100px;
	height:15px;
	border:#ccc 1px solid;
	margin-left:40px;
	}
/* ----------------- content -------------------------------------------------------*/
#bottomcontenttop{float:left;width:900px;height:10px;background: url(../images/b_contenttop.jpg) no-repeat; margin-top:3px;}
#bottomcontent{float:left;width:898px;border-right:1px solid #c5c5c5;border-left:1px solid #c5c5c5;}
#bottomcontentbtm{float:left;width:900px;height:10px;background: url(../images/b_contentbtm.jpg) no-repeat;}
/* ----------------- Bottom content -------------------------------------------------------*/
#footer { clear: both; text-align:center; line-height: 1.8em; color: #444; background: #fff; padding: 4px 0; 
margin:10px 0 0 0;}
#footer a {color: #631e19; background: inherit;}
