/* reset margin + padding*/
div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
  font-size: 100%;	
	vertical-align: baseline;
	background: transparent;
}

html, body {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;	
	vertical-align: baseline;
	background: transparent;
}



body {
	line-height: 1;
	background: #fff url('../images/underMenuBg.png') repeat-x 0px 500px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* reset end */



html, body {
  height: 100%;
}
html {
  color:#2a2a2a;
  font: 62.5%/1.8em Arial, Verdana, sans-serif;
  font-size-adjust:none;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
}
body {
  text-align: left;
  font-size:1.2em;
  margin: 0;
  padding: 0;
  line-height:1.45em;
}

ol li {
  list-style: decimal url();
}

a {
  color: #000;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}



#header {  
	background: url('../images/mirror.jpg') center no-repeat;
	height: 121px;
	
}

#wrap {
	margin: 0px auto;
	width: 960px;
	position: relative;
  float: center;	
}


/* layout */
#menu {
	background: url('../images/menuBg.png') top;
	height: 46px;
}
.menuContent {
	width: 960px;
	margin: 0px auto;	
	height: 46px;
}
#menu ul li {
	float: left	
	
}
#menu ul li a {
	display: block;
	height: 46px;
	line-height: 46px;
	background: url('../images/menuBg.png') top;
	width: 92px;
	text-align: center;
	text-transform: capitalize;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	border-left: 1px solid #7098bd;
	border-right: 1px solid #123257;
}
#menu ul li a:hover {
	background-position: bottom;
	text-decoration: none;
}   
#underMenu {
	margin-top: 1px;
	
}


.underMenuContent {
	position: absolute;
	top: 420px;
	left: 0px;
  width: 960px;
	margin: 0px auto;
}
.underMenuContent dl{
	float: left;
	color: #fff;
	width: 370px;
	margin-left: 12px;
	padding-top: 15px;
}

.underMenuContent dl dt{
	color: #ccc;

}
.underMenuContent dl dd{
	padding-bottom: 10px;
	text-align: justify;

}
.newsImg {
	padding-top: 15px;
	float: left;
}
.underMenuLeft {
	float: left;
}

.underMenuLeft dl {
  padding-top: 25px;
}



.underMenuRight {
	float: left;
	margin-left: 20px;
	width: 400px;
	color: #fff;
}

.underMenuRight p{
	padding-top: 22px;
	padding-left: 62px;
	text-align: justify;
}

#textDenscription {
  position: absolute;
  top: -60px;
  left: 600px;
}

.underMenuContent a {
	color: #fff;	
	
}

