@charset "utf-8";
/* CSS Document */

html, body {
	background-image:url(../images/bodybg.png);
	background-repeat:repeat;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#FFF;
	margin:0;
	padding:0;
	height:100%;
}

#container {
	width: 901px;
	margin-left:auto;
	margin-right:auto;
	height:100%;
	
}

#header {
	background-image:url(../images/header.png);
	background-repeat:no-repeat;
	width: 901px;
	height: 150px;
	margin-top:20px;
}

#menu {
	width: 240px;
	height: 34px;
	position: relative;
	top: 100px;
	left: 660px;
	z-index: 99;

}

#menu img {
	list-style:none;
	float:left;
	padding: 1px 0 2px 2px; 
	margin: 1px 6px 0 0;
}

#body {
	padding-bottom: 46px;
}
#page_title {
	width: 572px;
	height: 36px;
	background-image:url(../images/Page_title.png);
	background-repeat:no-repeat;
	margin-top: 10px;
	float:left;
}

#content {
	width: 572px;
	background-image:url(../images/content-bg.png);
	background-repeat:repeat-y;
	margin-top: 10px;
	float:left;
}

#content p {
	padding-left:20px;
	padding-right: 20px;
	margin-top: 20px;
}
#content span, a, a:visited {
	font-size:24px;
	font-weight:bolder;
	color:#000;
	text-decoration:none;
}
#content a:hover {
	border-bottom: 1px #fff solid;
}
	

#content img {
	margin-left: 5px;
}

#ourBrandsTitle {
	background-image:url(../images/ourBrandTitleBg.png);
	background-repeat:no-repeat;
	width:318px;
	height:36px;
	margin-top: 10px;
	float:right;
}

#ourBrandBody {
	width:316px;
	height: 349px;
	background-image:url(../images/ourBrandbodybg.png);
	background-repeat:no-repeat;
	margin-top: 10px;
	float: right;
}

#footer {
	background-image:url(../images/footer.png);
	width:901px;
	height:46px;
	float:right;
	margin-top: 10px;
	text-align:center;

}

.pageTitle {
	padding-top: 10px;
	padding-left: 20px;
}

.banners {
	text-align:center;
	margin-left: 15px;
	margin-top: 9px;
}
