@charset "utf-8";
html, body {
	margin: 0px;
	width: 100%;
	height: 100%;
	background:url(../images/bg_main.jpg) repeat-x top;
	background-color:#1c1c1c;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* UTILITIES */
.left_img{
	float:left;
	padding: 0;
	margin: 0;
}

.right_img{
	float:right;
	padding: 0;
	margin: 0;
}

.top_img{
	float:left;
	padding: 0;
	margin: 0;
}

.btm_img{
	float:left;
	padding: 0;
	margin: 0;
}
a img{
	border: none;
}
/* PAGE */
#page{
	width: 800px;
	height: 100%;
	margin: 0 auto;
	text-align:center;
}

/* HEADER */
#header{
	width: 100%;
	height: 100px;
	padding-top: 10px;
	background:url(../images/header_bg.gif) repeat-x bottom;
}
#header ul, li {
	list-style: none;
	display: inline;
}
#header .left_img{
	float:left;
	width: 5px;
	height: 100px;
	background:url(../images/header_L.gif) no-repeat left;
}

#header .right_img{
	float:right;
	width: 5px;
	height: 100px;
	background:url(../images/header_R.gif) no-repeat right;
}

#header .content{
	float:left;
	width: 780px;
	font-size: 10px;
	margin-top:35px;
}

/* SEARCH */

#search{
	float:left;
	display:inline;
}

#search input {
	float: left;
	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#search input[type="text"]{
	width: 137px;
	height: 20px;
	background:url(../images/search_bg.gif) no-repeat;
	border:0;
	color:#FFFFFF;
	padding-left: 3px;
	padding-top: 3px;
}
#search_field{
width: 137px;
	height: 20px;
	background:url(../images/search_bg.gif) no-repeat;
	border:0;
	color:#FFFFFF;
	padding-left: 3px;
	padding-top: 3px;
}
#search input[type="submit"]{
	width: 25px;
	height: 20px;
	background:url(../images/search_btn.gif) no-repeat;
	border:0;
}

/* MENU */

#menu{
	float: right;
}

#menu a{
	margin: 12px;
	padding-bottom: 3px;
	text-decoration: none;
	color:#CCCCCC;
}

#menu a:hover{
	color:#FFFFFF;
	border-bottom:  solid #f69f27 5px;
}

#menu ul,li{
	display:inline;
}

/* CONTENT */

#content{
	width: 100%;
	margin-top:20px;
}

#content ul, li {
	display: inline;
	list-style-image: none;
	list-style-type: circle;
}

#row2 li{
	display: inline;
	width: 100%;
	height: 300px;
}
#content .content{
	float:left;
	width: 594px;
	height: 300px;
	text-align: left;
	padding: 10px;
	margin-left: 10px;
	background:url(../images/content_bg.gif) repeat-y;
}

#content .content h2{
	font-size:16px;
	font-weight:bold;
	color: #f69f27;
	text-align: left;
	margin-left: 20px;
}

#content_text_body{
	float: right;
	width: 580px;
	text-align:left;
	background-image: url(../images/content_bg.gif);
	background-repeat: repeat-y;
	background-position: center 3px;
	padding: 5px;
	border: 1px solid # 666;
}
#content_text h2{
	font-size:18px;
	color: #FD7000;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}

#content_text p{
	font-size:11px;
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#content .top_img{
	width:590px;
	height:5px;
	background:url(../images/content_T.gif) no-repeat top;
}

#content .btm_img{
	width:590px;
	height:7px;
	background:url(../images/content_B.gif) bottom no-repeat ;
	position:relative;
	top: 20px;
}
/* SIDEBAR */
#sidebar{
float: left;
	width: 190px;
	height: 100%;
}

/* LOGO */

#logo{
	float:left;
	width: 295px;
	height: 259px;
}

#logo_mini{
	float:left;
	width: 100%;
	height: 74px;
	display:block;
	clear: both;
}

/* TAB */

#tab{
float: right;
	width:500px;
	height: 259px;
}

#myTabs{
	width:500px;
	height: 259px;
}

#myTabs h1{
	font-size:12px;
	color:#fd7000;
	padding: 10px;
}

#myTabs p{
	font-size:10px;
	color:#666666;
	width: 490px;
	padding: 10px;
	margin: 0;
}



/* NEWS */

#news{
	float: left;
	width: 100%;
	margin-top: 20px;
	clear: both;
	text-align:left;
}

#news ul, li {
	list-style: none;
	display: inline;
	padding:0;
	margin:0;
}

#news #box1{
	float:left;
	width:300px;
	display: inline;
}
#news #box1 img{
	display:inline;
	float:left;
	margin-right: 5px;
}
#news #box1 h3{
	font-size:12px;
	color: #fd7000;
	padding-top: 3px;
	margin:0;
}
#news #box1 p{
	font-size:10px;
	display:inline;
	color:#CCCCCC;
}

#news #box2{
	float:left;
	width:480px;
	display: inline;
	margin-left: 20px;
}
#news #box2 img{
	display:inline;
	float:left;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 0;
}
#news #box2 h3{
	font-size:12px;
	color: #fd7000;
	padding-top: 3px;
	margin:0;
}
#news #box2 p{
	font-size:10px;
	display:inline;
	color:#CCCCCC;
}

/* FOOTER */

#footer{
	float:left;
	width: 100%;
	height: 75px;
	margin-top: 20px;
	padding-top: 10px;
	border:1px solid #1C1C1C;
	text-align:center;
	font-size:10px;
	color:#333333
}
#sidebar ul li {
	list-style-type: none;
	margin: 0px;
	display:block;
	padding: 0px;
	width: 100%;
	text-align:left;
	float:left;
}
#sidebar_menu {
	display: block;
	margin: 10px 0 0 0;
	padding: 0px;
	width: 100%;
	float: left;
	background: #525251;
}
#sidebar_menu li {
	border: 1px solid #333;
	border-bottom: 0;
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #1C1C1C;
}
#sidebar_menu li.active{
	background-color: #5f4f42;
}
#sidebar_menu li.active a{
	color:#db7f36;
}
#sidebar_menu .last{
	border-bottom: 1px solid #333;
}
#sidebar_menu li a {
	text-decoration: none;
	color: #282828;
	display: block;
	width: 100%;
	text-indent: 10px;
	line-height: 20px;
	background:url(../images/arr.gif) no-repeat;
	background-position: 3px 8px;
}
#sidebar_menu li a:hover {
	text-decoration: none;
	color: #db7f36;
	background-color: #5f4f42;
}
#content_text_body h5 {
	margin: 0px;
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-weight: normal;
}
#content_text_body h2 a {
	color: #333;
	text-decoration: none;
}

#box2 a {
	color: #CCC;
}
#content_text_body p  a {
	color: #FD7000;
}
.text_smlll {
	padding: 3px;
	display: block;
	color: #FFF;
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-decoration: none;
	background-color: #444444;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #3B3B3B;
	width: 184px;
}
.soft_img{
	padding: 5px 0 5px 2px;
}
.box3{
	width:100%;
	color: #FFF;
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-align: left;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 10px 0;
	clear: both;
	float: left;
	border-top-width: 1px;
	border-top-style: double;
	border-top-color: #3E3E3E;
}
