/*** menu style ***/

.horizontalMenu {
	color: white;

}

#menustyle {
font-weight: bold;
text-align: right;
position:relative;
top:45px;
font-size:11px;
padding-right:20px;
z-index:0;
}


#menustyle a {
color: #FFFFFF;
text-decoration: none;
outline: none;
}

#menustyle a:hover{
color: #FFFFFF;
text-decoration: underline;
}


/*** MAIN STYLE ***/
html {
        background-color:#58a2ff;
        background-image: url('/uploads/0q/wp/0qwpTfTFpo_KRRu4iFCmkQ/bkg_rep.jpg');
        background-repeat: repeat-x;
}

body {
	
        margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
}


body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #1c1c1c;
}


a {
color:#8f4399;
text-decoration: underline;
outline: none;
}

a:hover{
color: #8f4399;
text-decoration: none;
}

.formDescription {
padding: 10px;

}

/*** MENU STYLE ***/

#menuarea{
	width: 750px;
	height: 235px;
	z-index:1;
}

#menuarea p.home{
	width:41px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	position:relative;
	top:28px;
	left:440px;
	z-index: 1;
}

#menuarea p.home a {
color:#FFFFFF;
outline: none;
text-decoration: none;
}

#menuarea p.home a:hover{
color: #FFFFFF;
text-decoration: underline;
}

#menuarea p.menu{
	position:absolute;
	top:38px;
	left:591px;
}

/*** CONTENT STYLE ***/

#weiguicontent{
  padding-left:20px;
  padding-right:20px;
  padding-top:10px;
  text-align:left;
  position:relative;
  background-color: #FFFFFF; 
  min-height: 300px;
}

#sendspace{
  padding-left:160px;
  position:relative;
}

/*** FOOTER STYLE ***/

#footerpix{
	width: 750px;
	height: 40px;
	z-index:1;
}

#footer{
	width: 750px;
	height:40px;
	position:absolute;
	text-align:center;
	font-size:10px;
	color: #ffffff;
	padding-top: 15px;
	z-index:0;
}

#footer a {
color:#58a2ff;
outline: none;
text-decoration: none;
}

#footer a:hover{
color: #8f4399;
text-decoration: underline;
}

p,fieldset,table,pre {
	/*so things don't run into each other*/
	margin-bottom:0em;
}

/* 
added this to remove the space at the bottom 
This is because of the default yui-base-css.
Have to change the default.
*/
td {
padding:.0em;
}
