﻿/***********************************************************
/ global styles
************************************************************/
html, body {
	margin: 0;
	padding: 0;
	background: #D5D6DF;	
}
body, p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
img {
	border: 0;
}
p, ul, dl, li, from {
	margin: 0;
	padding: 0;
}
ul {
	list-style:none;
	list-style-position : outside;
}
.hide {
	display: none;
}
.show {
	display: block;
}
.B {
	font-weight: bold;
}
.H {
	color: #FF5500;
}
.blue{
	color: #0000FF;
}
.big{
	font-size: 16px;
}
.leftimg{
	float: left;
	margin: 0 5px 5px 0;
}
.backwards {
	unicode-bidi: bidi-override;
	direction: rtl;
}
.HackBox {
 border-top: 1px solid transparent !important;
 margin-top: -1px !important;
 border-top: 0;
 margin-top: 0;
 clear: both;
 visibility: hidden;
}
/***********************************************************
/ links styles
************************************************************/
/*LoVe HAte*/
a {
	color: #2B69B7;
	text-decoration: underline;
}
a:link {
	color: #2B69B7;
}
a:visited {
	color: #2B69B7;
}
a:hover {
	color: #0088E4;
}
a:active {
	color: #2B69B7;
}
/***********************************************************
/layout
************************************************************/
#container {
	width: 891px;
	padding: 0 4px;
	margin: 0 auto;
	background: #fff url('../images/container_bg.png') repeat-y;
}
#banner {
	width: 891px;
	height: 80px;
	background: #2C6EBC url('../images/ursoftware2.gif') repeat-x;
}
#footer {
	width: 891px;
	height: 13px;
	padding: 0 4px;
	margin: 0 auto;
	background: #fff url('../images/footer_bg.png') no-repeat;
}
#navbar{
	color: #3C5388;
	padding: 0 5px;
	height: 22px;
	line-height: 21px;
	vertical-align: middle;
	background: #C4D8EF;
	border-bottom: 1px #5F93D0 solid;
}
#navbar a{
	color: #3C5388;
	padding: 0 3px;
	text-decoration: none;
	font-weight: bold;
}
#navbar a:hover{
	color: red;
}
#copyright{
	border-top: 1px #5F93D0 solid;	
	text-align: right;
	color: gray;
	font-weight: 400;
	padding: 3px 10px 0 0;
}
/***********************************************************/
#content{
	width: 843px;
	padding:0 24px;
	overflow: hidden;	
}
#content .title{
	text-align: center;
	font-family: Arial;
	font-weight: bold;
	font-size: 18px;
	color: #FF0000;
	border: 1px #DDD solid;
	margin: 12px 0;
	padding: 10px 0;
}
#scrshots{
	float: left;
	margin: 0 5px 10px 0;
}
#scrshots a{
	display: block;
	text-align: center;
}
.introtitle, h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #327ED8;
	font-weight: bold;
	margin: 12px 0;	
	line-height: 22px;
}
#intro h1{
	float: left;
	font-size: 11px;
	color: #333;
	height: 14px;
	vertical-align: middle;
	line-height: 14px;
	margin: 0 3px 0 0;
	padding: 0;
}
#intro p, .commend p, .details p, .honor p, .honor div, .honor em{
	display: block;
	line-height: 14px;
	color: #333;
	margin-bottom: 18px;
}
.commend{
	clear: both;
	width: 843px;	
}
.details ul{
	font-size: 11px;
	list-style:disc;
	list-style-position:outside;
	line-height: 18px;
	margin-left: 35px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.honor div{
	clear: both;
}
.quotef{
	width: 10px;
	background: url('../images/quoteMark_Fst.gif') no-repeat;
}
.quotel{
	width: 10px;
	background: url('../images/quoteMark_Lst.gif') no-repeat;
}
.comm ul{
	color: #333;
	line-height: 15px;
	margin: 0 8px;
}
.comm li{
	margin: 16px 0;
	height: 80px;
}
.comm p{
	margin: 12px 0;
	
}
.comm .c{
	padding-left: 10px;
	border-left: 14px #006633 solid;
}
.comm .c2{border-color: #CC3333;}
.comm .c3{border-color: #3C69B5;}
.comm .c4{border-color: #FFCC00;}
/***********************************************************/
