/* ****************** *
 * Wonderprice Style Sheet
 * ****************** *
 * versions : 1.0
 * authors : Philong Tong
 * email : 
 * website : www.wonderprice.com
 * copyright wonderprice 2008
 * ****************** */
 html {	
	padding: 0;
	margin: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family:arial;
	text-align:center;
}

a, div, img, ul, h1, h2,h3,h4,h5, form {
	border:0;
	padding:0;
	margin:0;
	outline:none;
	text-decoration:none;
}
body, p, td, select {
	font-family: Arial, Verdana, Tahoma, Helvetica;
	font-size: 12px;
	color: #a4a4a4;
}
/*
a {text-decoration:underline; color: #D0AA5F;}
a:link   {text-decoration:underline; color: #D0AA5F;}
a:visited{text-decoration:underline; color: #D0AA5F;}
a:hover  {text-decoration:underline; color: #D0AA5F;}
*/
/*****************************************************
HEADER
*****************************************************/
div#header {
	border:0px solid red;
	width:980px;
	margin:0 auto 0 auto;
}
.headerSignin td, .headerSignin input, .headerSignin a {
	font:normal 9px arial;
	color:#a4a4a4;
}
.headerSignin a {
	text-decoration:underline;
}
.headerSignin a.visited {text-decoration:underline;}
.headerSignin input {
	border:1px solid #ebebeb;
}
/*****************************************************
BODY
*****************************************************/
div#body {
	text-align:left;
	border:0px solid green;
	width:980px;	
	min-height:485px;
	_height:485px;
	margin:0 auto 0 auto;
}

/*****************************************************
FOOTER
*****************************************************/
div#footer { 
	border-top:1px solid #dbdbdb;
	
	width:980px;
	margin:0 auto 0 auto;
	padding:9px 0 0 0;
}

div#footerLinks, div#footerLinks a {
	font:normal 11px arial;
	color:#808080;
}
div#footerLinks a:hover{
	color:#808080;
	text-decoration:underline;
}

div#footerNewSub {
	font:bold 11px arial;
	color:#727272;
}

.footerInput{
	font:normal 11px arial;
	color:#949494;
	height:16px;
	width:180px;
	background:#eaeaea;
	border:1px solid #c3c3c3;
}

div#footerPayment {
	border:0px solid red;
	text-align:left;
	color:#b2b2b2;
	font:normal 11px arial;
	margin:12px 0 0 0;

}

/*****************************************************
MENU
*****************************************************/
div#menu {	
	background:black;
	border:0px solid pink;
	height:25px;
	width:100%;
	text-align:center;
}

/*****************************************************
 HR
*****************************************************/
.hrGold1 {
	font:normal 1px arial;
	height:1px;
	border:1px solid #f6e5c2
}
