html, body {
	margin: 0;
    text-align: center;
	padding: 0;
	font: normal 12px/1.5em "Lucida Grande", "Helvetica Neue", Verdana, Arial, sans-serif;
	background: #fff url(../images/page_bg.gif) repeat-x;
	color: #555;
}

a {
	text-decoration: none;
	color: #E4662A;
}

#wrapper {
    margin: 0 auto;
    width: 1013px;
	width: 982px;
}

#header {
	margin-top: -15px;
	background: url(../images/head_bg.gif) no-repeat bottom left;
	height: 80px;
}

#header h1{
	position: relative;
	left: 10px; 
	top: 20px;
	font-size:16px;
	color: #909090;	
}

#header h2{
	position: relative;
	left: 10px; 
	top: 20px;
	font-size:14px;
	color: #909090;	
}

#logo {
	position: relative;
	top: 20px;
	left: 20px;
	width: 120px;
	heigh: 40px;
	vertical-align: middle;
	float: left;
}

#nav_menu {
	margin-top: 25px;	
}


#nav_menu a{
	font-size: 18px;
	color: #444;
	text-decoration: none; 
}

#nav_menu a:hover{
	color: #666;
	border-bottom: 2px solid #E4662A;
}

#nav_menu ul {
	margin: 0px;
	list-style: none;
	float: right;
}

#nav_menu li {
	display: inline;
	margin-left: 20px;	
}

#container {
	margin-top: 50px;	
	background: #ffffff;
	text-align: left;
	padding: 20px;
}

#container h1{
	font-size: 18px;
	color: rgb(228,101,42);
	padding-left: 15px;
	background: url(../images/h1_bg.gif) no-repeat top left;
}

#container h3{
	font-size: 12px;
}

#container h4{
	font-size: 12px;
	margin: 0px;
}


#container .fleft {
	float: left;
	padding-right: 10px;
	
}

#container .fright {
	float: right;
	padding-left: 10px;
	
}

#container .more{
	font-size: 10px;
	float: right;
	padding-right: 8px;
	background: url(../images/arrow_right.gif) no-repeat center right;
}

.m1 p {
	font-size: 14px;
	padding-bottom: 40px;
	
	
}

#blocks_container p {
	margin-top: 5px;
	font-size: 11px;
	margin-bottom: 2px;
}


#blocks_container {
	margin-top: 50px;
	padding-bottom: 130px;
}

#container .left_block {
	width: 230px;
	padding-left: 45px;
	float: left;
	background: url(../images/green_bg.png) no-repeat top left;
	margin-right: 30px;
}

#container .center_block {
	width: 230px;
	padding-left: 45px;
	float: left;
	background: url(../images/orange_bg.png) no-repeat top left;
	margin-right: 30px;
}

#container .right_block {
	width: 250px;
	padding-left: 45px;
	float: left;
	background: url(../images/blue_bg.png) no-repeat top left;
	margin-right: 30px;
}

#content_infoblock {
	float: right;
	width: 260px;
	background: url(../images/content_info_bg.gif) no-repeat top left;
	margin-left: 10px;
}

#content_infoblock img{
	float: right;
	padding: 5px;
}

#content_infoblock p{
	padding: 5px;
	font-size: 10px;
	margin: 0px;
}

#footer {
	font-size: 10px;
	color: #909090;
	overflow: auto;
	margin-top: 30px;
}

.head {
	background: #EFEFEF;
	font-weight: bold;
}
.even {
	background: #F5F5F5;
}
.odd {
	background: #FAFAFA;
}


/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox {
	margin: 0 auto; /* center for now */
	width: 450px; /* ems so it will grow */
	background: url(../images/sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
}
.boxhead {
	background: url(../images/sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	background: url(../images/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 5px 5px 5px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 12px; 
	line-height: 14px;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody {
	background: url(../images/sbbody-l.gif) no-repeat bottom left;
	margin: 0px;
	padding: 2px 10px 5px 10px;
}

.boxbody p {
	margin: 0px;
	font-size: 9px;
}

.boxbody table{
	padding: 0px;
	font-size: 10px;
	background: #fafafa;
}

.boxbody td{
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #eaeaea;
}

.boxbody tr{
}

.boxbody .table_head {
	background: #E0E0E0;
	text-align: center;
	font-weight: bold;
	
}
