body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

img { border: 0; }

a { color: #749714; text-decoration: none; }
a:hover { color: #000; text-decoration: underline; }

h1,h2,h3,h4 {
	margin: 0;
	padding: 0;
}

h1 { font-size: 26px; }
h2 { font-size: 22px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }

#pageWrapper {
	width: 1026px;
	margin: 0 auto;
}

/* ========= Top =========== */

#logo {
	position: relative;
}

.logo {
	position: absolute;
	top: 20px;
	left: 70px;
}

#top {
	background: url(/UserUploadImages/system/topBg.gif) no-repeat left top;
	width: 1026px;
	height: 200px;
	float: left;
}

#topNav {
	width: 800px;
	height: 32px;
	float: left;
	margin: 139px 0 0 11px;
}

#topNav a {
	color: #000;
	font-size: 15px;
	padding: 5px 0;
	background: url(/UserUploadImages/system/tab.gif) no-repeat left top;
	margin: 0 5px 0 0;
}

#topNav a span {
	background: url(/UserUploadImages/system/tab2.gif) no-repeat right top;
	padding: 5px 10px;
}

.AddCMSSysMainSelected {
	color: #000 !important;
}

#topNav .AddCMSSysMainSelected, #topNav a:hover { background: url(/UserUploadImages/system/tabSelected.gif) no-repeat left top; text-decoration: none; }
#topNav .AddCMSSysMainSelected span, #topNav a:hover span { background: url(/UserUploadImages/system/tabSelected2.gif) no-repeat right top; }


/* ========= Cart =========== */


#cart {
	background-color: #a12b92;
	width: 110px;
	height: 32px;
	float: right;
	text-align: right;
}

#cart:hover {
	background-color: #b737a7;
}

#cart a {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}

/* ========= Content =========== */

#content {
	width: 940px;
	float: left;
	padding: 0 0 30px 40px;
}

#contentBanner {
	width: 940px;
	clear: both;
}

#contentL, #contentM, #contentR {
	width: 275px;
	float: left;
}

#contentL {
	padding-left: 30px;
}

#contentL, #contentM {
	padding-right: 20px;
}


/* ========= Footer =========== */

#footer {
	color: #000;
	padding: 10px 0;
	font-size: 12px;
	width: 1026px;
	background: url(/UserUploadImages/system/footerBg.gif) no-repeat left bottom;
	clear: both;
}

#footer h4 {
	font-size: 11px;
	color: #fff;
	margin: 0;
	padding: 0;
}

#footer a {
	color: #000;
	text-decoration: none;
}

#footer a:hover { color: #5f7c11; text-decoration: underline;}


/* ========= IE6 fix =========== */

#topNav a {
	margin: 0 2px 0 0;
}