/*--css reset--*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img {
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

ol,ul {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

a { color: #006; text-decoration: none }
/*--end--*/


 html {
 	background: url(../images/background-outer.gif) top repeat-x #b8b8b8
 }

 body {
 	/*background: url(../images/background.jpg) center no-repeat;*/
	font-family:Tahoma,Verdana,Segoe,sans-serif;

 }

 p {
 	font-family: Verdana,Segoe,sans-serif;
	font-size:11px;
	line-height:normal;
	margin: 10px 0
 }

.left {
	float:left
}

.right {
	float:right
}

.clear {
	clear:both
}

.main-container {
	background: url(../images/body-bg.jpg) top center no-repeat #a9d9ed;
	width: 930px;
	margin: 26px auto 0;
	border: 1px solid #fff
}

.container-bottom {
	background: url(../images/body-bottom-bg.gif) bottom repeat-x #a9d9ed;
	height: 55px
}

.logo {
	width :691px;
	margin: 0 auto;
	padding:40px 0 50px 0
}

/*navigation*/

.nav {
	background: url(../images/nav-bg.png) top center no-repeat;
	color: #282727;
	font: 11px arial;
	width: 905px;
	height: 40px;
	margin:auto;
	padding: 15px 0 0 0;
}

.nav ul { width: 400px; margin:auto;} 


.nav li {
	float:left;

}

.nav li a {
	padding:5px 11px;
	color: #282727;
	font: 11px arial;
	text-decoration: none
}

.nav li a:hover {
	color: #525050;
	text-decoration: none
}

/*header*/

.header {
	background: url(../images/header-bg.png) top center no-repeat;
	width: 697px;
	height: 336px;
	margin:auto;
	padding:0
}

.header2 {
	background: url(../images/header_bg.png) top center no-repeat;
	width: 697px;
	height: 336px;
	margin:auto;
	padding:0
}

.header-left {
	width: 212px;
	float:left;
	padding-left:3px
}

.header-left img {
	padding-bottom:4px
}

.header-right {
	padding-left:8px
}

.header-inner {
	background: url(../images/headerInner-bg.png) top center no-repeat;
	width: 697px;
	height: 183px;
	margin:auto;
	padding:1px 0 0 8px
}

/*wrapper content*/

.content-wrapper {
	width: 697px;
	margin:20px auto
}

/*sidebar*/

.sidebar {
	float:left;
	width: 213px;
	font-family:Tahoma,Verdana,Segoe,sans-serif;
	font-size:70%;

}

.sidebar li {
	padding:15px 0 15px 25px;
}

.sidebar li:hover {
	padding:15px 0 15px 25px;
	background: url(../images/sidebar-bg.jpg) right no-repeat;
}

.sidebar li a {
	padding-left:30px;
	color: #2e3135;
	text-decoration: none
}

.sidebar-active {
	font-weight:bold;
	padding-left:30px;
	color: #2e3135;
	text-decoration: none;
	background: url(../images/sidebar-bg.jpg) right no-repeat;
}

.sidebar-about {
	background: url(../images/about.png) left no-repeat;
}

.sidebar-command {
	background: url(../images/command.png) left no-repeat;
}

.sidebar-industry {
	background: url(../images/industry.png) left no-repeat;
}

.sidebar-news {
	background: url(../images/news.png) left no-repeat;
}

/*home content*/

 .home-content {
	width:451px;
	padding:10px;
	float:left;
	background: url(../images/content-bg.jpg) top left no-repeat;
	min-height:220px
}
.about {
	float:left;
	width: 260px
}
.emphasis {
	font: bold 12px verdana;
	color: #045897;
	line-height:18px;
}

.definition {
	line-height:18px;
	font: 11px verdana;
}

.definition i {
	color: #045897
}

/*inner content*/

 .inner-content {
	width:610px;
	padding: 10px 40px 0 40px;
	font: 11px verdana;
	float:left;
	/*background: url(../images/content-inner-bg.jpg) top center no-repeat;*/
	min-height:322px;
}



 .inner-content ul {
	list-style: square;
	margin-bottom: 20px
}

 .inner-content ul li {
	margin-left: 17px
}
/*footer*/

.footer {
 	background: url(../images/footer-bg.jpg) top center no-repeat;
	height: 70px;
	padding:10px 0 0 30px;
	color: #def4fd;
	font: 11px tahoma;
}

.footer ul {
	float:right
}

.footer li {
	float:left;

}

.footer li a {
	padding: 1px;
	color: #fff;
	font: 11px tahoma;
	text-decoration: none
}

.copyright {
	text-align:right;
	margin:15px 25px 0 0;
	padding-right:180px;
	float:right;
	width: 650px;
	height: 70px;
	background: url(../images/footer_logo.gif) top right no-repeat;
}

.footer-shadow {
	background: url(../images/footer-shadow.jpg) top center no-repeat;
	height:33px
}

.MyH3 {
    font-family: arial, helvetica, sans-serif;
    color: #93cfe9;
    font-size: 150%;
    font-weight: bold;
    margin-bottom: 20px;
}

.title {
	font-size: 110%;
    font-weight: bold;
    margin-bottom: 5px;
}

.red { color: #900 }