* {
	margin: 0px;
	padding: 0px;
	font-family: Trebuchet MS, sans;
}


body {
	text-align: center;
	background: url('../layout/bg.jpg');
}


#all {
	width: 980px;
	height: 193px;
	margin-left: auto;
	margin-right: auto;
}


#banner {
	background: center url('../layout/banner.png');
	width: 980px;
	height: 193px;
}


#menuTop {
	padding-top: 138px;
}


#menuTop ul{
	display: inline;
	list-style: none;
}


#menuTop li{
	display: inline;
}


#menuTop li a{
	padding-left: 20px;
	padding-right: 20px;
	line-height: 30px;
	font-size: 10pt;
	color: #8f0d15;
	text-decoration: none;
}


#menuTop li a:hover {
	text-decoration: underline;
}


#mainLeft {
	float: left;
	padding-left: 30px;
	width: 220px;
	#width: 250px;
	text-align: left;
}


#mainLeft ul {
	list-style: circle #bbbbbb inside;
}


#mainLeft li {
	margin-left: 20px;
}


#mainLeft li a {
	font-size: 10pt;
	color: #8f0d15;
	text-decoration: none;
}
#mainLeft {
	text-align: left;
}


#mainRight {
	float: left;
	width: 730px;
	#width: 700px; text-align: left;
	font-size: 9pt;
}


#clearer {
	clear: both;
}


#footer {
	clear: both;
	font-size: 8pt;
	color: #999999;
	background: url('../layout/footer.jpg');
	height: 45px;
	width: 950px;
	#width: 950px;
	text-align: left;
	line-height: 30px;
	padding-left: 15px;
}


#footerBrand {
	float: right;
}


#orderMap {
	border: 0px;
	margin-left: -150px;
	margin-top: -80px;
}


#menuReg {
	float: right;	
	padding-top: 50px;
}


#menuReg ul{
	display: inline;
	list-style: none;
	padding-right: 60px;
}


#menuReg li{
	display: inline;
}


#menuReg li a{
	padding-left: 5px;
	padding-right: 5px;
	line-height: 30px;
	font-size: 9pt;
	color: #a68276;
	text-decoration: none;
}


#menuReg li a:hover {
	text-decoration: underline;
}


#bgBanner {
	width: 100%;
	position: absolute;
 #left: 0px;	height: 194px;
	background: url('../layout/bg_banner.jpg') center no-repeat;
	z-index: -1;
}