@charset "utf-8";
* {
	outline: none;
}
html {
	height: 100%;
}
body {
	font: 100%/1.2 Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0;
	padding: 0;
	color: #000;
	height:auto !important;
	height: 100%;
	min-height: 100%;
	position: relative;
	-width: expression(document.documentElement.clientWidth > 1000 ? "auto" : "1000px");
}

ul, ol, dl, h4, h5, h1, h2, h3 p { 
	padding: 0;
	margin: 0;
}

a img { 
	border: none;
}

a {
	color:#414958;
	text-decoration: underline; 
}

a:hover { 
	text-decoration: none;
	color: #F00;
}

.container {
	width: 100%;
	min-width: 1000px;
	background: #fff;
}

.header {
	background: url(/i/bg.gif) repeat-x;
	height: 180px;
	min-width: 1000px;
	width: 100%;
}

.left {
	float:left;
	color:#FFF;
	width: 170px;
	margin: 10px;
	margin-top: 30px;
}

.right {
	float:right;
	color:#FFF;
	width: 200px;
	margin: 10px;
}

.right h5 a {
	color: #F00;
}

.right h5 a:hover, a:active, a:focus {
	color: #FFF;
}

.right h4 {
	margin-bottom: 10px;
	color: #CCC;
}

.right h5 {
	margin-bottom: 2px;
}

.left a {
	color: #C4C5CC;
	font-size: 9pt;
	width: 120px;
	display:block;                                                              
}

.right a {
	color: #C4C5CC;
	font-size: 10pt;  
}

.logo {
	width: 512px;
	height: 136px;
	margin:0 auto;
	padding-top:10px;
}

.logo p {
	color:#ccc;
	font-size:11px;
	font-weight:bold;
	float: right;
	padding-right:175px;
}


.menutop {	
	height: 3px;
	background: #f00;
}

.menu {
	margin-left: 20px;
	margin-top: 09px;
}

.menu ul li {
	list-style: none;
	padding-right: 20px;
	outline: none;
	float: left;
	color: #fff;
}

.menu li a {
	text-decoration: none;	
	font-size: 11pt;
	color: #000;
	border-bottom: 3px solid #000;
	padding-bottom: 2px;
}

.menu li a:hover, li a:active, li a:focus { 
	text-decoration: none;
	color: #f00;
	border-bottom: 3px solid #f00;
}

.active {
	color:#fff;
	background: #f00;
	padding: 10px 20px 7px 20px;
	text-decoration:none;
	font-weight:bold;
}

.content {
	padding: 20px;
	margin-bottom: 50px !important;
}

.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}

.footertop {	
	height: 1px;
	background: #F00;
}

.footer {
	background: url(/i/bg.gif) repeat-x;
	height: 50px;
	position:absolute;
	bottom:0;
	width: 100%;
	min-width: 1000px;
}

.footer p {
	color: #fff;
	padding-top: 15px;
	float: right;
	margin:0;
	margin-right:20px;
	font-size:10pt;
}

.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	margin:0;
	padding:0;
}

.new {
	padding:0 5px 0 5px;
	width:800px;
	margin:0 auto;
}
.new_title {
	padding:10px;
	margin-bottom:0px;
	background: #f00;
	color:#FFF;
	font-size:20px;
}
.text_new {
	text-align:left;
	padding-left:15px;
	font-size:20px !important;
	border:1px solid #f00;
}

.footer_new {
	font-size:14px;
	text-align:right;
	font-style:italic;
	padding:3px;
	margin-top:2px;
}

.newsp {
	font-size:18px;
	color: #f00;
}
.newsp a {
	font-size:18px;
	color: #f00;
}
.newsp a:hover {
	font-size:18px;
	color: #f00;
}

#portfolio .action a {
	color: #000;
	border-bottom:1px dashed #000;
	text-decoration:none;
	cursor: pointer;
	font-size: 26px;
}

#portfolio .action a:hover {
	color: #f00;
	border-bottom:1px dashed #f00;
	text-decoration:none;
	cursor: pointer;
}

#portfolio .lili a {
	color: #000;
	text-decoration:underline;
	border-bottom:none;
	font-size:18px;
}

#portfolio .lili a:hover {
	color: #f00;
	border-bottom:none;
	text-decoration:underline;	
	font-size:18px;	
}

#portfolio ul.menup li {
	color:#f00;
	list-style:none;
	padding: 5px;
	margin-left:-20px;
}


#newshow a {
	color:#000;
	border-bottom:1px dashed #000;
	text-decoration:none;
	cursor:pointer;
	font-size:36px;
}
#newshow a:hover {
	color:#f00;
	border-bottom:1px dashed #f00;	
	text-decoration:none;
	cursor:pointer;
	font-size:36px;	
}

#load {
	margin:0; 
	padding:0;
}
#admin {
	float:left;
}
#admin a {
	color: #FFF !important;
}
#admin a:hover {
	color:#F00 !important;
}
