HTML,BODY,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,HR,B,U,I,CENTER,DL,DT,DD,OL,UL,LI,FIELDSET,FORM,LABEL,
LEGEND,TABLE,CAPTION,TBODY,TFOOT,THEAD,TR,TH,TD{
	padding:0;
	margin:0;
	border:none;
	outline:none;
	vertical-align:baseline;
	font-family:inherit;
	}

BODY,TEXTAREA,INPUT,SELECT {
	font:12px Tahoma, Arial, Verdana, sans-serif;
	}
html, BODY {
	background:#002237 url("../images/bg.jpg") repeat-y 50% 0;
	height:100%;
	}
a {	
	color:#01327f; 
	text-decoration:none;
	}
a:hover {
	text-decoration:none;
	color:#000; }

img {border: 0;}
a img {border:0}

.clear {clear: both; font-size: 1px; height: 1px; line-height: 1px}

.hide_block {
	overflow:hidden;
	height:1px;
	width:1px;
	}
.hide_block span{
	background-position: -3000px -3000px;
	}


/*structure	
	-----------------------------------------*/
		
#layout{
	width: 1024px;
	height:768px;
	margin:0 auto;
	background: url("../images/bg_layout.jpg") no-repeat 50% 0;
	position:relative;
	}
.logo{
	width:238px;
	height:77px;
	position:absolute;
	top:115px;
	left:403px;
	overflow:hidden;
	text-indent:-3330px;
	}	
ul{
	position:absolute;
	top:368px;
	left:215px;
	}
	ul li{
		float:left;
		list-style:none;
		margin-right:9px;
		}
		ul li a{
			float:left;
			width:146px;
			height:162px;
			overflow:hidden;
			text-indent:-3330px;
			cursor:pointer;
			}
	
.dock {	
	position: relative;
	height: 50px;
	text-align:center;
	left:-7px;
	top:383px;
	}
.dock-container {
	position: absolute;
	height: 50px;
	}
a.dock-item {
	display: block;
	width: 129px;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font-family: Arial,Helvetica,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: normal;
	}
.dock-item img { 
	border: medium none;
	margin: 0 10px 0px;
	width: 100%;
	}
.dock-item span { 
	display: none; 
	color:#fff;
	padding-left: 20px;

	}
	