@charset "utf-8";
/* CSS Document */

/* Header ------------- */

#header {
	margin: 0 auto;
	padding-bottom: 5px;
	list-style: none;
	text-align: right;
	width: 760px;
}

#header ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#header ul li {
	display: inline;
}

#header a {
	color: #000000;
	text-decoration: underline;
}

#header a:hover {
	color: #666666;
}

/* Frame ------------- */

#frame {
	background: #eeeeee;
	margin: 0 auto;
	padding: 5px;
	width: 750px;
}

/* Banner ------------- */

#banner {
	background: #ffffff;
	margin: 0;
	padding: 5px;
}

#banner .top {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 40px;
	font-size: 48px;
	font-style: italic;
}
	
#banner .bottom {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 24px;
	font-size: 24px;
	font-style: italic;
}
	
#banner .right {
	background: #ececd3;
	border: 10px solid #ffffcc;
	text-align: center;
}

#subheader {
	background: #666600;
	color: #ffffff;
	margin: 5px 0;
	padding: 5px;
	text-align: center;
}

#subheader .top {
	font-size: 18px;
	font-weight: bold;
}

#subheader .bottom {
	font-size: 14px;
	font-weight: bold;
}

/* Full ------------- */

#full {
	background: #999999;
	padding: 5px;
}

/* Main ------------- */

#main {
	background: #ffffff;
	float: right;
	padding: 5px;
	width: 555px;
}

/* Sidebar ------------- */

#sidebar {
	background: #ffffff;
	padding: 5px;
	text-align: center;
	width: 170px;
}

/* Products ------------- */

#products-header {
	background: #ffffcc;
	padding: 5px;
	text-align: center;
}

#products {
	background: #ffffff;
	padding: 5px;
	text-align: center;
}

/* Footer ------------- */

#footer {
	margin: 0 auto;
	padding-top: 5px;
	font-size: 14px;
	list-style: none;
	text-align: center;
	width: 760px;
}

#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer ul li {
	display: inline;
}

#footer a {
	color: #000000;
	text-decoration: underline;
}

#footer a:hover {
	color: #666666;
}

#footer .tagline {
	font-size: 10px;
}
