@charset "utf-8";

body {
	margin: 0 auto;
	background: url(/assets/layout/bg.jpg) repeat-x #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	color: #444;
}

a, a:link, a:visited{
	outline: none;
	color:#596f92;
	text-decoration: none;
	border-bottom: 1px solid grey;
	font-weight: bold;
}
a:hover,a:active{
	
	color: #538cd7;
	border-bottom: 1px solid #538cd7;
	font-weight: bold;
}
img, a img, :link img, :visited img {
	border: 0;
	text-decoration: none;
	border-bottom: none;
}
h1{
	font-size: 20px;
	color: #666666;
	line-height: 35px;
	margin: 20px 0 15px 0;
	text-align: right;
}
#headerBox{
	width: 550px;
	min-height: 20px;
	background: url(../assets/layout/header_ul.gif) no-repeat bottom;
	margin-bottom: 30px;
}
#container {
	display: block;
	position:relative;
	margin:0 auto;
	width:902px;
	text-align: center;
	z-index:1;
}
#top {
	width: 902px;
	height: 158px;
	margin:0 auto;
	padding: 0;
}
#topNav {
	position: absolute;
	top: 101px;
	left: 348px;
	width: 455px;
	height: 62px;
}
#logo {
	position: absolute;
	top: 12px;
	left: 18px;
	width: 287px;
	height: 62px;
}
#contentBox {
	background: url(/assets/layout/bg_content.jpg) top no-repeat #FFF;
	float: right;
	width: 668px;
	margin: 0 auto;
	text-align: left;
}
#contentArea {
	width: 550px;
	margin: 0 auto;
	text-align: left;
	min-height: 468px;
}
* html * #contentArea{
	height: 425px;
}
	
#btnOnlineOrder {
	padding: 3px 0 0 0;
	text-align: center;
	top:3px;
	width: 234px;
	height: 45px;
}
#leftSideBox {
	position: absolute;
	background: url(/assets/layout/bg_leftnav.jpg) no-repeat;
	width: 234px;
	height: 545px;
	left: 0px;
	float: left;
	margin: 0 auto;
}
hr{
	margin: 5px 0 0 0;
	
}
#leftNavBox {
	position: absolute;
	background: url(/assets/layout/bg_leftnav.jpg) no-repeat;
	width: 214px;
	left: 11px;
	margin: 0 auto;
}
#leftNav a, #leftNav a:link, #leftNav a:visited {
	display: block;
	background: url(/assets/layout/leftnav_btn_bg_0.gif) no-repeat left top;
	width: 214px;
	height:  27px;
	text-align: left;
	text-decoration: none;
	font-family: Arial;
	font-size: 14px;
	color: #FFF;
	line-height: 27px;
	text-indent: 20px;
	text-decoration: none;
	border-bottom: none;
	font-weight: normal;
	margin: 0 auto;
}
#leftNav a:hover{
	color: #FFF;
	background: url(/assets/layout/leftnav_btn_bg_2.gif) no-repeat left top;
}
#leftNav a.true, #leftNav a.true:link, #leftNav a.true:visited, #leftNav a.true:active{
	color: #FFF;
	background: url(/assets/layout/leftnav_btn_bg_1.gif) no-repeat left top;
}
