/* Body */
body {
	background-color: #EEEEEE;
	background-image: url(body-bg.png);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
}
body,td,th {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

/* Main */
.main {
	width: 750px;
	margin: 0 auto;
	text-align: left;
}

/* Header */
.header {
	margin: 0;
	padding: 0;
	height: 70px;
}

/* Banner */
.header .banner {
	background-color: #FFFFFF;
	float: left;
	height: 60px;
	width: 380px;
	margin: 5px 5px 0 0;
	padding: 0;
}

/* Cart */
.header .cart {
	float: left;
	height: 50px;
	width: 135px;
	margin: 5px 0 0 0;
	padding: 5px;
	line-height: 1.4em;
}
.header .cart ul {
	margin: 0;
	padding: 0;
	display: inline;
}
.header .cart li {
	margin: 0;
	padding: 0;
	list-style-type: disc;
	display: inline;
}

/* Account */
.header .account {
	float: right;
	height: 50px;
	width: 180px;
	margin: 5px 0 0 0;
	padding: 5px;
	line-height: 1.4em;
}
.header .account .login {
	text-align: center;
	padding: 5px;
	line-height: 1.8em;
}
.header .account .logout {
	text-align: right;
	margin: 0 0 0 2px;
}
.header .account ul {
	margin: 0;
	padding: 0;
	display: inline;
}
.header .account li {
	margin: 0;
	padding: 0;
	list-style-type: disc;
	display: inline;
}

/* Menu */
.menu {
	clear: both;
	margin: 0;
	padding: 0;
	height: 30px;
}
.menu ul {
	margin: 0;
	padding: 0;
	height: 30px;
	list-style: none;
	display: inline;
	white-space: nowrap;
}
.menu li {
	margin: 0;
	padding: 0 0 0 2px;
	list-style: none;
	display: block;
	float: left;
	background-image: url(menu-break.png);
	background-repeat: no-repeat;
}
.menu a:link,
.menu a:active,
.menu a:visited {
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	margin: 0;
	padding: 0 15px;
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
}
.menu a:hover {
	text-decoration: underline;
}
.menu .active a {
	background-image: url(link-bg.png);
	background-repeat: repeat-x;
}
.menu .active a:hover {
	text-decoration: none;
}

/* Body */
.content {
	float: left;
	width: 720px;
	background-color: #FFFFFF;
	background-image: url(content-bg.png);
	background-repeat: repeat-x;
	margin: 0;
	padding: 20px 15px 10px 15px;
	vertical-align: top;
}

/* Footer */
.footer {
	clear: both;
	width: 750px;
	background-image: url(footer-bg.png);
	background-repeat: no-repeat;
	margin: 0 auto;
	padding: 15px 0px;
	text-align: center;
	font-size: 10px;
	color: #000000;
}

/* Print Only */
.print-only, .no-screen {
	display: none;
}
